It is a very strange behaviour.
I have a grid. Each cell is a container with some textbox and an invisible button (7 columns and 24 lines, it’s a calendar). When the user click on the button, I open a modal form with show(1).
So far so good, it’s working well, but sometimes, if I try to show a message (messagebox), the message box does not open, and everything is frozen. If I press “ALT key”, the messagebox pop out of nowhere and I can confirm.
I also noticed that when I have this messagebox behaviour, the cursor is like busy when it’s hoover the application, so I think there something working in the background. I’ve tried to log events (toggle event Tracking) from the debugger, but as soon as I turn it on, the waiting cursor stop…
I don’t know if I’m clear enough (english is not my primary language) , but it’s
very annoying.
Thanks, in advance.
Nro
I have a grid. Each cell is a container with some textbox and an invisible button (7 columns and 24 lines, it’s a calendar). When the user click on the button, I open a modal form with show(1).
So far so good, it’s working well, but sometimes, if I try to show a message (messagebox), the message box does not open, and everything is frozen. If I press “ALT key”, the messagebox pop out of nowhere and I can confirm.
I also noticed that when I have this messagebox behaviour, the cursor is like busy when it’s hoover the application, so I think there something working in the background. I’ve tried to log events (toggle event Tracking) from the debugger, but as soon as I turn it on, the waiting cursor stop…
I don’t know if I’m clear enough (english is not my primary language) , but it’s
very annoying.
Thanks, in advance.
Nro