PDA

View Full Version : Weird modality issue with Showln window



Anders Ohrt
10-Apr-2010, 02:42 PM
All the TaskDialog message boxes should be modal, and they usually are. But, if the Showln window if open, they are modal with regards to the Showln window, and not with regards to the application.

This code shows the problem:



Send sigInfo_Box "Modal..."
Showln ""
Send sigInfo_Box "Not modal!"
When the first message is shown, you cannot switch back to the application. When the second message is shown, you cannot switch to the Showln window but you can switch to the main application!

This is no huge problem since we never use the Showln window for other than debugging, but I still think it should be fixed.