e_key not working when flash is present

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • kmartin7
    Forum Member
    • Jun 2002
    • 57

    e_key not working when flash is present

    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
    Indigo Rose Staff Alumni
    • Aug 2002
    • 9741

    #2
    Maybe focus is taken away from the app window? Not sure n this one...

    Corey Milner
    Creative Director, Indigo Rose Software

    Comment

    • Ted Sullivan
      Indigo Rose Staff Member
      • Oct 2003
      • 960

      #3
      It's most definitely an issue where the flash object has the keyboard focus.
      New Release: Setup Factory 9.6 adds Windows 11 compatibility and support for hardware token OV/EV Code Signing certificates.

      Comment

      • Intrigued
        Indigo Rose Customer
        • Dec 2003
        • 6125

        #4
        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.
        Intrigued

        Comment

        • kmartin7
          Forum Member
          • Jun 2002
          • 57

          #5
          Page.SetFocus works. Thanks!

          Comment

          • Intrigued
            Indigo Rose Customer
            • Dec 2003
            • 6125

            #6
            Super!

            Thank you for the update.
            Intrigued

            Comment

            Working...
            X