Re: [wxhaskell-users] size of text in pixel

2011-09-03 Thread Eric Y. Kow
Salut Rémi, I don't know for sure, but I think I have some documentation which you may find helpful On Sat, Sep 03, 2011 at 13:56:59 +0300, Rémi Vion wrote: - what is the attribute who tells widgets like buttons, or static text fields to take the shape of the text they contain? I believe this

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:

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] How to resize a bitmap ?

2011-09-01 Thread Eric Y. Kow
Hi, On Thu, Sep 01, 2011 at 13:14:48 +0200, D.V. wrote: If there a way to draw a bitmap so it fits a specific size (rescaling it if needed ?) I didn't find a way in the docs, but the documentation for drawBitmap is thin, wxWidget help didn't help much. I think you'll want to use the

Re: [wxhaskell-users] preview: wx-config in Haskell

2011-07-21 Thread Eric Y. Kow
- making wx cabal Setups dependent on this library instead of the command line wx-config sounds like a very good idea - one of the reasons it currently fails to work with official wxHaskell darcs tip might be its usage of --version flag in wxcore/Setup.hs, which I mentioned in a post to

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 that

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

[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

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

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++-6.dll

Re: [wxhaskell-users] wxDisplay wrapping

2011-03-09 Thread Eric Y. Kow
On Wed, Mar 09, 2011 at 02:00:19 +, Brian Victor wrote: 1) What's the current source repo? The wiki points to http://code.haskell.org/wxhaskell/ which is 404. That's still the right place, but it's not been restored since the recent attack on community.haskell.org. Jeremy, have you had a

Re: [wxhaskell-users] Problem installing wxhaskell on Ubuntu

2010-10-17 Thread Eric Y. Kow
On Sun, Oct 17, 2010 at 14:59:20 -0600, Jesse Hester wrote: cabal: Error: some packages failed to install: wx-0.12.1.6 depends on wxcore-0.12.1.6 which failed to install. wxcore-0.12.1.6 failed during the building phase. The exception was: ExitFailure 1 Hmm, what a helpful exception! Could I

Re: [wxhaskell-users] Problem installing wxhaskell on Ubuntu

2010-10-17 Thread Eric Y. Kow
On Sun, Oct 17, 2010 at 15:06:01 -0600, Jesse Hester wrote: Configuring wxcore-0.12.1.6... Warning: This package indirectly depends on multiple versions of the same package. This is highly likely to cause a compile failure. package containers-0.3.0.0 requires array-0.3.0.0 ... package

Re: [wxhaskell-users] build error on hackage

2010-03-26 Thread Eric Y. Kow
On Fri, Mar 26, 2010 at 15:34:16 -0700, Conal Elliott wrote: wx and wxcore are failing to build on hackage. wx fails due to wxcore; and i don't know what the failure is for wx. Here's the log: http://hackage.haskell.org/packages/archive/wxcore/0.12.1.3/logs/failure/ghc-6.12. Perhaps the

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

2010-02-06 Thread Eric Y. Kow
On Thu, Jan 28, 2010 at 03:15:28 +0100, Günther Schmidt wrote: this seems to be a known bug, it's documented in the ghc bug list, has been for a while ... Do you mean this ticket? http://hackage.haskell.org/trac/ghc/ticket/3798 It seems like the ticket is mainly about the panic: $ ghc

Re: [wxhaskell-users] Problem with binary distribution for OSX

2009-11-12 Thread Eric Y. Kow
Hi Daniel, On Wed, Nov 11, 2009 at 11:17:23 -0300, Daniel Gorín wrote: I had problems using the binary distribution of wxhaskell for OSX. I get an error message indicating that the post-install step failed because /opt/local/bin/ghc-pkg was not found. Since I'm not using the macports

Re: [wxhaskell-users] Haskell-Cafe Digest, Vol 74, Issue 53

2009-10-29 Thread Eric Y. Kow
Hi Iain, I'm taking the liberty of cc'ing wxhaskell-users. Iain said: I was trying to go through some of the wxHaskell examples, and they wouldn't work on my (Tiger) mac. Same thing happened with a few other wx apps I downloaded from Hackage. A bit of a rummage on the internet turned

Re: [wxhaskell-users] making 'cabal install' just work for MacOS X gui apps

2009-10-19 Thread Eric Y. Kow
Hi! On Thu, Oct 15, 2009 at 15:29:43 +0100, Andy Gimblett wrote: I started hacking on your Setup.hs to this end, but it occurred to me that this might be useful to others, in which case I should a) tidy up what I've done, b) keep the build app on install behaviour too, for deployers, c)

Re: [wxhaskell-users] Dynamic events warning message

2009-09-07 Thread Eric Y. Kow
On Sun, Sep 06, 2009 at 21:03:27 +0200, Sebastian Klüft wrote: Hmm, that's interesting.  Are you using the stock wxWidgets or one that you built yourself? Yes I have (sort of). I have installed wxWidgets through MacPorts, so it's built on this machine but everything is done automagically.

Re: [wxhaskell-users] Dynamic events warning message

2009-09-06 Thread Eric Y. Kow
On Sun, Sep 06, 2009 at 21:03:27 +0200, Sebastian Klüft wrote: How do I get this recabalised wxcore? git clone git://github.com/bsl/wxdirect git clone git://github.com/bsl/wxcore It's not yet officially supported by the wxHaskell team, but perhaps in the future it will be. -- Eric Kow

Re: [wxhaskell-users] Dynamic events warning message

2009-09-05 Thread Eric Y. Kow
On Fri, Sep 04, 2009 at 23:06:18 +0200, Sebastian Klüft wrote: I can add that I'm also running Mac OS X Leopard and I installed WXHaskell through Cabal. Hmm, that's interesting. Are you using the stock wxWidgets or one that you built yourself? Also, I'm using the new recabalised wxcore (which

Re: [wxhaskell-users] FindReplaceData Issue

2009-09-05 Thread Eric Y. Kow
On Fri, Sep 04, 2009 at 10:32:04 -0300, Fernando Benavides wrote: Googleing a bit, I've found that this is a known bug in wxEiffel: http://www.mombu.com/programming/eiffel/t-problems-getting-a-wx-find-replace-data-1408529.html Then, I've checked the source code for wxHaskell (

Re: [wxhaskell-users] Dynamic events warning message

2009-09-04 Thread Eric Y. Kow
Hi Sebastian, On Fri, Sep 04, 2009 at 12:34:32 +0200, Sebastian Klüft wrote: assert m_dynamicEvents failed in SearchDynamicEventTable(): caller should check that we have dynamic events Everything seems to work just fine if i ignore it. So I'm wondering what the meaning of it is and how to

Re: [wxhaskell-users] Need Cygwin to install wxHaskell?

2009-09-02 Thread Eric Y. Kow
On Wed, Sep 02, 2009 at 00:14:08 -0700, Lyle Kopnicky wrote: Is it not possible to install wxHaskell without Cygwin after all? How about using the Windows binaries? Hmm... see - http://biolpc22.york.ac.uk/pub/2.8.9/install-msw-2.8.9.txt -

Re: [wxhaskell-users] wxdirect split off

2009-08-11 Thread Eric Y. Kow
On Tue, Aug 11, 2009 at 15:48:45 -0500, Brian Lewis wrote: http://wiki.wxwidgets.org/WxString I pushed some stuff to the github repo that resolved these errors for me. I've also pushed some stuff removing wxc modules which I think wxHaskell does not support (I based this on ls dist/wxc/*.o)

Re: [wxhaskell-users] wxdirect split off

2009-08-10 Thread Eric Y. Kow
On Mon, Aug 10, 2009 at 19:50:31 -0500, Brian Lewis wrote: I made a repo with wxcore and wxc together and tried to make a wxcore.cabal that would replace the existing makefile: http://github.com/bsl/wxcore/tree/master I get setup: Missing dependency on a foreign library: * Missing C library:

Re: [wxhaskell-users] cabal install wx

2009-08-09 Thread Eric Y. Kow
OK, I think I'm starting to remember more bits and pieces... On Sun, Aug 09, 2009 at 18:18:09 +0200, Lennart Kolmodin wrote: I recently tried to make Gentoo Linux ebuilds for wxHaskell. We've had support in the past, for the 0.9.x series, and would like to support the new 0.11.x too. I spent a

Re: [wxhaskell-users] cabal install wx

2009-08-08 Thread Eric Y. Kow
On Sun, Aug 09, 2009 at 00:50:00 +0100, Eric Y. Kow wrote: Could you explain a little more? I don't understand the part after I haven't worked out how I'm dimly aware that we build this wxc library that wxcore is dynamically linked against (I think) I'll also add that a past me tried

Re: [wxhaskell-users] autogenerating wxc from wxWidgets Doxygen output?

2009-04-12 Thread Eric Y. Kow
On Sun, Apr 12, 2009 at 19:23:01 +0200, Mads Lindstrøm wrote: * Convince the wxWidgets team to maintain the script. I guess this involves not just talking to the wxWidges team, but also show that other people will find the c-wrapper useful. This would be a big win and I think we may be able to

Re: [wxhaskell-users] wxHaskell on Leopard

2008-05-17 Thread Eric Y. Kow
Hello! On Sat, May 17, 2008 at 23:05:56 +0200, Mattia Belletti wrote: Then used the darcs version of wxHaskell. I'm running Mac OS X with Leopard. Sadly, the released wxHaskell does not support wxWidgets 2.8, which is what comes on Leopard (or what can be installed on it). But you're in

Re: [wxhaskell-users] problems on Windows

2008-05-15 Thread Eric Y. Kow
Hi Dean, I'm very sorry nobody got back to you. Personally, I filed your message away in my pending queue and marked it 'reread'. By the way, it might help to attach your examples in an easy compile-and-run format, as I have hopefully done. It just smooths out these discussions a little bit!

[wxhaskell-users] wxWidgets 2.8 support

2008-04-23 Thread Eric Y. Kow
Just a little heads up: I've pushed in set of patches from Jeremy O'Donoghue which should make it possible to use wxhaskell with wxWidgets 2.8. For MacOS X Leopard users, yes, this means that you can run the darcs version wxhaskell (it runs fine on my machine). Unfortunately, this means breaking

Re: [wxhaskell-users] Installation on Windows, DLL can't be loaded

2008-04-05 Thread Eric Y. Kow
On Sat, Apr 05, 2008 at 19:09:27 +0200, Adrian Neumann wrote: Loading package wxcore-0.10.3 ... : can't load .so/.DLL for: wxc-msw2.6.4-0.10.3 (addDLL: unknown error) If you do find an answer, could you please update the wiki?

Re: [wxhaskell-users] wxHaskell 0.10.3: problems in Windows XP

2008-03-29 Thread Eric Y. Kow
Hi, Answering the one question I know an answer to. In the meanwhile, I also found that the 0.10.3 binaries loose the opengl support compared with 0.9.4 as pointed in http://wxhaskell.sourceforge.net/download.html. Is there some reason for this? There used to be a flag bug in

Re: [wxhaskell-users] Binding wxImage::Get/SetOption and InMemoryStream constructor

2008-03-29 Thread Eric Y. Kow
Hi, By the way, if I haven't already mentioned this, there is a wxhaskell-devel that you may prefer to discuss this on. Personally, I'm happy either way. The code is so short that I embed it in this email. I'd be interested to hear any comments on the way I did this, and what you would want

Re: [wxhaskell-users] wxhaskell-0.1-.3-rc2

2008-03-18 Thread Eric Y. Kow
On Tue, Mar 18, 2008 at 03:44:27 +0100, Alan Carter wrote: Thanks for the release! The source distro built with no problems: Great! We really appreciate the feedback (and hope others will give more of it) Until I remembered the --with-unicode I got all my strings truncated to one character

Re: [wxhaskell-users] Some WX questions - a couple of missing bindings and a segfault

2008-03-16 Thread Eric Y. Kow
Hi Jules, Just letting you know that I've pushed a patch into the darcs repository which I expect to fix this. Cheers, -- Eric Kow http://www.nltg.brighton.ac.uk/home/Eric.Kow PGP Key ID: 08AC04F9 pgpeFWYDLPV03.pgp Description: PGP signature

[wxhaskell-users] XTC 1.0 now on hackage

2008-03-15 Thread Eric Y. Kow
haddock description --- XTC: eXtended Typed Controls for wxHaskell The XTC library provides a typed interface to several wxHaskell controls. * radio view (typed radio box) * single-selection list view (typed single-selection list box) * muliple-selection list view

Re: [wxhaskell-users] Some WX questions - a couple of missing bindings and a segfault

2008-03-14 Thread Eric Y. Kow
I've worked it out. With a little help from malcolmw on #ghc. Excellent! Thanks very much. I learned something new. Should imageGetData be turned into a 'with-style' function Image a - (Ptr () - IO b) - IO b which protects the image? Ultimately, this seems like the right thing to do,

Re: [wxhaskell-users] Some WX questions - a couple of missing bindings and a segfault

2008-03-14 Thread Eric Y. Kow
On Fri, Mar 14, 2008 at 10:05:55 +, Eric Y. Kow wrote: I suppose we could augment the PixelBuffer type to include a pointer to the original image. A, imprecise thinking. That's not what I meant to say. Anyway, I think you get my idea of trying to keep the image reference/thingy alive

[wxhaskell-users] Google Summer of Code and wxhaskell TODOs

2008-03-13 Thread Eric Y. Kow
Hi everyone, We have been recently discussing the possibility of mentoring a wxHaskell project. Shelarcy (Kido Takahiro), in particular, is interested in being a mentor. I would like to solicit ideas for possible projects and to see if there is anybody would would be interested in working on

Re: [wxhaskell-users] Trouble with wxhaskell on OSX (Intel/10.4)

2008-03-03 Thread Eric Y. Kow
Hi, But, it doesn't quite run fine. Where the button is supposed to be labelled 'Quit', it's labelled 'Q', and where the window itself is supposed to be labelled Hello!, it's just labelled 'H'. Ah! You need to configure wxWidgets with --enable-unicode. Maybe we should work out a way for

[wxhaskell-users] wxhaskell-devel list is now available

2008-02-17 Thread Eric Y. Kow
Hi, I have created a mailing list for wxhaskell development. I am also reconfiguring the darcs repository on darcs.haskell.org so that all patches are sent to that list instead of the users list. Also tracker requests on sourceforge will now go on that list. Subscription is open to all.

Re: [wxhaskell-users] darcs patch: Add a Cabal file for wxcore. (and 16 more)

2008-02-16 Thread Eric Y. Kow
I see that Graphics.UI.WXCore.Db dependes on old-time package's System.Date module. But old-time package doesn't depend on time package. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/old-time-1.0.0.0 So you don't remove time package dendency from wxcore.cabal. Wait, I

Re: [wxhaskell-users] darcs patch: Add a Cabal file for wxcore. (and 16 more)

2008-02-16 Thread Eric Y. Kow
Please remember wxdirect uses Data.Time stuff. So we add time package dependency, before. ah, right! So, I think better solution is like this: changing Graphics.UI.WXCore.Db module to use new time packages modules. ok, could you figure out how to do this? Data.Time does not appear to

[wxhaskell-users] wxhaskell 0.10.2 on hackage (experimental)

2008-02-16 Thread Eric Y. Kow
Hi everyone, I have uploaded an unofficial pre-release of wxhaskell on hackage. It is available as two packages, wxcore and wx. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wxcore-0.10.2 http://hackage.haskell.org/cgi-bin/hackage-scripts/package/wx-0.10.2 Let me stress that

[wxhaskell-users] darcs patch: Consolidate build targets which exist purely for the sake of Cabal. (and 12 more)

2008-02-16 Thread Eric Y. Kow
Third attempt at sending. -- Eric Kow http://www.nltg.brighton.ac.uk/home/Eric.Kow PGP Key ID: 08AC04F9 Sat Feb 16 09:58:45 GMT 2008 Eric Kow [EMAIL PROTECTED] * Consolidate build targets which exist purely for the sake of Cabal. Sat Feb 16 10:00:20 GMT 2008 Eric Kow [EMAIL PROTECTED] *

Re: [wxhaskell-users] wxhaskell 0.10.2 on hackage (experimental)

2008-02-16 Thread Eric Y. Kow
Hi, On Sat, Feb 16, 2008 at 09:07:04 -0800, Conal Elliott wrote: What's the deal on wxhaskell and ghci-friendliness? Do we still have to use wxWindows/wxWidgets 2.4.2 in order to run more than one GUI per ghci session? Will it be possible at all any more? Sorry. I don't have anything to

Re: [wxhaskell-users] darcs patch: Synch Visual Studio Project's output dir... (and 1 more)

2008-02-16 Thread Eric Y. Kow
Thanks! I think I've found out the source of the darcs problem, and have pushed these in (along with my recent set of patches). -- Eric Kow http://www.nltg.brighton.ac.uk/home/Eric.Kow PGP Key ID: 08AC04F9 pgpnkRqEbtK6a.pgp Description: PGP signature

Re: [wxhaskell-users] building from darcs on MacOS 10.4

2008-02-15 Thread Eric Y. Kow
Hi Malcolm, On Fri, Feb 08, 2008 at 14:11:28 +, Malcolm Wallace wrote: (OS X) Check architecture to use intermediate step of compiling master.o or not. By the way, are you on PowerPC or Intel? (i guess the former?) There is still one tiny problem, specifically and only with the

Re: [wxhaskell-users] darcs patch: add a newline to ./wxc/src/image.cpp to remove a warning

2008-02-12 Thread Eric Y. Kow
On Mon, Feb 11, 2008 at 17:53:58 -0500, [EMAIL PROTECTED] wrote: Mon Feb 11 17:53:24 EST 2008 [EMAIL PROTECTED] * add a newline to ./wxc/src/image.cpp to remove a warning Applied, thanks! -- Eric Kow http://www.nltg.brighton.ac.uk/home/Eric.Kow PGP Key ID: 08AC04F9 pgpMrD3mk0LtY.pgp

Re: [wxhaskell-users] darcs patch: Fix missing wxMediaCtrl symbols when lin... (and 2 more)

2008-01-31 Thread Eric Y. Kow
Pushed. And thanks for fixing that makefile stuff! -- Eric Kow PGP Key ID: 08AC04F9 pgpjGhb42KVOn.pgp Description: PGP signature - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual

Re: [wxhaskell-users] darcs patch: Workaround for processExecAsyncTimed bug

2008-01-30 Thread Eric Y. Kow
Wed Jan 30 21:29:12 CET 2008 Mads Lindstroem [EMAIL PROTECTED] * Workaround for processExecAsyncTimed bug Applied. Thanks! -- Eric Kow PGP Key ID: 08AC04F9 pgp2Kut8wT6L6.pgp Description: PGP signature - This SF.net

Re: [wxhaskell-users] darcs patch: Initial wxWidgets 2.8.x's API Support

2007-12-12 Thread Eric Y. Kow
Hi, Thanks. I've pushed this in. By the way, the Makefile is still doing all this stuff when I do make install : out/wxdirect/wxdirect -s wxSTC-D3/stc.h --wxc wxc -o wxc parsing: wxSTC-D3/stc.h generating: wxc/include/stc_gen.h generating: wxc/src/stc_gen.cpp out/wxdirect/wxdirect -s

Re: [wxhaskell-users] darcs patch: Move drag-and-drop events to Graphics.UI... (and 3 more)

2007-12-06 Thread Eric Y. Kow
Applied. (not yet pushed yet, but should be coming shortly) -- Eric Kow http://www.loria.fr/~kow PGP Key ID: 08AC04F9 Merci de corriger mon français. pgphf8PSQIvB3.pgp Description: PGP signature

Re: [wxhaskell-users] darcs patch: Add TaskBar Icon Support

2007-12-06 Thread Eric Y. Kow
Have applied this one as well. Will push it along with 2 other bundles shortly. -- Eric Kow http://www.loria.fr/~kow PGP Key ID: 08AC04F9 Merci de corriger mon français. pgp0Cps69OL3t.pgp Description: PGP signature

Re: [wxhaskell-users] darcs patch: Change VC 2.6 project to build contribs automatically ...

2007-11-24 Thread Eric Y. Kow
Hi, I'm sorry, I'm not sure I understood So I want to know that do you update your OS and/or XCode? Only the incremental upgrade from 10.4.10 to 10.4.11 I am indeed using Intel. Because I know that Mac OS X's different architecture cause problem on wxHaskell, too. You just remove step that

Re: [wxhaskell-users] darcs patch: Change VC 2.6 project to build contribs automatically ...

2007-11-21 Thread Eric Y. Kow
Pushed in. Note: I'm getting these erros recently... They don't seem related to the patches I just pushed in, though. ld: /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit load command 20 unknown cmd field /usr/bin/libtool: internal link edit command failed -- Eric Kow

Re: [wxhaskell-users] darcs patch: Remove auto-generated stc files.

2007-08-21 Thread Eric Y. Kow
Sun Aug 19 22:59:54 CEST 2007 Eric Kow [EMAIL PROTECTED] * Remove auto-generated stc files. Otherwise, you get annoying new changes in the working directory. Pushed in. Note that darcs complains about an invalid pending bug, but it seems harmless (and will hopefully be fixed in the next

Re: [wxhaskell-users] darcs patch: Remove old wxh samples (and 3 more)

2007-08-21 Thread Eric Y. Kow
Pushed in. Thanks. -- Eric Kow http://www.loria.fr/~kow PGP Key ID: 08AC04F9 Merci de corriger mon français. pgps0rUS7FRoO.pgp Description: PGP signature - This SF.net email is sponsored by:

Re: [wxhaskell-users] Is with-* reasonable for supporting wxWidgets contrib libraries? (Was: pinging wxhaskell...

2007-08-16 Thread Eric Y. Kow
2. Support contrib libraries in default configuration. Merit - The reverse side of 1.'s Demerit. Demerit - User must build and install contrib libraries, before building wxHaskell. So they can meet building problem. But we can solve it by updating building Guide

Re: [wxhaskell-users] wxHaskell doesnt show windows correctly

2007-07-17 Thread Eric Y. Kow
On Wed, Jul 18, 2007 at 00:52:40 +0200, Patrick Scheibe wrote: after compiling the darcs version, wxHaskell seemed to work. But something is wrong with the fonts. I don't see any menu entries but they seem to be there because I can click on them and they pop open. The title bar of the wx

Re: [wxhaskell-users] darcs patch: Add wxhaskell homepage files (main html, ... (and 2 more)

2007-01-28 Thread Eric Y. Kow
Sat Jan 20 23:13:04 CET 2007 Eric Kow [EMAIL PROTECTED] * Add wxhaskell homepage files (main html, css only). Sat Jan 20 23:16:19 CET 2007 Eric Kow [EMAIL PROTECTED] * Remove counter code from homepage. Sun Jan 21 00:14:03 CET 2007 Eric Kow [EMAIL PROTECTED] * Announce new

Re: [wxhaskell-users] Linking troubles...

2007-01-20 Thread Eric Y. Kow
On Fri, Jan 19, 2007 at 18:05:53 +0100, Arthur van Leeuwen wrote: The issue occurs when trying to link: I run into not having definitions for what looks like *all* of the wxwidgets C++ symbols, even though the ldd for libwxc shows that libwx is being linked to. I've pasted an attempt to

Re: [wxhaskell-users] horizontal stretch bug??

2007-01-17 Thread Eric Y. Kow
Hi Conal, On Tue, Jan 16, 2007 at 00:22:16 -0800, Conal Elliott wrote: I'm stumped on a problem with horizontal stretching, and I don't know whether I've hit a bug or my own ignorance. I want to place two sliders horizontally and have them both stretch with the frame. Instead, the left one

Re: [wxhaskell-users] darcs patch: Add an eyeball test for Unicode strings.

2006-12-09 Thread Eric Y. Kow
Wed Nov 29 05:22:30 CET 2006 Eric Kow [EMAIL PROTECTED] * Add an eyeball test for Unicode strings. I'm pushing this in. It'd be great if you could play with it a bit and suggest improvements. I hope to eventually add other tests: - menus - dialog boxes - file open/save dialogues (filenames

Re: [wxhaskell-users] strings truncated to one character in wxhaskell-0.10.1 under ghc-6.6

2006-12-09 Thread Eric Y. Kow
Thanks for the patches, Shelarcy. They are going in. Attached also includes another patch that fix building error if using wxWdgets with -enable-odbc or #define wxUSE_ODBC 1 in setup.h (under VC). It is lacked part of my previous patch. -- Eric Kow

Re: [wxhaskell-users] Undefined reference to wxGLCanvas::*

2006-12-09 Thread Eric Y. Kow
On Thu, Nov 30, 2006 at 14:45:03 +0100, Bas van Dijk wrote: When making the wx samples I got the following error: [EMAIL PROTECTED] ~/development/haskell/wxhaskell/samples/wx $ make ghc -package wx -o BouncingBalls BouncingBalls.hs /usr/lib/libwxc-gtk2.6.2-0.10.1.so: undefined reference to