New topic: Floating window above Modal window
<http://forums.realsoftware.com/viewtopic.php?t=36375> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message markwalsh Post subject: Floating window above Modal windowPosted: Fri Nov 19, 2010 10:53 am Joined: Wed May 20, 2009 4:43 pm Posts: 313 I have a modal window which pops up where a user needs to enter a date into a text field to continue a process. I now want to show a calendar to allow the user more flexibility when entering the date, so I created a floating window with a calendar control and set it to show when the date field gets focus and close when the field loses focus. This works elsewhere in the application, but since the first window in this case is a modal window, the controls in the floating window do not seem to respond to user input. The button's appearance changes when the mouse rolls over them, but none of the controls are accessible (comboboxes can't be accessed, buttons can't be clicked). The mouseEnter event does fire for the controls in the floating window (and if I put 'Me.SetFocus' in the MouseEnter event, it shows the focusRing), but the controls won't respond to user input. Is there a way for the floating window to be accessible when called from a modal window? _________________ RB 2009r4 Windows XP Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
