Exporting Class structure

Is there a way to export your class structure to something like Excel?  Currently, I expanded all the classes with my Data Explorer in Webi, copy all, and pasted them in Excel.  I get all objects this way but they loose their folder structure.  Is there a better way to do this?
Thanks,
Jimmy

Shreya,
Thanks for the quick reply.  Print to pdf is great if I only needed a read version but I am looking for an easy way to export the structure so I can modify it in Excel.  Sure I can copy from the pdf and paste it in Excel but I'll loose the structure.  Is there a way to export the class structure to Excel without loosing the structure?
Thanks,
Jimmy

Similar Messages

  • "Export classes in frame x" in AS3: how does it work?

    My steps:
    1. I have some beefy classes
    2. I want my SWF to show a preload anim while it loads these
    classes
    3. Using the "Export classes in frame: " option, I move my
    classes to frame 10
    4. I put a stop(); on the first frame and test w/ the
    bandwidth profiler visible.
    Desired + expected behavior:
    1. My preloader spins, and I have minimal K on the first
    frame and then the main hit on the chosen export frame.
    Observed behavior:
    1. all of my classes are available on the first frame (ala,
    all of my logic can be performed on the first frame, even though
    the framehead is sitting firmly on frame 1)
    2. there is still a spike in K on the output frame
    Notes:
    - am I just missing the point here? Is this how it always
    worked?
    - why is the Document Class available in the first frame? Is
    this mandatory w/ the new structure?
    Thanks for your time and help-
    cgs

    Thanks, moccamaximum, I believe this did open up a connection and now I have no errors.
    However, my problem still persists.
    Here is what it says in the output of my AS3 flash site:
    _root
    SWFBridge (AS3) connected: host
    SWFBridge (AS2) connected as client
    imgNum: 10
    thumb: images/image1.jpg
    image: images/image1.jpg
    thumb: thumbs/image2.jpg
    image: images/image2.jpg
    thumb: thumbs/image3.jpg
    image: images/image3.jpg
    thumb: thumbs/image4.jpg
    image: images/image4.jpg
    thumb: thumbs/image5.jpg
    image: images/image5.jpg
    thumb: thumbs/image6.jpg
    image: images/image6.jpg
    thumb: thumbs/image7.jpg
    image: images/image7.jpg
    thumb: thumbs/image8.jpg
    image: images/image8.jpg
    thumb: thumbs/image9.jpg
    image: images/image9.jpg
    thumb: thumbs/image10.jpg
    image: images/image10.jpg
    4
    _root
    4
    163
    _root
    163
    67
    _root
    67
    43
    _root
    43
    56
    _root
    56
    20
    _root
    20
    85
    _root
    85
    64
    _root
    64
    3
    _root
    3
    I don't understand how its able to trace that it is getting the images in the path, yet there are no images to be seen in the gallery!
    I found out that my gallery does work (with images and all) when loaded into a movieclip in a blank AS2 file instead of my AS3 site. Am I doomed since even localconnection will not help?

  • Export Dictionary structure definitions to WSDL or XSD

    Hi all,
    I need to export some structure definitions from CRM 2007 to a XI instance. I have been told by the XI responsible that the ideal mechanism is that I provide him some WSDL or XSD files so he can import them.
    The point is: how do I export my ABAP Dictionary definitions to a WSDL?.
    I have tryed to do it already in an indirect way creating an ABAP Proxy, but I always get plenty of errors there and I am sure that has to be a faster and more elegant way to do it.
    Thanks in advance, lot of points for the one who solve it ;-).
    Best Regards,
    Luis V. de P.

    Hi Gonzalo,
    I dont think even if you convert into xsd it will go. The best would be to use XMLAnonymizerBean in your sender communication channel. Please see stefans blog for this:
    /people/stefan.grube/blog/2007/02/02/remove-namespace-prefix-or-change-xml-encoding-with-the-xmlanonymizerbean
    Regards,
    ---Satish

  • RFC / BAPI import & export parameter structure

    Hi,
    Is there a way to get the import & export parameters structure from remote system rather than creating them in calling system?
    I have WD4A in CRM system and want to call RFC on R/3 system. Since the R/3 dictionary objects do not exist in CRM, I have to create these in CRM before creating context node and attribute. Is there a way to use RFC without creating these structures?
    Thanks,

    Hello Ravindra,
    yes you can copy DDIC structures from one system to another.
    Option a).  See the many blogs on SAPLINK and the website
                      http://groups.google.com/group/saplink/
                and http://code.google.com/p/saplink/
    Option b) in SE80 right click on object and select include in transport.
                  Release Transport.
                  Use TMS in other system to import this transport.
    Please note, to call an RFC there is no need to declare the structure in the dictionary.
    You dont even need to create the function in the local system.
    So you may be over engineering the issue.
    eg
    data: being of ls_some_stru,
                         f1 type xxx,
                         f2 type xxxx
                         f3 type xxxx,
          end of ls_some_stru.
          call function 'XYZ_FUNCTION' destination 'OVERTHERE'
                  exporting is_stru = ls_stru.
    the structures used in XYZ_FUNCTION need not exist in local dictionary, nor does
    the function need to exist in the local system.
    regards
    Phil.

  • Some lib include Export Class,i use dependency tool to view this lib,how to know function's define

    sample:?Polaris_Measure@CCBjxguance@@QAA_NPBG0@Z 
    i know CCBjxguance is export class,Polaris_Measure is class's function,@@QAA_NPBG0@Z  is params and return value,but @@QAA_NPBG0@Z mean ? which data type ?

    So I take it that you have a .dll file but you do not have headers for it? Then finding out the params and return type won't help you much anyway.
    That's a member function, to be able to use it you need an instance of that class. And to obtain an instance of that class you need to know the full definition of that class, including its member variables. Member variables aren't exported so you have no
    way of knowing those, short of reverse engineering the .dll code.
    Anyway, the full declaration of that function is:
    public: bool __cdecl CCBjxguance::Polaris_Measure(unsigned short const *,unsigned short const *)
    This can be obtained by using the undname utility from a VS command prompt:
    undname "?Polaris_Measure@CCBjxguance@@QAA_NPBG0@Z"

  • How can we use IMPORT-EXPORT as structure and TABLES parameters?

    Hello Sir,
    I have used SAPRFC with single IMPORT and EXPORT parameter.
    Could anybody give me an example in I can use IMPORT/EXPORT as structure and TABLE parameter as input?
    of course from/to PHP.
    Regards,
    RH

    Thanks

  • EXPORT CLASSES IN FRAME 2 PROBLEM

    Hi to all, i am having a problem trying to do a simple preloader.
    i am making a game, only 2 frames, the first is preloader screen, the second is the game (all in actionscript):
    if i set EXPORT CLASSES IN FRAME 2, after the game is preloaded ( this.loaderInfo.addEventListener(Event.COMPLETE, onComplete)
    i execute gotoAndStop(2).
    all ok.
    but i see that some creatures (movieclips) DOESNT SHOW. those creature are there, all works fine, but simply are not visible!!! this happen also with some textbox......
    i trace (creature.visible)... and // give :    true
    also   trace(creature).... // give:   object[creature]       all ok here...
    also properties works fine      trace(creature.attack); // gives the right value, is all ok.....
    if i set EXPORT CLASSES IN FRAME 1... all works fine (but not the preloader, that doesnt load. simply a white screen of course, until all is loaded, then the frame 1 instantly execute gotoAndStop(2), starting the game)
    i dont understand, what happen to movieclips when i export in frame 2? (not at ALL, something is visible... something not.... ))))

    Yes, are all unchecked
    . only "export in actionscript" is checked, but others are all unchecked.
    i have tried both, checked and unchecked.
    but... if i have Exactly the same creature, added for 2 different players... the first player has all creatures ok.
    the second not.....
    the second will not show his creatures (0 shown, no matter what)
    if i change the Exportclasses in frame 1... then all goes perfect, all players have shown all correct.... i dont understand why.
    i also have prolems with some textbox that doesnt show if i set Exportclasses in frame 2.....

  • Enumerate exported classes/symbols

    Hi all,
    When I load an swf dynamically using the Loader, is there any way that I can retrieve the symbols that are exported as as3 classes?
    I know I can instantiate the symbols when I know the classname using
    loaderInfo.applicationDomain.getDefinition(fullyQualifiedName) as Class
    But I can't find something like
    applicationDomain.getDefinitions() which would result an array of fully qualified classnames, like
    ["com.company.app.Symbol1", com.company.app.Symbol2",..]
    so I can instantiate symbol1 and add it to the stage like
    var cls:Class = loaderInfo.applicationDomain.getDefinition("com.company.app.Symbol1") as Class
    var obj:*;
    try {
         obj=new cls;
    } catch (error:Error) {
         trace('Cannot instantiate the class');
    stage.addChild(obj);
    If this is impossible, please let me know too. In that case I have to fill my database with all the symbols per swf and load that too.
    But it's a lot more work creating and maintaining duplicate data.
    I know there are tools out there that can show everything that's contained in an swf, but I don't know if they're looking at the binary data.
    TIA
    Ronald

    Oh wel, I solved it myself FYI:
    I can't figure out how to enumerate all exported classes, but if you add all exported classes to the stage of the swf you want to load dynamically,
    you can enumerate the children of the loaded MovieClip.
    var loader:Loader = new Loader();
    var loaderInfo:LoaderInfo = loader.contentLoaderInfo;
    loaderInfo.addEventListener(Event.INIT, onInit);
    ... Add the URLRequest etc
    loader.load();
    public function onInit(e:Event):void {
        // e.target.content is the stage of the loaded SWF, as a MovieClip object
        var movieClip = e.target.content as MovieClip;
        if(movieClip.numChildren>0) {
            for(var i:int = 0; i< movieClip.numChildren; i++) {
                var child:Object = c.getChildAt(i);
                trace(child.name);                                     // The instance name of the symbol on the swf's stage
                trace(getQualifiedClassName(child));      // The fully qualified classname of the symbol (import flash.utils.*)
    Best regards,
    Ronald

  • How to improt/export class,test,quiz

    Dear
    We are on r12, currently we are using OLM module for test, quiz etc but now onward we need to import or export class, session or quiz as well.
    How can we check content manager has been install through application,
    How to connect it to third party application by import/exprot
       3. what is necessary requirment.
    Could y pls share your experience in this regard.
    thanks.

    Vikas,
    You need to create super script which is nothing but having the both the steps (Po creation & MIGO ) in this eCatt script. This can be achieved by using the REF command as ex. below.
    Create PO
    REF ( Z_CREATE_PO , Z_CREATE_PO_1 ).
    Create MIGO
    REF ( Z_CREATE_MIGO , Z_CREATE_MIGO_1 ).
    Z_Create_PO is the actual eCatt script that you recorded to create the PO. Z_CREATE_QUOTE_1 is the interface created by SAP. Similarly you have use the REF command to call the MIGO script inside this super script.
    To pass the export parameter from PO step to MIGO, double click the Z_CREATE_PO_1and define the export variable for PO number. And do the same on the interface for MIGO step.
    Follow the instructions if you need in this help document posted by another user in this forum
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417200)ID0134775250DB00634934533836311611End?blog=/pub/wlg/3497
    Note : Cut & paste the entire link above to view the document.
    thanks
    Venkat

  • Export table structure in datapump

    Hi,
    Oracle Version : 10.2.0.1 and 11.2.0.1
    Operating system:Linux
    I need an help regarding to export only the table structure in 10g.
    In 11g when i tried to export table structure for the tables which starts with ST_LO_% it works fine and here is the output for that export statement.
    [oracle@vtlsys2-209 dbdump]$ expdp CNGSTORES_TEST_DEC1610/CNGSTORES_TEST_DEC1610 directory=dbdump dumpfile=chala_feb2111.dmp logfile=chala_feb2111.log tables="ST_IL_%","ST_LO_%","SCM%","ARCH%" exclude=statistics,grants job_name=tablesfil parallel=4 version=10.2  content=metadata_only
    Export: Release 11.2.0.1.0 - Production on Mon Feb 21 14:34:16 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    UDE-01017: operation generated ORACLE error 1017
    ORA-01017: invalid username/password; logon denied
    Username: cngstores_test_dec1610/cngstores_test_dec1610
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Starting "CNGSTORES_TEST_DEC1610"."TABLESFIL":  cngstores_test_dec1610/******** directory=dbdump dumpfile=chala_feb2111.dmp logfile=chala_feb2111.log tables=ST_IL_%,ST_LO_%,SCM%,ARCH% exclude=statistics,grants job_name=tablesfil parallel=4 version=10.2 content=metadata_only
    Processing object type TABLE_EXPORT/TABLE/TABLE
    Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/COMMENT
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/INDEX/FUNCTIONAL_AND_BITMAP/INDEX
    Master table "CNGSTORES_TEST_DEC1610"."TABLESFIL" successfully loaded/unloaded
    Dump file set for CNGSTORES_TEST_DEC1610.TABLESFIL is:
      /u05/dbdump/chala_feb2111.dmp
    Job "CNGSTORES_TEST_DEC1610"."TABLESFIL" successfully completed at 14:34:37But when i tried in 10g it is throwing errors and below is the export script.
    [oracle@VTL1253AD dbdump]$  expdp aa_test/aa_test directory=dbdump dumpfile=st_LO_IL_EMPTYTABLES.dmp logfile=st_LO_IL_EMPTYTABLES.log content=metadata_only job_name=aa_empty tables="ST_LO_%","ST_IL_%"
    Export: Release 10.2.0.1.0 - Production on Monday, 21 February, 2011 14:03:18
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Starting "AA_TEST"."AA_EMPTY":  aa_test/******** directory=dbdump dumpfile=st_LO_IL_EMPTYTABLES.dmp logfile=st_LO_IL_EMPTYTABLES.log content=metadata_only job_name=aa_empty tables=ST_LO_%,ST_IL_%
    ORA-39166: Object ST_IL_% was not found.
    ORA-39166: Object ST_LO_% was not found.
    ORA-31655: no data or metadata objects selected for job
    Job "AA_TEST"."AA_EMPTY" completed with 3 error(s) at 14:03:24Can any one please help me how to export table structure that are starting with ST_LO_% and ST_IL_%.
    Please help me.
    Thanks & Regards,
    Poorna Prasad.S

    Hi N Gasparotto ,
    Thanks for your quick replay .
    Here when i use to export tables ST_LO% in the include parameter it is working fine .
    [oracle@VTL1253AD ~]$ expdp aa_test/aa_test directory=dbdump dumpfile=aa_test_feb2111_st_loil.dmp logfile=aa_test_feb2111_st_LO.log   parallel=4 job_name=aa_test1 content=metadata_only include=table:\"like \'ST_LO_%\'\"
    Export: Release 10.2.0.1.0 - Production on Monday, 21 February, 2011 15:10:30
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Starting "AA_TEST"."AA_TEST1":  aa_test/******** directory=dbdump dumpfile=aa_test_feb2111_st_loil.dmp logfile=aa_test_feb2111_st_LO.log parallel=4 job_name=aa_test1 content=metadata_only include=table:"like 'ST_LO_%'"
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/FUNCTIONAL_AND_BITMAP/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/FUNCTIONAL_AND_BITMAP/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Master table "AA_TEST"."AA_TEST1" successfully loaded/unloaded
    Dump file set for AA_TEST.AA_TEST1 is:
      /u04/dbdump/aa_test_feb2111_st_loil.dmp
    Job "AA_TEST"."AA_TEST1" successfully completed at 15:10:39but when i tried to export tables that start ST_LO_% and ST_IL_% the export is failing.
    [oracle@VTL1253AD ~]$ expdp aa_test/aa_test directory=dbdump dumpfile=aa_test_feb2111_st_loil.dmp logfile=aa_test_feb2111_st_LO.log   parallel=4 job_name=aa_test1 content=metadata_only include=table:\"like \'ST_LO_%\'\",table:\"like \'ST_IL_%\'\"
    Export: Release 10.2.0.1.0 - Production on Monday, 21 February, 2011 15:07:35
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Starting "AA_TEST"."AA_TEST1":  aa_test/******** directory=dbdump dumpfile=aa_test_feb2111_st_loil.dmp logfile=aa_test_feb2111_st_LO.log parallel=4 job_name=aa_test1 content=metadata_only include=table:"like 'ST_LO_%'",table:"like 'ST_IL_%'"
    ORA-39168: Object path TABLE was not found.
    ORA-31655: no data or metadata objects selected for job
    Job "AA_TEST"."AA_TEST1" completed with 2 error(s) at 15:07:41
    [oracle@VTL1253AD ~]$ expdp aa_test/aa_test directory=dbdump dumpfile=aa_test_feb2111_st_loil.dmp logfile=aa_test_feb2111_st_LO.log   parallel=4 job_name=aa_test1 content=metadata_only include=table:\"like \'ST_LO_%\',\'ST_IL_%\'\"
    Export: Release 10.2.0.1.0 - Production on Monday, 21 February, 2011 15:08:56
    Copyright (c) 2003, 2005, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORA-39001: invalid argument value
    ORA-39071: Value for INCLUDE is badly formed.
    ORA-00933: SQL command not properly endedCan you please help me what was the mistake i am doing in my export script when trying to export ST_LO_%,ST_IL_%.
    Regards,
    Poorna Prasad.S

  • ActionScript Project - Export classes in frame 2?

    I have a holder swf that loads in a swf that has its own built in preloader. Problem is those preloaders are not seen. The loaded swf only displays after it is 100% complete. On its own, the swf with preloader works fine.
    I created the preloader by using the Frame metadata tag:
    (import classes etc.)
    [SWF(frameRate=60, width=900, height=580, backgroundColor='#2A3146')]
    [Frame(factoryClass="screens.Preloader")]
    public class MainClass extends Sprite
    Then in the Preloader class when all is loaded:
            private function onLoaded():void
             this.nextFrame();
             var mainClass:Class = Class(getDefinitionByName("MainClass"));
             if(mainClass)
                 app = new mainClass();
                 addChild(app as DisplayObject);
                app.start();
    In the holder swf it does something like this to load the swf:
                gameLoader = new Loader();
                gameLoader.load(new URLRequest(gamepath));
                gameLoader.contentLoaderInfo.addEventListener(Event.INIT, onGameLoadStart);
                gameLoader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, onError);
            private function onGameLoadStart(e:Event):void
                preloader = gameLoader.content;
                addChildAt(preloader,0);
    I thought this was the to do a "export classes in frame 2" kind of thing in an actionscript project, and it works great on its own but not when loaded inside another swf. Is there something I'm missing?
    I know I could just built a preloader in the holder swf, but the holder swf is loading in games that all have a unique style on thier own and the games' preloaders all dipict its games style.
    Thanks.

    You were right. It was the Loader not having the size. After your post I checked the to see if the server was serving with the right mimetype and with no g-zip compression. Everything was in in correct order. Then I checked from my connection at home and everything is loading as intended. Come t find out its something with our firewall. When checking from work and the swfs are on a server outside our firewall the total bytes are unknown. If they are on a server within our firewall they are fine. (Most problematic in Webkit browsers). So I guess i was going about it the right way. Thanks for your help.

  • Good class structure?

    what is a good class structure for example i will have a GUI for displaying personnel.
    1. create the FrmPersonnel.java
    public class FrmPersonnel{
    all codes for designing the GUI.
    2. create the JDBC connection class RSetPersonnel.java
    public class RSetPersonnel{
    public ResultSet rsProfile()
    ResultSet rs=null;
    rs.executQuery("SELECT * FROM personnel");
    return rs;
    is this the way it should be?

    what about in my GUI i have these navigation buttons
    top, previous,next and bottom, so i need to have a
    ResultSet that has all the rows of the personnel
    table. what is the best approach to handle this kind
    of data?what if personnel has 100,000 rows.if you want to page your data then page your data.
    Don't fetch 100,000 rows at once. The user doesn't want to see 100,000 at one time. The user wants at the very most to see maybe 100 rows at one time. Probably even less.
    So get 100 rows. Then when the user clicks next get the next 100.
    And so on.
    This is called pagination and it's not only applicable to JSP/Servlets or web applications in general but all GUI tied to data sources.

  • Basic class structure

    I've managed to create several applications in AS 3 without
    ever going face to face with packages and classes. I know that
    seems hard to believe, but anyway-- now I want to use something in
    the corelib and can't figure where I'm supposed to put these files
    I've downloaded. I know this is sub basic but would appreciate
    help.

    funonmars,
    > Hi David, Thanks for your help.
    Sure thing!
    > I tried to implement your class structure, then gave it
    a rest, then tried
    > again today to no avail. Here's a
    >
    http://henryjones.us/articles/using-the-as3-jpeg-encoder
    to the
    > JPGencoder demo that got me interested,
    Gotcha. Yes, that link helps. I ran through the tutorial
    (it's
    surprisingly quick!) and met with success. There are various
    ways it
    *could* be done -- classpath preferences are flexible -- but
    here's what I
    did.
    In the tutorial, just beneath the "First Things First"
    heading, Henry
    writes:
    "Once you have the library, just drop it into your classes
    folder and you
    are ready to go. Now we can import the JPGEncoder."
    The phrase that's open to interpretation is "your classes
    folder." For
    my development workflow, just personal preference, I keep
    third party AS2
    and AS3 classes in these folders:
    C:\Documents and Settings\<username>\My Documents\My
    Projects\ActionScript
    2.0 Classes
    C:\Documents and Settings\<username>\My Documents\My
    Projects\ActionScript
    3.0 Classes
    These corelib classes are written in AS3, so I put them into
    my
    ActionScript 3.0 Classes folder. Specifically, I visited the
    Google Code
    repository linked from Henry's site:
    http://code.google.com/p/as3corelib/.
    I downloaded corelib-.90.zip and extracted its contents to my
    desktop (this
    created a folder called corelib-.90 on my desktop). Inside
    that folder, I
    found a src subfolder. I assumed that meant "source," so I
    opened it -- and
    sure enough, there was the expected com folder. Inside that
    com folder was
    an adobe folder, and so on. The JPGEncoder class was
    ultimately in this
    folder structure: com\adobe\images\JPGEncoder.
    I already had a number of third party AS3 classes in my
    ActionScript 3.0
    Classes folder. Of those, some are located inside a root
    folder named net,
    some in edu, and some in com. My com folder already had a
    number of
    subfolders inside it, but not yet adobe; so I dragged the
    adobe folder
    (along with all of its subfolders) from the corelib-.90
    folder on my desktop
    into my ActionScript 3.0 Classes\com folder.
    From the standpoint of ActionScript 3.0 Classes, then, I had
    a
    com\adobe\images folder structure that led to the class file
    in question.
    Here's the relevant classpath setting in my Flash
    preferences:
    C:\Documents and Settings\<username>\My Documents\My
    Projects\ActionScript
    3.0 Classes
    Based on that classpath setting, here's my import statement:
    import com.adobe.images.JPGEncoder;
    I can see now, in my previous email, that I accidentally
    misled you with
    a suggestion for the wrong import path (apologies on that! I
    misread your
    folder structure). In short, the import path needs to match
    the folder
    structure of the class files themselves -- from the starting
    point of their
    parent-most (aka root) folder.
    I hope that clears it up!
    > Your book arrived today, so maybe that will help me make
    > sense of it.
    Foundation Flash CS3 for Designers is a FLA-centric book, so
    it may not
    help you especially with external class files -- but I
    certainly hope you
    get good use out of it! :) Tom and I tried to cover a broad
    range of
    topics.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Persist class structure with XMLEncoder

    Hi,
    I am tring to persist the following class structure with an XMLEncoder:
    public class Header {
         public HeaderItem createHeaderItem() {
              //do some initialization
         public HeaderItem getHeaderItem() {
              return item;
         //no getter here
    public class HeaderItem {
         public void setName(String name) {
              this.name = name;
         public String getName() {
              return name;
    //creation
    Header h = new Header();
    HeaderItem item = h.createHeaderItem();
    item.setName("test");I dont want to use setters, so I need custom PersistenceDelegates to deal with the factory method. I have read the sun tutorial and tried several things
    but I don't succeed in persisting this structure. Can anyone help me?
    kind regards,
    Christiaan

    Does no one know a solution for this?

  • Problem in creating EJB and WebService using complex class structure

    Hi All,
    My requirement is like :
    I have a class with very complex structure.
    I have also used external .jars.
    Now when I have created an EJB with a method's return parameter as above class.
    But when I am creating a Webservice, it doesnot allow me to select this method.
    Not able to configure why ?
    Please Help.
    Thanks.

    Hi,
    I have gone through your code and the problem is that when you create jar it takes a complete path address (which is called using getAbsolutePath ) (when you extract you see the path; C:\..\...\..\ )
    You need to truncate this complete path and take only the path address where your files are stored and the problem must be solved.

Maybe you are looking for

  • IDVD problem with "Show title and comments"

    I am making a DVD for a neighbor. He has given me CDs with scanned old slides. He has over 1000 photos. I've got the DVD made in iDVD and everything is fine except in one of the slideshows. In iPhoto I have 22 albums of photos. When I'm in iDVD I go

  • E-mail looses all images if mail server doesn't accept outgoing email...

    I open some web page in Safari, press Command+i, new email message is created and all web page content is inserted in the email message, including all images. Nice! I enter email address and send email. If for some reason outgling mailserver doesn't

  • Problem to get Correct Value for Message Id in XI (Inbound channel)

    Hi Experts I have XI scenario  i.e. SOAP to RFC. I am calling RFC and getting Response which contais Messageid Field(Raw Data). But while getting Response in Inbound Channel ,I ma getting Junk Value For Message Id. In RFC Data element for Message id

  • Scrolling down the page parts of the page have crash then scoll over them it becomes ok!!!

    Hi!!! I have only noticed it after updating to new firefox, but works windows brower works fine. If i run firefox in safemode it is fine.... Please help i dont want to use boring windows explorer. Thanks. Tony.

  • Dbms_job - Spawns duplicates

    We have created three jobs via dbms_job to run on a daily basis. Initially, everything is fine but after periods of heavy loading we see the number of jobs increasing uncontollably. The same job appears to be resubmitted to the job queue and from a s