[wxhaskell-devel] Compiler error messages, compiling sample programs

2008-10-15 Thread Henk-Jan van Tuyl
make ImageViewer.hs [1 of 1] Compiling Main ( ImageViewer.hs, ImageViewer.o ) ImageViewer.hs:40:7: Not in scope: `topLevelWindowSetIconFromFile' -- Regards, Henk-Jan van Tuyl -- http://functor.bamikanarie.com http://Van.Tuyl.eu/ -- --

[wxhaskell-devel] GHCi crashed by bouncing balls

2008-10-19 Thread Henk-Jan van Tuyl
.UI.WX > main :: IO () > main = start myFrame >myFrame :: IO () > myFrame = > do >f <- frameFixed [text := "Crash test"] >return () Software used: GHC 6.8.3 / wxWindows 0.10.3 / Windows XP -- Regards, Henk-Jan van Tuyl -- http://fu

[wxhaskell-devel] Broken link in WXCore documentation

2008-10-19 Thread Henk-Jan van Tuyl
-UI-WXCore-WxcClasses.html -- Regards, Henk-Jan van Tuyl -- http://functor.bamikanarie.com http://Van.Tuyl.eu/ -- - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux

Re: [wxhaskell-devel] Compiler error messages, compiling sample programs

2008-11-03 Thread Henk-Jan van Tuyl
PaintDirect.hs [1 of 1] Compiling Main ( PaintDirect.hs, PaintDirect.o ) PaintDirect.hs:9:0: Warning: Deprecated use of `imageGetPixelBuffer' (imported from Graphics.UI.WXCore, but defined in Graphics.UI.WXCore.Image): Use withPixelBuffer i

[wxhaskell-devel] Segmentation fault/access violation in generated code

2009-01-04 Thread Henk-Jan van Tuyl
rds, Henk-Jan van Tuyl -- http://functor.bamikanarie.com http://Van.Tuyl.eu/ -- -- ___ wxhaskell-devel mailing list wxhaskell-devel@lists.sourceforge.net ht

[wxhaskell-devel] Layout bug

2009-01-04 Thread Henk-Jan van Tuyl
vertical line between the panels. OS: Windows XP Compiler: GHC version 6.10.1 -- Regards, Henk-Jan van Tuyl -- http://functor.bamikanarie.com http://Van.Tuyl.eu

[wxhaskell-devel] Bouncing balls do not react to keyboard

2009-01-04 Thread Henk-Jan van Tuyl
L.S., Program wxhaskell-0.11.0\samples\wx\BouncingBalls.hs does not respond to the keyboard, for example, the program does not pause when I press 'p'. Package: wxHaskell 0.11.0 OS: Windows XP Compiler: GHC version 6.10.1 -- Regards, Henk-Jan van Tuyl

[wxhaskell-devel] Resizing only when enlarging

2009-01-05 Thread Henk-Jan van Tuyl
again (either vertically or horizontally), the canvas is immediately moved to a visible location. Package: wxHaskell 0.11.0, wxWidgets 2.8.9 OS: Windows XP Compiler: GHC version 6.10.1 -- Regards, Henk-Jan van Tuyl -- http://functor.bamikanarie.com http://Van.Tuyl.eu

[wxhaskell-devel] All font families look alike

2009-01-06 Thread Henk-Jan van Tuyl
version 6.10.1 -- Regards, Henk-Jan van Tuyl -- http://functor.bamikanarie.com http://Van.Tuyl.eu/ -- FontFamilies.lhs 2009-01-06 data FontFamily = FontDefault | FontDecorative | FontRoman | FontScript | FontSwiss | FontModern > import Graphics.UI.WX > main

[wxhaskell-devel] Text not visible in bitmapButton

2009-01-11 Thread Henk-Jan van Tuyl
-- Regards, Henk-Jan van Tuyl -- http://functor.bamikanarie.com http://Van.Tuyl.eu/ -- ButtonImage.lhs 2009-01-08 > import Graphics.UI.WX > main :: IO () > main = start $ > do > f <- frame [ fontSize := 18 ] > ok <- bitmapButton f [ on command := close f,

[wxhaskell-devel] bitmapButton documentation error

2009-01-26 Thread Henk-Jan van Tuyl
7;; this is probably also necessary for bitmapButtonRes -- Regards, Henk-Jan van Tuyl -- http://functor.bamikanarie.com http://Van.Tuyl.eu/ -- -- This SF.net email is sponsored by: SourcForge Community SourceForge want

[wxhaskell-devel] Enhancement request (was: Exact fit of picture in bitmapButton)

2009-01-28 Thread Henk-Jan van Tuyl
On Sat, 10 Jan 2009 23:57:00 +0100, Henk-Jan van Tuyl wrote: > > L.S., > > I created a bitmapButton as follows: > >> ok <- bitmapButton f [ on command := close f, picture := >> "button62.gif", text := "Ok" ] > > The picture is not sh

[wxhaskell-devel] Online documentation

2009-06-02 Thread Henk-Jan van Tuyl
nk to the latetst version of the documentation, but to version 0.10.1 The situation for WX is similar. -- Regards, Henk-Jan van Tuyl -- http://functor.bamikanarie.com http://Van.Tuyl.eu/ -- -- OpenSolaris 2009.06

[wxhaskell-devel] Cannot install binary wxHaskell package

2009-06-08 Thread Henk-Jan van Tuyl
-4.1.0.0, containers-0.2.0.1 -- Regards, Henk-Jan van Tuyl -- http://functor.bamikanarie.com http://Van.Tuyl.eu/ -- -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option th

[wxhaskell-devel] How do I create a modal window

2009-06-18 Thread Henk-Jan van Tuyl
f] > WXCore.frameCenter f >set f [ layout := column 1 [ label "Are you sure?" > , WXCore.row 10 [ widget yes, widget no ] > ] > ] How can I do this correctly? [1] http://en.wikipe

Re: [wxhaskell-devel] wxcore installation failing on Windows Vista

2009-11-24 Thread Henk-Jan van Tuyl
e following: > > setup.exe: wx-config: runGenProcess: does not exist (No such file or > directory) You must install wx-config.exe [1] first. Regards, Henk-Jan van Tuyl [1] http://wxconfig.googlepages.com/ -- -- http://Van.Tuyl.eu/ http://mem

Re: [wxhaskell-devel] StyledTextControl

2010-02-04 Thread Henk-Jan van Tuyl
the > status of stc is wrt wxhaskell (I think I saw a mail from November > where it was suggested that stc would be moved to a separate package). > > So, the question is, is there something I can do to help other people > having a merrier experience trying stc next time? :) For o

Re: [wxhaskell-devel] [wxhaskell-users] Problems installing wxcore (space in path)

2012-06-07 Thread Henk-Jan van Tuyl
On Wed, 06 Jun 2012 23:14:20 +0200, Henk-Jan van Tuyl wrote: > The following session seems to indicate that the setup of wxcore cannot > handle a space in the pathname of the directory where packages are > installed. I don't know how to change the location of this directory; any

[wxhaskell-devel] Running out of memory, installing wxcore

2012-06-07 Thread Henk-Jan van Tuyl
0.1... Generating class type definitions from .h files setup.exe: out of memory cabal: Error: some packages failed to install: wxcore-0.90.0.1 failed during the configure step. The exception was: ExitFailure 1 Does anyone have the same experience? Any quick solution? Regards, Henk-Jan van T

[wxhaskell-devel] Update needed for the wxdirect and wxcore packages

2012-09-10 Thread Henk-Jan van Tuyl
tainers-0.5 Regards, Henk-Jan van Tuyl -- http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming -- -- Live Security Virtual Conference Exclusive live event will cover all the ways

[wxhaskell-devel] Darcs gets too little files

2012-12-23 Thread Henk-Jan van Tuyl
there something wrong with the repository? I used darcs version 2.8.1 and version 2.8.2 on a Windows XP system. Regards, Henk-Jan van Tuyl -- http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming

Re: [wxhaskell-devel] Status/development of wxHaskell?

2013-01-25 Thread Henk-Jan van Tuyl
On Thu, 24 Jan 2013 12:09:00 +0100, Atze Dijkstra wrote: > is any development/maintenance done at all? I just decided to do some maintenance; I hope someone will apply my patches. There are several yaks to be shaved beforehand, however. Regards, Henk-Jan van Tuyl -- http://Van.Tuyl

Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-24 Thread Henk-Jan van Tuyl
pend on Eiffel anymore. Regards, Henk-Jan van Tuyl [0] http://hackage.haskell.org/packages/archive/wxcore/0.12.1.7/doc/html/Graphics-UI-WXCore-WxcClassesAL.html#g:81 -- http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tour

Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-25 Thread Henk-Jan van Tuyl
L.hs . This file is automatically created when you run cabal install or runhaskell Setup configure runhaskell Setup build inside the wxcore directory. Note, that you first have to install wxdirect and wxc You only need to import Graphics.UI.WXCore to get the wanted functionality. Reg

Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-25 Thread Henk-Jan van Tuyl
t; any sample / test available , out of chance ? > > Many thanks for your patience, anyway :-) > > Luc I can't find any renderer functions in wx, or any samples/tests; I suppose the best thing to do is to try to translate C++ sample programs to Haskell. Regards, Henk-Jan v

Re: [wxhaskell-devel] I would like to know how to use the following events handlers : dropTargetOnData, dropTargetOnDrop, dropTargetOnEnter,

2013-04-11 Thread Henk-Jan van Tuyl
huge and there are not many applications using it. If you have figured it all out, I hope you want to write a HaskellWiki page about it. Regards, Henk-Jan van Tuyl -- http://Van.Tuyl.eu/ http://members.chello.nl/hjgtuyl/tourdemonad.html Haskell programming -- --

Re: [wxhaskell-devel] Project ownership and Hackage upload

2013-06-13 Thread Henk-Jan van Tuyl
On Thu, 13 Jun 2013 23:24:31 +0200, Eric Kow wrote: > So it's been a week since Atze has agreed to take on maintainership of > wxHaskell. Shall we perhaps make it official with an announcement That's fine with me. Regards, Henk-Jan van Tuyl -- Folding@home What if you

Re: [wxhaskell-devel] Compile problems

2013-06-17 Thread Henk-Jan van Tuyl
On Mon, 17 Jun 2013 15:32:17 +0200, harry wrote: > Henk-Jan van Tuyl writes: > >> I have attached uuid.dll; it seems they have removed it from the latest >> revision of XAMPP. I used XAMPP 1.7.4, I will update the >> wxHaskell/Windows >> page. > > T

Re: [wxhaskell-devel] Compile problems

2013-06-17 Thread Henk-Jan van Tuyl
On Mon, 17 Jun 2013 20:03:28 +0200, harry wrote: > Henk-Jan van Tuyl writes: > >> Searching for "uuid: %1 is not a valid Win32 application" leads to the >> causes: >> - space in the path to the DLL >> - mixup of 32/64 bit > > Your google is a

Re: [wxhaskell-devel] Compile problems

2013-06-18 Thread Henk-Jan van Tuyl
On Tue, 18 Jun 2013 09:03:04 +0200, harry wrote: > Henk-Jan van Tuyl writes: > >> I have a 32 bit system, the DLLs are working, so the DLLs must be 32 >> bit. > > Since the HP for Windows is only 32 bit, that must be right for me as > well? Have you tried placi

[wxhaskell-devel] The state of wxHaskell

2013-08-20 Thread Henk-Jan van Tuyl
les on other platforms? Regards, Henk-Jan van Tuyl [0] https://github.com/wxHaskell/wxHaskell -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch t

Re: [wxhaskell-devel] The state of wxHaskell

2013-09-01 Thread Henk-Jan van Tuyl
On Tue, 20 Aug 2013 17:19:58 +0200, Henk-Jan van Tuyl wrote: > There are still some major challenges: the sample programs compiled (on > Windows XP) with wxWidgets 2.9.3 are quite buggy; things become worse > when > wxWidgets 2.9.4 is used - after a while the samples crash wi

Re: [wxhaskell-devel] OSX Build Failure

2013-09-17 Thread Henk-Jan van Tuyl
ell/wxHaskell or download the zip file from the web page with the same address. Then install the packages from disk in the following order: wxdirect wxc wxcore wx Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes

[wxhaskell-devel] Bug tickets

2013-09-19 Thread Henk-Jan van Tuyl
L.S., I have entered several tickets[0] for bugs I have found while running samples from the repository; they are the tickets #65 and up. More tickets are coming up; the older tickets are mostly solved. Regards, Henk-Jan van Tuyl [0] http://sourceforge.net/p/wxhaskell/bugs/ -- Folding

[wxhaskell-devel] More packages for the wxHaskell repository, and maintenance of these packages

2013-09-20 Thread Henk-Jan van Tuyl
mailing list. If this is OK with you, I will do this a week from now. Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watc

[wxhaskell-devel] Administration of the wxHaskell tickets

2013-09-25 Thread Henk-Jan van Tuyl
L.S., Is there anyone with administrator rights for the wxHaskell tickets on SourceForge still reading this mailing list? Several open bug tickets can be closed now. I am willing to take on administration of the wxHaskell tickets myself. Regards, Henk-Jan van Tuyl -- Folding@home What if

[wxhaskell-devel] Architecture (32 vs. 64 bit) of the dynamic libraries

2013-10-05 Thread Henk-Jan van Tuyl
rds, Henk-Jan van Tuyl [0] http://sourceforge.net/p/wxhaskell/feature-requests/8/ -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer sooner. Watch the vid

Re: [wxhaskell-devel] wxHaskell vs GHCi

2013-10-06 Thread Henk-Jan van Tuyl
't GHCi support be all right with the next GHC release? Did someone try a nightly build of GHC to test this? There are no nightly builds for Windows, and I can't get GHC compiled, so I cannot test this. Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unus

Re: [wxhaskell-devel] Architecture (32 vs. 64 bit) of the dynamic libraries

2013-10-11 Thread Henk-Jan van Tuyl
On Sat, 05 Oct 2013 14:02:11 +0200, Henk-Jan van Tuyl wrote: > > L.S., > > I am trying to implement a check if the architecture (32 vs. 64 bit) of > the dynamic libraries of wxWidgets matches the architecture that > wxHaskell is being built with. I have implemented this an

[wxhaskell-devel] New Stable Major wxWidgets 3.0.0 Release

2013-11-14 Thread Henk-Jan van Tuyl
L.S., There is a new major release of wxWidgets, see http://www.wxwidgets.org/ Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us c

Re: [wxhaskell-devel] New Stable Major wxWidgets 3.0.0 Release

2013-11-18 Thread Henk-Jan van Tuyl
It is difficult to say, whether or not we want to release the current wxHaskell; there is a difference of day and night, as far as Windows users is concerned, as the current Hackage package cannot be installed on a Windows computer. There are, however, still serious bugs in the GitHub version.

Re: [wxhaskell-devel] New Stable Major wxWidgets 3.0.0 Release

2013-11-18 Thread Henk-Jan van Tuyl
On Mon, 18 Nov 2013 16:23:25 +0100, Henk-Jan van Tuyl wrote: > On Sat, 16 Nov 2013 16:12:19 +0100, Eric Kow wrote: > >> Great! So hopefully all the work targeting 2.9.x pays off now, and it's >> just a matter of bumping a few version numbers in the build files? >

[wxhaskell-devel] wxHaskell release

2013-11-20 Thread Henk-Jan van Tuyl
ready for release, as most wxHaskell sample programs do not run correctly with wxWidgets 3.0. I propose to use version number 0.91 for such a release. Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join

[wxhaskell-devel] Is wxHaskell tested on Linux, OS X?

2013-12-05 Thread Henk-Jan van Tuyl
L.S., Did anyone test the most recent version of wxHaskell on Linux and OS X? Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us closer s

Re: [wxhaskell-devel] Is wxHaskell tested on Linux, OS X?

2013-12-05 Thread Henk-Jan van Tuyl
d problems with wxWidget 3.0 as well; it seems that some extra updates are necessary. Could you test wxHaskell with wxWidgets 2.9.5 on OS X? If that works, we can release wxHaskell for wxWidgets 2.9 and start working on a new release for wxWidgets 2.9 + 3.0 Regards, Henk-Jan van Tuyl -- F

Re: [wxhaskell-devel] New Stable Major wxWidgets 3.0.0 Release

2014-01-06 Thread Henk-Jan van Tuyl
On Fri, 03 Jan 2014 16:08:45 +0100, Mark wrote: > Henk-Jan van Tuyl writes: > >> >> On Mon, 18 Nov 2013 16:23:25 +0100, Henk-Jan van Tuyl >> >> wrote: >> > >> I spoke too soon, the setup of wxc contains a version number (2.9); I >> wil

Re: [wxhaskell-devel] wxWidgets on github

2014-01-29 Thread Henk-Jan van Tuyl
] or wxHaskell developer list[1]. wxHaskell does not work reliably with wxWidgets 3.0.0 on Windows or OS X. I hope someone can tell us that wxHaskell works fine with wxWidgets 2.9.5 on OS X, so that we can release the current wxHaskell on Hackage and go on with wxWidgets 3.0.0 without branchin

[wxhaskell-devel] Let's release the current wxHaskell

2014-02-21 Thread Henk-Jan van Tuyl
. The main advantage of this release is that this version installs properly on Windows. Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's biggest networked computer and get us c

Re: [wxhaskell-devel] Let's release the current wxHaskell

2014-02-22 Thread Henk-Jan van Tuyl
else can handle this soon. My personal priorities are: - Getting a reasonably reliable wxHaskell (for wxWidgets 3.0) - Making wxHaskell easy to compile and/or creating binary packages, so that more people start using wxHaskell and eventually participate in the development

Re: [wxhaskell-devel] using graphicscontext inside a paint event

2014-03-10 Thread Henk-Jan van Tuyl
if someone is willing to help improve wxHaskell, but I can't say anything about this, until I have done some studying on the subject. Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join th

Re: [wxhaskell-devel] Let's release the current wxHaskell

2014-03-19 Thread Henk-Jan van Tuyl
On Sat, 22 Feb 2014 00:54:03 +0100, Henk-Jan van Tuyl wrote: > I think we can release the current wxHaskell on Hackage and go on with > wxWidgets 3.0.0 without branching on GitHub. If someone adds me to the > list of maintainers (for the packages wxdirect, wxc, wxcore and wx) on >

[wxhaskell-devel] ANNOUNCE: wxHaskell 0.90.1.0

2014-03-21 Thread Henk-Jan van Tuyl
The packages are: - wxc https://hackage.haskell.org/package/wxc - wxdirect https://hackage.haskell.org/package/wxdirect - wxcorehttps://hackage.haskell.org/package/wxcore - wxhttps://hackage.haskell.org/package/wx Regards, Henk-Jan van Tuyl [0] https://www.wxwidget

[wxhaskell-devel] Bug ticket 85

2014-03-23 Thread Henk-Jan van Tuyl
L.S., To solve bug ticket 85 [0], I plan to change wxHaskell, so that GCC >= 4.5 must be used on Windows, instead of GCC < 4.5. As GCC 4.5 is already quite old, I think we can drop the support for older versions. Is anyone opposed to that? Regards, Henk-Jan van Tuyl [0

[wxhaskell-devel] Pull request 2

2014-06-03 Thread Henk-Jan van Tuyl
L.S., Did someone check the current pull request for wxHaskell on GitHub[0]? If no one objects, I will apply this patch a week from now. Regards, Henk-Jan van Tuyl [0] https://github.com/wxHaskell/wxHaskell/pull/2/files -- Folding@home What if you could share your unused computer

[wxhaskell-devel] Release 0.91?

2014-07-27 Thread Henk-Jan van Tuyl
L.S., I think it is about time to release wxHaskell 0.91, as the current release does not support wxWidgets 3.0 and wxWidgets 3.0.1 is much better than wxWidgets 2.9.5. If no one objects, I will release wxHaskell 0.91 two weeks from now. Regards, Henk-Jan van Tuyl -- Folding@home What

[wxhaskell-devel] ANNOUNCE: wxHaskell 0.91.0.0

2014-08-12 Thread Henk-Jan van Tuyl
https://hackage.haskell.org/package/wxc - wxdirect https://hackage.haskell.org/package/wxdirect - wxcorehttps://hackage.haskell.org/package/wxcore - wxhttps://hackage.haskell.org/package/wx Regards, Henk-Jan van Tuyl [0] https://www.wxwidgets.org [1] https://www.haskell.org/

Re: [wxhaskell-devel] using graphicscontext inside a paint event

2015-02-23 Thread Henk-Jan van Tuyl
On Mon, 10 Mar 2014 15:25:59 +0100, Kristof Bastiaensen wrote: > On 10-03-14 14:13, Henk-Jan van Tuyl wrote: >> On Sun, 09 Mar 2014 20:10:28 +0100, Kristof Bastiaensen >> wrote: >> >>> I need to use a graphicpath to draw bezier curves, but wxhaskell >>&g

Re: [wxhaskell-devel] wxdirect version bump for time needed

2015-06-17 Thread Henk-Jan van Tuyl
e > < 1.6 or whatever to fix this problem? The GitHub version of wxHaskell is already compilable with GHC 7.10 and will probably be released soon. Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you ca

[wxhaskell-devel] ANN: wxHaskell 0.92

2015-08-28 Thread Henk-Jan van Tuyl
g/package/wxcore - wxhttps://hackage.haskell.org/package/wx Regards, Henk-Jan van Tuyl [0] https://www.wxwidgets.org [1] https://wiki.haskell.org/WxHaskell -- Folding@home What if you could share your unused computer power to help find a cure? In just 5 minutes you can join the world's b

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

2015-09-03 Thread Henk-Jan van Tuyl
Can you provide a link to a bug ticket or discussion about this problem? Currently, I am not able to run wxHaskell inside GHCi (on Windows). Regards, Henk-Jan van Tuyl On Mon, 31 Aug 2015 20:55:30 +0200, Conal Elliott wrote: > Thanks for the update. What's the status of the old pr

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

2015-09-04 Thread Henk-Jan van Tuyl
On Thu, 03 Sep 2015 16:57:13 +0200, Henk-Jan van Tuyl wrote: : > Currently, I am not able to run wxHaskell inside GHCi (on Windows). : I discovered that wxHaskell runs inside GHCi, when I install it locally, i.o. in a sandbox. Regards, Henk-Jan van Tuyl -- Folding@home What if you co

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

2015-09-05 Thread Henk-Jan van Tuyl
op-level window was > displayed from a given process, whether in ghci or standalone compiled. > Especially inconvenient with ghci, as I typically wanted to open more > than > one top-level window in that context (exploratory programming). > > -- Conal > > On Fri, Sep 4, 2015 at 1:1

[wxhaskell-devel] Release wxHaskell 0.92.1?

2015-10-06 Thread Henk-Jan van Tuyl
L.S., As pull request #19 solved a crash in an application I am developing, I think it is worth while to release the current wxHaskell as 0.92.1, in a few days. Let me know if you have any objection. Regards, Henk-Jan van Tuyl -- Folding@home What if you could share your unused computer

[wxhaskell-devel] ANN: wxInstall Abriline and wxHaskell 0.92.1.0

2015-10-08 Thread Henk-Jan van Tuyl
://wiki.haskell.org/WxHaskell The packages are: - wxc https://hackage.haskell.org/package/wxc - wxdirect https://hackage.haskell.org/package/wxdirect - wxcorehttps://hackage.haskell.org/package/wxcore - wxhttps://hackage.haskell.org/package/wx Regards, Henk-Jan van

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

2015-11-15 Thread Henk-Jan van Tuyl
DLL This is caused by a GHC bug and is reported in GHC bug ticket 3242 [0], it should be solved in GHC 8.0.1 (The 32 bit GHCi crashes when exited, after running a wxHaskell program, but this is not a problem for application developers.) Regards, Henk-Jan van Tuyl [0] https://ghc.haskell.org

[wxhaskell-devel] ANN: wxInstall Achelanne and wxHaskell 0.92.2.0

2015-12-30 Thread Henk-Jan van Tuyl
- wxdirect https://hackage.haskell.org/package/wxdirect - wxcorehttps://hackage.haskell.org/package/wxcore - wxhttps://hackage.haskell.org/package/wx Regards, Henk-Jan van Tuyl [0] http://sourceforge.net/projects/wxhaskell/files/wxInstall/ [1] https://wiki.haskell.org

[wxhaskell-devel] ANN: wxHaskell 0.92.3.0

2017-04-28 Thread Henk-Jan van Tuyl
https://hackage.haskell.org/package/wx Regards, Henk-Jan van Tuyl [0] http://sourceforge.net/projects/wxhaskell/files/wxInstall/ [1] https://wiki.haskell.org/WxHaskell/Windows#Installing_the_easy_way [2] https://wiki.haskell.org/WxHaskell [3] https://wxwidgets.org/ -- Folding@home What if you