Create symbol and animate (example from API doc working?)

Might be missing something simple, but this doesn't seem to work and it is right out of the API doc
brand new edge animate file.
make a rectangle - convert to symbol with name "kitten_paw"
delete from stage
paste this code in time line (say at 1000)
sym.createChildSymbol("kitten_paw", "Stage");
var kitten_sym = kitten_paw.getSymbolElement();
kitten_sym.animate({opacity: 0}, 500);
it creates the object but doesn't animate it - and console returns an error - edge.2.0.1.min.js:162Javascript error in event handler! Event Type = timeline
Am I missing something?
thanks!

Try this:
var kitten_paw = sym.createChildSymbol("kitten_paw", "Stage");
var kitten_sym = kitten_paw.getSymbolElement();
kitten_sym.animate({opacity: 0}, 500);

Similar Messages

  • Creating Folder and Accessing Files from Folders in mobile phone

    Hello Friends,
    I am doing my project where I need to create folders and accessing files from those folders in java enabled mobile phones.But I do not know the required tasks for this.Any type of help is highly appreciated.
    Greeting
    Saadi

    You have to get the classname of the Items you receive from getitems.
    There you have only to look for Folder.CLASS_NAME. Example:
    ifsFol sorted by names in ascending order (names of folders and files)
    String[] sort_attributes = {"NAME"};
    //sort will be ascending
    boolean [] sort_orders = {true};
    oracle.ifs.common.SortSpecification sort = new oracle.ifs.common.SortSpecification(sort_attributes, sort_orders);
    ifsFol.setSortSpecification(sort);
    PublicObject[] contents = ifsFol.getItems();
    System.out.println("Here are the names of the items in folder: ");
    for (int i=0; i < contents.length; i++) {
    if (contents.getClassname().equals(Folder.CLASS_NAME)) {
    System.out.println(contents[i].getName());
    null

  • HT4914 if you use iTunes match in order to create space and remove music from your hard drive, does that happen automatically when you subscribe and upload your music or is there another step to remove the music from your hard drive once you've uploaded t

    if you use iTunes match in order to create space and remove music from your hard drive, does that happen automatically when you subscribe and upload your music or is there another step to remove the music from your hard drive once you've uploaded to iTunes match?

    Welcome to the Apple Community.
    iTunes match won't automatically remove content from your computer, if you want to do that you will need to do it manually yourself.

  • How to create an Undefined Code Combination from API? (Urgent)

    Hi All,
    I used the following API to create the code combinations in a Inventory custom form.
    SELECT CHART_OF_ACCOUNTS_ID INTO :PARAMETER.CHART_OF_ACCOUNTS_ID
    FROM ORG_ORGANIZATION_DEFINITIONS
    WHERE ORGANIZATION_ID = :PARAMETER.ORG_ID;
    FND_KEY_FLEX.DEFINE(
    BLOCK => 'XX_MRN_TRX_HEADERS',
    FIELD => 'TO_ACCOUNT',
    CODE => 'GL#',
    APPL_SHORT_NAME =>'SQLGL',
    NUM => ':PARAMETER.CHART_OF_ACCOUNTS_ID',
    ID => 'TO_ACCOUNT_ID',
    VRULE => '\\nSUMMARY_FLAG\\nI\\nAPPL=SQLGL;NAME=GL_NO_PARENT_SEGMENT_ALLOWED\\nN\\0GL_GLOBAL\\nDETAIL_POSTING_ALLOWED\\nE\\nAPPL=INV;NAME=INV_VRULE_POSTING
    nN',
    REQUIRED => 'N',
    DINSERT => 'Y',
    VALIDATE => 'FULL',
    USEDBFLDS => 'N');
    This creates the correct ccid if the combination is already available in GL (gl_code_combinations_kfv), But when its a new combination it returns '-1'.
    How can I create an Undefined Code Combination from API in custom forms?
    If any one one can help me on this it'll be a great help.
    Thanks

    Solved by Using FND_FLEX_EXT.GET_COMBINATION_ID.
    Thanks

  • Hi, ok so at my old job i got given a laptop and i synced my iPhone to that laptop using iCloud, now i have left that job and i have bought my own macbook. I just linked my iPhone to my new macbook via iCloud and now pictures from my old work colleges

    Hi, ok so at my old job i got given a laptop and i synced my iPhone to that laptop using iCloud, now i have left that job and i have bought my own macbook. I just linked my iPhone to my new macbook via iCloud and now pictures from my old work colleges that are obviously using that laptop have popped up on my new laptop, does that mean all my pictures in the last 3 months have been loa
    ding onto that old work laptop as well as my new one??!!! if so how do i delete my pictures from the past 3 months off that old work macbook? HELP!!

    If they are photo stream photos, save them to your camera roll, then delete them from photo stream.  That will delete them from photo stream in iCloud and on any other devices/computers.  Of couse it won't delete them if they have already been moved out of the photo stream album download folder on the work computer.
    Then change your iCloud password so the old work computer no longer has access to your iCloud data or photo stream.  See http://support.apple.com/kb/PH2617.

  • How do I create albums and upload pictures from my PC to my iCloud Photo Library?

    I enabled iCloud Photo Library Beta and got a message telling me all my previously-synced photos from iTunes would be deleted from my iPhone.  That's fine, but how do I create albums and upload pictures & videos from my PC to my iCloud Photo Library?

    I am dealing the same issue.. I can upload it for example through icloud.com but all this photos are also in "All photos" album which I don't want to...

  • Need to create PDF and Spreadsheet file from RDF file when user passes the parameters

    Hi Everyone,
    I am beginner as report developer ,i came across one  issue when the requirement came from the client regarding generating EXCEL FILE and PDF FILE from same RDF file .
    I was able to generate the PDF file but i when i tried to create excel file it does not include the margin in it, also the cell border are not seen( file comes with data but with no CELL borders), I have also attached screenshot for reference .
    View image: problem
    or
    http://i43.tinypic.com/2mq017k.jpg
    Software Used :
    Oracle reports Developer : 11g 1.2.3.0
    Thanks ,
    Harshil

    Dear  Olga12,
    Thanks a lot for your quick reply.
    When i suggested the solution to my client  for creating two separate templates attached to same data definition , they declined and argued that  we cant create 2 separate templates for all reports( more than 200 reports).
    Is there any way to create the PDF/EXCEL from same RDF other than creating two separate templates ?
    Thanks ,
    Harshil

  • Help to execute AvTransmit and AVRecieve examples from JMF solution page

    hi, all. i want to use the AVTransmit and AVRecieve classess from the JMF solutions page to transmit voice from one computer to another.
    Please how can i specify the source locator to be the microphone connected to my PC. please help i want to implement a voive chat.
    If u have any links that could help me on my voice chat project, i'l appreciate it if u could help me with it.
    Thanks

    Hi
    I think this will be useful for you..
    http://java.sun.com/products/java-media/jmf/2.1.1/solutions/AVTransmit.html#howto
    To Transmit video use - "vfw://0" , to Transmit audio use - "javasound:/0/8000" - instead of "file:/avmedia.mov"
    Karthikeyan R

  • Create provider and probes dynamically from userland in C (API)

    Hello all,
    I like to create a new provider(s) and probe(s) dynamically from userland program in C. Exists any dtrace API or exists any "How-To" to do it? Can you show me some example how to do it?
    (I not want to use USDT)
    Thank you.

    Hello,
    Does someone have an experience with dtrace_register(), dtrace_probe_create()... functions from sys/dtrace.h? I am trying to create character driver which create a new provider in attach function. For this, I used dtrace_register function but I can not loat driver, because attaching of driver failed.
    Please, Can someone send me some example how to do it? I looked on OpenSolaris source code but I do not know, what is wrong. I tried to create the provider like here [http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/dtrace/profile.c|http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/dtrace/profile.c]
    Thank you.

  • How to extract Title, Author and Document name from document(.doc;.rtf;..)

    Some files contain meta-data from which we can extract even more details.
    for example: .mp3 file format is:
    at end of file - 128 bytes
    offset type len name
    0 char 3 "TAG"
    3 char 30 title
    33 char 30 artist
    63 char 30 album
    93 char 4 year
    97 char 30 comments
    127 byte 1 genre
    For Documents, is it possible to get the Creator, Title and Name of the document from the file (*.doc, *.rtf, ...)

    > I'd love to but they don't make those particular css
    pages available to us
    > (which seems insane). To modify the css we have to
    extract it from their
    > page
    > apparently.
    If the page can grab the CSS, so can you. Look in the code.
    Find the link
    to the CSS file. Browse to that link. You now have the CSS
    file. Or show
    us the link's code and we'll get it for you.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Lvanhoff" <[email protected]> wrote in
    message
    news:gqijsu$dk3$[email protected]..
    > I'd love to but they don't make those particular css
    pages available to us
    > (which seems insane). To modify the css we have to
    extract it from their
    > page
    > apparently.
    >
    > So if there were some way to tell DW: "Show me all the
    styles used in this
    > html and put them in the style area of the document" it
    would make my life
    > EVER
    > so much easier! :-)
    >
    > Thanks
    >

  • Creating accounts and receiving email from a mail server

    Hi,
    I'm wanting to create a web application that creates a new email account for a user when they sign-up on my website. My application will process any email that is sent to that email address and extract parts of the email to store in a database.
    I think I can use JavaMail to poll the email accounts for new emails which will then be parsed and inserted into my database but I don't know how to programmatically create the email account for each user. I'm looking at using either sendmail or postfix as my mail server and this is on either *nix or os x.
    Any advice/pointers to Java APIs would be appreciated. If there's nothing available in Java that can do this kind of thing I'd love to hear about other solutions people know of or think might work :)
    Thanks!
    - E

    Hi there!
    Do the following
    message.setFlag(Flags.Flag.DELETED,true);
    folder.close(true);
    store.close();
    these 3 statements will delete email from the mail server.
    get back to me after u try this.
    ciao
    vivek

  • Creating userid and password login from web page

    I want to create a page where i will have userid and password.When i log in it should check the username and password in the table.
    When i make a new entry also it should be added in the table
    Please help me how to proceed with this .
    Please help me in creating the html page also

    mod_plsql manual at:
    http://download-east.oracle.com/docs/cd/B25221_03/web.1013/b25599/toc.htm
    Configuration for mod_plsql:
    $ORACLE_HOME/Apache/mod_plsql/conf/dads.conf
    First thing to do is to ensure that mod_plsql works and can run your stored procs. Edit the dads.conf file (use dads.readme for instructions) and configure a DaD (Database access Descriptor) for you database.
    Restart Apache to effect the config change. I simply (and incorrectly) use $ORACLE_HOME/Apache/Apache/bin/apachectl - and it will tell you why it is not recommended and the correct command to run.
    The URL for will be something like:
    http://yourserver/dad/[schema.][package.]procedure[&parameters]
    The stuff in square brackets are optional.
    Create the following sample PL/SQL proc to call from the web browser:
    create or replace procedure Hello( cName varchar2 DEFAULT NULL ) is
    begin
    htp.prn( 'Hello World from '|| NVL(cName,'Nobody') );
    end;Make sure the Oracle user you configured the DaD with has exexcute rights on this procedure. E.g. if the DaD uses Oracle user WEB_USER to connect to the database and the procedure is created as SCOTT, then SCOTT must grant execute rights on the proc to WEB_USER.
    The web browser URL for calling this stored proc will look as follows:
    Without passing any parameters:
    http://yourserver/dad/scott.hello
    With passing the cName parameter as defined in the stored proc:
    http://yourserver/dad/scott.hello?cname=John
    As for the rest - you likely will need to use cookie authentication to "login" from a web page. Then you also need to determine just how you are going to use these session cookies on the database server side for security. How you're going to manage these cookies. Persist them in the database. Which also means managing session states for stateless clients via such a session cookie. Etc.
    This is not trivial to design, code and implement.
    Why not use Oracle Application Express instead?

  • Unable to Create Fact and Dimension tables from the Tools menu in EIS conso

    Hi All,
    In the EIS console, I am unable to create the fact table and the dimension tables to produce my OLAP model from the TOOLS menu whereas I am able to create them by dragging from the left panel where the tables are displayed. I am geeting the below error message:
    "An exception occured while retrieving OLAP model metadata. Please verify you are connected to the catalog and try again"
    Any help appreciated.
    Thanks,
    Raja

    I have fact and dimension tables in one server and i moved those stuff to another server.If I do that what happen to essbase and about totale EPM System.I want to know how to do this and what I can expect?
    Please reply

  • How to create black and white pdfs from autocad drawing

    I am trying to create a pdf from autocad drawing with searchable text.  Using the default acad pdf driver, it will create searchable text for only TT fonts with width set to 1.0.  We use the monochrome plot settings so pdfs are all black, even if drawing was in color.
    Using 'create pdf' from Acrobat Pro, Acrobat pro will create a pdf from the autocad drawing easily with all text searchable, shape fonts, TT fonts, no matter what the width.  Fantastic.  However, there is no option that I can see to create the pdf in just black and white.  It creates the pdf in drawings original colors.  How do I create a black and white pdf using acrobat pro?  Thanks.

    @gordon15
    The only way to change the color of the printouts from your iPhone is through HP's free mobile app "HP ePrint Home&Biz". This is available in the App Store.
    Simply download and install the app, choose a file to print from within the app, then press the icon at the bottom right of the screen that is a wrench and printer. This should then give you the option to choose the color output. Make your selection, press "Done", then press "Print."
    If you are not seeing this option, you may need to setup ePrint for the printer and then register the app. This registration will also give you more functionality with the app.
    If I have solved your issue, please feel free to provide kudos and make sure you mark this thread as solution provided!
    Although I work for HP, my posts and replies are my own opinion and not those of HP.

  • Option (Alt) key not creating symbols and characters

    I have a new MacBook Pro, UK British Keyboard setup and im not sure if the issue came from updating to Lion, or if it was already a problem on Snow Leopard.
    The problem i have is that with the Option (Alt) key pressed im not getting most of the symbols that i should. Currently i can only print out '¡ and €' (Option-2 and Option-2), the rest just dont work.
    I have been through all the prefrences and changed settings so nothing is using an Option+Key combination, but still not working.
    I have also opened the Keyboard Viewer, and with Option pressed it shows that the other symbols are at the correct keys, and when i press the Keyboard Viewer lights up but nothing happens in the text.
    Any help will be apreciated, i would rather get the source of the problem than just install software to overwrite the problem.
    Thanks

    Still having problems here with this. It worked after a re-install of Lion, but now is is back to square one: no euro-sign.
    Help please!

Maybe you are looking for