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: David R. <dr...@jd...> - 2003-07-30 13:41:17
|
I get the following error when trying to compile wxHaskell 0.1 with ghc6 on a debian testing system: ghc -c wxh/src/Graphics/UI/WXH/IntMap.hs -o out/wxh/imports/Graphics/UI/WXH/IntMap.o -ohi out/wxh/imports/Graphics/UI/WXH/IntMap.hi -odir out/wxh/imports/Graphics/UI/WXH/ -fvia-C -package-name wxh -iout/wxh/imports -Iwxc/include wxh/src/Graphics/UI/WXH/IntMap.hs:168: parse error on input `\' make: *** [out/wxh/imports/Graphics/UI/WXH/IntMap.o] Error 1 The relevant line seems to be: infixl 9 \\ -- David Roundy http://www.abridgegame.org |
From: <72...@in...> - 2003-07-29 23:10:44
|
First of all, please pardon my clumsy english. I am Jose David Fernandez, a computer studies student at the university of Malaga, Spain. I am developing a yahu-liked GUI on top of WXH, like your WX, as a project for finish my studies. I know this is not the moment for comment anything, since certainly everybody are on holydays, but I want to report a bug before I forget to do it. Your mouse event handlers receive a MouseEvent data as argument. This data can have the constructors MouseLeftDrag, MouseRightDrag, MouseMiddleDrag, and others. You get the button that is dragging by consulting the mouseEventGetButton method. But (and here is the bug) this method returns -1 on a wxEVT_MOTION event (see wxwindows docs), and the mouseEventDragging method only returns TRUE on wxEVT_MOTION, so your data event converter always yields MouseLeftDrag (the default choice), never the other two MouseXXXDrag. I have been looking for a solution. I think you should use the methods XXXIsDown, what is I am going to do in my library. I hope I have been useful. I would want to comment another thing. Since I am working with the WXH package, I need the sources for consulting. You have packed all them except wxcClasses and wxcDefs. I am working now with older ones, and I think I can get newer ones from the CVS, but it would be useful that you put them in the source release in your download page. Thank you for this wonderful port of wxwindows to haskell and happy return from holyday. --------------------------------------------- Este mensaje lo ha enviado un Alumno de la Universidad de Malaga. http://www.alumnos.uma.es/ |
From: Arthur B. <art...@ho...> - 2003-07-24 20:44:31
|
I have created an "out-of-the-box" MacOS X installer for wxHaskell. Simply double-click on the package. The installer can be downloaded from: http://home.deds.nl/~dediav/WxHaskell.dmg This link is only valid for a couple of weeks. After Daan returns from holidays he'll probably put it on the wxHaskell pages. Note the package only works with ghc 6.0 or higher! The installer does the following: 1) copy wxWindows and wxHaskell libraries to /usr/local/wxhaskell 2) register the wx and wxh packages with ghc-pkg To uninstall, type in a Terminal: 1) rm /usr/local/wxhaskell 2) ghc-pkg -r wxh 3) ghc-pkg -r wx The package also contains the wxHaskell documentation and samples. Copy them to your disk. To test the installation: Open a terminal in the samples/wx directory, and write: 1) ghc --make -package wx Camels.hs -o camels 2) /usr/local/wxhaskell/bin/macosx-app --program=camels 3) ./camels The macosx-app script is located at /usr/local/wxhaskell/bin; you may want to add this directory to your PATH. Have fun :-)) Arthur >From: "Daan Leijen" <daa...@xs...> >Date: din jul 22, 2003 19:47:27 Europe/Amsterdam >To: <ha...@ha...>, <gu...@ha...>, ><wxh...@li...> >Subject: [wxhaskell-users] Announce: wxhaskell: macOSX binaries and bugfix. >Reply-To: <daa...@xs...> > >Two announcements regarding wxHaskell: ><http://wxhaskell.sourceforge.net> > >1) I have created a binary release for MacOS X. Installation details can > be found on the download page. > >2) I have fixed a small bug in the configuration script for Linux. The > source release has been updated. (and I promise I won't do that again > as I go tomorrow on a holiday for two weeks :-) > >All the best, > Daan. _________________________________________________________________ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail |
From: Patryk Z. <pa...@ja...> - 2003-07-23 07:24:20
|
Oh, sourceforge is currently having a problem with their CVS box: From: "Jeffrey 'hemos' Bates" <he...@sl...> The CVS server has *massive* load on it. We're actually getting a CVS proxy, courtesy of San Mehat, but do not have the hardware right now to put into place. That'll go in in the next few weeks. But, yeah, most of the time, the CVS server is at astronomical loads, and continuous disk access. So, check back in a bit, and Uriah/someone else will have it working again. Just thought that people would like the reassurance that it's a known problem and there's a solution around the corner ;-) In the meantime, I guess just try again or, as Daan said, look for a mirror. Pat. On Wed, 23 Jul 2003, Daan Leijen wrote: > > I can't seem to download any files for wxHaskell from > > sourceforge; this is probably a misconfiguration on their > > part, but I thought it best to let you know as well. > > Thanks for the info. However, it downloads fine for most > people here at the university. Maybe you should try a different > mirror or click at the shown mirror URL directly. > > All the best, > Daan. > > ps. If it still doesn't work, send me a notice today and I'll put up > some local copies at my home page. (and maybe you could just > reply to me personally (and/or wxhaskell-users) to reduce traffic > at the main haskell list.) > > > _______________________________________________ > Haskell mailing list > Ha...@ha... > http://www.haskell.org/mailman/listinfo/haskell -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Patryk Zadarnowski University of New South Wales <pa...@ja...> School of Computer Science and Engineering <pa...@cs...> Programming Languages and Systems Group -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
From: Daan L. <daa...@xs...> - 2003-07-23 07:13:04
|
> I can't seem to download any files for wxHaskell from > sourceforge; this is probably a misconfiguration on their > part, but I thought it best to let you know as well. Thanks for the info. However, it downloads fine for most people here at the university. Maybe you should try a different mirror or click at the shown mirror URL directly. All the best, Daan. ps. If it still doesn't work, send me a notice today and I'll put up some local copies at my home page. (and maybe you could just reply to me personally (and/or wxhaskell-users) to reduce traffic at the main haskell list.) |
From: Abraham E. <ae...@an...> - 2003-07-23 01:11:17
|
Given your impending vacation, this might not be the best time to mention it, but... I can't seem to download any files for wxHaskell from sourceforge; this is probably a misconfiguration on their part, but I thought it best to let you know as well. |
From: Daan L. <daa...@xs...> - 2003-07-22 17:47:43
|
Two announcements regarding wxHaskell: <http://wxhaskell.sourceforge.net> 1) I have created a binary release for MacOS X. Installation details can be found on the download page. 2) I have fixed a small bug in the configuration script for Linux. The source release has been updated. (and I promise I won't do that again as I go tomorrow on a holiday for two weeks :-) All the best, Daan. |
From: Daan L. <daa...@xs...> - 2003-07-21 19:38:30
|
Announcement: wxHaskell 0.1 --------------------------- <http://wxhaskell.sourceforge.net> wxHaskell is a new portable GUI library for Haskell. The goal of the project is to provide an industrial strength portable GUI library, but without the burden of developing (and maintaining) one ourselves. wxHaskell is therefore build on top of wxWindows -- a comprehensive C++ library that is portable across all major GUI platforms; including GTK, Windows, X11, and MacOS X. Furthermore, it is a mature library (in development since 1992) that supports a wide range of widgets with native look-and-feel, and it has a very active community (ranked among the top 25 most active projects on sourceforge). Since most of the interface is automatically generated from the wxEiffel binding, the current release of wxHaskell already supports about 75% of the wxWindows functionality -- about 2500 methods in 500 classes with 1200 constant definitions. wxHaskell has been build with GHC 6.0 on Windows, MacOS X and Unix systems with GTK. A binary distribution is available for Windows (and we are working on a binary release for MacOS X). And even if you don't intend to write GUI's yourself, it will be fun to check out the screenshots at <http://wxhaskell.sourceforge.net>. All the best, Daan Leijen. |
From: Daan L. <daa...@xs...> - 2003-07-14 08:45:20
|
This is another test message. |
From: Daan L. <daa...@xs...> - 2003-07-14 08:38:07
|
This is a test message. |