Good evening.
Today something "strange" happened:
- created 2 dialogs
- opened one of them with domodal
- click on a button to open the second one with domodal (first thing strange: I could press again buttons in first dialog, even with second one open - domodal shouldnt prevent this?)
- after this, if I press ESC key it closes second dialog, but pressing again ESC it opens the same dialog again.
Hmm... is this supposed to happen, or something about my code (strange reaction, though...)?
If not secret give the code that we see?
See Paul's response to a related question in the Aurora forums at
http://www.ionicwind.com/forums/index.php/topic,1040.msg9673.html#msg9673
Another possibility has to do with what you are using for the "parent" of the dialogs.
Can't help other than that without some code to look at.
Larry
Code of course is not secret :) I was with hurry and thought was something simple (as it was). Indeed, ESC key is set for ID 2.
Thank you :)