Button Navigation using ++

hi, i was wondering if any body could help me, im doing a
small project and its my first time using flash
i am trrying to navigate from one frame label to another.
for example frame: beginnerPhase1 has a button that i would
navigate to beginnerPhase 2
i have wrote the following code it works but not as intended.
i have to click twice for it to navigate to beginnerPhase2, but
when i click on the same button on begginnerPhase3, i only need to
click it once. which i dont underestand. if anybody could help me i
would be grateful.
also having problems with the previosu button, where i would
like to navigate to the previous frame (instead of using ++ im
using --) that goes forward a frame@(i.e from beginnerPhase2 to
BeginnerPhase3) and then if i click the previous button again after
being taken to beginnerPhase3 it goes back to begginnerPhase2.
i would be very gratefull if somebody could help me.
Thanks!

In your code you declare variable as String and then attempt
to perform a math operation on it. It will not work. The code
should look like that:

Similar Messages

  • How to notify bean if  navigation buttons were used to show other entry?

    Jdev 11.1.1.2.0
    I have an af:form showing some attributes of a view. Nothing special.
    Also, the navigation buttons are shown allowing me to move thru the entries.
    How can the backing bean be notified if the navigation buttons where used?
    I do not want to connect a listener in the beans for each button (by replacing actionListener #{bindings.First.execute} for instance).
    Rather I want the bean listen to changes made to the view.
    How can this be done?
    Thanks

    I got it working using this construct
    DCIteratorBinding it = ADFUtils.findIterator("someIteratorName");
    it.getNavigatableRowIterator().addListener(this);
    it.getViewObject().addListener(this);
    This seems to work ONLY before I commit.
    After committing the listener is not being invoked anymore
    ideas?
    Edited by: user722610 on Nov 16, 2010 3:44 PM

  • Navigation Using Script?

    Hi all,
    I'm looking for advice on how the experts do this kind of
    thing. (Link below) The text navigation next to the guy in the
    middle of the flash piece has a nice bounce to it (both the text
    and the arrow glow). I can create this using a movie in a rollover
    button where the movement is created using frames and editing the
    ease in/out curves. But is this how the experts do it? Or do they
    use action script?
    This has such a nice organic feel to it and I'm getting close
    by using the ease in/out curves - but it's not quite right yet. I
    can play with it - but . . . ya know . just wondering what the
    'smarties' do. I'm not afraid of Actionscript - just don't use it a
    ton to drive my animations cause I only use flash a few times a
    month and I don't retain like I should.
    Here's the link:
    www.hypertemplates.com
    Thanks!

    I use Flash for a long time and I also like to program nice
    scripts,
    function, prototypes to make developing easier.
    But I always follow the rule to "keep it simple". I also
    would say if
    you have a graphical user interface with it's
    "helperfunctions": use it!
    You don't have to create time consuming actionscript just
    because you
    are able to.
    So I would say using frame animations is better then
    programmed
    animations because they are easier to change if the customer
    wants
    something different.
    The only downside here in your example could be that you have
    to animate
    every word animation unless you take some actionscript to set
    the text
    automatically. Combining scripts with frame animations is
    also a good
    thing. You could create one Button and use actionscript to
    duplicate the
    first one and also set the button names automatically.

  • New ARB Issue:  Button navigation and Declarative States

    <[email protected]il.forums.adobe.com>
    Message-ID: <C6277898.7F37%[email protected]>
    Thread-Topic: New ARB Issue:  Button navigation and Declarative States
    Thread-Index: AcnOqlv/oTWkTNjMukqDP18VFO76uA==
    Mime-version: 1.0
    Content-type: multipart/alternative;
         boundary="B_3324475544_8859892"
    This message is in MIME format. Since your mail reader does not understand
    this format, some or all of this message may not be legible.
    --B_3324475544_8859892
    Content-type: text/plain;
         charset="US-ASCII"
    Content-transfer-encoding: 7bit
    A new ARB issue has been posted to the flex open source site:
    http://opensource.adobe.com/wiki/display/flexsdk/buttonnavigationand+decla
    rative+states
    This issue concerns the new state syntax and what it means to leave a value
    of a property implicit in one or more states.
    Comments, suggestions, and feedback are welcome.
    --B_3324475544_8859892
    Content-type: text/html;
         charset="US-ASCII"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>New ARB Issue:  Button navigation and Declarative States</TITLE=
    >
    </HEAD>
    <BODY>
    <FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:11pt=
    '><BR>
    <BR>
    <BR>
    A new ARB issue has been posted to the flex open source site:<BR>
    <BR>
    <a href=3D"http://opensource.adobe.com/wiki/display/flexsdk/button+navigation=
    anddeclarative+states">http://opensource.adobe.com/wiki/display/flexsdk/bu=
    ttonnavigationanddeclarativestates
    This issue concerns the new state syntax and what it means to leave a value= of a property implicit in one or more states.
    Comments, suggestions, and feedback are welcome.
    B_3324475544_8859892

    Ned Murphy wrote:
    Select the textfield that is inside the movieclip and in the properties panel you should see a dropdown for selecting the type of textfield.  If you select Dynamic and then assign an instance name to the textfield you can use that instance name in your code to assign the text when the file runs.  If you were to name the textfield "tField", then the code you would use inside an instance of your movieclip named "mClip1" would be...
    mClip1.tField.text = "your text";
    So, if I have multiple buttons, using your example, would the code read
    mClip1.tField.text = "your text";
    mClip1.tField2.text = "your text2";
    mClip1.tField3.text = "your text3";
    mClip1.tField4.text = "your text4";
    And my buttons are built inside movieclips, ie
    Main Timeline > aboutButton_mc > aboutText_mc > "about"
                        > contactsButton_mc > contactsText_mc > "contacts"
    can the code be put at any level, or does it need to reside on the Main Timeline to access all the movie clips' text fields?
    Just in case this may be too complex to get into via this forum, if you know of any good tutorials, that would be awesome too!
    I tried doing a search, but it's so hard to tell if they might be in AS2, or AS3, and if they would apply to newer versions of Adobe Flash (I have CS5)

  • ARB Issue Committed:  Button navigation and Declarative States

    <[email protected]il.forums.adobe.com>
    Message-ID: <C62B9EEA.82F3%[email protected]>
    Thread-Topic: ARB Issue Committed:  Button navigation and Declarative States
    Thread-Index: AcnOqlv/oTWkTNjMukqDP18VFO76uACeTE1U
    In-Reply-To: <C6277898.7F37%[email protected]>
    Mime-version: 1.0
    Content-type: multipart/alternative;
         boundary="B_3324878165_1545235"
    This message is in MIME format. Since your mail reader does not understand
    this format, some or all of this message may not be legible.
    --B_3324878165_1545235
    Content-type: text/plain;
         charset="US-ASCII"
    Content-transfer-encoding: 7bit
    the  ARB issue at:
    http://opensource.adobe.com/wiki/display/flexsdk/buttonnavigationand+declara
    tive+states
    has been updated with a decision (in short, keep the status quo).
    Ely.
    --B_3324878165_1545235
    Content-type: text/html;
         charset="US-ASCII"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>ARB Issue Committed:  Button navigation and Declarative States<=
    /TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:11pt=
    '><BR>
    <BR>
    <BR>
    </SPAN></FONT><BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><=
    SPAN STYLE=3D'font-size:11pt'>the  ARB issue at:<BR>
    <BR>
    <a href=3D"http://opensource.adobe.com/wiki/display/flexsdk/button+navigation=
    anddeclarative+states">http://opensource.adobe.com/wiki/display/flexsdk/bu=
    ttonnavigationanddeclarativestates
    has been updated with a decision (in short, keep the status quo).
    Ely.
    B_3324878165_1545235

    graf_ix_guru wrote:
    >
    > Hey everyone I am new, and really could use some help.
    > I have created button symbols in Fireworks with Pop-Up
    Menus. As of right now
    > I have 4 states. The up, over, down and over while down.
    Everything is working
    > great except when the user clicks on the navigation
    button they get taken to
    > the top of the page.
    On click should open a new page, yes? So it won't matter.
    Linda Rathgeber [PVII] **Adobe Community Expert-Fireworks**
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    Design Aid Kits:
    http://www.webdevbiz.com/pwf/index.cfm

  • Which type of submit button to use?

    Hi All,
    I am struggling with a form which executes BAPI script when user clicks submit. My submit button doesnt do any action for some reason. I dont know if the problem is in the type of submit button am using. Can someone please tell me what is the exact kind of button I need to use?
    I see Email Submit button, HTTP Submit button, (just) Button, and there are various categories in Insert Menu like Webdynpro ActiveX, Webdynpro Native etc. If someone can tell me exactly, I would appreciate. Am using developer workplace, Webdynpro with Java.
    Thanks

    Lets say I have 2 views, say A and B. I have an interactive form in A. I have also assigned an action for onSubmit method. Inside the implementation code for that action, I have written,
    wdThis.wdFirePlugOutPlug();
    where OutPlug is the name of the outbound plug on A. I have an inbound plug on B with a navigation link between the two plugs.
    Inside the implementation code for inbound plug of B, I have written
    wdThis.wdGetAPI().getComponent().getMessageManager().reportSuccess("Test");
    When I run the application, my pdf form is displayed in the same browser window. I fill it and click submit and nothing happens. Page is not refreshed to show view B or any other message. I checked default trace in Server0/logs. No errors. Am running out of options. Please help !
    One more thing, when I run the application, pdf form opens embedded in the browser window which has view. Thats the way it has to be right?
    Also, I have developer work place and I used xACF_NW04s_SP11.exe for installing ACF. Is the ACF version okay or do I need to use some other file?
    Also, am using Adobe LiveCycle Designer 7.1. Again is this the right version to use with Developer workplace?

  • HT1947 If you add music VIDEOS to Up Next playlist, then go to look at the album cover playing screen, then go to add another song from diff playlist, no longer can see Up Next, just go to full screen mode button. Using remote app iphone 5 to play out of

    If you add music videos to Up Next playlist, then go to look at the album cover playing screen, then go to add another song from different playlist, you no longer can see Up Next, just go to full screen mode button. Using remote app iPhone 5 to play out of iTunes. It looks like it works fine for regular music, but for music videos you can't see your up next unless you go back on the computer to change once you've left the screen. When using the remote app, you shouldn't need to go to iTunes on the PC to view or edit Up Next already added. See first image, you can hit upper right and get back to Up Next (second image). Third image is music video, where you can't get back to Up Next, just swap between full screen and not. I hoped 3.0.1 would have the answer, no luck!

    wow, very nice review Makes me want to get a vision for myself.
    WebKnight wrote:
    <SPAN>
    Add the ability to randomly select a new background from a pre selected group of photos every time the player is turned on or each day.
    I would love that feature. I can't stand useing my computer with a single wall paper anymore (I have 500 anime pics that i rotate between every 2 mins ) If you could make the vision rotate background every x minutes or every time the player is turned on, it would be totally amazeningly sweet!!!! (i might have to go out and buy one then :P)
    I just hope that creative has better firmware support with the vision than they have had with the touch.
    Once again, great review

  • How do I enable the button to use the tree list in excel? (Enable the list type: Tree enabled in Office 2013 - VSTF 2013)

    Hi, I was looking to see if anyone knows how I can troubleshoot my connection problem with TFS view in excel. I'm trying to  produce a tree view in Office 2013 as described in the following KB -
    https://msdn.microsoft.com/en-us/library/dd286627.aspx
    I have followed the instructions on the KB all the way up to : 'Add backlog items and tasks and their parent-child links using a tree list' and at this point I can't seem to get it to work as the button is greyed out.
    Note that I have completed steps 1-6 for the previous procedure... all 6 steps work just fine. However on step 2 of the second procedure - the instructions state I should be able to 'Add Tree Level' - However the button is greyed out.
    Anyone know what I need to do to enable the button to use the tree list in excel? 
    Frank

    Frank,
    I believe your issue is that you have opened a Flat query and are trying to add tree levels. A flat query is just that and you cannot change the query type from Excel.
    The second process is managing a backlog (which is a tree). TFS web access has a link on the backlog view to create a query. That query will be a "tree of work items" query that returns the items in the backlog including their parent-child relationships.
    This type of query supports the Add Tree Level and Add Child functionality as does a new Input List (not bound to an existing query).
    "You will find a fortune, though it will not be the one you seek." -
    Blind Seer, O Brother Where Art Thou
    Please Mark posts as answers or helpful so that others may find the fortune they seek.

  • Firefox 13, and Acrobat X pro; I want the "convert web page to pdf" buttons I use in IE.

    I'm running Firefox 13.0, and I have Acrobat X pro, all running in Win 7 64 bit. 
    How can I add to Firefox (AND to Chrome), the buttons I use in Internet Explorer that enable me to "convert web page to pdf", etc.?
    Do I need to uninstall and reinstall Acrobat X pro? 
    I tried that once, and it did not add the Acrobat toolbar to this (latest) version of Firefox.
    Is it possible to add the Acrobat toolbar buttons "convert web page to pdf", etc. to Chrome?  If so, how can I do it?
    Thanks,
                            Marc

    The supported browsers are found at http://helpx.adobe.com/acrobat/kb/compatible-web-browsers-pdfmaker-applications.html. So, have you updated Acrobat or are you still sitting with AA10.0? Generally you do not need to reinstall Acrobat in such cases, but the updates and possibly repairs may be needed (not a reinstall).

  • Multiple flash files change when a button click using javascript function

    hi.. am new in flsh...
    i want to multiple flash files change when a button click using a javascript

    <script>
    var count=0;
    function mafunct(newSrc){
        alert("hi");
    var path="a"+count+".swf"; 
    flash+='<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" WIDTH="100%" HEIGHT="100%">';         
        flash+='<PARAM NAME=movie VALUE="'+path+'">';         
        flash+='<PARAM NAME="PLAY" VALUE="false">'; 
        flash+='<PARAM NAME="LOOP" VALUE="false">';
        flash+='<PARAM NAME="QUALITY" VALUE="high">';
        flash+='<PARAM NAME="SCALE" VALUE="SHOWALL">';
        flash+='<EMBED NAME="testmovie" SRC="Menu.swf" WIDTH="100%" HEIGHT="100%"PLAY="false" LOOP="false" QUALITY="high" SCALE="SHOWALL"swLiveConnect="true"PLUGINSPAGE="http://www.macromedia.com/go/flashplayer/">';
        flash+='</EMBED>';
        flash+='</OBJECT>';    
    count++;
    alert(path+"aa");
    </script>
    <button onclick="mafunct()">next</button>

  • Creating top navigation using user control

    I want to create a custom user control that will display my own top navigation in my publishing site's master page.  
    I know another option is to use sharepoint's own top navigation and then customize it using CSS etc. but I have tried this thing and can't get my head around it. I mean it seems so difficult and very limited in functionality so I am trying to make top navigation
    using user control.  
    Is there some API that will give me all links in navigation in SharePoint? Like for e.g. SPNavigation which I can call and iterate through all elements including parent or child?  
    What are the drawbacks of making top navigation as user control in master page?
    Will end user be still be able to use Navigation options in SharePoint Administration?

    Hi,
    You can customize global navigation at two levels. You can customise the display (how the menu is rendered) but utilize out-of-the-box navigation providers. It'll work if you just want to modify the way navigation is rendered. You can use delegate control
    to replace sharepoint control with your own custom user control. In the user control you can access navigation data using SPNavigationProvider(s). However, if you want to customize navigation data - for exmaple, you want to apply some custom logics to show/hide
    some navigation link - you need to write your own custom navigation providers.
    What I've found, for static menu, managed metadata based navigation will be suffice for most of the scenario - so you don't need to customize the navigation. However for dynamic navigation, you need to write your own navigation control and provider. Reference:
    http://blogs.msdn.com/b/gauravbadhan/archive/2013/04/02/creating-a-custom-navigation-for-sharepoint-2010.aspx.
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com

  • HT4134 what happened to my clear cache button that used to be under the safari drop down menu?

    what happened to my clear cache button that used to be under the safari drop down menu?

    Thanks for the help apm60  It seemed to work.

  • Need  java code to perform refresh button action using swings and awt

    i need java code to perform refresh button action using swings and awt.please help me

    Wait ! Noboby ? OK, I'll do it
    public void onBtnAction ()
        if (!fresh)
            refresh ();
    }Seriously, did you expect anyone to answer such a cryptic question ?

  • I can't turn on my MacBook Air despite trying to hold down the power button and using the SMC method. BTW my battery charger lights up to a green when plugged into the laptop.

    I can't turn on my MacBook Air despite trying to hold down the power button and using the SMC method. BTW my battery charger lights up to a green when plugged into the laptop.

    Hello cass528,
    I would be concerned too if my MacBook Air would not power on.  I recommend following the steps in this article when experiencing an issue like this:
    Troubleshooting: My computer won't turn on
    http://support.apple.com/kb/TS1367
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Why would menu button's active state not work? Regardless if I import PSD button or use menu widget from the widget library.

    I am using Adobe Muse CC (up-to-date) and tried to troubleshoot the following: Menu button's active state is not working, both on preview and after publishing. I tried many ways to place menu-designed buttons myself using photoshop and used widgets library (buttons, compositions, menus,etc.). Lastly, in regards to buttons, one of my menu buttons appear clear and crisp (psd button) and all others are blurry (though designed,saved and imported the same way);what could be the problem? Can anyone help?Thanks.

    That line is for pop up message?You would typically use a tool tip for that.
    The "Accessibility" features are different and I believe you need additional software to take advantage of them:
    http://java.sun.com/j2se/1.5.0/docs/guide/access/index.html

Maybe you are looking for

  • How do I get my laptop fixed after 6 weeks of waiting for parts that work??

    I've been waiting 6 weeks for my laptop to be repaired...this time. The first time it was a week and the problem was not solved. I have a Macbook Pro that started randomly rebooting. It kept getting worse and worse until it wouldn't even complete a b

  • Validate Prospect replication from CRM 7.0 to ECC

    Hello Gurus We have the rek which is as follows We will create a BP with Partner Type prospect in CRM - This Prospect should not Replicate to R3. Later we  change this Prospect to Validate Prospect  in CRM -this Validate prospect need to replicate to

  • I've lost the use of predictive text in the subject line of gmail and I want to get it back

    I used to be able to hit a few characters in the subject line of a gmail compose window and it would bring up past subject lines with the same characters. That doesn't work anymore. How do I get it back? I've tried changing the settings under prefere

  • Select returns negative values for unsigned datatypes in MySQL DB

    Hi, I have a table in a MySQL database where some fields are declared as "unsigned". Example: CREATE TABLE countries ( Country_id SMALLINT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, Number SMALLINT UNSIGNED NOT NULL My problem is when inside a .xs

  • REGARDIND REPORTS.

    Hi experts.         i m new in abap, i m preparing one purchase register report in which i need to display invoices number and material code against one purchase document number. i m fetching invoice from rseg table n material code from ekpo problem