Re: [Iup-users] IUP Threading Linux

2015-05-25 Thread John Spikowski
I have an update on my progress with IUP and threading. For the most part IUP is working on Linux 64 bit in a threaded mode. The minor issue I have run into is I get some sort of Gtk initializations issue in the second thread where the window will open in maximum mode rather that the defined size

Re: [Iup-users] IUP Threading Linux

2015-05-25 Thread John Spikowski
Update: It seems if I disable the IupOpen() in the threads and don't do the IupExitLoop() for each thread in my callback handler, it seems to start correctly more consistently. My SBx Buttons demo (uses container positioning rather than fix positioning like the previous demo) seems to startup

[Iup-users] IUP Threading Linux

2015-05-24 Thread John Spikowski
List, I have IUP running in a multi-threaded environment under Script BASIC on Ubuntu 14.04 LTS 64 bit. http://www.scriptbasic.org/forum/index.php/topic,335.msg1490.html#msg1490 It works but not stable. I need to let Gtk know that my callbacks needed to be more thread friendly. I have scoured