I've setup a button in the dialogbox object as "Btn1". When I try to create an action with
button clicked (control name="Btn1") nothing seems to happen. Am I doing something wrong or is there a bug with this object?
Thanks
-Mel
Printable View
I've setup a button in the dialogbox object as "Btn1". When I try to create an action with
button clicked (control name="Btn1") nothing seems to happen. Am I doing something wrong or is there a bug with this object?
Thanks
-Mel
Works for me. You're not opening the dialog as Modal, are you? Events won't run if the dialog is modal.
ahhh.. So how do I get the button to work if I want the window to be modal?
You.. don't. Heh. You could open the dialog as a child of a Sub-Application. That kind of defeats the point of the DialogBox object, though. I wish there was some way the behaviors of the dialog could be run when it's modal.
LOL.. Thanks a lot Robbie..
Yeh its a shame the events don't get saved until the end of the app or something..
-Mel