Skip to main content
Participant
April 21, 2012
Question

Flash Buttons and UI Components need double click to work. Any Solution?

  • April 21, 2012
  • 2 replies
  • 927 views

Hi,

I have just finished making an application for Kiosk in Flash. However while testing I noticed that the buttons I used and UI components like textfield, textarea, radiobuttons, etc need to be touched twice to make them function. Can anyone tell why this happens and how to solve this issue? Its very frustrating for a user to keep clicking on the component to make it active first and then make it work.

Note: Is it like Flash UI components need time to get active on screen and then they function?

Thanks in advance.

This topic has been closed for replies.

2 replies

Known Participant
April 23, 2012

Are you sure about "twice"? Maybe the screen is simply not really well calibrated and people miss the controls? You can test that out with a bigger interactive elements.

Participating Frequently
April 23, 2012

Update your environment or add a .net script.

Based on your problem I'm assuming

Kiosk = .net system

Touch = IE activeX object = IE forcing the user to interact with the object FIRST.

Add a script trigger a mouse click, or disable the naitve .net feature.

If its another issue, let me know.

Participant
April 23, 2012

Thanks for the reply ReshapeMedia.

 

What I want to say is I have a Flash exe file which contains feedback form for customers. This exe is displayed on Kiosk where user can interact with it using touch screen. The problem here is - when user touches (clicks) on the input field on screen or selects a radio button, it takes him several attempts to do so. In other words, user keeps on touching and tapping to activate the input field first and then somehow it gets activated and after multiple touches it allows them to enter the data/ radio button is selected and other buttons functions.

This obviously adds to users frustration.

This application is not loaded in IE so there is no browseer involved here.

You mentioned a script trigger a mouse click. What is that? (I have addEventListener on my buttons already) Kindly explain a bit. Thanks a lot.