Guy | 10 May 2011 10:28
Picon
Favicon

Change the range of a spin control

How can I change the range of a spin control after it's been created?

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
Guy | 10 May 2011 11:15
Picon
Favicon

Re: Change the range of a spin control

On 10/05/2011 11:28, Guy wrote:
> How can I change the range of a spin control after it's been created?

Note: WxWidgets has a function wxSpinCtrl::SetRange, but I can't find the wxHaskell wrapper for it.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
Guy | 10 May 2011 20:10
Picon
Favicon

Handle Window Close

How can I handle the main window closing? I've searched and searched, but I can't find any documentation for this.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
Guy | 10 May 2011 20:25
Picon
Favicon

Re: Handle Window Close

On 10/05/2011 21:10, Guy wrote:
> How can I handle the main window closing? I've searched and searched, but I can't find any documentation
for this.

Finally found that closing is a Reactive event ... after about half an hour of searching!

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
诺铁 | 13 May 2011 23:25
Picon
Gravatar

where can I find source code of wxHaskell

hi,

    following lines are from 

http://haskell.org/haskellwiki/WxHaskell/Building#Source_Release

but the site response with 404 error,so where can I find those source code?

I just want to try the sample...

------------------------------------------------------------------

7 Source Release

You can obtain a source release of wxHaskell from the darcs repository. Darcs creates a wxHaskell directory for you; we assume in the following example that your $wxHaskell directory will be ~/dev/wxhaskell.

> cd ~/dev > darcs get --partial --set-scripts-executable http://code.haskell.org/wxhaskell
------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
Henk-Jan van Tuyl | 15 May 2011 23:57
Picon

Re: where can I find source code of wxHaskell

On Fri, 13 May 2011 23:25:06 +0200, 诺铁 <notyycn <at> gmail.com> wrote:

> hi,
>     following lines are from
> http://haskell.org/haskellwiki/WxHaskell/Building#Source_Releasebut the  
> site
> response with 404 error,so where can I find those source code?
> I just want to try the sample...

Normally I would say: use the Hackage packages, but the sample directory  
seems to have dissapeared. There is, however, an older version available  
 from SourceForge:
   http://sourceforge.net/projects/wxhaskell/files/wxhaskell/wxhaskell-0.11.1/wxhaskell-bin-msw2.8.10-ghc6.10.4-0.11.1.2-0.zip/download

Regards,
Henk-Jan van Tuyl

--

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

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
wxhaskell-users mailing list
wxhaskell-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users
Eric Y. Kow | 18 May 2011 17:45
Picon
Gravatar

Re: where can I find source code of wxHaskell

Hi,

On Sat, May 14, 2011 at 05:25:06 +0800, 诺铁 wrote:
> http://haskell.org/haskellwiki/WxHaskell/Building#Source_Releasebut the site
> response with 404 error,so where can I find those source code?
> I just want to try the sample...
> <http://haskell.org/haskellwiki/WxHaskell/Building#Source_Release>

This is not an official repository, but you can

  darcs get --lazy http://darcsden.com/kowey/wxhaskell

Thanks,

--

-- 
Eric Kow <http://erickow.com>
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
John Lato | 18 May 2011 13:56
Picon

wx-2.9 ?

Hello,
Is anyone working on updating wxHaskell to work with wx-2.9, or does this already work (or mostly work)?  My motivation is that I'd like to use wxHaskell on OS X 64-bit, which is only supported in the development version of wxWidgets.

Thanks,

John Lato
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
Jeremy O'Donoghue | 23 May 2011 12:16
Picon

Re: wx-2.9 ?

Hi John,

Apologies for taking a long time to moderate. I have cleared the moderate flag for you, so hopefully your messages won't be delayed in future.

On 18 May 2011 12:56, John Lato <jwlato <at> gmail.com> wrote:
Hello,
Is anyone working on updating wxHaskell to work with wx-2.9, or does this already work (or mostly work)?  My motivation is that I'd like to use wxHaskell on OS X 64-bit, which is only supported in the development version of wxWidgets.

Provided that the changes needed are not too significant (and I do not think they will be), wx-2.9 will be supported shortly after the wxHaskell repo on code.haskell.org is restored (i..e I'm trying to get wxHaskell to build against wxWidgets 2.9.1 as I write)

Jeremy
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
Joel Shellman | 25 May 2011 22:04

OpenGL support

What would it take to get full support for OpenGL in wxHaskell? My
understanding is that wxWidgets supports it, we just need the Haskell
binding for it, right? And I think it used to be there in a previous
version of wxHaskell.

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1

Gmane