Oxygen Basic

Programming => Tools => Topic started by: Frankolinox on November 13, 2013, 08:45:45 AM

Title: new gui project "promethan"
Post by: Frankolinox on November 13, 2013, 08:45:45 AM
lalala :)
Title: Re: new gui project "promethan"
Post by: Haim on November 14, 2013, 02:42:41 AM
Hello,
Works on my Win 8.1 Lenovo laptop.
Thanks.
Title: Re: new gui project "promethan"
Post by: Aurel on November 14, 2013, 03:04:34 AM
Quote
c) for me it would be interested if the example works on your machines, all was built under win xp and an ancient notebook.
frank...
it work but how...
it hang in memory after closing all windows...
and i tell you before that this aproach is not very good because using multiple instance
of wndproc it looks that some of window do not receive Postquit message???
Title: Re: new gui project "promethan"
Post by: Peter on November 14, 2013, 08:20:46 AM
Hi,

after closing all three windows,  test_3guis.exe  is still running in the background.
I call it memory leak.
Title: Re: new gui project "promethan"
Post by: Charles Pegge on November 14, 2013, 10:13:07 AM
This often happens when the program fails to exit the winmain message loop.
Title: Re: new gui project "promethan"
Post by: Aurel on November 14, 2013, 10:48:14 AM
Quote
This often happens when the program fails to exit the winmain message loop.
exactlly
And i say to Frank this before.
if he close one window and send quit this not mean that all others receive quit message.
In similar cases i use one main window and other create as child or that all windows share same
window procedure.
Title: Re: new gui project "promethan"
Post by: JRS on November 14, 2013, 12:32:16 PM
Linux Gtk GIMP is a good example of a multi-windowed application.