Re: [wxhaskell-devel] wxString handling broken when using wx 2.9

2011-09-21 Thread eric.kow
On Tue, Sep 20, 2011 at 20:57:37 +0100, Dave Tapley wrote: Am I correct in recalling that you did some of the work to get wxHaskell supporting unicode? That's right. Mostly swapping char with w_char Now the good news is that this is almost certainly related to the changes to unicode

Re: [wxhaskell-devel] wxString handling broken when using wx 2.9

2011-09-21 Thread David Virebayre
I have a probably stupid question, but I'll fire it anyways: Would it make sense to have future versions of wxHaskell support Text instead of String ? David. 2011/9/21 eric.kow eric@gmail.com: On Tue, Sep 20, 2011 at 20:57:37 +0100, Dave Tapley wrote: Am I correct in recalling that you

Re: [wxhaskell-devel] wxString handling broken when using wx 2.9

2011-09-21 Thread David Virebayre
2011/9/21 Eric Y. Kow eric@gmail.com: On Wed, Sep 21, 2011 at 16:36:55 +0200, David Virebayre wrote: I have a probably stupid question, but I'll fire it anyways: Hmm, worth a thought. Would it make sense to have future versions of wxHaskell support Text instead of String ? Do GUIs

[wxhaskell-devel] Strings reduced to 1 letter on windows, on a program that otherwise works well on linux

2011-09-21 Thread David Virebayre
Bonjour, I'm posting this hoping that someone has seen the same problem; if nobody has, I'll make an example program, post the source and give screenshots. I have a program that works fine on linux. I followed the instructions to install wxhaskell on windows, all went fine. it's with wxWidgets

Re: [wxhaskell-devel] I need help setting up

2011-09-21 Thread Jeremy O'Donoghue
I wanted to add one thing to this very useful thread, if only to have a record of it somewhere: On 17 September 2011 18:33, Dave Tapley duked...@gmail.com wrote: For the curious: Wondering how the library can still compile with some includes missing? (I believe, perhaps someone can

Re: [wxhaskell-devel] Modified example ImageViewer.hs

2011-09-21 Thread Eric Y. Kow
On Fri, Sep 16, 2011 at 22:52:51 +0200, D.V. wrote: So here's a quickly modified ImageViewer.hs. It's not a big change ! I'd like someone to review the changes before I send a patch, please. Didn't look too carefully, but seems to make sense. Sounds like it'd be a good way to help for folks

Re: [wxhaskell-devel] Strings reduced to 1 letter on windows, on a program that otherwise works well on linux

2011-09-21 Thread Jeremy O'Donoghue
Hi David, On 21 September 2011 16:49, David Virebayre dav.vire+hask...@gmail.comwrote: Bonjour, I'm posting this hoping that someone has seen the same problem; if nobody has, I'll make an example program, post the source and give screenshots. I have a program that works fine on linux. I

Re: [wxhaskell-devel] Compile time for wxcore

2011-09-21 Thread Jeremy O'Donoghue
Hi Dave, On 20 September 2011 17:58, Dave Tapley duked...@gmail.com wrote: On 16 September 2011 23:30, Dave Tapley duked...@gmail.com wrote: I presume everyone has a very long compile time when building wxcore? Specifically rebuilding everything under src/cpp/ every time.. Has anyone ever

Re: [wxhaskell-devel] Modified example ImageViewer.hs

2011-09-21 Thread David Virebayre
2011/9/21 Eric Y. Kow eric@gmail.com: I'd split the cleanup patches (like adding a type signature to existing stuff) from the new feature patches, but you can send them all in one bundle Ok so this is where I don't know how to do it. When I modified Imageviewer.hs, I recorded separately

Re: [wxhaskell-devel] I need help setting up

2011-09-21 Thread Eric Y. Kow
On Wed, Sep 21, 2011 at 17:30:13 +0200, David Virebayre wrote: the darcs get was suspiciouly fast. Files from modern (hashed) darcs repositories are cached, which may be why you are seeing this. -- Eric Kow http://erickow.com pgpFKegHy4DvY.pgp Description: PGP signature

Re: [wxhaskell-devel] Modified example ImageViewer.hs

2011-09-21 Thread Eric Kow
On Wed, Sep 21, 2011 at 20:20:27 +0200, David Virebayre wrote: 2011/9/21 Eric Y. Kow eric@gmail.com: I'd split the cleanup patches (like adding a type signature to existing stuff) from the new feature patches, but you can send them all in one bundle Ok so this is where I don't know

Re: [wxhaskell-devel] Compile time for wxcore

2011-09-21 Thread Dave Tapley
On 21 September 2011 17:33, Jeremy O'Donoghue jeremy.odonog...@gmail.com wrote: Hi Dave, On 20 September 2011 17:58, Dave Tapley duked...@gmail.com wrote: On 16 September 2011 23:30, Dave Tapley duked...@gmail.com wrote: I presume everyone has a very long compile time when building wxcore?