View Full Version : e_key not working when flash is present
kmartin7
03-02-2004, 11:02 AM
I have an e_eky event that will not fire whenever a flash object exists. As soon as I remove the flash object, it fires flawlessly.
Any ideas?
Corey
03-02-2004, 11:35 AM
Maybe focus is taken away from the app window? Not sure n this one...
Corey Milner
Creative Director, Indigo Rose Software (http://www.indigorose.com)
Ted Sullivan
03-02-2004, 01:07 PM
It's most definitely an issue where the flash object has the keyboard focus.
Intrigued
03-02-2004, 01:32 PM
I used the Page.SetFocus Action script to handle this situation.
If you plan on using a ListBox object this will work out nicely.
Otherwise, I have found (maybe not the most optimal) way of handling such. I put a ListBox object on the Page in question and set it for a small size (say width = 5 and height = 5) and set visible to false. I then have focus set to the ListBox on the On Show event.
There might be a more efficient/professional way of doing this... we shall see if someone chimes in on this thread.
If you go another way, please share such.
Thank you.
kmartin7
03-06-2004, 08:27 PM
Page.SetFocus works. Thanks!
Intrigued
03-07-2004, 05:29 PM
Super!
Thank you for the update.
Powered by vBulletin™ Version 4.0.6 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.