[wxhaskell-users] Timer results in lockup

2014-08-20 Thread Michael Jones
I have an application using a timer with a 200ms interval. When I change the interval to 100ms, the application locks up. I assumed the problem was a callback was made before the previous callback was complete. So I added an MVar to protect against executing IO in parallel. With 200ms, the

[wxhaskell-users] Timer results in lockup

2014-08-20 Thread Michael Jones
I have an application using a timer with a 200ms interval. When I change the interval to 100ms, the application locks up. I assumed the problem was a callback was made before the previous callback was complete. So I added an MVar to protect against executing IO in parallel. With 200ms, the

Re: [wxhaskell-users] Windows 7 GetCommandLine call interference

2015-03-28 Thread Michael Jones
had a compile failure for a ‘long long’ So perhaps there something that has changed in wxHaskell that causes a generic problem. On Mar 28, 2015, at 7:40 PM, Michael Jones m...@proclivis.com wrote: There is a response from wxWidgets trac #16935: http://trac.wxwidgets.org/ticket/16935

Re: [wxhaskell-users] Windows 7 GetCommandLine call interference

2015-03-28 Thread Michael Jones
There is a response from wxWidgets trac #16935: http://trac.wxwidgets.org/ticket/16935#comment:1 On Mar 28, 2015, at 5:12 PM, Henk-Jan van Tuyl hjgt...@chello.nl wrote: On Wed, 25 Mar 2015 22:57:12 +0100, Michael Jones m...@proclivis.com wrote: On Win 7... The latest code on github

Re: [wxhaskell-users] TableBase

2015-03-30 Thread Michael Jones
guess I need to find some documentation on wxHaskell’s methods of interfacing with C. etc. Mike On Mar 30, 2015, at 4:44 AM, Henk-Jan van Tuyl hjgt...@chello.nl wrote: On Mon, 30 Mar 2015 06:23:40 +0200, Michael Jones m...@proclivis.com wrote: Is it possible to create a GridTableBase

Re: [wxhaskell-users] TableBase

2015-03-30 Thread Michael Jones
/WxCore? Mike On Mar 30, 2015, at 4:44 AM, Henk-Jan van Tuyl hjgt...@chello.nl wrote: On Mon, 30 Mar 2015 06:23:40 +0200, Michael Jones m...@proclivis.com wrote: Is it possible to create a GridTableBase to manage the data rather than use the default created by a Grid? If so, any

Re: [wxhaskell-users] TableBase

2015-03-30 Thread Michael Jones
, Henk-Jan van Tuyl hjgt...@chello.nl wrote: On Mon, 30 Mar 2015 06:23:40 +0200, Michael Jones m...@proclivis.com wrote: Is it possible to create a GridTableBase to manage the data rather than use the default created by a Grid? If so, any example code around? I downloaded all reverse

Re: [wxhaskell-users] installation problem on Win 8.1, WXCFG

2015-03-28 Thread Michael Jones
Andrew, I just compiled on Win 7 64 bit. I’m not experienced with compiling wxWidgets, but this is what I did: Installed TDM GCC 64 bit. Change path to put it before the Haskell gcc Downloaded wxWidgets 3.0.2 tarball. Not the git head. It had some problems compiling. export