[wxhaskell-devel] ANN: wxHaskell 0.92.3.0

2017-04-28 Thread Henk-Jan van Tuyl

L.S.,

I am happy to announce a new version of wxHaskell: 0.92.3.0
Windows users can still use wxInstall Achelanne 0.1 to install this new  
version of wxHaskell.[0][1]

Changes in wxHaskell since 0.92.2:
  - Improvements for compilation on BSD platform
  - Improved commandline handling
  - Sample program PaintGC.hs added
  - Compilation can now be done with an alternative wx-config.exe
  - Simplification of Windows build process with Stack
  - Several bugs solved

Thanks to everyone who contributed!


What is wxHaskell?
--
wxHaskell[2] is a portable and native GUI library for Haskell. The goal of
the project is to provide an industrial strength GUI library for Haskell,
but without the burden of developing (and maintaining) one ourselves.

wxHaskell is therefore built on top of wxWidgets[3] – 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 the
native look-and-feel.


Links
-
See the homepage of wxHaskell for more information:
   https://wiki.haskell.org/WxHaskell

Repository:
   https://github.com/wxHaskell/wxHaskell

Tickets:
   https://sourceforge.net/p/wxhaskell/_list/tickets

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] 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 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 video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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

2015-12-30 Thread Henk-Jan van Tuyl

L.S.,

I am happy to announce a new version of wxHaskell: 0.92.2.0 and new
installation packages for wxHaskell on Windows: wxInstall Achelanne 0.1
(32 bit and 64 bit)

Changes in wxHaskell since 0.92.1:
- Solved warnings for wxcore, wxdirect, wxc
- Added support for Pickerctrl, Hyperlinkctrl and some Streams in wxc  
and
wxcore
- Solved several bugs
- Added some image Functions in wxc and wxcore
- Added enumerateFonts function in wxcore
- Updated wxBITMAP_TYPE_ constants
- Adapted to GHC 7.10.3

Thanks to everyone who contributed!

wxInstall Achelanne[0] is created because GHC 7.10.3 for Windows is
accompanied with a newer GCC: 5.2.0. A detailed description can be found
at the wxHaskell-for-Windows homepage[1].


What is wxHaskell?
--
wxHaskell[2] is a portable and native GUI library for Haskell. The goal of
the project is to provide an industrial strength GUI library for Haskell,
but without the burden of developing (and maintaining) one ourselves.

wxHaskell is therefore built on top of wxWidgets – 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 the
native look-and-feel.


Links
-
See the homepage of wxHaskell for more information:
 https://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 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



-- 
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 video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] 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 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/trac/ghc/ticket/3242


-- 
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 video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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

2015-10-08 Thread Henk-Jan van Tuyl

L.S.,

I am happy to announce the installation packages for wxHaskell on Windows,  
and a new version of wxHaskell: 0.92.1.0

So far, the installation of wxHaskell on Windows has been difficult, but  
now it is just a matter of downloading an installation package[0][1],  
unzipping it to the directory where you want to have it installed, and  
clicking on Install.bat. A detailed description can be found at the  
wxHaskell-for-Windows homepage[2]. The current configuration of the  
installation packages (one package for 32 bit and one for 64 bit systems),  
is called Abriline and contains compiled wxWidgets 3.0.2 and all further  
necessary DLLs. The installation procedure automatically installs the  
latest version of wxHaskell and can be used for several of the most recent  
versions of GHC.

In case you are wondering where the name Abriline comes from, it is  
generated by a girls name generator I wrote (in Haskell of course); I  
selected this name because a search on Internet seems to indicate that the  
name is brand new.

The new version of wxHaskell is released because it solves a bug that  
could crash an application.


What is wxHaskell?
--
wxHaskell[3] is a portable and native GUI library for Haskell. The goal of
the project is to provide an industrial strength GUI library for Haskell,
but without the burden of developing (and maintaining) one ourselves.

wxHaskell is therefore built on top of wxWidgets – 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 the
native look-and-feel.


Links
-
See the homepage of wxHaskell for more information:
   https://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 Tuyl


[0]  
http://sourceforge.net/projects/wxhaskell/files/wxInstall/wxInstall-Abriline-32-0.1.zip/download
[1]  
http://sourceforge.net/projects/wxhaskell/files/wxInstall/wxInstall-Abriline-64-0.1.zip/download
[2] https://wiki.haskell.org/WxHaskell/Windows#Installing_the_easy_way
[3] 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 biggest networked computer and get
us closer sooner. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[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 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 video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


Re: [wxhaskell-devel] [wxhaskell-users] [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  
times without a problem.

Henk-Jan


On Fri, 04 Sep 2015 23:56:47 +0200, Conal Elliott <co...@conal.net> wrote:

> 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, 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:13 AM, Henk-Jan van Tuyl <hjgt...@chello.nl>  
> wrote:
>
>> On Thu, 03 Sep 2015 16:57:13 +0200, Henk-Jan van Tuyl  
>> <hjgt...@chello.nl>
>> 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 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 video.
>> http://folding.stanford.edu/
>>
>>
>> http://Van.Tuyl.eu/
>> http://members.chello.nl/hjgtuyl/tourdemonad.html
>> Haskell programming
>> --
>>
>>
>> --
>> ___
>> wxhaskell-devel mailing list
>> wxhaskell-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel
>>





-- 
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 video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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 <hjgt...@chello.nl>  
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 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 video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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 <co...@conal.net> wrote:

> Thanks for the update. What's the status of the old problem of crashing  
> the
> host process if one opens more than one top-level window (as typical in
> GHCi)?  - Conal
>
> On Fri, Aug 28, 2015 at 1:16 AM, Henk-Jan van Tuyl <hjgt...@chello.nl>
> wrote:
>
>>
>> L.S.,
>>
>> I am happy to announce a new version of wxHaskell (0.92).
:
:


-- 
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 video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991=/4140
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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

2015-06-17 Thread Henk-Jan van Tuyl
On Wed, 17 Jun 2015 06:25:35 +0200, Gregory Crosswhite  
gcrosswh...@gmail.com wrote:

 The version of the time package shipped with GHC 7.10 is 1.5.0.1, but
 the bound in wxdirect for the time package is  1.5, so wxdirect does
 not compile with GHC 7.10.  Could you bump the version to something like
  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 can join the world's biggest networked computer and get  
us closer sooner. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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  
kris...@resonata.be wrote:

 On 10-03-14 14:13, Henk-Jan van Tuyl wrote:
 On Sun, 09 Mar 2014 20:10:28 +0100, Kristof Bastiaensen
 kris...@resonata.be wrote:

 I need to use a graphicpath to draw bezier curves, but wxhaskell  
 doesn't
 allow
 me to create a graphicscontext from a paint event.
 :
 :
 I am willing to help coding this functionality.

 It's always great 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.

 I see.  I am coding this up because I really need it, but feedback
 is welcome of course.  My final version is here:

 https://github.com/kuribas/wxHaskell

 If you like it I'll put a pull request.


I have merged your updates with the current wxHaskell in my own branch[0];  
it seems that wxWidgets must be recompiled with wxUSE_GRAPHICS_CONTEXT  
defined, how did you accomplish that?

Regards,
Henk-Jan van Tuyl

[0] https://github.com/HJvT/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 the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] ANNOUNCE: wxHaskell 0.91.0.0

2014-08-12 Thread Henk-Jan van Tuyl

L.S.,

I am happy to announce a new version of wxHaskell. This version binds to
both wxWidgets 2.9 and 3.0 [0]. As wxWidgets 3.0 is significantly better,
I advice everyone, who is already using wxHaskell, to upgrade to wxWidgets
3.0.1


What is it?
---
wxHaskell[1] is a portable and native GUI library for Haskell. The goal of
the project is to provide an industrial strength GUI library for Haskell,
but without the burden of developing (and maintaining) one ourselves.

wxHaskell is therefore built on top of wxWidgets – 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 the
native look-and-feel.


What's new?
---
  - Accept both wxWidgets 2.9 and 3.0, with a preference for 3.0
  - Added bindings for wxGraphicsContext::CreatePath
  - Use the same custom hook for `cabal copy` in wxc/Setup.hs
  - Many updates in definitions of constants and some 'deprecated'
annotations
  - samples/wx/TestTaskBarIcon.hs now displays an icon in the taskbar
  - Parsec.hs can now handle lines starting with // properly
(package wxdirect)
  - Fixed build issue that was caused by not having both
the 2.9 and 3.0 versions of wxWidgets installed
  - Made samples/test/STCEvent.hs compilable
  - Solved warnings about deprecated methods and duplicate constant
definition
  - Added -Wl to options for compiling wxc.dll
  - Adapted upper limit for packages process and array
  - Solved deprecated warning from GHC 7.8.2

Links
-
See the homepage of wxHaskell for more information:
   https://www.haskell.org/haskellwiki/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 Tuyl


[0] https://www.wxwidgets.org
[1] https://www.haskell.org/haskellwiki/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 the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[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 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 video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[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 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 video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[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] http://sourceforge.net/p/wxhaskell/bugs/85/


-- 
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 video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] ANNOUNCE: wxHaskell 0.90.1.0

2014-03-21 Thread Henk-Jan van Tuyl

L.S.,

I am happy to announce a new version of wxHaskell. This version binds to  
wxWidgets 2.9 [0].


What is it?
---
wxHaskell is a portable and native GUI library for Haskell. The goal of  
the project is to provide an industrial strength GUI library for Haskell,  
but without the burden of developing (and maintaining) one ourselves.

wxHaskell is therefore built on top of wxWidgets – 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 the  
native look-and-feel.


What's new?
---
  - Added functionality: wxGrid: cell spans, cell renderers (numeric, auto  
string wrapping),
wxScrolledWindow, wxSplitterWindow
  - Reanimated wxToggleButton, added wxBitmapToggleButton
  - Solved problem with spaces in pathnames (installation procedure,  
Windows)
  - Increased max version of dependencies
  - The external preprocessor (CPP) is now used
  - The presence of the wx-config executable is checked at installation time
  - The bitness of the wxWidgets dynamic libraries is compared to the  
bitness of the wxHaskell libraries
to generate, at installation time; a warning is given when the bitness  
is incompatible
  - Documentation improvements
  - Bugs fixed


Links
-
See the homepage of wxHaskell for more information:
   https://www.haskell.org/haskellwiki/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 Tuyl


[0] https://www.wxwidgets.org/


-- 
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 video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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 hjgt...@chello.nl
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
 Hackage, I will do this myself. My account on Hackage is HenkJanVanTuyl.

 The main advantage of this release is that this version installs properly
 on Windows.

As there is no response yet,  I suggest to tag the current version on
GitHub as version 0.90.1.0 and continue with 0.91.0.0

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. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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

2014-03-10 Thread Henk-Jan van Tuyl
On Sun, 09 Mar 2014 20:10:28 +0100, Kristof Bastiaensen  
kris...@resonata.be wrote:

 I need to use a graphicpath to draw bezier curves, but wxhaskell doesn't
 allow
 me to create a graphicscontext from a paint event.
:
:
 I am willing to help coding this functionality.

It's always great 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 the world's biggest networked computer and get  
us closer sooner. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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

2014-02-21 Thread Henk-Jan van Tuyl

L.S.,

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  
Hackage, I will do this myself. My account on Hackage is HenkJanVanTuyl.

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 closer sooner. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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 h...@bestley.co.uk wrote:

 Henk-Jan van Tuyl hjgtuyl@... writes:


 On Mon, 18 Nov 2013 16:23:25 +0100, Henk-Jan van Tuyl
 hjgtuyl@...
 wrote:


 I spoke too soon, the setup of wxc contains a version number (2.9); I  
 will
 try to get things working for both 2.9 and 3.0.



 Any progress on this.(Macports does not supply wx Widgets 2.9 anymore  
 just 3.0)

 Thanks
 Mark

I hoped that someone could tell me that wxHaskell works fine with  
wxWidgets 2.9.5 on OS X, so that we can release the current version. (The  
most recent version of wxHaskell on Hackage does not compile on Windows.)  
For wxWidgets 3.0, there are several updates necessary; debugging is  
however an enormous amount of work, as long as wxHaskell does not run  
within GHCi. The scientific way to update wxHaskell would be to study all  
changes in wxWidgets, but that is also an enormous amount of work.

For proper debugging it would be an big improvement, if we had a debugger  
that would step through both Haskell and C/C++ code.

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. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET,  PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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

2013-12-05 Thread Henk-Jan van Tuyl
On Thu, 05 Dec 2013 14:24:44 +0100, Eric Kow eric@gmail.com wrote:

 I have Ubuntu 12.04 users with hand-compiled wxWidgets 2.9.5 using
 current wxHaskell HEAD (2f065e5348343ab95ad3f1465af2619d31bcdf37)

 I was using something similar on MacOSX 10.7 (Lion), but now that I've
 upgraded to 10.9, I do seem to have some breakage.  Part of it is
 confusing though because I also figured I'd try building against
 wxWidgets 3.0 (with some tweaks to wxHaskell src to allow for this).

 So on 10.7 OK, on 10.9 still having runtime linker error


I have experienced 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


-- 
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 video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] wxHaskell release

2013-11-20 Thread Henk-Jan van Tuyl

L.S.,

The wxHaskell version, as currently on GitHub, can be released, as far
as I am concerned. That is, when it is tested and approved on a Linux and
on an OS X system; I tested it on Windows.

For wxWidgets 3.0, some updates are necessary for wxHaskell, before
wxHaskell-for-wxWidgets-3.0 is 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 the world's biggest networked computer and get
us closer sooner. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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 hjgt...@chello.nl  
wrote:

 On Sat, 16 Nov 2013 16:12:19 +0100, Eric Kow eric@gmail.com 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?

 How far do you reckon wxHaskell is from its next release?

 There are no version numbers of wxWidgets in wxHaskell

I spoke too soon, the setup of wxc contains a version number (2.9); I will  
try to get things working for both 2.9 and 3.0.

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. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[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 closer sooner. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
DreamFactory - Open Source REST  JSON Services for HTML5  Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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 hjgt...@chello.nl  
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 and pushed it to the repository. When the wxc  
setup is run on Windows, Linux or OS X, the message The bitness is  
correct should be given. If the message is The bitness is not checked,  
the setup could probably not find a proper dynamic library; this should be  
considered to be a bug. (Setup searches for a dynamic library in the  
wxWidgets directory, not in the search path.)

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. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134071iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


Re: [wxhaskell-devel] wxHaskell vs GHCi

2013-10-06 Thread Henk-Jan van Tuyl
On Sun, 06 Oct 2013 20:08:16 +0200, Eric Kow eric@gmail.com wrote:

 Just thought I might call your attention to this thread:
 http://www.haskell.org/pipermail/haskell-cafe/2013-September/109022.html

 GHCi support seems like something that might be worth bubbling up the  
 agenda?

Shouldn'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 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 video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60134791iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[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 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 video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60133471iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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

2013-09-20 Thread Henk-Jan van Tuyl

L.S.,

Some time ago, I have put the packages wxAsteroids and GeBoP on Hackage,  
to promote wxHaskell. I would like to create GitHub repositories for  
these, next to the official wxHaskell repository, at  
https://github.com/wxHaskell/ and specify, as maintainer, the wxHaskell  
developer 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. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


Re: [wxhaskell-devel] OSX Build Failure

2013-09-17 Thread Henk-Jan van Tuyl
On Tue, 17 Sep 2013 22:34:28 +0200, James Laver ja...@trustrobots.com  
wrote:

 wxcore fails heroically with rather a lot of output (attached)

The wxHaskell packages on Hackage are not adapted to the latest version of  
GHC yet; you can install the GitHub version with
   git clone https://github.com/wxHaskell/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 you can join the world's biggest networked computer and get  
us closer sooner. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] The state of wxHaskell

2013-08-20 Thread Henk-Jan van Tuyl

L.S.,

I have improved wxHaskell, so that it can now be linked to wxWidgets
versions  2.9.5, and stored these improvements in the repository[0].

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 with an access
violation error (0xc005) in the initialization phase; wxWidgets 2.9.5
is worse(?): the samples crash immediately.

It is likely, that some changes in wxWidgets have not been dealt with in
wxHaskell. Did someone try the samples 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 the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511iu=/4140/ostg.clktrk
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


Re: [wxhaskell-devel] Compile problems

2013-06-18 Thread Henk-Jan van Tuyl
On Tue, 18 Jun 2013 09:03:04 +0200, harry volderm...@hotmail.com wrote:

 Henk-Jan van Tuyl hjgtuyl@... 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 placing your DLLs in a directory without spaces in the path?

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. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


Re: [wxhaskell-devel] Compile problems

2013-06-17 Thread Henk-Jan van Tuyl
On Mon, 17 Jun 2013 20:03:28 +0200, harry volderm...@hotmail.com wrote:

 Henk-Jan van Tuyl hjgtuyl@... 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 lot better than mine, I couldn't find anything!

 Is the one you uploaded 32 bit? Maybe that's the problem, I'm on a 64 bit
 system. But the perl dll is probably 32 bit, and I don't know what the  
 other
 stuff it's being linked with is - I'm over my head now.


I have a 32 bit system, the DLLs are working, so the DLLs must be 32 bit.

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. Watch the video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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 eric@gmail.com 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 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 video.
http://folding.stanford.edu/


http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-25 Thread Henk-Jan van Tuyl
On Mon, 25 Mar 2013 10:16:00 +0100, Luc TAESCH luc.tae...@gmail.com  
wrote:

 -many thanks for your help, this made my day !

 … but just for 10 mn as I cannot find these on the current 0.90.3. ;- ??

 I see you are pointing to an old lib, 0.12.7. Currently I cannot find  
 the Graphics-UI-WXCore-WxcClassesAL  
 (http://hackage.haskell.org/packages/archive/wxcore/0.12.1.7/doc/html/Graphics-UI-WXCore-WxcClassesAL.html#g:81)
   
 file, nor any containing GraphicsRenderer

 I guess there have been some refactoring since 0.12.7.

 could you help pointing at the files ?

 or am i getting the wrong source ?
 I got the source from  
 [https://github.com/atzedijkstra/wxHaskell/tree/master/wxcore/src/haskell/Graphics/UI/WXCore]

The functions you are looking for, are defined in file
   wxcore\src\haskell\Graphics\UI\WXCore\WxcClassesAL.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.

Regards,
Henk-Jan van Tuyl


-- 
http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


Re: [wxhaskell-devel] wxGraphicsRenderer

2013-03-24 Thread Henk-Jan van Tuyl
On Sun, 24 Mar 2013 15:08:20 +0100, luc taesch luc.tae...@gmail.com  
wrote:

:
 A very superficial browse, but haven't found any support of these in WX
 , except the inclusion of the graphicscontext.cpp/ h in wxc

 1/ is it correct ?
 2/ any plans to use them ?
 3/ is there dependencies on the eiffel bindings to fix first ?
 4/ or any other alternative you would advise ?

 [wxGraphicsRenderer]:http://docs.wxwidgets.org/trunk/page_class_cat.html#page_class_cat_gc


Have a look at [0], I think that is what you are looking for.
Regarding question 3: wxHaskell does not depend 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/tourdemonad.html
Haskell programming
--

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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 atzedijks...@gmail.com  
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.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--

--
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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

2012-09-10 Thread Henk-Jan van Tuyl

L.S.,

The wxdirect and wxcore packages depend on containers (≥0.2  0.5); as  
GHC 7.6.1 comes with containers-0.5.0.0, this causes problems (dependency  
conflicts) with packages that use the latest version of containers. Please  
update wxdirect.cabal and wxcore.cabal to allow for containers-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 today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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 hjgt...@chello.nl  
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
 suggestions how to get wxcore installed? (System: Windows XP)

 cabal install wx --global
 Resolving dependencies...
 [1 of 1] Compiling Main (
 C:\DOCUME~1\User\LOCALS~1\Temp\wxcore-0.90.0.1-2708\wxcore-0.90.0.1\Setup.hs,
 C:\DOCUME~1\User\LOCALS~1\Temp\wxcore-0.90.0.1-2708\wxcore-0.90.0.1\dist\setup\Main.o
 )
 Linking
 C:\DOCUME~1\User\LOCALS~1\Temp\wxcore-0.90.0.1-2708\wxcore-0.90.0.1\dist\setup\setup.exe
 ...
 Configuring wxcore-0.90.0.1...
 Generating class type definitions from .h files
 generating: src/haskell/Graphics/UI/WXCore/WxcClassTypes.hs
 reading class definitions:
 parsing: C:\Program/include/wxc.h
 wxdirect: C:\Program/include/wxc.h: openFile: does not exist (No such  
 file
 or directory)
 Generating class info definitions
 generating: src/haskell/Graphics/UI/WXCore/WxcClassInfo.hs
 reading class definitions:
 parsing: C:\Program/include/wxc.h
 wxdirect: C:\Program/include/wxc.h: openFile: does not exist (No such  
 file
 or directory)
 Generating class method definitions from .h files
 parsing: Files\Haskell\wxc-0.90.0.3\ghc-7.4.1\include/wxc.h
 wxdirect: Files\Haskell\wxc-0.90.0.3\ghc-7.4.1\include/wxc.h: openFile:
 does not exist (No such file or directory)

I have found a solution; I changed wxcore-0.90.0.1\setup.hs (added double  
quotes before and after filenames):
  - line 57 changed to:
 let wxcoreIncludeFile = \ ++ wxcDirectory / include/wxc.h\
  - inserted after line 57:
 let wxcDirectory  = \ ++ wxcDirectory ++ \

This solution should be tested on other platforms.

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 today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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

2009-11-24 Thread Henk-Jan van Tuyl
On Sun, 22 Nov 2009 14:01:53 +0100, Colm Bhandal bhand...@tcd.ie wrote:

 Hi,

 I'm trying to install the wx package onto my Windows Vista machine
 using the command: cabal install wx and I am having a problem. The
 problem is with the wxcore package. The error I get is the 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://members.chello.nl/hjgtuyl/tourdemonad.html
--

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] bitmapButton documentation error

2009-01-26 Thread Henk-Jan van Tuyl

L.S.,

The documentation for bitmapButton  
(wxhaskell-0.11.0/doc/html/Graphics-UI-WX-Controls.html) contains the  
phrase:
   Use the image attribute to set the bitmap
this should be:
   Use the 'picture' attribute to set the bitmap

Add to the list of instances: 'Pictured';
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 wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] Text not visible in bitmapButton

2009-01-11 Thread Henk-Jan van Tuyl


L.S.,

When a bitmapButton is used, with both a picture and a text, the text is  
not displayed (the text should be projected over the picture). See the  
attached program and image.


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/
--
  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, picture := button62.gif, text := Ok ]
   -- (The image is not fully displayed, the text is not visible)

   set f [ layout := 
 column 1 [ widget ok
  ]
 ]

   return ()


attachment: button62.gif--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] All font families look alike

2009-01-06 Thread Henk-Jan van Tuyl


L.S.,

When writing several lines of text in a window, with different font  
families, all text is written in the same font. Bold, underline and italic  
work properly. See the attached program and image.


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/
--
  FontFamilies.lhs
  2009-01-06

  data FontFamily 
= FontDefault
| FontDecorative
| FontRoman
| FontScript
| FontSwiss
| FontModern

 import Graphics.UI.WX

 main :: IO ()
 main = start $
  do
   f- frame[ fontSize := 18 ]
   st1  - staticText f [ text := FontDefault,fontFamily := FontDefault]
   st2  - staticText f [ text := FontDecorative, fontFamily := FontDecorative ]
   st3  - staticText f [ text := FontRoman,  fontFamily := FontRoman  ]
   st4  - staticText f [ text := FontScript, fontFamily := FontScript ]
   st5  - staticText f [ text := FontSwiss,  fontFamily := FontSwiss  ]
   st6  - staticText f [ text := FontModern, fontFamily := FontModern ]
   st7  - staticText f [ text := ShapeItalic,fontShape  := ShapeItalic]
   st8  - staticText f [ text := ShapeSlant, fontShape  := ShapeSlant ]
   st9  - staticText f [ text := fontUnderline,  fontUnderline := True]
   st10 - staticText f [ text := WeightNormal,   fontWeight := WeightNormal   ]
   st11 - staticText f [ text := WeightBold, fontWeight := WeightBold ]
   st12 - staticText f [ text := WeightLight,fontWeight := WeightLight]
   st13 - staticText f [ text := WeightBold/fontUnderline, fontWeight := WeightBold, fontUnderline := True ]
   st14 - staticText f [ text := fontSwiss,  font := fontSwiss { _fontSize = 18}]
   
   set f [ layout := 
 column 1  [ widget st1
   , widget st2
   , widget st3
   , widget st4
   , widget st5
   , widget st6
   , widget st7
   , widget st8
   , widget st9
   , widget st10
   , widget st11
   , widget st12
   , widget st13
   , widget st14
   ]
 ]
   return ()


attachment: FontFamilyBug.JPG--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] Resizing only when enlarging

2009-01-05 Thread Henk-Jan van Tuyl

L.S.,

Program wxhaskell-0.11.0\samples\contrib\GLCanvas.hs does not resize  
properly when the window is made smaller. When the window is enlarged  
(vertically), the GL canvas goes down; when the bottom of the window is  
pulled up, the canvas becomes invisible. When the window is enlarged 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 mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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

2009-01-04 Thread Henk-Jan van Tuyl

L.S.,

I compiled wxhaskell-0.11.0\samples\wx\print.hs with the command
   ghc --make print
When I run it and select
   Print - Page setup...
the program crashes with the message:
   Segmentation fault/access violation in generated code

OS: Windows XP
Compiler: GHC version 6.10.1

-- 
Regards,
Henk-Jan van Tuyl


--
http://functor.bamikanarie.com
http://Van.Tuyl.eu/
--



--
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] Layout bug

2009-01-04 Thread Henk-Jan van Tuyl


L.S.,

I compiled wxhaskell-0.11.0\samples\wx\DbConsole.hs with the command
ghc --make DbBrowse -optl-s -optl-mwindows
When I run it, i see part of the background in the horizontal lines  
between the panels, see attached image. The same happens with the program  
FileBrowse.hs, in the 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/
--attachment: LayoutBug.JPG--
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[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


--
http://functor.bamikanarie.com
http://Van.Tuyl.eu/
--


--
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


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

2008-11-03 Thread Henk-Jan van Tuyl
On Mon, 03 Nov 2008 16:24:17 +0100, shelarcy [EMAIL PROTECTED] wrote:


 So, you can fix sample programs' problem by undoing this change or using
 wxhaskell-src-0.10.3.zip's sample.



That solves it; one item remains however:
samples\contrib ghc --make 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 instead


-- 
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 based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel


[wxhaskell-devel] Broken link in WXCore documentation

2008-10-19 Thread Henk-Jan van Tuyl

L.S.,

The page
   
http://hackage.haskell.org/packages/archive/wxcore/0.10.1/doc/html/Graphics-UI-WXCore-Types.html
contains an invalid link to the documentation of  
Graphics.UI.WXH.WxcClasses, the link should be:
   
http://hackage.haskell.org/packages/archive/wxcore/0.10.1/doc/html/Graphics-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 based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
wxhaskell-devel mailing list
wxhaskell-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-devel