Hi!
Linux Progress Bar end with oBar:End()
Windows Progress Bar not close with oBar:End()
If use oBar:Close() works fine windows, but not works on GTK, Linux.
Hi!
More tests...
oBar:End() not works on Windows and LINUX.
Becouse my tests while i click button close, the window(progress bar) go to back of window main.
So I thought the and() method had worked.
Best regards,
Itamar M. Lins Jr.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
oBar:Close() works under both Windows and Linux. I've modified a bit "Progress bar" in tutorial to show this.
End() method shouldn't be used in applications, it is intended for HwGUI's internal using, it is called automatically when a control is destroyed to free used resources.
Regards, Alexander
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
More tests...
oBar:End() not works on Windows and LINUX.
Becouse my tests while i click button close, the window(progress bar) go to back of window main.
So I thought the and() method had worked.
Best regards,
Itamar M. Lins Jr.
oBar:Close() works under both Windows and Linux. I've modified a bit "Progress bar" in tutorial to show this.
End() method shouldn't be used in applications, it is intended for HwGUI's internal using, it is called automatically when a control is destroyed to free used resources.
Regards, Alexander