Hi, I dont speak russian, so sorry in advance.
I'm using develstudio 3 about 1 year and I got stuck in a window freeze.
I running a while(), sending a:
in a attempt to unfreeze the GUI, but without success. The program is running because I can see the mysql being populated in heidiSQL, but the window is transparent and do not respond....
Any ideia to unfreeze the form? c().text or caption updates dont work, MessageBox works but press the ok button is very annoying and pointless.... so i'm stuck =/
PS: Already tried hideform() and showform() functions and yet the interface lag and become transparent and unresponsive... any ideas?
Thank you and sorry by the wrong language, by the way i'm brazilian =P
I'm using develstudio 3 about 1 year and I got stuck in a window freeze.
I running a while(), sending a:
PHP код:
c("memo1").text=c("memo1").text."\nUP!";
Any ideia to unfreeze the form? c().text or caption updates dont work, MessageBox works but press the ok button is very annoying and pointless.... so i'm stuck =/
PS: Already tried hideform() and showform() functions and yet the interface lag and become transparent and unresponsive... any ideas?
Thank you and sorry by the wrong language, by the way i'm brazilian =P