Simple button Button problem

I am making a group of buttons that when each one is
highlighted it displays a graphic on the other side of the screen
So after I 2* click on my button and insert frame into the
over state I place my picture here but when I run it the picture
comes up if I run my mouse over on the other side of the screen
where the image is be comming up as well as comming up when I am
over the button.
How do I solve this problem I only want these images to show
when I have mouse over my button and I dont want anything to show
if I have my mouse over anything else on the screen?

You need to put something in the Hit State of the button. It
typically takes the last keyframe in the timeline to use, which, in
your case, includes the image. You should put a blank keyframe in
the Hit State, and copy the Up State's contents to it. Then the
over state will only be triggered when the user rolls over the Up
state graphics.

Similar Messages

  • IOS 6.1.3 WIFI button disable problem on iPhone4S - It is definitely a BUG

    Hi Apple Fans
    I have a full house of Apple products from iPhone -> iPAD -> iPod -> Mac -> AirPort, and I am suffering from WIFI button disable problem after upgrade to iOS 6.1.3, without any clue after calling Apple Support, factory reset and reload iPhone for more than 10 times.  I also try all tips on Apple Support Communicties except put it into a freezer, still no any luck.  Apple Support suggests that my iPhone may be factly!
    Tonight, I can get my WIFI back in below sequence:
    1. Switch to English language from Chinese
    2. Turn Cellular Data Option to off
    3. Reset Network Setting
    After the phone reset, the WIFI row show 'Not Connected', and I can select my home WIFI (Airport Express) without trouble.  To prove my finding is workable to all case, can you try the same and update here if it works for you?
    Good Luck!
    PS: I always believe it is a BUG.

    Hi,
    I sympathise with you as my iPhone 4s is 7 months old and is also greyed out.  I tried everthing except the potentially stupid one of putting the iphone in a freezer!  I took the phone back to the vendor who sent it away and repaired it.  But alas after a month it is greyed out again.  I have again returned to the vendor and he will repair it again.  I asked him how and he told me it is a software conflict and he has to spend around 9 hours downloading a patch repair.  Apple are aware of this issue and I feel completely let down because they have not posted a fix on the net.  Presently I am living and working in Dubai, back in the UK I am sure my iPhone would have been exchanged for a new one.  I need my iPhone for my work and cannot afford to just buy a new one so I have been let down and despite for years being a supporter of Apple and their products I shall think twice before investing in any more Apple products.

  • Standard button image problem

    Hi,
    I've got a problem when I try to set Image to the button from standard components.. I can set it up, but than I didn't see the image in the browser.
    With the button from basic components there is everything working fine, unfortunately I need that component from standard.. any advice?
    thx.

    Hi,
    I've got a problem when I try to set Image to the button from standard
    components.. I can set it up, but than I didn't see the image in the browser.
    With the button from basic components there is everything working fine,
    unfortunately I need that component from standard.. any advice?
    thx.Standard button has problems with images due to a JSF issue. To work around the issue, remove leading / from the buttons image property and re-deploy. This should cause the standard button image to display correctly.
    Hope it helps,
    Lark

  • Facing duplicate button press problem.

    Hi,
    I am a beginner to JSF technology. I am working on a project that uses JSF 1.1 specification. I am facing "*duplicate button press problem*". Most of the links and submit buttons do not respond. With a lot of search I found that this problem was fixed in JSF 1.2.
    I want to know whether upgrading to JSF 1.2 will work or not ? Also will it require code changes in existing code or simply upgrade will do?
    - Sax

    I'm not sure why you are focused on 1.1 vs 1.2 on this issue. For both versions you need the POST-REDIRECT-GET pattern, facilitated by the <redirect/> directive in the navigation rules.

  • Simple GotoandPlay buttons don't work

    OMG! I have been struggling with this all day. It is a simple Q and A timeline and I just want people to be able to pause and step ahead (or back) if they need to.
    I had it working pretty well, when I had the rewind  buttons landing on the previous (and next) actionscript button code, but then when viewed in a mobile phone, the rewind would jump two steps. I countered that by having the steps land just off where the next (forward or back) actionscript is located, but now the buttons work until you hit pause or don't go to the right frame, or work at the begining of the movie or sometimes work. Using the pause button usually freezes the whole show.
    I have tried so many versions, I am not sure if the sample I am attaching is a fair representation, but it is where I am at the moment. Currently I have the buttons moving to frame labels, but I have had them going to frame #s. Same result.
    I have placed all the code in one long Script line, all the Listeners at the beginning. I give up!
    Here is the code when it was all on the first frame:
    //LISTENERS
    rewind_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_47);
    play_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_53);
    rewind_2.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_48);
    play_2.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_54);
    rewind_3.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_49);
    play_3.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_55);
    rewind_4.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_50);
    play_4.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_56);
    rewind_5.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_51);
    play_5.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_57);
    rewind_6.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_52);
    play_6.addEventListener(MouseEvent.CLICK, fl_ClickToGoToAndPlayFromFrame_58);
    //FUNCTIONS
    function fl_ClickToGoToAndPlayFromFrame_47(event:MouseEvent):void
        gotoAndPlay("scene1");
    function fl_ClickToGoToAndPlayFromFrame_53(event:MouseEvent):void
        gotoAndPlay("scene3");
    function fl_ClickToGoToAndPlayFromFrame_48(event:MouseEvent):void
        gotoAndPlay("scene2");
    function fl_ClickToGoToAndPlayFromFrame_54(event:MouseEvent):void
        gotoAndPlay("scene4");
    function fl_ClickToGoToAndPlayFromFrame_49(event:MouseEvent):void
        gotoAndPlay("scene3");
    function fl_ClickToGoToAndPlayFromFrame_55(event:MouseEvent):void
        gotoAndPlay("scene5");
    function fl_ClickToGoToAndPlayFromFrame_50(event:MouseEvent):void
        gotoAndPlay("scene4");
    function fl_ClickToGoToAndPlayFromFrame_56(event:MouseEvent):void
        gotoAndPlay("scene6");
    function fl_ClickToGoToAndPlayFromFrame_51(event:MouseEvent):void
        gotoAndPlay("scene5");
    function fl_ClickToGoToAndPlayFromFrame_57(event:MouseEvent):void
        gotoAndPlay("scene7");
    function fl_ClickToGoToAndPlayFromFrame_52(event:MouseEvent):void
        gotoAndPlay("scene6");
    function fl_ClickToGoToAndPlayFromFrame_58(event:MouseEvent):void
        gotoAndPlay("scene1");
    There is also a simple Stop button that is not shown here.
    This link of a smaller sample is the way it is currently: https://www.dropbox.com/sh/n2dml4kun34pus0/C0jwr0SRdb?n=94391899
    Would some one of you experiened AS# people please put me out of my misery..
    Thanks
    TomH

    On frame one of your movie you have actionscript attached to two different keyframes. The listeners layer shows 12 different click  event listeners apparently attached to the stage. While you can attach a click event listener to the stage, you can't attach 12. Only the first one will work. Even so, I'm guessing that you don't really want any of these events attached to the stage.
    In the overall actions layer you have whole bunch of actionscript. This code is looking for seven different buttons. None of those buttons exist on frame one. You cannot give a flash movie actionscript to use that references objects that don't exist. You will get an error, as you've seen.
    You really need to go through the beginning tutorials that Adobe offers. You might also want to get a beginner's book or take an online course, maybe Lynda.com, for instance. You're trying very hard but you're missing all the basics.

  • TS3274 If my iPad home button got problem?

    If my iPad home button have problem but my iPad still under warranty can i use the warranty to take service for my iPad?

    Yes the home button problem would be covered by the warranty as long as you didn't do something accidentally to cause the home button to fail. If it is a hardware failure - it will be covered under the warranty.
    Is the home button no longer working? Have you tried to calibrate the home button?
    Calibrate the home button
    1. Open a stock iOS app, such as Contacts
    2. Press & hold the sleep/wake button at the top of your device until the red slider control appears.
    3. Immediately release the sleep/wake button and press & hold the home button. Hold until the red slider disappears.

  • IPhone 5 on off button having problem

    my iPhone 5 on off button having problem which sometimes i have to press several times, and sometimes i have to press it hard. Did anyone having the same problem here? beacause i just use for 5 months

    Take a Visit to an Apple Store or AASP (Authorized Apple Service Provider) and have the Device evaluated...
    Be sure to make an appointment first...

  • Button display problem in APEX!!

    Hi All,
    I have created two buttons as mentioned below for both buttons# Now i need to display both buttons side by side. Currently it is diplaying one after the other.
    How we can achieve this#.
    Button Style#Template based button
    Button region#Left
    But the difference is button tempalte
    First Button#<input type="button" onclick="#LINK#" value="#LABEL#" class="t13Button" #BUTTON_ATTRIBUTES# />
    Second Button#
    <table class="t18Button" cellspacing="0" cellpadding="0" border="0" summary="">
    <tr>
    <td class="t18C"><input type="button" #BUTTON_ATTRIBUTES# value="#LABEL#"/></td>
    </tr>
    </table>
    Thanks,
    Anoo..
    Edited by: Anoo on May 2, 2012 6:21 AM

    What happens if you do this ?
    <input type="button" onclick="#LINK#" value="#LABEL#" class="t13Button" #BUTTON_ATTRIBUTES# /><input type="button" #BUTTON_ATTRIBUTES# value="#LABEL#"/>Edited by: 910011 on May 3, 2012 8:43 AM
    Edited by: 910011 on May 3, 2012 2:09 PM

  • Hide "Save and Lock Button" Button in the HTML Editor

    hi,
    I have created a doc file and saved it as a webpage. Then i have uploaded the file to the KM Content. Now this file can be edited online. When i choose the Html Editor, i get 3 buttons. Out of this, i have to disable "Save and Lock Button" button. Can anyone please help me reganing this. This is urgent
    regards,
    pinki

    hi,
    Thanks a lot for your reply.
    In the renderbutton() button, the new buttons are being created. But if we comment that part of the code, i guess the new button will not be created. I am very new to all this. Please explain . i am talikng about the following code:
    if(lockResource.canExecute() && lockResource.isResourceLockedByMe())
                        //save = new Button(WdfEventDispatcher.dispatchableControlID(this, "onSaveAndUnlock", url));
                        //save.setDesign(ButtonDesign.STANDARD);
                        //save.setText(getBaseBundleString("com.sapportals.wcm.control.edit.ResourceEditControl", "btnSaveAndUnlock"));
                        save.setOnClick("onWdfEvent");
                        //buttonGrid.addComponent(buttonGrid.getCurrentRowIndex(), buttonGrid.getCurrentColumnIndex(), save);
                        //buttonGrid.setCurrentColumnIndex(buttonGrid.getCurrentColumnIndex() + 1);
    Actually, the problem is "Save and Unlock " button is behaving weirdly, even though, user is clicking in it , it is remaining locked. At first, we thought the user was clicking "Save and Hold Lock" by mistake. So we wanted to disable it.But now the problem is somewhere else. Can you please help
    regards,
    pinki

  • SIMPLE Database Design Problem !

    Mapping is a big problem for many complex applications.
    So what happens if we put all the tables into one table called ENTITY?
    I have more than 300 attributeTypes.And there will be lots of null values in the records of that single table as every entityType uses the same table.
    Other than wasting space if I put a clustered index on my entityType coloumn in that table.What kind of performance penalties to I get?
    Definition of the table
    ENTITY
    EntityID > uniqueidentifier
    EntityType > Tells the entityTypeName
    Name >
    LastName >
    CompanyName > 300 attributeTypes
    OppurtunityPeriod >
    PS:There is also another table called RELATION that points the relations between entities.

    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    check the coloumn with WHERE _entityType='PERSON'
    as there is is clustered index on entityType...there
    is NO performance decrease.
    there is also a clustered index on RELATION table on
    relationType
    when we say WHERE _entityType ='PERSON' or
    WHERE relationType='CONTACTMECHANISM'.
    it scans the clustered index first.it acts like a
    table as it is physically ordered.I was thinking in terms of using several conditions in the same select, such as
    WHERE _entityType ='PERSON'
      AND LastName LIKE 'A%' In your case you have to use at least two indices, and since your clustered index comes first ...
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Have you ever thought of using constraints in your
    modell? How would you realize those?
    ...in fact we did.We have arranged the generic object
    model in an object database.The knowledge information
    is held in the object database.So your relational database is used only as a "simple" storage, everything has go through your object database.
    But the data schema is held in the RDBMS with code
    generation that creates a schema to hold data.If you think that this approach makes sense, why not.
    But in able to have a efficent mapping and a good
    performance we have thought about building only one
    table.The problem is we know we are losing some space
    but the thing is harddisk is much cheaper than RAM
    and CPU.So our trade off concerated on the storage
    cost.But I still wonder if there is a point that I
    have missed in terms performance?Just test your approach by using sufficiently data - only you know how many records you have to store in your modell.
    PS: it is not wise effective using generic object
    models also in object databases as CPU cost is a lot
    when u are holding the data.I don't know if I'd have taken your approach - using two database systems to hold data and business logic.
    PS2: RDBMS is a value based system where object
    databases are identity based.we are trying to be in
    the gray area of both worlds.Like I wrote: if your approach works and scales to the required size, why not? I would assume that you did a load test with your approach.
    What I would question though is that your discussing a "SIMPLE Database Design" problem. I don't see anything simple in your approach when it comes to implementation.
    C.

  • Adding a button by clicking on a "Add button" button

    Hi,
    I want to add dynamically button controls on my application. These buttons will be created when the user click on a "Add button" button.
    What command should I use to get that result ?
    Using <mx:button...> into the [[CDATA... doesn't work and all the trys I did based on what I grabbed on the net didn't run neither.
    Thanks a lot for any input.
    Loic

    Hi Greg,
    Thank you for your great input.
    However, Flex throws an error when I try that.
    var btn:Button = new Button(); > "This type can't be found or isn't a compiling constant" (Frenglish translation sorry)
    I am using patchpanel technology and here is the code. Maybe this is because I want to mix both import com.adobe.cs3.InDesign and mx.controls.* stuff ?
    Here is my code so far if it can help understanding :
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="325" height="254" creationComplete="onCreationComplete()">
         <mx:Script>
              <![CDATA[
                   //Importe le DOM Indesign
                   import com.adobe.cs3.InDesign.*
                   import mx.controls.Alert;
                   import mx.controls.Button;
                        Fonction appelée quand l'utilisateur appuie sur le bouton 'start'
                   public function onClick():void
                        // Creation d'un bouton
                        //myButton = new Button();
                        //yButton.label = "Hello world !";
                        //InDesign.alert("ttt");
                        var btn:Button = new Button();
                      btn.label = "New Button";
                      btn.addEventListener(MouseEvent.CLICK, clickFunc);
                      vb.addChild(btn);
                   private function clickFunc(evt:MouseEvent):void{
                        mx.controls.Alert.show(evt.currentTarget.toString());
                        Fonction de recadrage du fichier swf après son initialisation
                   public function onCreationComplete():void
                        InDesign.$resize( width, height);
              ]]>
         </mx:Script>
         <mx:Button x="135" y="119" label="start" click="onClick()"/>
         <mx:Button label="Add Button" click="addButton();"/>
           <mx:VBox id="vb"/>     
    </mx:Application>
    Thanks anyway for your first input and hoping you could help me fixing that issue.
    Regards,
    Loic

  • Simple button background problem

    Good day,
    I'm new to flex and MXML. I've gone through the initial difficulties of getting familiar with the IDE and programming language. Now that this is done, I'm really starting to enjoy it.
    I'm currently facing what is probably a basic problem. I've created an MXML Button component. When I instanciate it somewhere in another component, it comes up with a weird square background under my button, like this :
    My button is a single line component, like this :
    <s:Button label="Measure" skinClass="skins.MeasureDistanceSkin" width="70" height="25" click="OnClick(event);" creationComplete="Init(event);" />
    My button instanciation line looks like this :
    <MeasureButton map="{map}" left="110" top="42" width="80" height="33" id="MyButton" />
    Can anyone give me a hand with this?
    Thanks,
    Bruno

    You couldn't have made trillions of buttons that work using that code in AS3.  It would have to be something more like the following to work in AS3...
    stop();
    btn_page2.addEventListener(MouseEvent.CLICK, gotoPage2);
    function gotoPage2(e:MouseEvent):void {
         gotoAndPlay(99);
    Switched places in the btn_page2 line and changed Void (AS2) to void (AS3)

  • Problem w/Simple Music Button and Moving Gallery...

    I have created a simple on of button attached to a music file along with a rolling gallery.
    Everything works perfect except when you go to move the gallery(simple tween) into the other direction.
    The music starts plating backwords or it stars looping again cant really tell.
    Is there some way the place the music button on some lower level so it will not get affected by the reversing of the (simple tween) for the gallery.
    Thanks
    Mark

    you shouldn't have sound attached to a timeline so it shouldn't make any different what timeline actions are occurring.  use the sound class to instantiate and control your sound.

  • Really simple button click problem...?

    I've made buttons a trillion times, but this button doesn't seem to be working...
    stop();
    addEventListener.btn_page2(MouseEvent.CLICK, gotoPage2);
    function gotoPage2(e:MouseEvent):Void {
         gotoAndPlay(99);
    I've checked that the button is labeled correctly (it is).... here are the compiler errors:
    Line 3 '{' expected
    Line 5 Unexpected '}' encountered
    What?!  Any ideas?

    You couldn't have made trillions of buttons that work using that code in AS3.  It would have to be something more like the following to work in AS3...
    stop();
    btn_page2.addEventListener(MouseEvent.CLICK, gotoPage2);
    function gotoPage2(e:MouseEvent):void {
         gotoAndPlay(99);
    Switched places in the btn_page2 line and changed Void (AS2) to void (AS3)

  • Button overlay problem

    hi. I made a DVD with a simple layered menu with 2 buttons and 2 movie tracks. In simulation the button overlay works fine, when I place the mouse over them they highlight. The problem is that after build&burn, I have to click twice the button to send me to the desired track. When I place the mouse over the button it doesn't highlight, press once it highlights, press second time it sends me to the video track.
    (tested with DVD player, VLC and PC player - same behaviour)
    can anyone help?

    Welcome to the Boards
    You have found one of the limitations on layered menus (assuming you did them properly which it sounds like you did) - sometimes rollovers will not work. Most set top players should be okay. This is one of the reasons why layered menus are usually not recommended for use around here (though of course you can use them knowing the issues)

Maybe you are looking for