Button dosen't work properly, need help please

     In a custom component I have 5 buttons, for each button i have the roll over, roll out and on click Interaction
So if you roll your mouse pointer on a button it transitions to a state that looks the same but a picture pops out and if i roll out in transitions back
to the first state within the custom component. Every thing works properly except the "on click" interaction: when I click on the button it briefly
transitions to the state it needs to (a totally different one, within the custom component) then it comes back to the original state within custom component
I played around with the "when in state" button but I can't get a crack at it, please help me and ask anything you need if I my explanation wasn't clear enough

Sounds like you might have an interaction misapplied to some part of the component. I would look around for a rogue On Click interaction, and also look at what the Pressed states look like of the button.
Chris

Similar Messages

  • My usb 5 button mouse isn't working properly need help please

    I tried to change my xorg  to use usb but I couldn't boot if I changed anything to do with my mouse my mouse used to work and light up like it was supposed to.  anyways this is the errors from my error log
    May 30 18:20:16 Shadowfire usb 1-1: device not accepting address 2, error -71
    May 30 18:20:16 Shadowfire hub 1-0:1.0: unable to enumerate USB device on port 1
    May 30 18:20:16 Shadowfire hub 4-0:1.0: unable to enumerate USB device on port 1
    May 30 18:20:16 Shadowfire hub 4-0:1.0: unable to enumerate USB device on port 3
    May 30 18:20:16 Shadowfire hub 4-0:1.0: unable to enumerate USB device on port 4
    May 30 18:52:17 Shadowfire hub 2-0:1.0: unable to enumerate USB device on port 1
    May 30 18:52:17 Shadowfire hub 7-0:1.0: unable to enumerate USB device on port 1
    May 30 18:52:17 Shadowfire hub 7-0:1.0: unable to enumerate USB device on port 3
    May 30 18:52:17 Shadowfire hub 7-0:1.0: unable to enumerate USB device on port 4
    May 30 19:14:59 Shadowfire hub 2-0:1.0: unable to enumerate USB device on port 1
    May 30 19:14:59 Shadowfire hub 2-0:1.0: unable to enumerate USB device on port 3
    May 30 19:14:59 Shadowfire hub 2-0:1.0: unable to enumerate USB device on port 4
    May 30 19:21:58 Shadowfire hub 2-0:1.0: unable to enumerate USB device on port 1
    May 30 19:21:58 Shadowfire hub 2-0:1.0: unable to enumerate USB device on port 3
    May 30 19:21:58 Shadowfire hub 2-0:1.0: unable to enumerate USB device on port 4
    and this my xorg for some reason it has a number of  different mouse settings
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "PS/2 Mouse" "CorePointer"
    # Serial Mouse not detected
    # USB Mouse not detected
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/cyrillic"
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    # Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us "
    Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]"
    Option "DPMS" "true"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Device"
    Identifier "Card0"
    Driver "fglrx"
    VendorName "All"
    BoardName "All"
    # BusID "PCI:1:0:1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Group 0
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    Option "RENDER" "Enable"
    Option "DAMAGE" "Enable"
    EndSection
    Last edited by Shadowmeph (2008-05-31 16:35:53)

    Sounds like you might have an interaction misapplied to some part of the component. I would look around for a rogue On Click interaction, and also look at what the Pressed states look like of the button.
    Chris

  • TS1702 Hello, I,m having problems with Polish spell check. It says in iPnstruction that this App (pages) should show my writing mistakes. Check spell button is on but but check spell is not working. Need help Please.

    Hello, I,m having problems with Polish spell check. It says in iPnstruction that this App (pages) should show my writing mistakes. Check spell button is on but but check spell is not working. Need help Please.

    Hello, I,m having problems with Polish spell check. It says in iPnstruction that this App (pages) should show my writing mistakes. Check spell button is on but but check spell is not working. Need help Please.

  • Have photoshop cs5 installed on desktop..got new Canon rebel T5i camera...cannot open RAW images...updated and installed plug-in...still now working.  Need help, please.

    I have photoshop cs5 installed on desktop...got new Canon rebel T5i camera...cannot open RAW images...updated and installed plug-in...still not working...help please.

    In any event, that camera was first supported by ACR version 7.4 which needs at least CS6 to run.  Naturally, all later versions support it too.
    Your choice is either to upgrade your Photoshop, or to look for, download, install, launch and run the free, stand-alone Adobe DNG Converter 8.6 on each folder containing your raw Canon files to convert them first to raw DNGs that you can open in CS5.
    In no case does an Adobe application belong "on your desktop".  The default install location should always be respected and left alone.

  • Ipod 2nd generation won't work. Need Help PLEASE

    i have a ipod 2nd generation and haven't used it for 3 months or more. and now that I try to turn it on, it won't turn on. I have tried charging it for 2 hours and still the screen stays black. need help. what do I do?

    Try:                                               
    - iOS: Not responding or does not turn on           
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try another cable              
    - Try on another computer                                                       
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

  • Liquify tool stopped working properly need help ASAP!

    Ok so last night I used the liquify tool on a selected area of a picture and it worked fine. Well, now when I select my area and try to use it, it just slightly warps the area and does nothing else. The liquify screen and options never come up. I think it's just repeating what I did in liquify the last time I used it instead of giving me the option to do what I need to do. It just won't let me do ANYTHING with the tool other than the warping(what I think is the "repeating" of the previous uses effects) everything else in photoshop is working fine for me, this is the only problem I'm having. Before this, it would just crash when I tried to open liquify but I fixed that by changing the video codecs/plugins to the ones  that work with it so that is no longer a problem, it doesn't freeze or anything. So why is it just repeating what I did last time? Why can't I USE the effect? Help! lol

    Are you clicking Liquify at the very top of the Filter menu where the last used filter has a Cmd/Ctrl+F shortcut, or in its usual position further down the menu? If the former then hold down Opt/Alt when clicking the top item (or pressing Cmd/Ctrl+F) to open the filter dialog instead of simply re-applying the last used filter.

  • I have upgraded to 10.10.3 on my MacBook Pro now the Calendar is not working properly. Help please?!?

    Yesterday I upgraded my MacBook Pro 13" (Early 2013) to 10.10.3. I immediately started having problems with it opening apps slowly. So I read and discovered it had replaced some of my apps with newer versions. I also restarted it 2 or 3 times. That seemed to solve that problem. This morning I get on and it is doing the same thing, but it is limited to the Calendar. Anything I try to do in the Calendar gets me the spinning beachball, from opening it to editing to adding an event. I have many dates and events saved that I don't want to lose. Am I going to have to reinstall the Calendar? If so, how can I do it without losing my content?

    This is the note I sent to the other thread (Macbook is slow since OS X 10.10.3. I'm sorry. I hope this helps
    I did not have a specific category that said "log list" once I got to "All Messages". It just showed "Log" so that is what I am sending you. The other thing is that the timestamp is 9:23:?? the next is 9:34:?? and the problem occurred at 9:32:??. So you are getting the log from 9:23 until it repeats.
    Apr 13 09:23:49 -MBP com.apple.xpc.launchd[1] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
    Apr 13 09:34:43 -MBP hidd[96]: IOHIDEventQueue unable to get policy for event of type 11. (e00002e8)
    Apr 13 09:34:47 --- last message repeated 83 times ---
    Apr 13 09:34:47 -MBP spindump[1465]: Got xpc error message in libspindump client connection: Connection invalid
    Apr 13 09:37:56 -MBP apsd[73]: Failed to initialize budgeting, not using budgeting: Error Domain=Timed out waiting for XPC and/or reply handler Code=104 "The operation couldn’t be completed. (Timed out waiting for XPC and/or reply handler error 104.)"
    Apr 13 09:37:56 -MBP apsd[73]: apsd(73,0x7fff7a8d5300) malloc: *** error for object 0x7fd5e0c43ef0: pointer being freed was not allocated
      *** set a breakpoint in malloc_error_break to debug
    Apr 13 09:38:29 -MBP com.apple.xpc.launchd[1] (com.apple.Finder[221]): Service exited due to signal: Terminated: 15
    Apr 13 09:38:29 -MBP kernel[0]: process Messages[57790] caught causing excessive wakeups. Observed wakeups rate (per sec): 115; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45001
    Apr 13 09:38:29 -MBP com.apple.xpc.launchd[1] (com.apple.ReportCrash[57808]): Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
    Apr 13 09:38:29 -MBP ReportCrash[57808]: Invoking spindump for pid=57790 wakeups_rate=115 duration=392 because of excessive wakeups
    Apr 13 09:38:29 -MBP com.apple.xpc.launchd[1] (com.apple.imfoundation.IMRemoteURLConnectionAgent): The _DirtyJetsamMemoryLimit key is not available on this platform.
    Apr 13 09:38:29 --- last message repeated 1 time ---
    Thank you for your times!

  • HTML Snippet is not Working, I need help please

    Hi guys im trying to add this HTML to my site
    <script type="text/javascript">document.write(unescape("%3Cscript
    src='" + ('https:' == document.location.protocol ? 'https://' :
    'http://') + "cashie.s3.amazonaws.com/userjs/2d639a4eb41a9bbc85b4d34bd72a81ad-cart.js'
    type='text/javascript'%3E%3C/script%3E"));</script>
    and it just wont show up..
    I need urgent help and this is frustrating me.

    answer seems to exist:
    https://discussions.apple.com/message/11226530?messageID=11226530&amp%3b#1122653 0

  • The power isnt working I NEED HELP PLEASE

    My macbook pro randomly turned off last night hasnt turned on since, it wont respond to charger and have tried SMC, HELP!!!!

    It all depends on what occurred. It could be the charger doesnt work, so the battery is dead. A diff charger could get your macbook backup and running.
    Also try different outlets to make sure its not the outlet.
    I would retry the SMC with a diff charger if possible. But when it doesnt turn on it does really limit how much you can do.

  • Ipod touch not working properly. need help on wether or not to replace battery or something else.

    My iPod touch 4th generation 8g is acting up. when i touch an app, it loads like normal but then goes black for about 2 seconds then returns to the normal screen where all the apps are. my music won't play for a long amont of time either (for example about 5 to 10 min.) without going black and freezing for about 2 seconds and returning to the regular scree. my 90 day warrenty has been up for a while and i was wondering if it could possibly be the battery and maybe i should just get the battery replaced, or if any of you have suggestions, i am all ears! Help! and the Apple service company was no help and said i had to buy a package plan in order to get phone service!

    The warranty is for one year unless you purchased AppleCare which extends it for a total of two years.  The 90 days is for free phone support.
    Try in order:
    - Reset the iPod,  Nothing will be lost,
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Restore the iPod from backup via iTunes onthe computer
    - Restore the iPod to factory defaults/new iPod, also via iTunes
    If you still have a problem then you likely  have a hardware problem and make an appointment at the Genius Bar of an Apple store. If defective, you should walk out with a refurbished iPod.
    For how to restore, see the restoring topic of:
    iTunes: Backing up, updating, and restoring your iPhone, iPad, or iPod touch software

  • Hello My ipads Power button is not working properly when I press it once it shows option to turn off instead of locking and some other display problems like it suddenly lockes down or display disappears ...Please help. Thank You

    Hello My ipads Power button is not working properly when I press it once it shows option to turn off instead of locking and some other display problems like it suddenly lockes down or display disappears ...Please help. Thank You

    Thanks for that information!
    I'm sure I will be calling AppleCare, but the problem is, they charge for the phone calls don't they? Because I don't have money to be spending to be on the phone with a support service.
    In other things, it seemed like the only time my MacBook was working was when I had Snow Leopard without the 10.6.8 update download that was supposed to be done to prepare for OS X Lion.
    When I look at the information of my HD it says that I have 10.6.8 but that was the install that it claimed to have failed and caused me to restart resulting in all of the repeated problems.
    Also, because my computer is currently down, and I've lost all files how would that effect the use of my iPhone? Because if it doesn't get fixed by the time OS 5 is released, how would I be able to upgrade?!

  • After updating my Iphone 5 my lock button isnt working well .... Need help please ..

    After updating my Iphone 5 my lock button isnt working well .... Need help please ..

    First, read here:
    https://ssl.apple.com/support/iphone5-sleepwakebutton/
    See if your phone is affected.

  • Hi i need help one of my key on the keyboard dosen't work for some reason please help

    hi i need help one of my key on the keyboard dosen't work for some reason please help

    try smc reset
    http://support.apple.com/kb/ht3964
    and Pram reset
    http://support.apple.com/kb/ht1379
    (Try pram a few times to get correct sequence)
    Check what you have selected in
    system preferences/system/accessibility/keyboard
    and system preferences/hardware/keyboard  (keyboard and keyboard short cuts tabs)

  • My Home button dosen't work sometimes ,HELP!!!

    My Home button dosen't work sometimes ,HELP!!!

    You don't need to post multiple times.  Please see the answer posted in your most recent post.

  • How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    Si vous avez utilisé la commande Save As Template depuis Pages, il y a forcément un dossier
    iWork > Pages
    contenant Templates > My Templates
    comme il y a un dossier
    iWork > Numbers
    contenant Templates > My Templates
    Depuis le Finder, tapez cmd + f
    puis configurez la recherche comme sur cette recopie d'écran.
    puis lancez la recherche.
    Ainsi, vous allez trouver vos modèles personnalisés dans leur dossier.
    Chez moi, il y en a une kyrielle en dehors des dossiers standards parce que je renomme wxcvb.template quasiment tous mes documents Pages et wxcvb.nmbtemplate à peu près tous mes documents Numbers.
    Ainsi, quand je travaille sur un document, je ne suis pas ralenti par Autosave.
    Désolé mais je ne répondrai plus avant demain.
    Pour moi il est temps de dormir.
    Yvan KOENIG (VALLAURIS, France)  mercredi 23 janvier 2011 22:39:28
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

Maybe you are looking for

  • Canon MP830 + Adobe Reader 8.0 = Yellow backgrounds?

    Anytime we print a PDF file via the new Adobe Reader 8 (for Intel Macs), the background--which should be white or at the worst a very very faint gray from it being a converted fax--prints in a bright neon yellow on our Canon MP830. This is despite th

  • Can't edit text in old PDF

    I've got some PDFs that are several years old.  I'm not sure what program they were made in originally, but it may have been PageMaker.  When I open one of these files in Acrobat X Pro, the content edit tools are grayed out and I can't use them.  Acr

  • Can Encore make a Pal DVD from NTSC source?

    Can Encore make a Pal DVD from NTSC source?

  • Data source in Haley authority knowledge base

    Hi, To examine a small set of business rules and policies that apply to expense reports, I am trying to access Haley authority with sample DB. Navigated by the following way: Start->Programs->Siebel Tools 8.0->Siebel Business Rules Developer Selected

  • Metadata, Keywords, Ratings, In/Out Markers for MOVs do not Travel Outside of LR4

    Consistency in the handling and displaying of metadata (along with severe slowness issues) for video files across the CS line needs to be addressed. I just completed an intense seesion of keywording, metadata entry, and cataloging of MOV files in LR4