Re: [Iup-users] IUP Threading

2017-02-20 Thread John Spikowski
Hi Pete, I'm not having much luck on Linux with multiple IUP threads. Under Windows it seems to be working fine with the testing I have done so far. Script BASIC uses the MT extension module to share static variables (lockable R/W) among threads. I can set a variable in one thread and check its st

Re: [Iup-users] IUP Threading

2017-02-20 Thread Pete Lomax
What you have shown is two threads having entirely independent GUIs with no overlap, either in terms of responsibility, or time - it would be extremely difficult for a user to click on two elements sufficiently quickly for any un-thread-safe code in the back end to execute simultaneously. If yo