Re: [fpc-pascal] fpGUI Thread-safe

2014-10-15 Thread Brian
Sorry , I meant fpGUI created applications , not the toolkit. Thanks Brian -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/fpGUI-Thread-safe-tp5720361p5720365.html Sent from the Free Pascal - General mailing list archive at Nabble.com.

Re: [fpc-pascal] fpGUI Thread-safe

2014-10-15 Thread Graeme Geldenhuys
Brian wrote: >Is fpGUI running under X11 thread-safe? > No the toolkit itself is not thread-safe, just like pretty much all GUI toolkits I know. Saying that, you can obviously develop multi-threaded applications with fpGUI or any other toolkit. -- Regards, - Graeme - __

Re: [fpc-pascal] fpGUI Thread-safe

2014-10-15 Thread Graeme Geldenhuys
On 2014-10-15 15:59, Brian wrote: > Is fpGUI running under X11 thread-safe? The toolkit itself is not thread-safe per-se (like all GUI toolkits I know), but you can obviously still develop multi-threaded and thread-safe applications. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GU

Re: [fpc-pascal] fpGUI Thread-safe

2014-10-15 Thread fredvs
i use lot of (complicated) threads with fpGUI => works perfect and no problems... I even have done hard-core test. The only thing that i noticed is when using synchronize() with fpc < 2.7.1 => i have better synchronization with fpGUI-build-in postmessage(). If queue() (fpc >= 2.7.1) is used => a

[fpc-pascal] fpGUI Thread-safe

2014-10-15 Thread Brian
Is fpGUI running under X11 thread-safe? Thanks Brian -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/fpGUI-Thread-safe-tp5720361.html Sent from the Free Pascal - General mailing list archive at Nabble.com. ___ fpc-pa

Re: [fpc-pascal] FPC 2.8.0 or 3.0.0 schedulling?

2014-10-15 Thread leledumbo
> Any news on estimated dates for releasing FPC 2.8.0 or 3.0.0? If you don't see it mentioned in the mailing list/forum/wiki, then it's simply not there yet. Just use trunk if you can't wait. -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/FPC-2-8-0-or-3-0-0-s

Re: [fpc-pascal] FPC 2.8.0 or 3.0.0 schedulling?

2014-10-15 Thread Graeme Geldenhuys
Hi, On 15/10/2014 06:13, Roberto Carlos wrote: > Any news on estimated dates for releasing FPC 2.8.0 or 3.0.0? If you want the latest and greatest FPC now, simply checkout the Trunk branch. This is how it has always worked (and applies to any open source project). Usual disclaimers apply. ;-) R