Why do I need to click on it twice will display the buttons?

Hello

First of all I don't see the buttons (buttons - this is a clip) on stage. When I click on the button display using the following code, I can see my buttons. But first, I have to click twice for the buttons. While the second time there is no problem. How to solve the problem?

This. Buttons.Visible = false;
Import fl.controls.Button;

var myButton:Button = new Button();
myButton.label = 'Show in Menu';
myButton.name = "btn1";
myButton.toggle = true;
myButton.move (55, 95);
addChild (myButton);

myButton.addEventListener (Event.CHANGE, changeHandler);

function changeHandler (event: Event): void {}

If (event.currentTarget.selected == false) {}
Buttons.Visible = true;
myButton.label = "Hide Menu";
} else {}
Buttons.Visible = false;
myButton.label = 'Show in Menu';
}
}

Thank you and best regards,

use:

function changeHandler (event: Event): void {}
   
If {(event.currentTarget.selected)
Buttons.Visible = true;
myButton.label = "Hide Menu";
} else {}
Buttons.Visible = false;
myButton.label = 'Show in Menu';
}
}

Tags: Adobe Animate

Similar Questions

  • Acrobat Pro XI: Need to click [file-> open] twice to get the filebrowser

    Complete installation fees

    Click on file-> open once: get a filebrowser vacuum

    Click on file-> open twice: filebrowser is visible.

    Additional note to my 1st post: after installing Acrobat, I rebooted.

    Then I got this window 'empty' - thing.

    Now, FWIW - I've updated videodriver (can't believe it has something to do with it, there are other reasons)

    to install the updated driver).

    Rebooted and now it seems to be okay.

    A little weird...

    But who's the issue has resolved itself...

  • I downloaded the Adobe Premiere Pro CS6 product for free trail.  Now, there is one last month, when I try click on 'buy now' cannot display the web page.  What is the problem?  The trail is over?

    I downloaded the Adobe Premiere Pro CS6 product for free trail.  Now, there is one last month, when I try click on 'buy now' cannot display the web page.  What is the problem?  The trail is over?

    Hello

    Contact please contact customer service

    Kind regards

    Gag

  • I want a submit button which first clicked once lock fields and if the button is clicked again then it ask password unlock all fields

    Sir / Madam,.

    I want to do a mailing that affects when you click on would lock all fields so that no change is possible... and if user clicks on the button submit then again he should ask password to unlock all the fields for editing... and again user can edit the required fields.

    Hope you got what I'm trying to say.

    I guess you don't know what an anonymous JavaScript function, and this is why you set one inside the "if" statement Such an anonymous function allows you to create a private field of the variables, which would otherwise eventually be global. If you want to use this mechanism, you can shoot on the definition of function to the next level. In addition, your code defined the fields of writing, regardless of the entered password. I moved a few small things around, and it works for me:

    (function() {
        var isReadOnly = this.getField("Text4").readonly;
        if (isReadOnly) {
            // Get one of the fields in the group
            var f = getField("Text4");
    
            // Determine new readonly state, which
            // is the opposite of the current state
            var readonly = !f.readonly;
    
            var readonly_desc = readonly ? "deactivate" : "activate";
    
            // Ask user for password
            var resp = app.response({
                cQuestion: "To " + readonly_desc + " the fields, enter the password:",
                cTitle: "Enter password",
                bPassword: true,
                cLabel: "Password"
            });
    
            switch (resp) {
                case "123": // Your password goes here
                    for (var i = 0; i < this.numFields; i++) {
                        var fieldName = this.getNthFieldName(i);
                        if (fieldName != event.target.name) {
                            this.getField(fieldName).readonly = false;
                        }
                    }
                    app.alert("The fields are now " + readonly_desc + "d.", 3);
                    break;
    
                case null: // User pressed Cancel button
                    break;
    
                default: // Incorrect password
                    app.alert("Incorrect password.", 1);
                    break;
            }
        } else {
            for (var i = 0; i < this.numFields; i++) {
                var fieldName = this.getNthFieldName(i);
                if (fieldName != event.target.name) {
                    this.getField(fieldName).readonly = true;
                }
            }
        }
    
    })();
    
  • Click on Exchange of objects between the button tilelists

    I have an application that allows users to Exchange items between the two tilelists and then save the changes they made or reset all changes.

    What I want now however is for users to be able to click on the 'Add selected link' and 'Unlink selected' buttons and whatever point they have currently selected in the component tilelist will be moved to the other tilelist. By example, if a user clicks on an item in the left hand tilelist and then click on the button 'Add the selected link' while the item is always selected this point will then be on in hand right tilelist. I don't know if this is possible without drag each item well.

    Basically, I want to advance the application so that it includes this feature as well as drag and drop. The reason of all, it is that my application will be installed on a system and some versions of this system will be used by a TV as remote so obviously drag / drop would be difficult without a mouse so it comes to propose an alternative.

    <? XML version = "1.0" encoding = "utf-8"? >

    < mx:Application

    ' xmlns:mx = ' http://www.Adobe.com/2006/MXML "layout =" " absolute "creationComplete ="initprofile1NewsAndSportSO ();"

    >

    < mx:Script >

    <! [CDATA]

    import

    MX. Collections.*;

    import

    flash.net.SharedObject;

    public var

    profile1NewsAndSportSO:SharedObject;

    private var profile1NewsAndSportaddLinksFullAC:ArrayCollection = new

    ArrayCollection([)

    {link:}

    "www.bbcnews.com" , label: "BBC News" , icon: "image7" , largeImage: "assets/images/bbcnews_small.png" , title: "BBC News" , description: "BBC News description will go here"

    },

    {link:}

    "www.itv.com/" , label: "ITV" , icon: "picture5" , largeImage: "assets/images/itv_small.png" , title: "ITV" , description: "ITV Description will go here"

    },

    {link:}

    "www.skynews.com" , label: "Sky News" , icon: "image10" , largeImage: "assets/images/skynews_small.png" , title: "Sky News" , description: "Sky News Description will go here"

    }

    ]);

    private var profile1NewsAndSportaddLinksAC:ArrayCollection = new

    ArrayCollection([)

    {link:}

    "www.bbcnews.com" , label: "BBC News"

    },

    {link:}

    "www.itv.com/" , label: "ITV"

    },

    {link:}

    "www.skynews.com" , label: "Sky News"

    }

    ]);

    private function profile1NewsAndSportReset():Sub

    {

    resetprofile1NewsAndSportAC();

    profile1NewsAndSportAddLinksTilelist.DataProvider

    = profile1NewsAndSportaddLinksAC;

    profile1NewsAndSportLinkChoice.DataProvider =

    New

    ArrayCollection ([]);

    }

    private function resetprofile1NewsAndSportAC():Sub

    {

    profile1NewsAndSportaddLinksAC.RemoveAll ();

    for every()var obj:Object in

    profile1NewsAndSportaddLinksFullAC) {}

    profile1NewsAndSportaddLinksAC.AddItem (obj);

    }

    }

    private function initprofile1NewsAndSportSO():Sub

    {

    profile1NewsAndSportSO = SharedObject.getLocal)

    'profile1NewsAndSport '.

    );

    If

    (profile1NewsAndSportSO.size > 0) {

    If

    (profile1NewsAndSportSO.data.profile1NewsAndSportaddList) {}

    if (profile1NewsAndSportSO.data.profile1NewsAndSportaddList! = 'empty' )

    ){

    var profile1NewsAndSportaddList:Array = profile1NewsAndSportSO.data.profile1NewsAndSportaddList.split (',' )

    );

    var profile1NewsAndSporttempAC1:ArrayCollection = new

    ArrayCollection();

    for every()var str:String in

    profile1NewsAndSportaddList) {}

    for every()var obj1:Object in

    profile1NewsAndSportaddLinksAC) {}

    If

    (str is obj1.label) {

    profile1NewsAndSporttempAC1.AddItem (obj1);

    continue

    ;

    }

    }

    }

    If

    (profile1NewsAndSporttempAC1.length > 0) {

    profile1NewsAndSportAddLinksTilelist.DataProvider = profile1NewsAndSporttempAC1;

    }

    }

    }

    If

    (profile1NewsAndSportSO.data.profile1NewsAndSportchoiceList) {}

    var profile1NewsAndSportchoiceList:Array = profile1NewsAndSportSO.data.profile1NewsAndSportchoiceList.split (',' )

    );

    var profile1NewsAndSporttempAC2:ArrayCollection = new

    ArrayCollection();

    for every()var str2:String in

    profile1NewsAndSportchoiceList) {}

    for every()var obj2:Object in

    profile1NewsAndSportaddLinksAC) {}

    If

    (str2 is obj2.label) {

    profile1NewsAndSporttempAC2.AddItem (obj2);

    continue

    ;

    }

    }

    }

    If

    (profile1NewsAndSporttempAC2.length > 0) {

    profile1NewsAndSportLinkChoice.DataProvider = profile1NewsAndSporttempAC2;

    }

    }

    }

    on the other

    {

    profile1NewsAndSportReset();

    }

    }

    private function saveprofile1NewsAndSport(event:MouseEvent):Sub

    {

    var profile1NewsAndSportaddList:string = ""

    ;

    If

    (profile1NewsAndSportAddLinksTilelist.dataProvider) {}

    If

    (Collection ArrayCollection (profile1NewsAndSportAddLinksTilelist.dataProvider) .length > 0) {

    for every()var obj1:Object in

    profile1NewsAndSportAddLinksTilelist.DataProvider) {}

    profile1NewsAndSportaddList += obj1.label +.

    ","

    ;

    }

    }

    on the other

    {

    profile1NewsAndSportaddList =

    'empty '.

    ;

    }

    }

    profile1NewsAndSportSO.data.profile1NewsAndSportaddList = profile1NewsAndSportaddList;

    var profile1NewsAndSportchoiceList:string = ""

    ;

    for every()var obj2:Object in

    profile1NewsAndSportLinkChoice.DataProvider) {}

    profile1NewsAndSportchoiceList += obj2.label +.

    ","

    ;

    }

    profile1NewsAndSportSO.data.profile1NewsAndSportchoiceList = profile1NewsAndSportchoiceList;

    profile1NewsAndSportSO.Flush ();

    }

    []] >

    < / mx:Script >

    < mx:Button click = "profile1NewsAndSportReset ()" id =" " Reset

    "

    Label ="

    Reset " y=" 5 "height = » 25 " x=" 5 "

    / >

    < mx:TileList id=" profile1NewsAndSportLinkChoice "fontWeight =" " "BOLD"

    "

    dragEnabled ="

    true "dragMoveEnabled =" " true "dropEnabled =" " true "height =" " 129

    "

    width ="

    650 "top =" 5 "left =" 521 "columnCount =" 5 "rowHeight =" 145 ""

    "

    columnWidth ="

    125 "backgroundColor =" #000000 "color =" #FFFFFF "" "

    / >

    < mx:TileList id=" profile1NewsAndSportAddLinksTilelist "fontWeight =" " "BOLD"

    "

    dragEnabled ="

    true "dragMoveEnabled =" " true "dropEnabled =" " true "height =" " 129

    "

    width ="

    385 "top =" 5 "left =" 128 "columnCount =" 3 "rowHeight =" 145 "columnWidth =" 125 "" "

    "

    backgroundColor ="

    #000000 "color =" " #FFFFFF "

    / >

    < mx:Button click = "saveprofile1NewsAndSport (event)" id =" " Save "label =" " Save the changes

    "

    x = »

    5 " y=" 38 "width = » 113 "height = » 25.5 "

    / >

    < mx:Button x=" 269 "y =" 142 "label =" Add link selected "id =" profile1NewsAndSportAddLinkButton " "

    / >

    < mx:Button x=" 774 "y =" 142 "label =" remove the link selected "id =" profile1NewsAndSportRemoveLinkButton " "

    / >

    < / mx:Application >

    You pasted the code of an AIR application? The code I provided works fine for me.

  • Why do I need to install flash when it is on the PC under IE

    Just changed to Firefox recently. Why the Firefox browser tell that I need flash to view some pages when the flash is already on the PC for IE. What's flash browser specific? Should I 2 flash facilities, for IE and Firefox?

    This has happened

    A few times a week

    == Look a sites requiring flash like youtube

    You need to install Flash on Firefox is because Firefox uses a different than IE. I don't know how to explain it, but it uses a model 'different' than IE. You can get Flash Player for Firefox here

  • calculation using the formula node needs two clicks

    Hello

    I want to use this piece of code for a larger program. My goal is to take 10 values and calculate two values using a formula. I used the formula node as the calculation functions digital ordinary would be too heavy. If I click on save, it saves two values to a file.

    The problem that I am facing is that when I start the program, it works very well for the first time. The second time however, if I change the values, and then click on save, it still displays the previous values, or some altered values. I have to click on save twice to get the correct values. I don't understand the reason why this happens. Can anyone help?

    File attachment: Capture screen and VI.

    P.S. If the solution can help with the problem, I'm ready to change any part, but please, not irrelevant to suggestions on how to * improve my code *, because I've worked hard to make it work with another major project.

    I don't completely understand the description of your problem.  But I see two problems.

    1. the "Save" button actually belongs to the event that handles the record button.  And the case of the event should really be Jean-Claude Value Change of mouse down?

    2. your STOP at the bad mechanical action.  Since it happened so this just released, it is only true while you're pressing it.  It stops the upper loop, but can't stop low loop because your loop will also be waiting to save button to press.  Stop will always be false because you cannot press two buttons at the same time.

    Try to make your action to stop button to be changed when released.  You must return the button to false programmatically born of two loops.  In fact, it would be better to have a case of events for the stop button to stop the lower loop.

    I don't understand what you're trying to do in the upper loop.  You read a file as soon as possible, and it seems to be the same file that you create in the lower loop.  Why?

  • I get a widow in my lower toolbar that rpet low disk space, and when I click it to try to delete the old files, it does nothing... so what do I do... ?

    I get a window in my toolbar lower repeating me low disk space and when I click it to try to remove the old files, it does nothing... so what should I do to get rid of the files in a "D" file...?

    Please perform these steps and the back of the report.

    Click Start, click computer, and it will display your hard drives and their letters. Normally C: is your operating system and where everything is stored (user: files, programs, Documents, photos, etc.). The D: is your RECOVERY partition and contains a copy of the first installation of the plant. The D: is small, about 9 to 15 GB, depending on the version of Windows.

    For example, my C: displays 306 GB free (unused) 374 GB (hard disk capacity). D: shows 2.11 free 11.5 GB GB. This is normal for HP, Compaq and others. New HP (Win 7) include an E: with less than 1 GB of capacity, to store a program utility tools. These so-called hard disks are in fact partitions installed on a physical hard disk, but not to concern. The c: partition free space is your important answer. BeAware that the D: and E: (if you have the configuration described above, are never to be used as restore points, or your personal files, they are allocated by the manufacturer to support the reinstallation of the operating system.) My example shows that my C: partition made only 68GB used on the disc, 306 GB is free (unused) 374 GB capacity.

    (1) report with numbers, and you can be helped.

    (2) Vista writes copies ghosts of all your documents (previous versions of the files). These can take many GB.

    (3) when he gets less than 20 percent free, you start to have problems with the disk defragmentation. Less than 10% results in critical problems, the problems of performance and for the worse.

    (4) if the number of free GB is really a low disk space issue, you need to move some of the large data files (pictures, videos,...) out on CD or DVD.

    If it helps, let me know. I'm not a moderator, just a user trying to use simple language to help others.

  • What happened to the button on the address bar which allow you to see the pages you had been so that you don't have to click the back button several times? I use it all the time and it is not on FF4.

    What happened to the button on the left end of the address bar which allow you to see the pages you had been so that you don't have to click the back button several times? You can look at the drop down window of pages and just choose whatever you want. I use it all the time and it is not on FF4. I want to go back to the old FF.

    If you right click on your back button, or click and hold down the mouse button, it will display the list. (I prefer a click-right, because sometimes my fingers slide when I try to click and hold)

  • When I search something and click the Web site in the search results, I get nothing and the tab says something like "nclk (Image GIF 1 x 1 pixel)" what should I do to display the Web page?

    I just switch to Firefox this morning, but I used it in the past. I set Yahoo as my homepage, and it opens fine when I start Firefox but if I type something in the search bar, such as Wal-Mart or ebay it will display the search results, but when I click on the page I want to open, I get something like "nclk (Image GIF 1 x 1 pixel)" on any of the Web pages I have to choose. If I put www.walmart.com in the address bar, it works fine. What should I do?

    Using Kaspersky? This error is usually caused by a parameter in Kaspersky. In the Kaspersky Firewall section, under filter turn off the blocker of banner advertising (may be called anti-banner).

  • Impossible to click on the buttons for the timed loop.

    Hello!

    I have a loop that is timed with a pace set by the user. And when the loop is running, I can't push any button of my GUI to stop it...

    I have to wait until a mistake or I stop the race.

    I can't put the diagram is too big and I think I don't have the right, but you have ideas?

    Ask me for more details.

    Thank you

    bejard wrote: timed loop is just in a structure of the event and I put 10 ms or 100ms.

    The program runs correctly (with this loop delay of 10ms/100 ms) like in the beginning, but I can't push any button or even change the tabs during the loop.

    You shouldn't have long extensions inside the event.  Which is supposed to stop your timed loop?

    I think that you have the option "Lock the front until the end of the occurrence" lit.  It will not press anything, until the end of everything for this case (including the timed loop).

    According to my experience, using a loop timed in a Windows system is a complete waste and often adds more overhead and questions.  Instead, I really think you need to use a State Machine.  When the button is pressed, you tell your state machine to move to the State the code inside your timed loop tracks.  You can use the State with the structure of the event to time your loop.  If you can go behind your state of event to your processing loop structure.  Just set the timeout on the structure of the event at any rate of loop you really want to.

  • How can I click apply when switching back resolution lower when the window does not display the Apply button when

    How can I click apply when lower resolution when the window does not display the button apply because the resolution is too low

    Hello

    Try pressing the ENTER key on the keyboard instead.

    See you soon.

  • How to do an audit in the order page IN. When you click on the button "submit"

    I want to do an audit in order IN. When you click on the "submit" button, it will be checked whether the OP is reserved and will display the message if not.

    I have a CO span from the original, I can know where should I put the logic inside the processFormRequest? and how to write code to control them thanks.

    public void processFormRequest (pageContext, OAPageContext,

    OAWebBean oAWebBean)

    {

    super.processFormRequest (pageContext, oAWebBean);

    }

    OK here is the code below,

    String sql = "START: 1: = XXPO_CHECK_RESERVED_PKG." XXPO_CHECK_RESERVATION(:2); END; « ;

    CallableStatement cs = txn.createCallableStatement (sql, 1);

    String outputval = null;

    try {}

    cs.setString (2, Segment1);

    cs.registerOutParameter (1, OracleTypes.VARCHAR);

    CS. Execute();

    outputval = cs.getString (1);

    TXN.Commit ();

    } catch (Exception sqle) {throw new OAException ("Error in the application of staffing", OAException.ERROR) ;}}

    -Beginning of the code by Hemant

    If ("N".equals (outputval) &! ") ». Equals (outputval))

    {

    throw new OAException ("The PO isn't in reserved State");

    }

  • Why my method of. append() needs two clicks on publication of DPS

    Hello community,

    I'm stuck develop edge animate for the publication of DPS with what follows.

    In order to access an article in my DPS folio, I created a symbol that attacking an article. It's a pretty basic symbol composed of a block of text and a background with opacity set to 0.

    After the action panel, the code is rendered as she:

    SYM. $("mySymbolBtn") .append ("navto://MyArticle#0");

    Overview of my iPad, this symbol must be clicked twice to the user of the reader of MyArticle.

    The same thing happen overview in the desktop browser, the symbol has to be clicked twice before reacting (with an error in this case, trying to open a link navto)

    Is there a reason for this?

    Thanks for the tips.

    Benoit.

    Finally, I found this only hurt a little. the method has been call for a click event, but should be on the compositionready event.

    Your point about "first click Activate overlay" lead me on the path. Finally, the first click created the link, the other to navigate to the link.

    This article show me the need for event compositionready!

    M lively help | Hyperlink items Adobe DPS elements

    Thank you.

    Benoit

  • Why do I need Adobe Flash to play FB Candy Crush when I don't need in IE?

    When I open the crush of Candy FB using Internet Explorer, it plays very well, without asking me to download Adobe Flash Player. However, when I do the same thing using Firefox, the game does not load without me download Adobe Flash Player. I had constant problems with Adobe and do want to not have it on my computer. Why this is happening and how do around him. Firefox is my favorite browser, but I'll find something else if I have to.

    I suspect Candy Crush uses Flash in Internet Explorer, too, but because Firefox and IE use plugin technologies, there are different installers for each browser.

    Since so many sites use Flash, maybe we can help you solve the problems you are having.

    You can download an installer for Flash 18.0.0.209 on this page:

    https://www.Adobe.com/products/flashplayer/distribution3.html

    In the first table, find the row corresponding to "browser plugin", and you can use either the EXE or the MSI installer.

    To ensure that the old version is removed, please close the tabs that are using Flash, or quit Firefox, during the update.

    Then, depending on the nature of the questions that you have had, here are some common troubleshooting steps:

    (1) If you have any recorders/downloaders who interact with Flash media to ensure that they are as up-to-date as possible, or disable them temporarily.

    (2) disable Flash to use hardware acceleration

    Right click on the media player and click on settings, then the first mini tab and uncheck the box to use hardware acceleration. More information in this article from Adobe technical support: http://helpx.adobe.com/flash-player/kb/video-playback-issues.html#main_Solve_video_playback_issues

    (3) disable protected mode

    The functionality of the safe_mode of the Flash player plugin has security benefits, but there seem to be some compatibility issues on some systems. There is a hidden for this parameter:

    (A) in a new tab, type or paste Subject: config in the address bar and press ENTER. Click on the button promising to be careful.

    (B) in the search above the list box, type or paste the flash and make a pause so that the list is filtered

    (C) double-click the preference dom.ipc.plugins.flash.disable - protected mode to change its value from false to true.

    It cannot take effect until all the Flash was discharged for a few minutes, or you close Firefox.

    Any improvement?

    If you want to solve this, it might help avoid unnecessary pain on the sites where the Flash is not really essential, try to set the Flash on Click-to-Play (Ask 'activation'). This will delay the Flash start on a page, until you approve.

    To set 'Ask to activate', open the page modules using either:

    • CTRL + SHIFT + a
    • "3-bar" menu button (or tools) > Add-ons

    In the left column, click on Plugins. Search 'Shockwave Flash' and always change 'enable' to 'ask to activate '.

    Then when you visit a site that wants to use the Flash, you should see a notification icon in the address bar and usually (but not always) one of the following values: a link in a black rectangle in the page or an information bar slides between the toolbar and in the page area.

    The plugin notification in the address bar icon usually resembles a little Lego block, dark gray. When the page wants to use a plugin to soft-blocked, the icon turns red to warn you of anxiety.

    If you see a good reason to use Flash, and the site looks trustworthy, you can go ahead and click on the notification icon in the address bar to allow Flash. You can trust the site for the time being or permanently.

    But some pages use Flash only for tracking or play ads, so if you do not see an immediate need for Flash, feel free to ignore the notification! He will just stand here in case you want to use it later.

Maybe you are looking for

  • On playback of videos

    I get a message saying: cannot read video because a file is corrupt. Help, please!

  • When to compensate for and win on a PXI-5122 niScope change?

    In my application, I use the niScope VI Fetch (I16 2D) to extract a multi-record, multichannel on a PXI-5122 digitizer acquisition.  Trying to optimize my code, this has led me to this question. I am taking 32 successive acquisitions and adding (on a

  • IRQL_NOT_LESS_OR_EQUAL

    Has started occurring from the end when I run my fortinet vpn client on a starhub wireless modem.

  • Inspection speed

    Hello I'm trying to measure the diameters of holes 80 in 1 second (a frame at a time).  I know I can get a camera I can trigger that fast, but what about the time of the inspection.  On my laptop, a Toshiba with a Centrino 1.76 Mhz processor, just th

  • My router ip local chnaged to 10.144.108.141 by default 192.168.1.1

    last night I tried to access my linksys router admin page and was not able to connect then I connect to mysmartwifi login Web page and found out my local router ip settings been changed as mention above about the what I did recently I moved my placem