[wxhaskell-users] wxHaskell + GHCi

2016-01-01 Thread Henk-Jan van Tuyl
L.S., For people who gave up on wxHaskell in the past, because wxHaskell didn't run (properly) in GHCi: I just found out, that wxHaskell programs run properly in GHCi on Windows, if you use the newest wxHaskell plus GHC 7.10.3 (both the 32 bit and the 64 bit version). Regards, Henk-Jan van Tuy

[wxhaskell-users] wxHaskell can now be run multiple times in GHCi

2015-11-15 Thread Henk-Jan van Tuyl
L.S., Good news for people who want to develop wxHaskell programs by experimenting in GHCi: wxHaskell programs can now be run multiple times in GHCi (GHC 7.10.2, 32 bit). Running a wxHaskell program in the 64 bit version of the interpreter results in the message: addDLL: could not load

Re: [wxhaskell-users] [wxhaskell-devel] [Haskell] ANN: wxHaskell 0.92

2015-09-05 Thread Conal Elliott
Sounds consistent. I'd expect that the compiled BouncingBalls.exe can be run twice because you get two separate processes, each opening a top-level window only once. Sadly, this limitation stops wxHaskell from being useful for exploratory programming, which is why I stopped using it several years a

Re: [wxhaskell-users] [wxhaskell-devel] [Haskell] ANN: wxHaskell 0.92

2015-09-05 Thread Henk-Jan van Tuyl
I tried running BouncingBalls.hs in the samples\wxcore directory; inside GHCi, it runs the second time only for a short while, then crashes. The Windows application log shows exception code 0xc005, which means "Access violation". The standalone BouncingBalls.exe can be run multiple tim

Re: [wxhaskell-users] [wxhaskell-devel] [Haskell] ANN: wxHaskell 0.92

2015-09-04 Thread Conal Elliott
The original bug report (perhaps 7 years ago) was at http://sourceforge.net/p/wxhaskell/bugs/84/ . Seems to be gone now. The symptom was a reliable crash whenever a second top-level window was displayed from a given process, whether in ghci or standalone compiled. Especially inconvenient with ghci,

Re: [wxhaskell-users] wxHaskell - install problems..

2014-08-27 Thread S. Doaitse Swierstra
Adding export CPLUS_INCLUDE_PATH=/usr/include/c++/4.2.1/ made things work, Thanks, Doaitse On 27 Aug 2014, at 21:51 , Henk-Jan van Tuyl wrote: > On Wed, 27 Aug 2014 20:40:20 +0200, S D Swierstra > wrote: > >> I installed the new wxWidgets on my MacBook, and then tried to install wx: > :

Re: [wxhaskell-users] wxHaskell - install problems..

2014-08-27 Thread Henk-Jan van Tuyl
On Wed, 27 Aug 2014 20:40:20 +0200, S D Swierstra wrote: > I installed the new wxWidgets on my MacBook, and then tried to install > wx: : > ... > Configuring wxc-0.91.0.0... > Configuring wxc to build against wxWidgets 3.0.1.0 > > Building wxc > /usr/bin/gcc -Isrc/include -I/usr/local/include

Re: [wxhaskell-users] wxHaskell - install problems..

2014-08-27 Thread S D Swierstra
I installed the new wxWidgets on my MacBook, and then tried to install wx: MacBook-Doaitse-2:Dazzle doaitse$ cabal install wx Resolving dependencies... Configuring wxdirect-0.91.0.0... Building wxdirect-0.91.0.0... Installed wxdirect-0.91.0.0 Configuring wxc-0.91.0.0... Building wxc-0.91.0.0... Fa

Re: [wxhaskell-users] wxHaskell - install problems..

2014-08-20 Thread Henk-Jan van Tuyl
On Wed, 20 Aug 2014 21:33:52 +0200, Gregory Guthrie wrote: > I did an upgrade to the current Haskell Platform (2014.2.0.0, = ghci > 7.8), and now wxHaskell seems to be broken. > > Environment seems to be OK: >WXC_VERSION = 0.90.0.3 It is better to install wxHaskell 0.91 >GHC_Version

[wxhaskell-users] wxHaskell - install problems..

2014-08-20 Thread Gregory Guthrie
I did an upgrade to the current Haskell Platform (2014.2.0.0, = ghci 7.8), and now wxHaskell seems to be broken. Environment seems to be OK: WXC_VERSION = 0.90.0.3 GHC_Versin = 7.8.3 WxWin = e:\plang\Libraries\wxWidgets-3.0.1 WxCfg = gcc_dll\mswu PATH set as per directions (https:/

Re: [wxhaskell-users] WxHaskell on Debian Wheezy with wxWidgets 2.9.4

2012-12-29 Thread Kaan Sahin
Mads Lindstrøm writes: > > > HiI think I fixed the problem. In wxc/src/cpp/eljpen.cpp line 159 I changed:    * _ref = NULL; > To:    _ref = NULL; > After that wxHaskell compiled just fine. I tried a test-program and that also worked just fine.Kind regards,Mads > > Hello Mads, thank you

Re: [wxhaskell-users] WxHaskell on Debian Wheezy with wxWidgets 2.9.4

2012-12-02 Thread Mads Lindstrøm
Hi I think I fixed the problem. In wxc/src/cpp/eljpen.cpp line 159 I changed: * _ref = NULL; To: _ref = NULL; After that wxHaskell compiled just fine. I tried a test-program and that also worked just fine. Kind regards, Mads Lindstrøm 2012/12/2 Mads Lindstrøm > Hi > > I am tryin

[wxhaskell-users] WxHaskell on Debian Wheezy with wxWidgets 2.9.4

2012-12-02 Thread Mads Lindstrøm
Hi I am trying to install wxHaskell 0.90.0.1 on Debian Wheezy. First, I installed wxWidgets 2.9.4: ./configure --enable-mediactrl make make install Then: cabal install wx Which results in the following failure: /usr/bin/gcc -Wl,--hash-size=31 -Wl,--reduce-memory-overheads -Isrc/include -I/us

[wxhaskell-users] Wxhaskell install woes on reddit

2012-09-28 Thread Eric Kow
Thought folks here might be interested http://www.reddit.com/r/haskell/comments/10lyaw/oh_the_fun_of_trying_to_install_wxhaskell/ -- Eric Kow -- Got visibility? Most devs has no idea what their produ

[wxhaskell-users] wxHaskell + OpenGL demos?

2012-07-03 Thread Conal Elliott
By following Henry Lockyer's directions, I was able to get wxHaskell going on Mac OS X (10.6.8). Now I want to see whether OpenGL works with it. Are there any demos of wxHaskell + OpenGL? -- Conal -- Live Security Virtual

[wxhaskell-users] wxHaskell 0.90 symbols not found

2012-06-25 Thread Henry Lockyer
Hi Having got wxWidgets 2.9.3 built and installed satisfactorily, in i86_64-only configuration on Mac OS Snow Leopard (10.6.8) with GHC 7.0.4 (64bit HP ver.) - widgets HelloWorld apps, demos and samples are building and executing OK at least - I now try to get wxHaskell working but get the fol

Re: [wxhaskell-users] WxHaskell/Mac check

2012-06-19 Thread Henry Lockyer
Hi Jeremy + ALL On 17 Jun 2012, at 11:55, Jeremy O'Donoghue wrote: > Hi Henry, > > On 14 June 2012 10:45, Henry Lockyer wrote: > . . . > Installing wxHAskell 0.9 with wxWidgets 2.9.3 in Mac OS 10.6.8. > . . .I am slightly reluctant to mess about with the original installed > version if possibl

[wxhaskell-users] WxHaskell/Mac check

2012-06-14 Thread Henry Lockyer
To hopefully avoid an unnecessary detour today: Installing wxHAskell 0.9 with wxWidgets 2.9.3 in Mac OS 10.6.8. Before I build and install the wxWidgets lib locally: I note the WxHAskell/Mac instructions (in step 3) insist the older pre-installed widgets should not be found in /usr/bin, and the

Re: [wxhaskell-users] wxHaskell 0.90 on Windows 7?

2012-04-24 Thread Jeremy O'Donoghue
Thanks Antton. I will update the wiki build instructions. Jeremy On 24 April 2012 13:08, Antton Tapani wrote: > Hey, > > I got the same error at first too. Running > set LANG=C > in cmd before compiling fixed it for me. This is probably not > common/default behavior since no one has considred i

Re: [wxhaskell-users] wxHaskell 0.90 on Windows 7?

2012-04-24 Thread Antton Tapani
Hey, I got the same error at first too. Running set LANG=C in cmd before compiling fixed it for me. This is probably not common/default behavior since no one has considred it important to mention it in the guides. Only info I was able to find on this was from a japanese blog using google translate

Re: [wxhaskell-users] wxHaskell 0.90 on Windows 7?

2012-04-24 Thread carlos gomez
Hello, I'm trying to build wxhaskell on windows 7 and HP.2011.4.0.0, but I've got this error when installing wxdirect: C:\>cabal install wxdirect Resolving dependencies... Configuring strict-0.3.2... Preprocessing library strict-0.3.2... Building strict-0.3.2... :0:5: lexical error (UTF-8 decodin

[wxhaskell-users] wxHaskell 0.90 still not working on Windows XP

2012-04-24 Thread Rene de Visser
Hello, I suspect something went wrong when building something... ghc-pkg describe wxc gives this: library-dirs: C:\other\bin C:\ghc\ghc-7.4.1\mingw\lib C:\other\wxWidgets-2.9.3\lib\gcc_dllhs-libraries:extra-libraries: uuid wxmsw29u_xrc wxmsw29u_stc wxmsw29u_richtext

[wxhaskell-users] wxHaskell 0.90 on Windows 7?

2012-04-22 Thread Eric Kow
Hi, After struggling a bit to get wxHaskell 0.90 working on a Windows VM, I thought a few links and tips could be useful http://www.haskell.org/haskellwiki/WxHaskell/Windows -- Eric Kow signature.asc Description: Message signed with OpenPGP using GPGMail ---

[wxhaskell-users] wxHaskell Problems.

2012-03-15 Thread Yoel Jacobsen
-- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure ___ wxhaskell-users mailing list wxhaskell-users@lists.sourcef

Re: [wxhaskell-users] [wxhaskell-devel] wxHaskell Problems.

2012-03-14 Thread Eric Kow
On 13 Mar 2012, at 20:51, Paul-Michael Sorhaindo wrote: > So after reading a blog post, I think it was your own talking about Debian > and wxHaskell. I decided to use the repository on darcsden. I've forked and > pulled the repository. After running "cabal install" in in the wx folder I > get

Re: [wxhaskell-users] [wxhaskell-devel] wxHaskell Problems.

2012-03-14 Thread Eric Kow
Hi Michael, On 13 Mar 2012, at 20:51, Paul-Michael Sorhaindo wrote: > I've been trying to install the latest package of wxcore which I believe is > 0.13.2.1. > > I have taken several steps to try and get it to install here is my current > situation. > > I'm running Debian's wheezy. > I have w

Re: [wxhaskell-users] [wxhaskell-devel] The future of wxC

2012-01-25 Thread Jeremy O'Donoghue
On 25 January 2012 15:19, Dave Tapley wrote: > On 16 January 2012 00:46, Eric Kow wrote: > >> >> I was going to post on your blog, but you beat me to mentioning it. So >> better hear it from me, you should totally use GitHub for wxC. Plus it >> would be a chance to work with darcs-bridge maybe.

Re: [wxhaskell-users] [wxhaskell-devel] The future of wxC

2012-01-25 Thread Dave Tapley
On 16 January 2012 00:46, Eric Kow wrote: > > I was going to post on your blog, but you beat me to mentioning it. So > better hear it from me, you should totally use GitHub for wxC. Plus it > would be a chance to work with darcs-bridge maybe. > > >1. Eric will probably kill me for saying this

Re: [wxhaskell-users] wxHaskell layout tips/tricks

2012-01-16 Thread Heinrich Apfelmus
Eric Kow wrote: > It's been a while since I've written a wxHaskell GUI from scratch, so > I got a good opportunity to (re)experience the sort of struggle from > years back :-) > > I can't claim to be an expert, but here are some (potentially > incorrect!) notes from last night's fighting with wxHa

Re: [wxhaskell-users] [wxhaskell-devel] The future of wxC

2012-01-15 Thread Eric Kow
I was going to post on your blog, but you beat me to mentioning it. So better hear it from me, you should totally use GitHub for wxC. Plus it would be a chance to work with darcs-bridge maybe. > Eric will probably kill me for saying this, but I think GitHub is probably > the right place, possib

Re: [wxhaskell-users] wxHaskell layout tips/tricks

2012-01-15 Thread Eric Kow
On 15 Jan 2012, at 14:12, Eric Kow wrote: > > http://www.haskell.org/haskellwiki/WxHaskell/Layout (the first section is work by Brett Giles (thanks for creating a page about this), the rest is stuff I've tacked on) -- Eric Kow signature.asc Description: Message signed

Re: [wxhaskell-users] [wxhaskell-devel] ANN: wxHaskell 0.13.2

2012-01-10 Thread Dave Tapley
On 9 January 2012 22:19, Jeremy O'Donoghue wrote: > On 9 January 2012 18:09, Dave Tapley wrote: > >> On 9 January 2012 17:04, Jeremy O'Donoghue wrote: >> >>> On 6 January 2012 16:02, Dave Tapley wrote: >>> 2012/1/6 shelarcy >>> >>> Needless to say, I have immediately hit the wx-config

Re: [wxhaskell-users] [wxhaskell-devel] ANN: wxHaskell 0.13.2

2012-01-09 Thread Jeremy O'Donoghue
On 9 January 2012 18:09, Dave Tapley wrote: > On 9 January 2012 17:04, Jeremy O'Donoghue wrote: > >> On 6 January 2012 16:02, Dave Tapley wrote: >> >>> 2012/1/6 shelarcy >>> >> >> Needless to say, I have immediately hit the wx-config roadblock, since I >> have compiled a release build of wxWidg

Re: [wxhaskell-users] [wxhaskell-devel] ANN: wxHaskell 0.13.2

2012-01-09 Thread Dave Tapley
On 9 January 2012 17:04, Jeremy O'Donoghue wrote: > Hi Dave, all > On 6 January 2012 16:02, Dave Tapley wrote: > >> 2012/1/6 shelarcy >> >>> 2. It seems that wxcore depends on Eric's wx-config implicitly at least >>> Windows environment. "cabal install" fail with wx-config-win binary, >>> >> >>

Re: [wxhaskell-users] [wxhaskell-devel] ANN: wxHaskell 0.13.2

2012-01-09 Thread Jeremy O'Donoghue
Hi Dave, all On 6 January 2012 16:02, Dave Tapley wrote: > 2012/1/6 shelarcy > >> 2. It seems that wxcore depends on Eric's wx-config implicitly at least >> Windows environment. "cabal install" fail with wx-config-win binary, >> > > Can you remember how this failed, or send some output from the

Re: [wxhaskell-users] [wxhaskell-devel] ANN: wxHaskell 0.13.2

2012-01-06 Thread Dave Tapley
2012/1/6 shelarcy > Hello, > > This version has two installing problem. > > 1. wxdirect's sdist dropped IOExtra module, so I can't install this > version. > I uploaded newer version for fixing this problem, and attached a patch > for fixing same problem in Dave's wxhaskell-dev branch. > Good cat

Re: [wxhaskell-users] [wxhaskell-devel] Happy New Year, wxHaskellers

2012-01-04 Thread Dave Tapley
On 2 January 2012 08:48, Jeremy O'Donoghue wrote: > Hi lists, > > A Happy New Year to all, and with it a chance to talk about some imminent > changes in wxHaskell. There is nothing new in this mail for those who > follow the wxhaskell-devel list, but for users who are interested in the > evolution

Re: [wxhaskell-users] wxHaskell: Make textCtrl logger scroll one line at a time

2011-10-21 Thread Paulo Pocinho
Hello Bernd I found a simple way to make textCtrl scroll properly. Just add the attribute "style := wxTE_MULTILINE" to the textCtrl widget. Here is an example: https://code.google.com/p/pmpocinho/source/browse/textCtrl.hs All the best! Paulo M. Pocinho On 17 October 2011 09:47, Bernd Holzmüller

Re: [wxhaskell-users] wxHaskell: Make textCtrl logger scroll one line at a time

2011-10-16 Thread Paulo Pocinho
Forgot to include the link to wxTextCtrl page. Here it is: http://wiki.wxwidgets.org/WxTextCtrl On 16 October 2011 15:04, Paulo Pocinho wrote: > Hello. I want to know how to make the textCtrl widget scroll only one > line at a time instead the default one page at a time. > > The usage is the sam

[wxhaskell-users] wxHaskell: Make textCtrl logger scroll one line at a time

2011-10-16 Thread Paulo Pocinho
Hello. I want to know how to make the textCtrl widget scroll only one line at a time instead the default one page at a time. The usage is the same as the one given by the examples. Text is appended to a textCtrl that serves as a logging window. However, once the appended line reaches the bottom o

[wxhaskell-users] wxhaskell on Lion

2011-10-12 Thread S D Swierstra
has anyone been able to run and install wxHaskell on OS X Lion. I made a kind of half-baked attempt, but somehow get stuck everywhere. I am apparently not such a great "systems guy", thus any help is appreciated. Doaitse -

Re: [wxhaskell-users] wxhaskell gui looks like windows 98

2011-09-17 Thread Paulo Pocinho
Just used a resource.rc file, pasted the contents of ws/msw/wx.rc with hardcoded paths. Then used windres to create an object and linked it to the app with GHC. Now it worked. There could be a better way to it than harcoding the paths though. On 17 September 2011 12:20, Paulo Pocinho wrote: > Hel

[wxhaskell-users] wxhaskell gui looks like windows 98

2011-09-17 Thread Paulo Pocinho
Hello everyone. Every wxhaskell gui widget I use has windows 98 appearance, on windows 7. How can I have the standard windows 7 "look and feel"? -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA http://p.sf.ne

Re: [wxhaskell-users] wxHaskell and forkIO or forkOS

2011-09-02 Thread Eric Y. Kow
On Fri, Sep 02, 2011 at 15:55:07 +0100, maciek.makow...@gmail.com wrote: > If the only restriction here is that all the GUI updates should happen > on the main OS thread, doesn't it mean that Haskell (green) threads > spawned through forkIO are fine, because they execute on the same OS > thread? Or

Re: [wxhaskell-users] wxHaskell and forkIO or forkOS

2011-09-02 Thread maciek . makowski
If the only restriction here is that all the GUI updates should happen on the main OS thread, doesn't it mean that Haskell (green) threads spawned through forkIO are fine, because they execute on the same OS thread? Or does wxHaskell introduce additional restrictions? Maciek On Fri, Sep 2, 2011 a

Re: [wxhaskell-users] wxHaskell and forkIO or forkOS

2011-09-02 Thread Eric Y. Kow
On Fri, Sep 02, 2011 at 15:03:28 +0100, maciek.makow...@gmail.com wrote: > There is indeed a claim in wxHaskell FAQ that it is incompatible with > Haskell threads. I have, however, used threads spawned with forkIO to > update wxHaskell GUI in toy apps, without any ill effects. Examples: > > http:/

Re: [wxhaskell-users] wxHaskell and forkIO or forkOS

2011-09-02 Thread maciek . makowski
There is indeed a claim in wxHaskell FAQ that it is incompatible with Haskell threads. I have, however, used threads spawned with forkIO to update wxHaskell GUI in toy apps, without any ill effects. Examples: http://mmakowski.com/wiki/tech:haskell_mvc https://github.com/mmakowski/habaz I'd be int

[wxhaskell-users] wxHaskell and forkIO or forkOS

2011-09-02 Thread D.V.
Bonjour List ! I am writing a program that is supposed to listen to a tcp port, and when a client connects, update a UI done with wxHaskell. Since wxHaskell is not compatible with multiple threads, I am not sure how to do this. an idea I have is to - forkOS a thread which will do the network pa

Re: [wxhaskell-users] [wxhaskell-devel] Haskell Platform roadmap?

2011-08-07 Thread maciek . makowski
I set up a BuildBot instance for wxHaskell darcs tip: http://build.bimbr.com/wxhaskell/waterfall. At the moment it is configured to run nightly, at 1 AM CET (numerous builds at other times are a result of me testing the setup). The only slave I configured so far is Windows with wxWidgets 2.8, but i

Re: [wxhaskell-users] wxHaskell on Windows (or wxPack rocks!)

2011-07-19 Thread Eric Y. Kow
On Mon, Jul 18, 2011 at 11:30:39 +0100, Andrew Butterfield wrote: > How does it work with GHCi ? I'm having that complaint about stdc++ which I believe has been discussed in another thread on this list. > (Which version of Haskell were you building against ?) Argh, I thought I made a point of li

Re: [wxhaskell-users] wxHaskell on Windows (or wxPack rocks!)

2011-07-19 Thread Eric Y. Kow
On Sun, Jul 17, 2011 at 06:28:39 -0400, carlos gomez wrote: > > This makes me think that maybe my self-built wxWidgets might have worked > > (although I think I *was* working from the MSYS shell then) if I had > > done the same. After all, the wxPack version was built with the same. > So, does th

Re: [wxhaskell-users] wxHaskell on Windows (or wxPack rocks!)

2011-07-18 Thread Andrew Butterfield
How does it work with GHCi ? (Which version of Haskell were you building against ?) On 17 Jul 2011, at 11:28, carlos gomez wrote: > So, does that work? > > > On 17 July 2011 06:16, Eric Y. Kow wrote: > On Sun, Jul 17, 2011 at 10:57:55 +0100, Eric Y. Kow wrote: > > On Sun, Jul 17, 2011 at 10:

Re: [wxhaskell-users] wxHaskell on Windows (or wxPack rocks!)

2011-07-17 Thread carlos gomez
So, does that work? On 17 July 2011 06:16, Eric Y. Kow wrote: > On Sun, Jul 17, 2011 at 10:57:55 +0100, Eric Y. Kow wrote: > > On Sun, Jul 17, 2011 at 10:18:53 +0100, Eric Y. Kow wrote: > > > 3. wxHaskell builds fine, but when running any GUI app: > > >The procedure entry point __gxx_person

Re: [wxhaskell-users] wxHaskell on Windows (or wxPack rocks!)

2011-07-17 Thread Eric Y. Kow
On Sun, Jul 17, 2011 at 10:57:55 +0100, Eric Y. Kow wrote: > On Sun, Jul 17, 2011 at 10:18:53 +0100, Eric Y. Kow wrote: > > 3. wxHaskell builds fine, but when running any GUI app: > >The procedure entry point __gxx_personality_v0 could not be > >located in the dynamic link library libstdc++

Re: [wxhaskell-users] wxHaskell on Windows (or wxPack rocks!)

2011-07-17 Thread Eric Y. Kow
On Sun, Jul 17, 2011 at 10:18:53 +0100, Eric Y. Kow wrote: > 3. wxHaskell builds fine, but when running any GUI app: >The procedure entry point __gxx_personality_v0 could not be >located in the dynamic link library libstdc++-6.dll Oh, that's odd. I just noticed that I can run my program f

[wxhaskell-users] wxHaskell on Windows (or wxPack rocks!)

2011-07-17 Thread Eric Y. Kow
Hi everybody, I've had some difficulty installing wxHaskell on Windows 7, but I eventually got there, so I thought I should report (and edit the wiki). In a nutshell: the secret is to use wxPack (precompiled wxWidgets including MinGW Unicode version) [1] and avoid trying to build wxWidgets yourse

[wxhaskell-users] wxHaskell for Haskell Platform 2011.2.0.1

2011-06-15 Thread Eric Kow
Hi all, With green light from maintainer Jeremy O'Donoghue, I've uploaded a trivial update to wxHaskell, relaxing the dependencies so that it builds with the latest Haskell Platform and does not try to install other versions of packages. What is wxHaskell?

Re: [wxhaskell-users] [wxhaskell-devel] Haskell Platform roadmap?

2011-06-15 Thread Eric Kow
On Tue, Jun 14, 2011 at 23:36:37 +0100, Jeremy O'Donoghue wrote: >- Target leads for Linux, Mac and Windows. Responsible for building tip >code for their platforms and providing fixes when it breaks. In the case of >Mac and Linux, extra points if you can make things work using the platf

Re: [wxhaskell-users] [wxhaskell-devel] wxHaskell repo restored to code.haskell.org

2011-06-03 Thread Jeremy O'Donoghue
On 3 June 2011 12:44, wrote: > On Fri, Jun 03, 2011 at 12:14:58 +0100, Jeremy O'Donoghue wrote: > >- Bugfix for assert error in SearchDynamicEventTable which was found > in > >debug builds. I believe that this is a proper fix for an issue Eric > noted a > >couple of months back. > > I

Re: [wxhaskell-users] [wxhaskell-devel] wxHaskell repo restored to code.haskell.org

2011-06-03 Thread E . Y . Kow
On Fri, Jun 03, 2011 at 12:14:58 +0100, Jeremy O'Donoghue wrote: >- Bugfix for assert error in SearchDynamicEventTable which was found in >debug builds. I believe that this is a proper fix for an issue Eric noted a >couple of months back. It's not just debug builds (of what?), but basi

Re: [wxhaskell-users] wxHaskell repo restored to code.haskell.org

2011-06-03 Thread Guy
On 03/06/2011 14:14, Jeremy O'Donoghue wrote: > The main issue is that wxWidgets 2.9 is impossible to build on my Windows > machine in Monolithic mode (runs out of > memory). This is reported as a GHC memory leak http://hackage.haskell.org/trac/ghc/ticket/4800 --

[wxhaskell-users] wxHaskell repo restored to code.haskell.org

2011-06-03 Thread Jeremy O'Donoghue
Hi all, I'm pleased to announce that as of last night UK time, and with the help of a Google Talk mini-hackathon from Eric (thanks Eric :-), wxHaskell has been restored to code.haskell.org. Compared to the released version on cabal, this contains the following changes: - Change to hasked darc

Re: [wxhaskell-users] wxhaskell installer for 6.12?

2010-09-09 Thread Jeremy O'Donoghue
On Wed, 08 Sep 2010 11:31 +0200, "S. Doaitse Swierstra" wrote: > On the page; http://www.haskell.org/haskellwiki/WxHaskell/Download > > there are binary versions for wxHaskell for the ghc 6.10. > > Are there versions available for 6.12 a distributed by the Haskell > platform, and if so could so

[wxhaskell-users] wxhaskell installer for 6.12?

2010-09-08 Thread S. Doaitse Swierstra
On the page; http://www.haskell.org/haskellwiki/WxHaskell/Download there are binary versions for wxHaskell for the ghc 6.10. Are there versions available for 6.12 a distributed by the Haskell platform, and if so could someone upload them? I am a Windows nitwit, but should like to use wxhaskell

Re: [wxhaskell-users] wxhaskell unable to start in GHCi

2010-02-25 Thread Jeremy O'Donoghue
Hi Robert, This is really a GHC bug (see http://sourceforge.net/mailarchive/forum.php?thread_name=20100127213837.GA234%40dewdrop.local&forum_name=wxhaskell-devel for details), but it is something we will have to fix in wxHaskell since I think the prospect of a fix in GHC is a long way off (it requ

[wxhaskell-users] wxhaskell unable to start in GHCi

2010-02-24 Thread Robert Rothenberg
I installed wxHaskell using cabal. Running ghci -package wx BouncingBalls.hs gives me: GHCi, version 6.10.4: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer ... linking ... done. Loading package base ... linking ... done. Loading packa

Re: [wxhaskell-users] wxHaskell and 1 usable level up?

2010-02-06 Thread Conal Elliott
My wxhaskell GUI libs (Phooey & GuiTV) as well as Eros are on hold until wxhaskell gets fixed to not kill its parent process (e.g. ghci) on GUI restart. I don't know what's going on with that problem. This problem is a long-standing one. I'm wondering what alternatives there might be to wxhaskell

Re: [wxhaskell-users] wxHaskell and 1 usable level up?

2010-02-06 Thread Henk-Jan van Tuyl
Hallo Günther, I haven't tried GuiTV; it depends on Phooey, which needs some updates to be compilable. Phooey depends on the old package reactive-0.5 (I had to change the Phooey.cabal file for that), but that version of reactive doesn't compile with GHC 6.10 Met vriendelijke groet, Henk-Ja

Re: [wxhaskell-users] wxHaskell and 1 usable level up?

2010-02-05 Thread Günther Schmidt
Hallo Henk-Jan, bedankt. Is die ook al gebruikbar? Groetjes Günther Am 01.02.10 17:59, schrieb Henk-Jan van Tuyl: > On Sun, 31 Jan 2010 23:37:33 +0100, Günther > Schmidt > wrote: > >> Hi all, >> >> I just played around with FunctionalForms until I hit a nit, as did the >> author apparently, whi

Re: [wxhaskell-users] wxHaskell and 1 usable level up?

2010-02-01 Thread Henk-Jan van Tuyl
On Sun, 31 Jan 2010 23:37:33 +0100, Günther Schmidt wrote: > Hi all, > > I just played around with FunctionalForms until I hit a nit, as did the > author apparently, which he fixed with a hack and entirely fails to > mention. > > Quite disappointing I must admit as it was one of the nicest libs

[wxhaskell-users] wxHaskell and 1 usable level up?

2010-01-31 Thread Günther Schmidt
Hi all, I just played around with FunctionalForms until I hit a nit, as did the author apparently, which he fixed with a hack and entirely fails to mention. Quite disappointing I must admit as it was one of the nicest libs for wxHaskell I've seen so-far. Up to the nit of course. Is there an al

Re: [wxhaskell-users] [wxhaskell-devel] problems with cabal-installed wxHaskell and ghci (WinXP)

2010-01-27 Thread Eric Y. Kow
On Wed, Jan 27, 2010 at 20:58:13 +, Jeremy O'Donoghue wrote: > > Now something strange happens when I test via ghci or runghc: > > > > could not find stdc++ dll > > The root cause of the problem is related to the MinGW gcc installation > which is part of GHC, and which does C/C++ compilat

Re: [wxhaskell-users] wxHaskell - using XRC files - SOLVED

2010-01-27 Thread Günther Schmidt
Hi all, thanks to Gour I found the examples and the accompanying .hs files. From there I could see how to do it. I acknowledge there will be issues using XRC files, but for now it's a rather big relief to coding everything by hand, I just couldn't get it right, pain in the ... Thanks to all

Re: [wxhaskell-users] wxHaskell - using XRC files

2010-01-27 Thread Gour
On Wed, 27 Jan 2010 15:17:21 + >> "Jeremy" == wrote: Jeremy> - I also have not succeeded in getting XRC to work with Jeremy> wxHaskell custom controls (and I've tried fairly hard). This is Jeremy> currently a show-stopper for me. I very much doubt that this Jeremy> will ever work without

Re: [wxhaskell-users] wxhaskell vs. gtk2hs

2010-01-23 Thread Gour
On Sat, 23 Jan 2010 10:47:33 -0800 >> "Conal" == Conal Elliott wrote: Conal> I'm adopting this term "denotative" from Peter Landin's seminal Conal> paper "The Next 700 Programming Languages". See Conal> http://conal.net/blog/posts/is-haskell-a-purely-functional-language/#comment-35882. Conal

Re: [wxhaskell-users] wxhaskell vs. gtk2hs

2010-01-23 Thread Conal Elliott
2010/1/22 Günther Schmidt > Hi Conal, > > I recently switched my app from Haskell to Smalltalk because I was > unable to code interdependent widgets with wxHaskell, ie. a bunch of > dropdowns where changing the value of one needs to change the set of > elements available in others. > > Well I was

Re: [wxhaskell-users] wxhaskell vs. gtk2hs

2010-01-23 Thread Conal Elliott
On Fri, Jan 22, 2010 at 11:23 PM, Gour wrote: > On Fri, 22 Jan 2010 17:15:00 -0800 > >> "Conal" == "Conal Elliott" wrote: > > Hello Conal, > > Conal> I've worked with both wxhaskell and gtk2hs. I prefer wxhaskell > Conal> for elegant design. And I like that it gives me a native Mac OS > Con

Re: [wxhaskell-users] wxhaskell vs. gtk2hs

2010-01-22 Thread Gour
On Fri, 22 Jan 2010 17:15:00 -0800 >> "Conal" == "Conal Elliott" wrote: Hello Conal, Conal> I've worked with both wxhaskell and gtk2hs. I prefer wxhaskell Conal> for elegant design. And I like that it gives me a native Mac OS Conal> X look. There is a partially working native Gtk for Mac,

Re: [wxhaskell-users] wxhaskell vs. gtk2hs

2010-01-22 Thread Günther Schmidt
Hi Conal, I recently switched my app from Haskell to Smalltalk because I was unable to code interdependent widgets with wxHaskell, ie. a bunch of dropdowns where changing the value of one needs to change the set of elements available in others. Well I was unable to code this in Haskell without

Re: [wxhaskell-users] wxhaskell vs. gtk2hs

2010-01-22 Thread Conal Elliott
Hi Gour, I've worked with both wxhaskell and gtk2hs. I prefer wxhaskell for elegant design. And I like that it gives me a native Mac OS X look. There is a partially working native Gtk for Mac, but I don't think it works with 3D, which was a requirement for me. The X11 mode is painful & ugly, a

Re: [wxhaskell-users] wxHaskell documentation

2010-01-22 Thread Gour
On Thu, 21 Jan 2010 11:59:01 + >> "Jeremy" == "Jeremy O'Donoghue" wrote: Jeremy> Documentation and its layout are not always as clear as they Jeremy> could be for wxHaskell. Despite the fact that it is not the Jeremy> most 'interesting' or 'fun' thing for me to work on, I plan to Jeremy> d

Re: [wxhaskell-users] wxhaskell vs. gtk2hs

2010-01-21 Thread Gour
On Thu, 21 Jan 2010 12:32:16 + >> "Jeremy" == "Jeremy O'Donoghue" wrote: Jeremy> I have just updated the wiki text here. Thanks for the Jeremy> information. Thanks a lot. Now it's much more encouraging for someone considering to use wxhaskell. Jeremy> I need to look into this a bit furth

Re: [wxhaskell-users] wxhaskell vs. gtk2hs

2010-01-21 Thread Jeremy O'Donoghue
Hi Gour, On 20 January 2010 19:30, Gour wrote: > On Wed, 20 Jan 2010 18:35:08 + > >> "Jeremy" == < > jeremy.odonoghue-re5jqeeqqe8avxtiumw...@public.gmane.org> wrote: > Please, for the sake of wxhaskell, remove/explain/resolve this issue. > > I have just updated the wiki text here. Thanks

Re: [wxhaskell-users] wxHaskell documentation

2010-01-21 Thread Jeremy O'Donoghue
Hi David, No-one else has answered, so I will do my best for you... On Thu, 14 Jan 2010 13:15 +1300, "David Streader" wrote: > So *Question one*: What is the best source of documentation? > An example - I have successfully used grids to generate layout for a > frame/ dialog. But I need t

Re: [wxhaskell-users] wxhaskell vs. gtk2hs

2010-01-20 Thread Gour
On Wed, 20 Jan 2010 18:35:08 + >> "Jeremy" == >> wrote: Hiya Jeremy, Jeremy> > I'm not sure where you found this quote. A (small) team of Jeremy> > developers took on maintenance of wxHaskell over three years Jeremy> ago, and we have been keeping it up to date ever since. Well, wik

Re: [wxhaskell-users] wxhaskell vs. gtk2hs

2010-01-20 Thread Jeremy O'Donoghue
Hi Gour, 2010/1/19 Gour > Now, based on what I know so far wxhaskell may be better supported on > Mac since GTK+ port is not finished. otoh, I'm a bit concerned about > "Since the core interface is generated automatically from the wxEiffel > binding..." and visiting the project show the status n

[wxhaskell-users] wxhaskell vs. gtk2hs

2010-01-20 Thread Gour
Hiya! Haskell noob considering to write desktop gui app by developing on Linux... Moreover, I'd like the application to be multi-platform and to be nicely supported on Mac OS X and finally (the least priority) on Windows. For long time I was considering gtk2hs (yeah, I'm 'learning' Haskell too l

[wxhaskell-users] wxhaskell vs. gtk2hs

2010-01-20 Thread Gour
Hiya! Haskell noob considering to write desktop gui app by developing on Linux... Moreover, I'd like the application to be multi-platform and to be nicely supported on Mac OS X and finally (the least priority) on Windows. For long time I was considering gtk2hs (yeah, I'm 'learning' Haskell too l

Re: [wxhaskell-users] wxHaskell documentation

2010-01-14 Thread Henk-Jan van Tuyl
On Thu, 14 Jan 2010 01:15:31 +0100, David Streader wrote: > So far I love wxHaskell when I stay safely within by simple > understanding. > But as soon as I step out side of my limited knowledge I am totally > lost. > So *Question one*: What is the best source of documentation? > An

[wxhaskell-users] wxHaskell documentation

2010-01-14 Thread David Streader
So far I love wxHaskell when I stay safely within by simple understanding. But as soon as I step out side of my limited knowledge I am totally lost. So *Question one*: What is the best source of documentation? An example - I have successfully used grids to generate layout for a frame/ dia

Re: [wxhaskell-users] wxhaskell-users Digest, Vol 41, Issue 2

2010-01-12 Thread Fernando Benavides
Mark: That's maybe because in your BlobboControls.hs your are using import BlobboControls where ... instead of module BlobboControls where ... Hope this helps :) On Jan 12, 2010, at 7:18 AM, wxhaskell-users-requ...@lists.sourceforge.net wrote: Fro

Re: [wxhaskell-users] wxHaskell

2010-01-11 Thread Mark Norrish
Hello all, Thanks a bunch for the help. It's working now. Cheers, Mark Norrish > Hello, --- | > I'm trying to learn how to use wxHaskell and I want to try drawing some > simple objects. However, functions like circle require a (DC a) arg

Re: [wxhaskell-users] wxHaskell

2010-01-11 Thread Pedro Martins
Hello, You have access to a DC when within a handler where you're supposed to draw. For instance, for the event paint: *paint* :: Paint w => Event w (DC () -> Rect -> IO ()) The handler that you're supposed t

Re: [wxhaskell-users] wxHaskell

2010-01-10 Thread Bernd Holzmüller
Hi Mark, a DC instance is provided by the paint event. Thus you can write something like the following: let drawScene dc _ = do ... drawingPanel <- panel p [on paint := drawScene] Best Regards, Bernd Hello, I'm trying to learn how to use wxHaskell and I want to try drawing some si

[wxhaskell-users] wxHaskell

2010-01-09 Thread Mark Norrish
Hello, I'm trying to learn how to use wxHaskell and I want to try drawing some simple objects. However, functions like circle require a (DC a) argument, and I don't know how to make a DC so I can't get anything to work. Does anyone have, say, a list of examples of how to make a (DC a)? Thanks, M

Re: [wxhaskell-users] wxHaskell and threads: FAQ is still best advice?

2009-10-14 Thread Eric Kow
On Tue, Oct 13, 2009 at 15:44:26 +0100, Andy Gimblett wrote: > > Note also that the Process sample has not changed since the last > > commit > > from Daan. Maybe you could try compiling it? > > I did; it compiles, and works nicely, yes. But I don't want to launch > external processes, which

Re: [wxhaskell-users] wxHaskell and threads: FAQ is still best advice?

2009-10-14 Thread Andy Gimblett
On 13 Oct 2009, at 12:59, Eric Kow wrote: > On Mon, Oct 12, 2009 at 13:26:34 +0100, Andy Gimblett wrote: >> I just wanted to ask whether the FAQ entry on multiple threads at >> >> http://haskell.org/haskellwiki/WxHaskell/FAQ >> >> is still the best advice? It mentions GHC 6.0, but I wondered if

Re: [wxhaskell-users] wxHaskell and threads: FAQ is still best advice?

2009-10-13 Thread Eric Kow
On Tue, Oct 13, 2009 at 12:59:00 +0100, Eric Kow wrote: > But it looks like you could get some insights from > > http://docs.wxwidgets.org/stable/wx_wxthreadoverview.html#wxthreadoverview > > Note also that the Process sample has not changed since the last commit > from Daan. Maybe you could t

Re: [wxhaskell-users] wxHaskell and threads: FAQ is still best advice?

2009-10-13 Thread Eric Kow
So, I don't know much about this kind of stuff On Mon, Oct 12, 2009 at 13:26:34 +0100, Andy Gimblett wrote: > I just wanted to ask whether the FAQ entry on multiple threads at > > http://haskell.org/haskellwiki/WxHaskell/FAQ > > is still the best advice? It mentions GHC 6.0, but I wondered if

[wxhaskell-users] wxHaskell and threads: FAQ is still best advice?

2009-10-12 Thread Andy Gimblett
Hi all, I just wanted to ask whether the FAQ entry on multiple threads at http://haskell.org/haskellwiki/WxHaskell/FAQ is still the best advice? It mentions GHC 6.0, but I wondered if things had changed since then. Thanks! -Andy -

  1   2   >