asgtronics.blogg.se

Msgbox line break xojo
Msgbox line break xojo






msgbox line break xojo

In the Open event when you show it the Open event code is paused until you press OK or Cancel and then the open event code carries on and eventually finishes the Open event - and then the modal window shows up. This makes perfect sense since MsgBox is synchronous. It’s not a big problem, the app still works fine, but it does leave the user confused because they do not see Window2 behind the MsgBox. I’ve looked at it but can’t/don’t know if that can solve my current issue. This issue seems similar to a previous window focus issue I had, but it’s not the same. Window2 does not become visible UNTIL the OK button is selected in the message dialog.

msgbox line break xojo

MsgBox ("Window2 should now be shown - but it doesn't, until I select the OK button.

msgbox line break xojo

Window1, btnOpenModal Action Event: Window2.ShowModal In the open event of Window2, I have a simple MsgBox. I have a main Window1, which calls modal Window2.








Msgbox line break xojo