Java 3D - Importing objects

Hi,
I'm new to using Java3D and am having trouble using models created in truespace5 within my program. I have tried using the ncsa loaders but these generate errors....
Unrecognised token line **
Although i may not be using the loader correctly so this may be causing the problem. I haven't been able to find any detailed tutorials on using the ncsa loaders so i'm a little bit stuck. The code i am currently using is as follows:
public BranchGroup createSceneGraph() {
     BranchGroup objRoot = new BranchGroup();
     ObjectFile f = new ObjectFile();
     Scene s = null;
try{
     BufferedReader ir = new BufferedReader(new
FileReader("C:\\trueSpace5\\Projects\\tablets\\tabBreak.3ds"));
     s = f.load(ir);
catch(FileNotFoundException e){
     System.err.println(e);
catch(ParsingErrorException e){
     System.err.println(e);
catch(IncorrectFormatException e){
     System.err.println(e);
     objRoot.addChild(s.getSceneGroup());
Is this vaguely right? Any help would be greatly appreciated.
Thanks in advance

Hey,
im new to java3d as you are and i think you cant use the objectfile for loading truespace scenes...tell me if i am wrong.
Have you tested the CyberToolbox at cybergarage.com?
~Trob

Similar Messages

  • ODI Migration for 10.1.3.5 to 11.1.1.3 failed with Importing object

    ODI Migration from 10.1.3.5 to 11.1.1.3 failed
    DB Repositories -Oracle 11.1.0.7
    I am trying to upgrade ODI 10.1.3.5 to 11.1.1.3 version
    After running RCC and confirming that there are no issues I have run upgrade assistant utility
    I am getting below error.
    mporting file:/E:/Oracle/Middleware/Oracle_ODI1/oracledi.sdk/lib/scripts/xml/CONN_MEMORY_ENGINE.xml
    [2012-05-02T06:17:27.770-07:00] [ODI] [INCIDENT_ERROR] [UPGCMP-00324] [upgrade.ODI] [tid: 14] [ecid: 0000JSDg06MF^6WFLzmJOA1FcIg5000005,0] Topology and Security Metadata upgrade failed.[[
    oracle.odi.core.exception.OdiRuntimeException: com.sunopsis.tools.core.exception.SnpsSimpleMessageException: Importing object SNP_CONNECT : SUNOPSIS_MEMORY_ENGINE failed.
         at oracle.odi.impexp.support.ImportServiceImpl.internalReimportTopologyReferenceData(ImportServiceImpl.java:1372)
         at oracle.odi.impexp.support.ImportServiceImpl$18.doAction(ImportServiceImpl.java:1435)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:193)
         at oracle.odi.core.persistence.dwgobject.TransactionalDwgObjectTemplate.execute(TransactionalDwgObjectTemplate.java:48)
         at oracle.odi.impexp.support.ImportServiceImpl.reimportTopologyReferenceData(ImportServiceImpl.java:1429)
         at oracle.ias.mrua.plugin.odi.ODIPlugin$1.doInTransaction(ODIPlugin.java:774)
         at oracle.odi.core.persistence.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:119)
         at oracle.ias.mrua.plugin.odi.ODIPlugin.doUpgrade(ODIPlugin.java:770)
         at oracle.ias.mrua.MRUA.executePlugins(MRUA.java:3703)
         at oracle.ias.mrua.MRUA.internal_driver(MRUA.java:2465)
         at oracle.ias.mrua.MRUA.driver(MRUA.java:1734)
         at oracle.ias.upgrade.gui.UAUpgradeThread.run(UAUpgradeThread.java:390)
    Caused by: com.sunopsis.tools.core.exception.SnpsSimpleMessageException: Importing object SNP_CONNECT : SUNOPSIS_MEMORY_ENGINE failed.
         at com.sunopsis.dwg.DwgDuplicationTools.importOtherObjects(DwgDuplicationTools.java:2379)
         at com.sunopsis.dwg.DwgDuplicationTools.synonymImport(DwgDuplicationTools.java:1835)
         at com.sunopsis.dwg.DwgObject.importFromObjectLst(DwgObject.java:6249)
         at com.sunopsis.dwg.DwgObject.doImport(DwgObject.java:5705)
         at com.sunopsis.dwg.DwgObject.importFromXml(DwgObject.java:5365)
         at com.sunopsis.dwg.DwgObject.importFromXml(DwgObject.java:5334)
         at com.sunopsis.repository.manager.RepositoryManager.importObjectsUsingImportFromXML(RepositoryManager.java:6578)
         at com.sunopsis.repository.manager.RepositoryManager.treatObjectList(RepositoryManager.java:4630)
         at com.sunopsis.repository.manager.RepositoryManager.reimportTopologyReferenceData(RepositoryManager.java:6820)
         at oracle.odi.impexp.support.ImportServiceImpl.internalReimportTopologyReferenceData(ImportServiceImpl.java:1368)
         ... 11 more
    Caused by: com.sunopsis.dwg.SQLMasterReposException: ORA-00001: unique constraint (ODIM.AK_CONNECT) violated
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1009)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1315)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3576)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3657)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1350)
         at com.sunopsis.sql.SnpsQuery.executeUpdate(SnpsQuery.java:665)
         at com.sunopsis.dwg.dbobj.generated.GeneratedSnpConnect.insertAction(GeneratedSnpConnect.java:957)
         at com.sunopsis.dwg.dbobj.SnpConnect.insertAction(SnpConnect.java:1188)
         at com.sunopsis.dwg.DwgObject.insertActionForDuplication(DwgObject.java:2996)
         at com.sunopsis.dwg.DwgObject.insertForDuplication(DwgObject.java:3274)
         at com.sunopsis.dwg.DwgDuplicationTools.importOtherObjects(DwgDuplicationTools.java:2332)
         ... 20 more
    [2012-05-02T06:17:29.895-07:00] [ODI] [INCIDENT_ERROR] [] [upgrade.ODI] [tid: 14] [ecid: 0000JSDg06MF^6WFLzmJOA1FcIg5000005,0] [[
    --------- ODIPlugin.doUpgrade called org.springframework.transaction.TransactionSystemException: Could not commit ODI-JPA transaction; nested exception is javax.persistence.RollbackException: Transaction rolled back because transaction was set to RollbackOnly.
    Caused by: javax.persistence.RollbackException: Transaction rolled back because transaction was set to RollbackOnly.
         at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commitInternal(EntityTransactionImpl.java:92)
         at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:63)
         at oracle.odi.core.persistence.jpa.JpaOdiTransactionManager.doCommit(JpaOdiTransactionManager.java:362)
         at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:651)
         at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:622)
         at oracle.odi.core.persistence.transaction.support.TransactionManagerSpringAdapter.commit(TransactionManagerSpringAdapter.java:56)
         at oracle.odi.core.persistence.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:132)
         at oracle.ias.mrua.plugin.odi.ODIPlugin.doUpgrade(ODIPlugin.java:770)
         at oracle.ias.mrua.MRUA.executePlugins(MRUA.java:3703)
         at oracle.ias.mrua.MRUA.internal_driver(MRUA.java:2465)
         at oracle.ias.mrua.MRUA.driver(MRUA.java:1734)
         at oracle.ias.upgrade.gui.UAUpgradeThread.run(UAUpgradeThread.java:390)

    I also want to do the ODI Migration for 10.1.3.5 to 11.1.1.3, can you let me know your detail steps, many thanks in advance.

  • Is java 100% pure object oriented?

    I am very confuse is java 100% pure object oriented language.
    bcoz
    1)object oriented means everything should be in object but
    primitive data type is not object.
    2) java don't support multiple inheritances which is one of the oop 's
    concept

    I'd say that java is 100% java. No more, noless.
    I'm gonna say it's about 99.4738383% java. For
    no
    reason other than to confuse idiotsSomeone's always bumping their heads against
    some
    arbitrary theoretical purity when they aremissing
    what was, is and always has been most important:
    functionality.Functionality matters virtually nothing to thepeople
    that post these "questions". All that matters is
    being able to say the right thing in interviews so
    they can get a job and get carried through their
    career by people who actually know what they're
    doing. See it all the timeHehe, who carries you whilst you post here all day
    :P
    Ant builds, mostly :p

  • Rendering HTML output on Java 2D/3D Objects

    Hi all, I want to read an HTML file and render an HTML output to the objects in Java 2D or Java 3D world.
    For doing this, I am following the steps as
    1> Read HTML file
    2> Capture its output
    3> Write captured output to the buffered image.
    4> Use that buffered image to be shown on Java 2D/3D object as a texture.
    How can I capture the HTML output?
    If you have any other way, please suggest me.
    Regards

    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.Image;
    import java.awt.image.BufferedImage;
    import java.io.IOException;
    import java.net.MalformedURLException;
    import java.net.URL;
    import javax.swing.JEditorPane;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    public class captureHTML extends JPanel{
        public BufferedImage bufferedImage ;
        public Image image, capturedImage ;
        public Graphics2D g2d;
        public captureHTML() {
            capturedImage = capture("http://www.google.com");
            bufferedImage = new BufferedImage(1000,700,BufferedImage.TYPE_INT_RGB);
            g2d = bufferedImage.createGraphics();
            g2d.drawImage(capturedImage,0,0,this);
            image = bufferedImage.getScaledInstance
                        ((int)(-1),
                        (int)(-1), 
                        Image.SCALE_SMOOTH) ;
        public Image capture(String str)
            URL url;
            JEditorPane jep = null;
            try {
                url = new URL(str);
                try {
                    jep = new JEditorPane(url);
                    jep.setContentType("text/html");
                    jep.setPage(url);
                } catch (IOException ex) {
                    ex.printStackTrace();
            } catch (MalformedURLException ex) {
                ex.printStackTrace();
            Image jepImage = jep.createImage(500,500);
            return jepImage;
        public void paint(Graphics g)
                System.out.println("paint called");
                if (getSize().width <= 0 || getSize().height <= 0)
                    return;
                Graphics2D g2 = (Graphics2D) g;
                if (image != null && isShowing()) 
                    g2.drawImage(image, 0, 0, this);
        public static void main(String args[])
            JFrame f = new JFrame();
            int w = 1000;
            int h = 700;
            f.setSize(w, h);
            f.getContentPane().setSize(w, h);
            f.getContentPane().add(new captureHTML());
            f.setDefaultCloseOperation(1);
            f.setVisible(true);
    }I Implemented the code as db suggested, I think it will work. But at the moment without any error I am getting only blank black screen. Please have a look at capture( ) method. I think there is a problem in this method but I cant figure out whats going wrong.
    Regards

  • Idoc not available in PI import objects

    Hello Guru's
    We are using SAP AFS6.3  and PI 7.0 .
    The Basic Idoc type /AFS/MATMAS05  and /AFS/ORDERS06 is not avialable in PI imort objects. Is thete is any seetings we need to active either
    in AFS or PI system for getting these Idoc in PI.
    Please help in this regards
    SA

    Hi , i did following
    1. Under the SWCV Go to the Imported Objects.
    2. Right click on the IDoc and click on the Import of SAP object.
    3. Give the logon server name, system number the user name and pasword of AFS system.
    4. Select the IDoc u want to import.
    5. Execute the import and the IDoc is imported under the SWCV.
    In above step 4. ..m not able to see the /AFS/MATMAS05 Idoc how i can select???
    List doesn't have AFS related Idoc. But same idoc i can see in AFS system.This is my problem.
    How do i get the Idoc in 4 step List.
    Rgz
    Subham

  • Error when attempting to IMPORT object "TS_CHECK".

    When using in BI SAP NetWeaver 2004s (700 - SP 15) the transaction ST04old -> Detail analysis menu -> Summary report
    The following short dump occurs:
    Runtime Errors         CONNE_IMPORT_WRONG_COMP_TYPE
    Except.                CX_SY_IMPORT_MISMATCH_ERROR
    Date and Time          19.11.2008 15:14:08
    Short text
    Error when attempting to IMPORT object "TS_CHECK".
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "SAPLSTD4" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was
    not caught in
    procedure "DB02_ORA_FILL_TS_CHECK__CRITOB" "(FUNCTION)", nor was it propagated
    by a RAISING clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    When importing the object "TS_CHECK", the component no. 4 in the
    dataset has a different type from the corresponding component
    of the target object in the program "SAPLSTD4".
    The data type is "I" in the dataset, but "N" in the program.
    Missing RAISING Clause in Interface
    Program                                 SAPLSTD4
    Include                                 LSTD4U03
    Row                                     1
    Module type                             (FUNCTION)
    Module Name                             DB02_ORA_FILL_TS_CHECK__CRITOB
    Trigger Location of Exception
    Program                                 SAPLSTD4
    Include                                 LSTD4U03
    Row                                     51
    Module type                             (FUNCTION)
    Module Name                             DB02_ORA_FILL_TS_CHECK__CRITOB
    Source Code Extract
    Line
    SourceCde
    21
    DATA: BEGIN OF TD110.
    22
    INCLUDE STRUCTURE TD110_STRU.
    23
    DATA: END OF TD110.
    24
    25
    CURR_TIME = SY-UZEIT.
    26
    CURR_DATE = SY-DATUM.
    27
    28
    CALL FUNCTION 'GET_DB_ORA_RELEASE'
    29
    IMPORTING
    30
    ORACLE_RELEASE = ORA_REL.
    31
    32
    IF FLAG_REFRESH = 'y'.  FLAG_REFRESH = 'Y'. ENDIF.
    33
    flag_refresh = 'Y': Es soll in jedem Fall auf die DB zugegriffen werd.
    34
    35
    CLEAR TS_CHECK. REFRESH TS_CHECK.
    36
    CLEAR CRITOBJ. REFRESH CRITOBJ.
    37
    CLEAR NR_CRIT_OBJ.
    38
    39
    IF FLAG_REFRESH <> 'Y'.
    40
    41
    Suche zunächst im Arbeitsspeicher !
    42
    CLEAR TS_CHECK_CACHE. READ TABLE TS_CHECK_CACHE.
    43
    IF NOT ( TS_CHECK_CACHE IS INITIAL ) .
    44
    TS_CHECK[] = TS_CHECK_CACHE[].
    45
    CRITOBJ[] = CRITOBJ_CACHE[].
    46
    OK_1 = 'Y'.
    47
    48
    Suche danach in 'MONI' !
    49
    ELSE.
    50
    PERFORM PREPARE_MONIKEY USING 2.
    >>>>>
    IMPORT TS_CHECK CRITOBJ FROM DATABASE MONI(DB) ID MONIKEY.
    52
    53
    IF SY-SUBRC = 0.
    54
    OK_1 = 'Y'.
    55
    TS_CHECK_CACHE[] = TS_CHECK[].
    56
    CRITOBJ_CACHE[] = CRITOBJ[].
    57
    ENDIF.
    58
    ENDIF.
    59
    60
    'Same procedure' für datetime:
    61
    IF NOT ( TD110_CACHE IS INITIAL ).
    62
    DATETIME-MONI_DATE = TD110_CACHE-DATUM.
    63
    DATETIME-MONI_TIME = TD110_CACHE-UZEIT.
    64
    ELSE.
    65
    PERFORM PREPARE_MONIKEY USING 3.
    66
    IMPORT TD110 FROM DATABASE MONI(DB) ID MONIKEY.
    67
    IF SY-SUBRC = 0.
    68
    DATETIME-MONI_DATE = TD110-DATUM.
    69
    DATETIME-MONI_TIME = TD110-UZEIT.
    70
    TD110_CACHE = TD110.
    Only related SDN post is following, but solved by changing permissions for saposcol.
    Only related SAP Note is SAP Note Number 597743 "DB02: Poor entries for critical objects list", but not applicable for current SAP version.
    For me strange is that this issue occurs on the development system, but not on the acceptance and production system.
    Thanks in advance for any assistance.
    KR
    Gidion

    Received the solution from SAP Active Global Support:
    This error occurs due a corruption in the table MONI.
    For solving this issue you need to clean the records of this table via the following path :
    1. Call transaction ST03
    2. With GOTO -> Performance database -> Content of database
    3. Push button Delete data group
    4. Enter ID DB
    5. Continue
    6. Confirm the delete
    If you wish to backup the data before deleting the entry please follow the steps in the note 1000275 "DB02: history data backup procedure".
    Regards,
    Gidion

  • Unable to Import objects into ID

    Hi All,
            For your support I have completed the development work and I have moved to Quality from Development. But while trying to import the one scenario in to Quality System from Development in XI, I am getting the following Error:-
    Internal error: Unable to transfer changes for object Service | Q14CLNT120 to change list "XI 3.0 Import" (9a590f30-7245-11dc-9266-00306ee97ef1) since object still in change list "XI 3.0 Import" (3ae5e660-701d-11dc-942e-00306ee97ef1)
    I have somehow managed to import another scenario last week into Quality, although now I am unable to import. But while trying to activate the imported scenario into Quality System I am getting another Error as below:-
    Unable to move object. Change lists were not part of the same import
    I tried to activate the change list..but no woek.
    Could anyone please advice?
    BR
    Soumya

    Have you checked the GUID in SLD in both the systems?
    <b>SLD-->Software Components, to check the GUID.</b>
    You can do one thing, first of delete imported objects which are not getting activated from QA, also delete the SWCV from Integration Repository.
    <b>Note:</b> Before deleting SWCV, make sure any other working objects are not there in the same SWCV. 
    Now, if <b>SWCV & GUID</b> in both systems are <b>same</b> then again:
    1. Export the objects from Dev (.tpz file)
    2. Imort the same .tpz file to QA system.
    Now go to Repository of QA and
    1. <b>Tools --> Import Design Objects</b>
    2. <b>Tools --> Transfer from system landscape Directory --> Update Application Components.</b>
    Select your components and press Finish button.
    And finally try to Acitvate your objects.
    Regards,
    Sarvesh 
    *****Reward points, if found helpfull.

  • Java field imported to ABAP RFC

    Hello,
    I'm using the following code in a User Defined Function within XI 3.0 and I'm having difficulty getting the correct "message id" imported into the RFC. 
    I've tried changing the data type of I_MESSAGEID.  Using this message id and the following data types I get different results: 
    I_MESSAGEID should look like this:  4989D6DBCE5B4C85E10000000A5060AC
    but when...
    I_MESSAGEID is set to CHAR(32):  Ó倃၏טℶ፝㓓
    I_MESSAGEID is set to RAW(16):  E3DF01DB7D03DB6E3ADF9E84135D34D3
    I_MESSAGEID is set to String:  ######n:ߞ##]4#
    Here is my java code:
    public String Create_ZTOR_Rec(String MsgID,String MsgDate,String MsgTime,String PONum,Container container){
    String content = "";
    MappingTrace importanttrace;
    importanttrace = container.getTrace();
    // filling the string with our RFC-XML (with values)
    String m = "<?xml version="1.0" encoding="UTF-8"?><ns0:Z_UDF_CREATE_ZTOR_REC xmlns:ns0="urn:sap-com:document:sap:rfc:functions">";
    m = m + "<I_MESSAGEID>" + MsgID + "</I_MESSAGEID>";
    m = m + "<I_EBELN>" + PONum + "</I_EBELN>";
    m = m + "<I_ERDAT>" + MsgDate + "</I_ERDAT>";
    m = m + "<I_UZEIT>" + MsgTime + "</I_UZEIT>";
    m = m + "</ns0:Z_UDF_CREATE_ZTOR_REC>";
    RfcAccessor accessor = null;
    ByteArrayOutputStream out = null;
    try
    // 1. Determine a channel (Business system, Communication channel)
    Channel channel = LookupService.getChannel("XI","GeneratedReceiverChannel_RFC");
    // 2. Get a RFC accessor for a channel.
    accessor = LookupService.getRfcAccessor(channel);
    Any Ideas how I can convert this message id in Java to import it properly?
    Thanks,
    Matt

    It is a good document and I noticed the link to Help.sap.com explained why writing to/updating a table through java mapping is not a good idea but in this case I do not have an option.
    I was unable to find anything to explain why all the other strings are processed in the RFC but the message id gets garbled.
    When I test the RFC manually it works properly.  When I attach the message id to the outgoing document it appears correctly.  So the error appears to be happening here:
    // 3. Create a xml input stream representing the function module request message.
    InputStream inputStream = new ByteArrayInputStream(m.getBytes());
    // 4. Create xml payload
    XmlPayload payload = LookupService.getXmlPayload(inputStream);
    // 5. Execute Record Create.
    Payload result = accessor.call(payload);
    InputStream in = result.getContent();
    Does anyone know how I can get the correct message id into my RFC?
    Thanks,
    Matt

  • Trying to add a java.awt.Choice object to a JTable

    Hi
    I am creating an app. which uses a JTable as the front end, displaying string data in all cells except the first column, which I need to make java.awt.Choice objects (or equivalent) - users will click the cell, a list of job numbers will be displayed and they click the one they want.
    Every time I run the app instead of a drop down list of job numbers I get the text:
    java.awt.Choice[choice0,0,0,0x0,invalid,current=K5000]
    I am unsure how to proceed.
    Any and all help appreciated - for reference my code at present is:
    Choice jobNumber = new Choice();
    jobNumber.addItem("K5000");
    Object[][] dataValues = {
    {jobNumbers[0], "A job title", new Integer(0), new Integer(0), new Integer(8), new Integer(8), new Integer(4), new Integer(0), new Integer(0)},
    where the JTable constructor is passed this array
    regards
    David

    Don't mix Swing and AWT!! Have a look at the JTable tutorial on this site.
    http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#combobox

  • Imported Object Enterprise Service Builder

    Hi..
    when Imported Object Enterprise Service Builder
    Connection data for the R/3 import is incomplete
    Open the software component version SAP BASIS 7.10 and
    enter the system and the client
    can not import MATMAS object
    How to resolve that problem
    regards
    chandana

    Double click on teh software component version in ESR for which you want to import idoc. Then select the raido button import of idoc interface from sap systems permitted. Then give the R3 system information like the system name, client and then try once again. It is nothing related with technical and business system.
    step by step:
    double click on SWCV->
    Interface Import ->you have to provide system name , client  then ll try to import
    pls refer : http://forums.sdn.sap.com/thread.jspa?threadID=2143371&tstart=0

  • My imported objects distort when I rotate them

    I'm importing objects from illustrator into After Effects, but when I rotate them they distort. I also noticed that the anchor points for my objects are way off, but readjusting those anchor points doesn't help to alleviate the rotation problem.
    I'm usig the CS3 suite, if that helps.

    I'd guess that you're working in a non square project. I'd also guess that you have some square pixel images that are being interpreted as non square.
    Please give us the specs of your project so that we can help you. There's about a zillion combinations that can cause problems, but they all go away if your footage is interpreted at the pixel aspect ratio that it was created in.

  • Java is pure object oriented programing language or not why?

    please clear
    java is pure object oriented programing language or not why?

    And there is some concepts of object orientation that
    Java not implements like: Operator
    Overloading and Multiple Heritage. But, i think
    that we can live without those features.
    And the sucess of Java is a proof of this.I don't believe that operator overloading and multiple inheritance are required aspects of object programming.

  • Creating message type in XI with imported objects

    Hi,
    I have imported an Idoc Structure into XI.
    Now I need to create a message type with structure from imported Idoc + some additional fields.
    Can some one tell me how to go about this. Because once I drag and drop the imported Idoc structure, I doesn't allow me to add any more fields during message type creation.
    Is there a different to way to achieve this.
    Best Regards,
    Kiran

    Hi Kiran,
    the Integration Builder supports two ways of modelling an interface. The first way is to build the required datatypes from scratch (with the datatype editor) then define (fault) message types using these datatypes and finally define the message interface.
    The second way is to use an externally defined structure by importing an IDoc or RFC from an R/3 or an external DTD/XSD/WSDL from filesystem. Then define your Message Interface using the messages from the imported objects.
    Currently there is nearly no support for mixing these two approaches as you have in mind (taking an externally defined structure as starting point, then enhance this structure within the Integration Builder).
    The best workaround I can suggest to you, is import the IDoc, take the XSD which is displayed for it, download it to your local file system, edit it there (with notepad when you are an XSD expert, with some other tool like XML Spy otherwise) and upload the modified file as External Definition.
    BTW: For this procedure you do not necessarily need to upload the IDoc to the Repository. As far as I know the R/3 also offers the possibility to generate an XSD representation for an IDoc (do not remember the exact way to go there).
    Greetings Stephan

  • IDX2 Vs Imported Objects

    We can import the IDOC Meta Structure using the Transaction IDX2, if I import that in which place the Structure will be stored?
    Whether this structure is used by all the SWCV?
    Then what is the use of the Imported Objects, there also we have the IDOC importing facility?
    Thanks.

    Hi Pete,
    <b>Then what is the use of the Imported Objects, there also we have the IDOC importing facility?</b>
    In IR the imported Objects provide the structure that we will use in Message mapping, message interfcae and other IR Objects.
    check this link: http://help.sap.com/saphelp_nw2004s/helpdata/en/2b/a48f3c685bc358e10000000a11405a/frameset.htm
    <b>IDX2</b>
    check my reply in this
    Re: Use Of IDX2
    Sachin

  • Imported Objects - IDOC

    Hello,
    I'm trying to find a data type that is used within another data type.
    The first type is an imported object IDOC:  ORDERS.ORDERS02.ZORDERS1
    within this object is a data type called ZORDERS1.Z1EDPA1 and that is the data type I need to edit.  I am unable to locate this type in the imported objects folders or listed as a data type under any namespaces in the Intergration Repository.
    Does anyone know where I might be able to find it and edit it?
    Thanks,
    Matt

    In XI I have an IDOC adapter that takes a PO from SAP R/3 and sends it to our SUS system.  When I look at the POs being sent I see that XI uses the type ORDERS.ORDERS02.ZORDERS1 and the sender namespace is urn:sap-com:document:sap:idoc:messages.  Within that type there is a sub-type (for the segment Z1EDPA1) that I need to edit.
    Currently the XI shows this segment as having two data types defined within it:  segment and ZZECHANGEREQID.  I need this data type to show all the fields within the segment name1, name2, address, etc.
    Where is this namespace urn:sap-com:document:sap:idoc:messages defined?
    Thanks,
    Matt

Maybe you are looking for

  • Please tell me how to reinstall Personal Web Sharing

    I did something to my Personal Web Sharing. I thought maybe it was the file permissions but they seem to be right. Owner is "myusername" and group is also "myusername". In any case Personal Web sharing will NOT turn on. Do I have to reinstall the OS

  • The Assetive Touch doesn't work suddenly

    after the damage with my ic power, and that problem was fixed. but the assetive touch doesn't work suddenly, I even can't touch it, it doesn't responsive. why is that happen? how do I fixed it? help, please!

  • Submit button/interactive pdf

    I've created an interactive form with a submit button. When I open the pdf in Reader and hit submit, it looks like it it going to send and then I get a popup that says "Authentication failed. Please verify your username and password." I currently use

  • Steps for making the changes in DC and checking into NWDI

    Hi Experts, I  am new to the NWDI I have some questions related to the NWDI and NWDI integration manggement. We have some set of SC's got from some team. Now we need to upload to our NWDI .For that  I have done the following steps. I have created som

  • How to install iDVD/iMovie on Tiger if you have the Leopard version of iLif

    I have iLife '09 and iWork '09. Will these work on Tiger 10.4.11? I bought those for my Leopard computer. But the computer with Tiger I don't think it will run on it. How do I get the Tiger version of iDVD, iMovie, iPhoto, and all the other apps incl