Is there any effortless way to create accordion or sliding menu instead of incommodious AS3.0 Classes?

For a simple accordion menu design in flash we have to writting classes that requires advanced knowledge in writting object oriented as3.0.
But in javacsript we can make an accordion menu with jquery in just a minute.
Is there any effortless way to create accordion or sliding menu instead of incommodious AS3.0 Classes?
I have found classes for this animations that very hard to learn.
Thanks in advance
Felicita

You can probably find a premade AS3 accordian menu that you can adpat fairly easily without having to create all of the AS3 code that plays the role that the jquery end of the code does. Here's one that may be useful (?) http://www.blog.noponies.com/archives/39

Similar Messages

  • Is there any simple way to create ods files (OpenOffice Calc)?

    Is there any simple way to create ods files (OpenOffice Calc) using ResultSet (from java.sql)?

    Mabe, you can create CVS files (plain text) Ej...
    ====test.cvs=====
    1, "aaa"
    2, "bbb"
    3, "ccc"
    ===============
    Using a "BufferedWriter"

  • I need a rescue email but I really don't want to have to call Apple. Is there any other way of creating a rescue email? Or another way of contacting Apple, like an online chat?

    So I didn't set up a rescue email for my Apple account because I forgot all my security questions and I can't create a new one, the only option is says is to call Apple but I don't talk a lot on the phone and I hate general phone conversations. Is there another quick way I can contact Apple about making a rescue email? Or a way that I can make a rescue email? I have £40 balance on my account and I can't buy anything without resetting these questions by making a rescue email.

    You won't be able to add a rescue email address until you can answer your questions, you will need to contact Support in your country to get the questions reset - contact is normally by phone as they need to confirm your id and that it's your account.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    You can try contacting Support via this form, but they are likely to require phone contact : https://ssl.apple.com/emea/support/itunes/contact.html
    When they've been reset you can then use steps 1 to 7 half-way down this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5312

  • I'm trying to backup a my harddrive with disk utility but I'm getting an error  Unable to create Backup.dmg" (input/output error). Is there any other way to save my data? I believe my hard drive is failing or corrupt file. I can't boot up. Grey screen

    I'm trying to backup a my hard drive with disk utility but I'm getting an error  Unable to create Backup.dmg" (input/output error). Is there any other way to save my data? I believe my hard drive is failing or corrupt file. I can't boot up. Grey screen and spinning wheel. I've tried everything https://discussions.apple.com/message/20580424#20580424
    any help will be greatly appreciated.

    Check here. Also have you done a TimeMachine back up?
    http://support.apple.com/kb/TS2570

  • Is there any other way to achieve per user call forward restriction other than to create multiple voice policies?

    Hello,
    We mentioned the environment details below:
    Environment
    In our PBX environment, currently a user can forward calls to any local (within a region) internal extension. But for external PSTN call forwarding, a user needs to send a request and be approved by their manager. And the forwarding restriction
    is applied such that user is only allowed to forward to that particular PSTN number - to prevent toll fraud.
    Moving forward to Lync, using voice policy's call forwarding and simultaneous ring PSTN usages, I can set it to allow forward and simultaneous ring to custom PSTN usage and a custom route that will only send calls to these pre-approved
    external numbers.
    Outcome
    But in such a scenario,
     sSince all the custom external allowed numbers will have to be put into a single Route match table, User A will be able to successfully
    set up call forward to User B's number. (if they come to know about it somehow, that is)
    rü 
    Route matching list will be very long due to the number of users per hubsite that has call forwarding enabled.
    Questions
    Is there any other way to achieve per user call forward restriction other than to create multiple voice policies ? MSPL may be ?  
    2. Is there a limit in the number of entries you can have on the Route pattern matching regex expression ?
    Please advise. MANY THANKS.

    1) I think multiple policies may be your best bet, though it's not a fun one to manage, I agree.  MSPL could do it, but it would be more complex to maintain in the end.  Even gateways have limitations on routes.
    2) I'm not aware of a limit, though I'm not saying there's isn't one.  But if you hit it, you could move to a second usage/route combo.
    I'd suggest building out some PowerShell usage/route creation/organization script for this so it's not something that would need to be maintained within the GUI.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications
    This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Is there any other way to  limit the data a user can see

    We are using Discoverer 10.2.xxx
    We are running it against an Oracle applications database but we do not have Discoverer integrated with the apps. I have created database users for discoverer and granted access to the data at the db level.
    We have about 40 salesreps and we only want each rep to see their own data. We have a high turn over with the reps
    For now, I have created the row level security in that folder in my eul. If the username = XXXX then Salesrep = XXXXX
    OR
    If username = YYYY then DSM = YYYY
    etc.. This goes on for about 40 users We have 3 levels of "users" - Salesrep, DSM or RSM (District or Region sales manager)
    These users are setup in my apps and I can write a database procedure to select their salesrep name based on their username.
    Is there any other way to limit the data that the salesreps can see ?
    Possibly with a stored procedure some way?
    Thanks
    Angie

    At a previous client's, I had created a system not too unlike what you're describing.
    Basically, I created an Oracle table that stored information concerning the salesperson as in Oracle Apps the data was not reliable for what they were doing (ie: with adding Apps modules, sometimes salesperson data was there, but with say, CRM, it was in another place, etc.).
    So, since this table was going to be used for driving everything about a salesperson (commissions, who they report to, when they started, territory, when / if they moved territories and/or manager, etc, etc.) I put lots of good stuff in it that would make life easier for them.
    The end user in charge of all this had was given a Form to add, edit, delete all this good stuff and they were happy.
    When it came time for security, it worked like a charm in that I used the concept of the BIS views where a user has an apps id associated to them and all data was filtered by that id. All I really had to do was to create this view that simply filtered data to that user's id. Then whenever I had a Discoverer report for salespeople, managers, etc. I just made sure the folder used had a join to this filtering view and I chose an item from the filtering view and all worked fine. All Discoverer reports only returned row level information for the salesperson who ran it.
    Likewise, the same Oracle table was queried by another security view that only brought back the same IDs for the salespeople associated to each manager. When this simple view was joined to any sales Discoverer folder (and used in Disco), it limited all data to the salespeople the manager was responsible for.
    Obviously this is just an overview and would take pages to explain, but essentially, if you can associate some kind of unique ID to each salesperson (I used the one returned in BIS views when someone logs into Apps, but you could just assign a different in your case), then you can create a view that filters to that id. Then when that view is brought into the EUL and joined to any other folder in the sales area (and you choose a column from the security view), you'll have what you're referring to - row level security for all salespeople and managers.
    When it works - it sure does look impressive.
    Russ

  • Is there any best Practice to create Local KF than CKF

    Hi All
    Just answer can do or cannot? What are the inconveniences we would face?
    I have requirement to apply some selections and formulas and then create query for every month from JAN-DEC>
    if I do Locally,
    I need to create every Selections and Formulas for every month, right?
    If do as CKF, I just create commonly the CKF and RKF,
    and create every month in the structure.
    is there any  wrong if we create as CKF and RKF??
    But my user say this is not the best practice since we use it only for this query...we dont use for other query..
    so try to do locally..just got ....
    Pls tell which is better way?

    Hi Srikanth,
    Thanks for your response,
    Nope see my requirement doesn't seems like it will not fit to LOCAL FORMULA OR STRUCTURES than using GLOBALLY which you have to create all FORMULAS and  SELECTIONS for every month..
    I create structure, in it create SELECTIONS and FORMULA I create locally.
    But I want to create for all months i.e JAN - DEC and for any year based on USER input..
    But I want to create locally for all SELECTIONS and FORMULAS for all months.
    which is long process.. Also I need to get the data for any year for all months based on user input CALYEAR/MONTH..
    1.CAN YOU provide solutions??
    2. Actually he is another IT consultant *** experience in respective organisation, so when I say why not we create this way which is easier and feasible to use and will you have any issues in reporting performance or any other, if we create CKF than creating locally?

  • My wifi button is frezon and I tried turning my phone off for a period of time and reset my phone but the button is still frezon it want slide over to turn on my wifi. Is there any other way to fix without going to apple to get it fixed?

    My wifi button is frezon and I tried turning my phone off for a period of time and reset my phone but the button is still frezon it want slide over to turn on my wifi. Is there any other way to fix without going to apple to get it fixed?

    Hey Posada143, You can still try the rice thing, but do not expect much, as roaminggnome has stated. The rice only works if you do it ASAP and leave the iPod off-- do not attempt use, turn on or charge until it is completely dried out. This is probably academic at this point but remember this for the next time: The drying can take 10 days. You put the uncooked rice and iPod in a sealed bag, change the rice every couple of days. This creates a low humidity environment and draws the moisture out of the iPod, but it takes time. Turn your iPod on to earlier, and you run the risk of shorting out, damaging the components inside. Even if done correctly it can spotty. If you do get the iPod to work (and this may require Resetting, Restoring or attempting to place it in DFU recover mode) the first thing you do is make backups, because you never know how long it will continue to work. As for your pictures, if you can't get your iPod to work, you can try data retrieval companies, however; there is no guaranty it will work and it tends to be very expensive. In the future get in the habit of as making backups, because you just don't know. And invest in and use a water tight case. Hope this helps, Good luck. Cheers.

  • How to avoid cartesion join is there any alternate way

    Hi,
    I have table
    1.sitemaster
    2.Invmaster
    Sitemaster will have some hundrer sites and Invmaster will have thousands of items or product
    I have an Situation for each site i need to show all product so iam linking with cartetion join but its taking more time
    is there any other alternate way to get same result as cartetion join . Please can any one guide me?

    Hi iam saying i need a result like cartesion join only
    Table invmaster
    INVIID
    SKU
    UPC
    DESCRIPTION
    DATEADDED
    MAINGROUP
    AVAILGROUP
    REPORTGROUP
    COMMGROUP
    TAXGROUP
    EXCHANGEGROUP
    ATTRGROUP
    METERGROUP
    MANUFACTURER
    MANPARTNUM
    MODEL
    ACTIVE
    MADEIN
    QTYSERIAL
    SELLPRICE
    COST
    LOWESTSELLPRICE
    REPLACEMENTCOST
    ALLOWDISCOUT
    DAMAGEWAIVER
    ALLOWSUBRENT
    ALLOWCONSIGNED
    SHELFLOCATION
    BINNUMBER
    PACKAGE
    TYPE
    DEPOSITTYPE
    DEPOSITVALUE
    AFFECTSAVAILABILITY
    URL
    UCDESCRIPTION
    PRINTONORDER
    ISMISCITEM
    LENGTH
    WIDTH
    HEIGHT
    WEIGHT
    BOOKDEPRECIATIONIID
    TAXDEPRECIATIONIID );
    Sitemaster
    SITEIID
    SITEID
    SITENAME
    ADDRESSIID
    GMT
    PARENTIID
    PARENTSERVER
    REGION
    DISTRICT
    CLASS
    SITEPRICEGROUP
    PHONE
    FAX
    DAYSINWEEK
    TIMEZONE
    SHIPDATEOFFSET
    PHYSICALCOUNTSTART
    LOCALE
    GEOGRAPHICALREGION
    CATEGORYGROUPIID
    RETURNDATEOFFSET
    MASTERBILLSHARINGTYPE
    MASTERBILLSHARING
    SERVICECHARGETYPE
    SERVICECHARGEVALUE
    SCONDISCOUNTEDAMOUNT
    SERVICECHARGEONSELLITEMS );
    I have created view such that linking othere table with columns index,
    but only in sitemaster i made cartetion join but my result is as expected but its taking more time below is my
    plan please can you suggest is there any alternate way?
    Execution Plan
    Plan hash value: 4005734062
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 2 | 11822 | 24 (9)| 00:00:01 |
    | 1 | VIEW | ALLITEMVIEW | 2 | 11822 | 24 (9)| 00:00:01 |
    | 2 | UNION-ALL | | | | | |
    | 3 | NESTED LOOPS OUTER | | 1 | 164 | 2 (0)| 00:00:01 |
    |* 4 | TABLE ACCESS BY INDEX ROWID | INVMASTER | 1 | 149 | 2 (0)| 00:00:01 |
    |* 5 | INDEX UNIQUE SCAN | IDX_INVMASTERSKU | 1 | | 1 (0)| 00:00:01 |
    | 6 | TABLE ACCESS BY INDEX ROWID | INVSUBCATEGORY | 2 | 30 | 0 (0)| 00:00:01 |
    |* 7 | INDEX UNIQUE SCAN | PK_INVSUBCATEGORYIID | 1 | | 0 (0)| 00:00:01 |
    |* 8 | HASH JOIN OUTER | | 1 | 1886 | 22 (10)| 00:00:01 |
    | 9 | NESTED LOOPS OUTER | | 1 | 1873 | 19 (0)| 00:00:01 |
    | 10 | NESTED LOOPS OUTER | | 1 | 818 | 17 (0)| 00:00:01 |
    | 11 | VIEW | SITEITEMVIEW | 1 | 676 | 17 (0)| 00:00:01 |
    |* 12 | FILTER | | | | | |
    | 13 | NESTED LOOPS | | 11 | 2827 | 17 (0)| 00:00:01 |
    | 14 | NESTED LOOPS OUTER | | 1 | 226 | 2 (0)| 00:00:01 |
    |* 15 | TABLE ACCESS BY INDEX ROWID| INVMASTER | 1 | 214 | 2 (0)| 00:00:01 |
    |* 16 | INDEX UNIQUE SCAN | IDX_INVMASTERSKU | 1 | | 1 (0)| 00:00:01 |
    | 17 | TABLE ACCESS BY INDEX ROWID| INVSUBCATEGORY | 2 | 24 | 0 (0)| 00:00:01 |
    |* 18 | INDEX UNIQUE SCAN | PK_INVSUBCATEGORYIID | 1 | | 0 (0)| 00:00:01 |
    | 19 | TABLE ACCESS FULL | SITEMASTER | 11 | 341 | 15 (0)| 00:00:01 |
    |* 20 | INDEX RANGE SCAN | IDX_COMSITEAUTHORIZEDPRODUCTS | 1 | 13 | 0 (0)| 00:00:01 |
    |* 21 | INDEX UNIQUE SCAN | IDX_COMSITEAUTHORIZEDPRODUCTS | 1 | 26 | 0 (0)| 00:00:01 |
    | 22 | TABLE ACCESS BY INDEX ROWID | IMAGEFILEREFERENCE | 1 | 142 | 0 (0)| 00:00:01 |
    |* 23 | INDEX RANGE SCAN | IDX_IMAGEFRPARENTIID | 1 | | 0 (0)| 00:00:01 |
    | 24 | VIEW PUSHED PREDICATE | INVITEMVIEW | 1 | 1055 | 2 (0)| 00:00:01 |
    | 25 | NESTED LOOPS | | 1 | 45 | 2 (0)| 00:00:01 |
    | 26 | NESTED LOOPS | | 1 | 30 | 1 (0)| 00:00:01 |
    |* 27 | INDEX UNIQUE SCAN | PK_SITEMASTER | 1 | 10 | 0 (0)| 00:00:01 |
    | 28 | TABLE ACCESS BY INDEX ROWID | INVNONSERIAL | 1 | 20 | 1 (0)| 00:00:01 |
    |* 29 | INDEX UNIQUE SCAN | IDX_INVNONSERIALSITEIIDINVIID | 1 | | 0 (0)| 00:00:01 |
    |* 30 | TABLE ACCESS BY INDEX ROWID | INVMASTER | 1 | 15 | 1 (0)| 00:00:01 |
    |* 31 | INDEX UNIQUE SCAN | PK_INVMASTER | 1 | | 0 (0)| 00:00:01 |
    | 32 | VIEW | | 6 | 78 | 2 (50)| 00:00:01 |
    | 33 | HASH UNIQUE | | 6 | 30 | 2 (50)| 00:00:01 |
    | 34 | INDEX FULL SCAN | PK_SUGGESTEDITEMS | 21 | 105 | 1 (0)| 00:00:01 |
    ----------------------------------------------------------------------------------------------------------------------

  • Search option for multiple lines in iPad for fixed layout ePub is not working. Is there any alternate way to search multiple lines in ePub?

    Search option for multiple lines in iPad for fixed layout ePub is not working. Is there any alternate way to search multiple lines in ePub?

    Hi SAP Gurus
    I need a big favour, I am trying to map serach string with internal order, my search string is MV-38610573 which I have mapped with posting rule 'GENT' which  debits bank account and credit revanue accounts but this revanue account requires assignment with internal order, so I have created another 3 search string with same search string 'MV-38610573' and mapped with BSEG-ASUFNR,60000LC ( internal order),3 (bdc account type) respectively, also maintained three entries in search string use which is for BDC FIELD NAME1, BDC FIELD VALUE 1 & BDC ACCOUNT TYPE 1,
    But this is not working it gives me following error,                                                                 
    > Error: (KI 235) Account 4421 requires an assignment to a CO object
    Your help will be highly appreciated,

  • HT3697 Is there a simple way to create a borderless PDF from Keynote.

    Is there a simple way to create a "borderless" PDF using Keynote slides?
    When I create a PDF, each slide appears separately with a border around it.
    I am a relatively new keynote and mac user.
    I am using Keynote version 6.2

    I got the same result.
    I'm trying to create what looks like a single document that viewers can scroll through.
    I done quite a bit of checking and it seems that Keynote used to give you the ability to crop the PDF which, if I understand what they are talking about, would make it look like one big document and not a series of slides.
    I read about using terminal commands (?) which are way beyond my skill level.
    Also, I could buy Adobe Acrobat which, from what I've read, would also work. I'm not fond of making that investment.
    Right now, I'm stuck!
    I need to create a "long form sales letter" and I'm starting to think that I'm using the wrong program.
    Thank you very much for your help and any other suggestions you might have.

  • Is there any other way to do it?

    hi
       is there any other way to do it? if yes please tell me how...
      LOOP AT itab.
        SELECT SINGLE lgort INTO lv_lgort
               FROM zbas
              WHERE werks EQ itab-werks
                AND lgort EQ itab-lgort.
        IF sy-subrc NE 0.
          DELETE itab.
        ENDIF.
      ENDLOOP.
    this creates the perforamnce issue that we can not use select inside loop.plz suggest me the other way to do it..
    i m tryin to do it this way .. will it work
      SELECT SINGLE lgort INTO lv_lgort
           FROM zbas
          WHERE werks EQ itab-werks
            AND lgort EQ itab-lgort.
      LOOP AT itab.
        IF lv_lgort NE itab-lgort.
          DELETE itab.
        ENDIF.
      ENDLOOP.
    thnx

    but on what condition u want to delete the entries in itab ?
    only storage location or any combination of plant and lgort + matnr ??
    You need to fix this thing up .
    1.see the sol'n is first do a select all the entries for the criteria  into a internal table say jtab .
    and
    2. loop at itab .
        read table jtab with key <b>jtab-f1 = itab-f1 }
                                          jtab-f2 = itab-f2.</b>     "if applies
        if sy-subrc eq 0 .
        delete the entry where <condition>.
        endif.    
       endloop.
    ur option :
    SELECT SINGLE lgort INTO lv_lgort
    FROM zbas
    WHERE werks EQ itab-werks
    AND lgort EQ itab-lgort.
    LOOP AT itab.
    IF lv_lgort NE itab-lgort.
    DELETE itab.
    ENDIF.
    ENDLOOP.
    the order is not good for this scenario.
    vijay

  • Is there a way to create a drop down menu with an automatic answer dependent on what is chosen?

    Is there a way to create a drop down menu with an automatic answer dependent on what is chosen? An if-then statement perhaps?  I am looking to add over 100 drop down options and would like to have a message automatically pop up depending one which option they chose.  Thank you.

    Hi,
    You would use the skip logic to conditionally show form items based on the selection within the drop-down menu. Here's a link to a description of the feature in our help documentation:
    http://help.adobe.com/en_US/formscentral/using/WSd789abd336388b1642c7fce012da94afe4f-8000. html#WS0faeceb8c23f5d60-774f03e3131ddc76d7d-8000
    Regards,
    Brian

  • I have an older ipod shuffle that will not continue to charge when i plug it into my laptop.  is there any other way to charge an ipod shuffle?

    my older ipod shuffle will not charge on my laptop.  it starts and then stops after the light blinks four or five times.  is there any other way to charge a shuffle?

    Hello there, gallo2432.
    The following Knowledge Base article offers up some great  information on how to charge your iPod shuffle:
    iPod shuffle: How to charge the battery
    http://support.apple.com/kb/HT1477
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • My iPhone 4s notified me that I had to manage my storage  so I deleted  apps that used a lot of space I deleted almost all my picture and it still keeps telling me  I don't have enough storage  is there any other way I can make room on my phone ?

    My iPhone 4s notified me that I had to manage my storage  so I deleted  apps that used a lot of space I deleted almost all my picture and it still keeps telling me  I don't have enough storage  is there any other way I can make room on my phone ?  Were it shows how much storage  I have available it still says 9.9 even after all that I have done so I don't know if I need to change my storage plan or what but anything will help I guess

    Check for 'others' in iTunes against your iPhone.
    Restore from a previous backup to reclaim some of it.
    Still want more, Restore in iTunes, setup as New.

Maybe you are looking for

  • Security issues related to widgets

    I have experienced some very strange phenomena after installing a few widgets (laptop restarts spontaneously, huge hard drive inexplicably fills up). Although the widgets might not be responsible for all this I'd like to get rid of them. Is there a w

  • Applet : caught a SecurityException.  That's OK.

    I am trying to connect a Stateless Session Bean from an Applet. Do I need to add any permissions in the weblogic.policy files or to the JRE policy files used by the browser? Without providing any extra permissions anywhere, I am able to set the Initi

  • 1760V router and AIM-CUE

    Does anyone know if the AIM-CUE will work in a 1760 or 1760V router?  I know it is not on the compability list but I know sometimes things work where not listed.

  • Reply/Reply All/Forward in mail crashes Macbook Pro (15 inch Mid 2010)

    Dear All, I am having a chronic issue with Mail. Every time (almost - it's slightly inconsistent!) I hit reply, reply all or forward in Mac Mail it crashes the whole system without warning. Spec and troubleshooting so far listed below. Any help much

  • Iphone (3G) switching from 3G to E randomly

    Ok, here's my story. My iPhone is a little over a year old. I have restored, restarted, done anything possible to try and get this phone to work. I live in Boston. My phone for the past month has been acting funny. I would be in full 3G service one m