You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(12) |
Aug
(34) |
Sep
(14) |
Oct
(36) |
Nov
(32) |
Dec
(15) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
(9) |
Mar
(31) |
Apr
(36) |
May
(17) |
Jun
(21) |
Jul
(13) |
Aug
(18) |
Sep
(2) |
Oct
(10) |
Nov
(18) |
Dec
(28) |
2005 |
Jan
(26) |
Feb
(15) |
Mar
(26) |
Apr
(11) |
May
(60) |
Jun
(3) |
Jul
(12) |
Aug
(4) |
Sep
(12) |
Oct
(19) |
Nov
(36) |
Dec
(10) |
2006 |
Jan
(6) |
Feb
(13) |
Mar
(6) |
Apr
(2) |
May
(9) |
Jun
(3) |
Jul
(6) |
Aug
(13) |
Sep
(1) |
Oct
(24) |
Nov
(33) |
Dec
(47) |
2007 |
Jan
(21) |
Feb
(41) |
Mar
(17) |
Apr
(9) |
May
(4) |
Jun
(20) |
Jul
(24) |
Aug
(71) |
Sep
(35) |
Oct
(10) |
Nov
(39) |
Dec
(39) |
2008 |
Jan
(24) |
Feb
(42) |
Mar
(61) |
Apr
(12) |
May
(11) |
Jun
(4) |
Jul
(9) |
Aug
(6) |
Sep
(6) |
Oct
(4) |
Nov
(3) |
Dec
(14) |
2009 |
Jan
(25) |
Feb
(18) |
Mar
(19) |
Apr
(24) |
May
(14) |
Jun
(7) |
Jul
(14) |
Aug
(25) |
Sep
(40) |
Oct
(20) |
Nov
(22) |
Dec
(4) |
2010 |
Jan
(55) |
Feb
(11) |
Mar
(9) |
Apr
(10) |
May
(10) |
Jun
(9) |
Jul
(7) |
Aug
(4) |
Sep
(15) |
Oct
(7) |
Nov
(2) |
Dec
(3) |
2011 |
Jan
(2) |
Feb
(1) |
Mar
(4) |
Apr
(6) |
May
(20) |
Jun
(30) |
Jul
(15) |
Aug
(4) |
Sep
(23) |
Oct
(24) |
Nov
(3) |
Dec
(8) |
2012 |
Jan
(23) |
Feb
(7) |
Mar
(19) |
Apr
(48) |
May
(8) |
Jun
(27) |
Jul
(10) |
Aug
(1) |
Sep
(11) |
Oct
(1) |
Nov
|
Dec
(3) |
2013 |
Jan
(1) |
Feb
|
Mar
(17) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(12) |
Sep
(2) |
Oct
|
Nov
|
Dec
(1) |
2015 |
Jan
|
Feb
|
Mar
(14) |
Apr
(5) |
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(1) |
Nov
(2) |
Dec
(1) |
2016 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Tobias E. <tu...@dt...> - 2005-04-04 12:33:59
|
> > Hi again. > > I think it isn't that easy. > wxhaskell gives the command to the wxWindows execution function(s). > You can first try to make the following: > > go to your sourcecode of the wxWidgets and try to compile and test the > exec > sample. This is quite the same like in haskell. Have a look if you can > make > commands without crashes.. I tried compiling the exec-examples and it works like a charm :/ Is anyone else experiencing the same problem? I've "visualized" the problem at http://www.dtek.chalmers.se/~tumm/hmm.html :) Cheers, Tobias |
From: <hai...@ya...> - 2005-03-30 15:54:19
|
Hi, Do you know if there is a "Region" definition in wxHaskell? In graphics libraries of both Windows and X-Windows, we can use Regions and related computations (Union, Intersec ...). I am trying to implement graphic regions in Haskell but the performance is a critical problem. It would be great if wxHaskell supports this. Thank you, Haitao |
From: Lemmih <le...@gm...> - 2005-03-30 13:41:24
|
Greetings, I've been trying to use windowFreeze and windowThaw to reduce flickering when updating a notebook. However, even when omitting 'windowThaw' after updating, it had absolutely no visual effect. What's the correct use of window{Freeze/Thaw}? -- Friendly, Lemmih |
From: Sebastian S. <seb...@gm...> - 2005-03-29 14:25:30
|
On Tue, 29 Mar 2005 14:59:17 +0200, Arjan van IJzendoorn <af...@cs...> wrote: > Sebastian Sylvan wrote: > > Hello! > > > > I'm wondering when a windows installer for wxHaskell 0.9 is planned? > > > > /S > > Huh? It's the first binary package in the list. I meant for GHC 6.4, sorry... /S -- Sebastian Sylvan +46(0)736-818655 UIN: 44640862 |
From: Arjan v. I. <af...@cs...> - 2005-03-29 12:59:24
|
Sebastian Sylvan wrote: > Hello! > > I'm wondering when a windows installer for wxHaskell 0.9 is planned? > > /S Huh? It's the first binary package in the list. Arjan |
From: Jinwoo L. <jin...@gm...> - 2005-03-29 05:57:52
|
Hi, I applied the patch files that Georg Martius posted before, and succeeded to build and install wxhaskell 0.9 using GHC 6.4. But when I try to compile using wx package or load wx package using GHCi, it fails to load wx package. The screen of loading GHCi is like following. C:\wxhaskell-0.9.src\samples\wx>ghci -package wx ___ ___ _ / _ \ /\ /\/ __(_) / /_\// /_/ / / | | GHC Interactive, version 6.4, for Haskell 98. / /_\\/ __ / /___| | http://www.haskell.org/ghc/ \____/\/ /_/\____/|_| Type :? for help. Loading package base-1.0 ... linking ... done. Loading package haskell98-1.0 ... linking ... done. Loading package mtl-1.0 ... linking ... done. Loading package lang-1.0 ... linking ... done. Loading package QuickCheck-1.0 ... linking ... done. Loading package util-1.0 ... linking ... done. Loading package data-1.0 ... linking ... done. Loading package concurrent-1.0 ... linking ... done. Loading package wxcore-0.9 ... linking ... ghc.exe: C:/msys/1.0/local/lib/wxcore2.o: unknown symbol `_wxcWakeUpIdle' ghc.exe: unable to load package `wxcore-0.9' Can someone tell me what I did wrong? Thanks, -- Jinwoo Lee Always remember that you are unique. Just like everyone else. jin...@gm... Patrick Scheibe wrote: >Hi, > >Hmm It looks like that the package isn't installed correctly. >It would be nice to see what the command > >ghc-pkg list > >brings on your machine. Did you install the package locally in your "home dir" >on windows or global? This line > > >>Using package config file: C:\Documents and Settings\Jeff >>Lasslett\Application Data\ghc/i386-mingw32-6.4/package.conf >> >> >seems a bit confusing to me because there is a change from backslash (window >separator style) to a normal slash. Could this be a kind of bug? > >Anyway, when the compilation of wxhaskell is done and you do a make install >then you should see that all the stuff is copied to a directory and after >that the package file of the ghc is updated succesfull. If everyting is >correct you should be able to make something like: > >mai99dnn@patrick:/data/software> ghci -package wx > ___ ___ _ > / _ \ /\ /\/ __(_) > / /_\// /_/ / / | | GHC Interactive, version 6.4.20050215, for Haskell >98. >/ /_\\/ __ / /___| | http://www.haskell.org/ghc/ >\____/\/ /_/\____/|_| Type :? for help. > >Loading package base-1.0 ... linking ... done. >Loading package haskell98-1.0 ... linking ... done. >Loading package mtl-1.0 ... linking ... done. >Loading package lang-1.0 ... linking ... done. >Loading package QuickCheck-1.0 ... linking ... done. >Loading package readline-1.0 ... linking ... done. >Loading package unix-1.0 ... linking ... done. >Loading package posix-1.0 ... linking ... done. >Loading package util-1.0 ... linking ... done. >Loading package data-1.0 ... linking ... done. >Loading package concurrent-1.0 ... linking ... done. >Loading package wxcore-0.9 ... linking ... done. >Loading package wx-0.9 ... linking ... done. >Prelude> :m +Graphics.UI.WX >Prelude Graphics.UI.WX> > >Then it is quite sure that you have a running wxhaskell. > >Cheers >Patrick > > >On Monday 28 March 2005 02:00, jeff lasslett wrote: > > >>Greetings, >> >>Firstly, my thanks to Patrick Scheibe for advising me of the diffs I >>needed to get wxhaskell-0.9 to compile and install. (See thread >>"Trouble creating wxhaskell 0.9"). >> >>I am now stuck trying to compile the HelloWorld.hs sample program. >>Here's a transcript of my attempt: >> >>D:\libraries\wxhaskell-0.9\samples\wx>ghc -v -package wx -o hw.exe >>HelloWorld.hs Glasgow Haskell Compiler, Version 6.4, for Haskell 98, >>compiled by GHC version 6.2.2 >>Using package config file: c:\ghc\ghc-6.4\package.conf >>Using package config file: C:\Documents and Settings\Jeff >>Lasslett\Application Data\ghc/i386-mingw32-6.4/package.conf >>Hsc static flags: -static >>*** Checking old interface for Main: >>*** Parser: >>*** Renamer/typechecker: >> >>HelloWorld.hs:4:0: >> Failed to load interface for `Graphics.UI.WX': >> Could not find module `Graphics.UI.WX': >> locations searched: >> Graphics/UI/WX.hi >> Graphics/UI/WX.hi-boot >>*** Deleting temp files >>Deleting: C:/DOCUME~1/JEFFLA~1/LOCALS~1/Temp/ghc1528.s >>Warning: deleting non-existent C:/DOCUME~1/JEFFLA~1/LOCALS~1/Temp/ghc1528.s >> >>What have I done wrong, or not done? >> >>Once again, any help would be appreciated. >> >>Cheers, >>Jeff >> >> >>------------------------------------------------------- >>SF email is sponsored by - The IT Product Guide >>Read honest & candid reviews on hundreds of IT Products from real users. >>Discover which products truly live up to the hype. Start reading now. >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >>_______________________________________________ >>wxhaskell-users mailing list >>wxh...@li... >>https://lists.sourceforge.net/lists/listinfo/wxhaskell-users >> >> > > > >------------------------------------------------------- >SF email is sponsored by - The IT Product Guide >Read honest & candid reviews on hundreds of IT Products from real users. >Discover which products truly live up to the hype. Start reading now. >http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >_______________________________________________ >wxhaskell-users mailing list >wxh...@li... >https://lists.sourceforge.net/lists/listinfo/wxhaskell-users > > > |
From: Patrick S. <mai...@st...> - 2005-03-28 10:25:12
|
Hi, Hmm It looks like that the package isn't installed correctly. It would be nice to see what the command ghc-pkg list brings on your machine. Did you install the package locally in your "home dir" on windows or global? This line > Using package config file: C:\Documents and Settings\Jeff > Lasslett\Application Data\ghc/i386-mingw32-6.4/package.conf seems a bit confusing to me because there is a change from backslash (window separator style) to a normal slash. Could this be a kind of bug? Anyway, when the compilation of wxhaskell is done and you do a make install then you should see that all the stuff is copied to a directory and after that the package file of the ghc is updated succesfull. If everyting is correct you should be able to make something like: mai99dnn@patrick:/data/software> ghci -package wx ___ ___ _ / _ \ /\ /\/ __(_) / /_\// /_/ / / | | GHC Interactive, version 6.4.20050215, for Haskell 98. / /_\\/ __ / /___| | http://www.haskell.org/ghc/ \____/\/ /_/\____/|_| Type :? for help. Loading package base-1.0 ... linking ... done. Loading package haskell98-1.0 ... linking ... done. Loading package mtl-1.0 ... linking ... done. Loading package lang-1.0 ... linking ... done. Loading package QuickCheck-1.0 ... linking ... done. Loading package readline-1.0 ... linking ... done. Loading package unix-1.0 ... linking ... done. Loading package posix-1.0 ... linking ... done. Loading package util-1.0 ... linking ... done. Loading package data-1.0 ... linking ... done. Loading package concurrent-1.0 ... linking ... done. Loading package wxcore-0.9 ... linking ... done. Loading package wx-0.9 ... linking ... done. Prelude> :m +Graphics.UI.WX Prelude Graphics.UI.WX> Then it is quite sure that you have a running wxhaskell. Cheers Patrick On Monday 28 March 2005 02:00, jeff lasslett wrote: > Greetings, > > Firstly, my thanks to Patrick Scheibe for advising me of the diffs I > needed to get wxhaskell-0.9 to compile and install. (See thread > "Trouble creating wxhaskell 0.9"). > > I am now stuck trying to compile the HelloWorld.hs sample program. > Here's a transcript of my attempt: > > D:\libraries\wxhaskell-0.9\samples\wx>ghc -v -package wx -o hw.exe > HelloWorld.hs Glasgow Haskell Compiler, Version 6.4, for Haskell 98, > compiled by GHC version 6.2.2 > Using package config file: c:\ghc\ghc-6.4\package.conf > Using package config file: C:\Documents and Settings\Jeff > Lasslett\Application Data\ghc/i386-mingw32-6.4/package.conf > Hsc static flags: -static > *** Checking old interface for Main: > *** Parser: > *** Renamer/typechecker: > > HelloWorld.hs:4:0: > Failed to load interface for `Graphics.UI.WX': > Could not find module `Graphics.UI.WX': > locations searched: > Graphics/UI/WX.hi > Graphics/UI/WX.hi-boot > *** Deleting temp files > Deleting: C:/DOCUME~1/JEFFLA~1/LOCALS~1/Temp/ghc1528.s > Warning: deleting non-existent C:/DOCUME~1/JEFFLA~1/LOCALS~1/Temp/ghc1528.s > > What have I done wrong, or not done? > > Once again, any help would be appreciated. > > Cheers, > Jeff > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > wxhaskell-users mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users |
From: jeff l. <m4d...@gm...> - 2005-03-28 00:00:36
|
Greetings, Firstly, my thanks to Patrick Scheibe for advising me of the diffs I needed to get wxhaskell-0.9 to compile and install. (See thread "Trouble creating wxhaskell 0.9"). I am now stuck trying to compile the HelloWorld.hs sample program. Here's a transcript of my attempt: D:\libraries\wxhaskell-0.9\samples\wx>ghc -v -package wx -o hw.exe HelloWorld.hs Glasgow Haskell Compiler, Version 6.4, for Haskell 98, compiled by GHC version 6.2.2 Using package config file: c:\ghc\ghc-6.4\package.conf Using package config file: C:\Documents and Settings\Jeff Lasslett\Application Data\ghc/i386-mingw32-6.4/package.conf Hsc static flags: -static *** Checking old interface for Main: *** Parser: *** Renamer/typechecker: HelloWorld.hs:4:0: Failed to load interface for `Graphics.UI.WX': Could not find module `Graphics.UI.WX': locations searched: Graphics/UI/WX.hi Graphics/UI/WX.hi-boot *** Deleting temp files Deleting: C:/DOCUME~1/JEFFLA~1/LOCALS~1/Temp/ghc1528.s Warning: deleting non-existent C:/DOCUME~1/JEFFLA~1/LOCALS~1/Temp/ghc1528.s What have I done wrong, or not done? Once again, any help would be appreciated. Cheers, Jeff |
From: Sebastian S. <seb...@gm...> - 2005-03-26 16:31:06
|
Hello! I'm wondering when a windows installer for wxHaskell 0.9 is planned? /S -- Sebastian Sylvan +46(0)736-818655 UIN: 44640862 |
From: Patrick S. <mai...@st...> - 2005-03-26 14:23:24
|
Moin. You should have a look at the previous discussions of Georg, Daan and me.. The problem is the changed behavior of the new ghc-6.4. Try to patch the makefile, makefile.lib and configure with the patches from Georg. http://sourceforge.net/mailarchive/forum.php?thread_id=6815257&forum_id=34197 You got this mail, do you? If not I can put the patches on my site. Cheers Patrick On Saturday 26 March 2005 09:59, jeff lasslett wrote: > Greetings, > > I am attempting to build wxhaskell 0.9 with ghc 6.4. I am using MinGW > and cygwin on WinXP S2. All went weel for a while. I built > wxWidgets. I successfully ./configure d wxhaskell. But make ended as > follows ... > > Creating library file: out/wxc/libwxc-msw2.4.2-0.9.a > /c/ghc/ghc-6.4/bin/ghc -c wxdirect/src/Map.hs -o out/wxdirect/Map.o -ohi > out/wxd irect/Map.hi -odir out/wxdirect/ -package parsec -iout/wxdirect > /c/ghc/ghc-6.4/bin/ghc -c wxdirect/src/Set.hs -o out/wxdirect/Set.o -ohi > out/wxd irect/Set.hi -odir out/wxdirect/ -package parsec -iout/wxdirect > /c/ghc/ghc-6.4/bin/ghc -c wxdirect/src/MultiSet.hs -o > out/wxdirect/MultiSet.o -o hi out/wxdirect/MultiSet.hi -odir out/wxdirect/ > -package parsec -iout/wxdirect Could not find module `Map': > use -v to see a list of the files searched for > (imported from wxdirect/src/MultiSet.hs) > make: *** [out/wxdirect/MultiSet.o] Error 1 > > > wxWidgets was built in d:\libraries\wxWindows-2.4.2 > wxhaskell was being built in d:\libraries\wxhaskell-0.9 > > ghc 6.4 is installed in c:\ghc (pretty standard really). > > Any help would be appreciated. > > Thanks, > > Jeff > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > wxhaskell-users mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users |
From: jeff l. <m4d...@gm...> - 2005-03-26 08:59:47
|
Greetings, I am attempting to build wxhaskell 0.9 with ghc 6.4. I am using MinGW and cygwin on WinXP S2. All went weel for a while. I built wxWidgets. I successfully ./configure d wxhaskell. But make ended as follows ... Creating library file: out/wxc/libwxc-msw2.4.2-0.9.a /c/ghc/ghc-6.4/bin/ghc -c wxdirect/src/Map.hs -o out/wxdirect/Map.o -ohi out/wxd irect/Map.hi -odir out/wxdirect/ -package parsec -iout/wxdirect /c/ghc/ghc-6.4/bin/ghc -c wxdirect/src/Set.hs -o out/wxdirect/Set.o -ohi out/wxd irect/Set.hi -odir out/wxdirect/ -package parsec -iout/wxdirect /c/ghc/ghc-6.4/bin/ghc -c wxdirect/src/MultiSet.hs -o out/wxdirect/MultiSet.o -o hi out/wxdirect/MultiSet.hi -odir out/wxdirect/ -package parsec -iout/wxdirect Could not find module `Map': use -v to see a list of the files searched for (imported from wxdirect/src/MultiSet.hs) make: *** [out/wxdirect/MultiSet.o] Error 1 wxWidgets was built in d:\libraries\wxWindows-2.4.2 wxhaskell was being built in d:\libraries\wxhaskell-0.9 ghc 6.4 is installed in c:\ghc (pretty standard really). Any help would be appreciated. Thanks, Jeff |
From: Patrick S. <mai...@st...> - 2005-03-24 20:07:36
|
Hi again. I think it isn't that easy. wxhaskell gives the command to the wxWindows execution function(s). You can first try to make the following: go to your sourcecode of the wxWidgets and try to compile and test the exec sample. This is quite the same like in haskell. Have a look if you can make commands without crashes.. /data/software/haskell/wxGTK-2.4.2/samples/exec Cheers Patrick On Thursday 24 March 2005 20:25, Patrick Scheibe wrote: > Hi, > > The sample is running very well on my machine. I don't think that is > wxHaskell problem. Maybe it is a good way to figure out which commands are > called processExecAsyncTimed. > Maybe it calls just a normal haskell IO function which crashes on yours. > > I have a linux box, version 6.4.20050215 (but that worked on my ghc-6.2.2 > too) and wxHaskell version 0.9 (but in the 0.8 lib the sample runs as > well). > > Cheers > Patrick > > On Thursday 24 March 2005 19:49, Tobias Engvall wrote: > > > Hello everyone! > > > > > > I have got some problems with the process example > > > http://cvs.sourceforge.net/viewcvs.py/wxhaskell/wxhaskell/samples/wx/Pr > > >oc ess.hs?rev=1.13&view=auto > > > > > > When I try to run a command, it dies with the error: > > > Fail: Prelude.chr bad argument > > > > > > This happens when the process terminates (the OnRecieve-stuff seems > > > to work fine) > > > I've tried this with the wxhaskell-cvs, on two different machines > > > > The computers are running linux > > > > /me slaps himself over the cheek > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_ide95&alloc_id396&op=Click > > _______________________________________________ > > wxhaskell-users mailing list > > wxh...@li... > > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > wxhaskell-users mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users |
From: Patrick S. <mai...@st...> - 2005-03-24 19:25:52
|
Hi, The sample is running very well on my machine. I don't think that is wxHaskell problem. Maybe it is a good way to figure out which commands are called processExecAsyncTimed. Maybe it calls just a normal haskell IO function which crashes on yours. I have a linux box, version 6.4.20050215 (but that worked on my ghc-6.2.2 too) and wxHaskell version 0.9 (but in the 0.8 lib the sample runs as well). Cheers Patrick On Thursday 24 March 2005 19:49, Tobias Engvall wrote: > > Hello everyone! > > > > I have got some problems with the process example > > http://cvs.sourceforge.net/viewcvs.py/wxhaskell/wxhaskell/samples/wx/Proc > >ess.hs?rev=1.13&view=auto > > > > When I try to run a command, it dies with the error: > > Fail: Prelude.chr bad argument > > > > This happens when the process terminates (the OnRecieve-stuff seems > > to work fine) > > I've tried this with the wxhaskell-cvs, on two different machines > > The computers are running linux > > /me slaps himself over the cheek > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op=Click > _______________________________________________ > wxhaskell-users mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users |
From: Tobias E. <tu...@dt...> - 2005-03-24 18:49:23
|
> Hello everyone! > > I have got some problems with the process example > http://cvs.sourceforge.net/viewcvs.py/wxhaskell/wxhaskell/samples/wx/Pr= ocess.hs?rev=3D1.13&view=3Dauto > > When I try to run a command, it dies with the error: > Fail: Prelude.chr bad argument > > This happens when the process terminates (the OnRecieve-stuff seems > to work fine) > I've tried this with the wxhaskell-cvs, on two different machines The computers are running linux /me slaps himself over the cheek |
From: Tobias E. <tu...@dt...> - 2005-03-24 17:46:03
|
Hello everyone! I have got some problems with the process example http://cvs.sourceforge.net/viewcvs.py/wxhaskell/wxhaskell/samples/wx/Proc= ess.hs?rev=3D1.13&view=3Dauto When I try to run a command, it dies with the error: Fail: Prelude.chr bad argument This happens when the process terminates (the OnRecieve-stuff seems to work fine) I've tried this with the wxhaskell-cvs, on two different machines Has anyone else experienced this? Cheers, Tobias Engvall |
From: Benjamin F. <ben...@be...> - 2005-03-16 12:33:35
|
On Wednesday 16 March 2005 12:14, Georg Martius wrote: > Hi Ben, > > Sorry for the confusing discussion. As Daan said the dependency stuff > was not that trivial to get. However, please find my patches for 0.8 > and 0.9 attached. To apply the patches please enter the wxHaskell-0.X > source directory and run > > > patch configure < configure_0.X_ghc6.4.diff > > patch makefile < makefile_0.X_ghc6.4.diff > > patch makefile.lib < makefile.lib_0.X_ghc6.4.diff Thanks a lot! I'll try your patches. My current workaround is/was to disable dependency generation, but this is of course not a sustainable solution. BTW, I also had to write package description files in the new format. Which ones do you use? Some of the examples under directory 'contrib' are broken in version 0.9. I needed to make a number of (superficial) changes to get them to compile and run. Interestingly, and this is something I often observed with Haskell, as soon as I got it to compile, everything worked as expected. The changes where easy to make, using the haddock generated docs. WxHaskell is cool! Ben |
From: Georg M. <mai...@st...> - 2005-03-16 11:15:04
|
Hi Ben, Sorry for the confusing discussion. As Daan said the dependency stuff was= not that trivial to get. However, please find my patches for 0.8 and 0.9= attached. To apply the patches please enter the wxHaskell-0.X source directory and = run > patch configure < configure_0.X_ghc6.4.diff > patch makefile < makefile_0.X_ghc6.4.diff > patch makefile.lib < makefile.lib_0.X_ghc6.4.diff Cheers, Georg On Sun, 13 Mar 2005 22:59:31 +0100, Benjamin Franksen <benjamin.franksen@= bessy.de> wrote: > On Friday 25 February 2005 19:14, Daan Leijen wrote: >> Announcement: wxHaskell version 0.9 > > Could you (or anyone else) please give me a summary on how exactly I ha= ve to > patch the makefile[.lib] so that I can compile this ghc-6.4? I found th= e > discussion a bit confusing, because there were so many different issues= ... > > Thanx, > Ben > _______________________________________________ > Haskell mailing list > Ha...@ha... > http://www.haskell.org/mailman/listinfo/haskell > --=20 ---- Georg Martius, Tel: (+49 34297) 89434 ---- ------- http://www.flexman.homeip.net --------- |
From: David W. <da...@dt...> - 2005-03-13 10:59:12
|
On Sun, Mar 13, 2005 at 11:37:35AM +0100, David Waern wrote: > How do I edit an item label in a treeCtrl? I suspected treeCtrlEditLabel > should fire a TreeBeginLabelEdit event or something, but it seems > to do nothing. set treeCtrl [style := wxTR_EDIT_LABELS] helps! :) /David Waern - talking to himself |
From: David W. <da...@dt...> - 2005-03-13 10:37:40
|
Hi again! How do I edit an item label in a treeCtrl? I suspected treeCtrlEditLabel should fire a TreeBeginLabelEdit event or something, but it seems to do nothing. /David Waern |
From: David W. <da...@dt...> - 2005-03-11 11:04:12
|
Hi! the Documentation for the treeCtrlGetFirstChild says: treeCtrlGetFirstChild :: TreeCtrl a -> TreeItem -> Ptr CInt -> IO TreeItem usage: (treeCtrlGetFirstChild obj item cookie). what's up with the Ptr Cint? How do I construct one and what should it point to? /David Waern |
From: Arjan v. I. <af...@cs...> - 2005-03-11 09:34:32
|
Hi David, > First, is there an event that I can respond to that fires when the > text has been changed in a text control? I think there is in wxWidgets: EVT_TEXT but I can't find its counterpart in wxHaskell. Your solution with the keyboard event may work if you do it like this: on keyboard = do { propagateEvent; ...Do what you want to do ... } This might process the keystroke before you look at the new contents of the text entry field. Your second question about tree controls I can't answer. > Finally, the wxWidgets debug library (compiled with vc++) reports about > memory leaks when I exit my wxHaskell program. Since I don't manually > handle any resources, is this maybe the result of bugs in wxHaskell? Most resources are managed, i.e. handled by the Haskell garbage collector. If you allocate things by using WXCore functions they might not be released at the end of the program. You can use objectDelete (I believe) to release an object yourself. I never got rid of all the leaks but if I look at the number of bytes that are leaked it's okay. Cheers, Arjan |
From: David W. <da...@dt...> - 2005-03-10 10:51:33
|
Hi! I have a couple of questions about wxHaskell. First, is there an event that I can respond to that fires when the text has been changed in a text control? Right now i'm listening to the "keyboard" event. This is unsatisfactory because the "text" property of the textcontrol isn't updated until _after_ the event has been handled. (I'm trying to update the text of a label when a user inputs text in a text control, in "realtime") Second, is there a way to change the behaviour of the treecontrol so that it displays "selectedImage" for a certain node as long as the node is expanded? This is the desired behaviour for a tree that displays both files and folders (ie. one that doesn't have a file view aswell). Finally, the wxWidgets debug library (compiled with vc++) reports about memory leaks when I exit my wxHaskell program. Since I don't manually handle any resources, is this maybe the result of bugs in wxHaskell? /David Waern |
From: Georg M. <mai...@st...> - 2005-03-06 23:42:45
|
On Thu, 03 Mar 2005 13:31:13 +0900, Jens Petersen <je...@ju...> = wrote: > Jens Petersen wrote: >> % ghc -package wx HelloWorld.hs >> /usr/lib64/ghc-6.2.2/libwxc-gtk2.4.2-0.9.so: undefined reference to >> `wxGLCanvas::SwapBuffers()' > > Ok, the solution to this is just to configure with --with-opengl. > >> % ./helloworld ./helloworld: error while loading shared libraries: >> libwxc-gtk2.4.2-0.9.so: cannot open shared object file: No such file o= r >> directory > > I worked round this by moving the library to system libdir. > You can also set the LD_LIBRARY_PATH variable to contain the path where t= he library lies. Georg --=20 ---- Georg Martius, Tel: (+49 34297) 89434 ---- ------- http://www.flexman.homeip.net --------- |
From: Jens P. <je...@ju...> - 2005-03-03 05:07:12
|
FYI I rpm-packaged wxhaskell-0.9 and added it to the Fedora Haskell package repository[1]. Cheers, Jens [1] http://haskell.org/fedora/ |
From: Jens P. <je...@ju...> - 2005-03-03 04:31:23
|
Jens Petersen wrote: > % ghc -package wx HelloWorld.hs > /usr/lib64/ghc-6.2.2/libwxc-gtk2.4.2-0.9.so: undefined reference to > `wxGLCanvas::SwapBuffers()' Ok, the solution to this is just to configure with --with-opengl. > % ./helloworld ./helloworld: error while loading shared libraries: > libwxc-gtk2.4.2-0.9.so: cannot open shared object file: No such file or > directory I worked round this by moving the library to system libdir. Jens |