Re: Win 32 GUI for GHC

2000-07-18 Thread Meurig Sage

Hi
Have you looked at TclHaskell or FranTk. Both are built on top of Tcl/Tk,
and therefore run unchanged on Unix and Windows, with native look and feel.

TclHaskell is a basic interface to Tcl/Tk, similar in style to TkGofer
(though a little simplified). FranTk is a library built on top of
TclHaskell, which uses concepts from Conal Elliott's Functional Reactive
Animation to provide a more declarative interface for GUI programming.

http://www.dcs.gla.ac.uk/~meurig/TclHaskell/
http://www.haskell.org/FranTk/

If you have any questions about either let me know.
Meurig Sage

- Original Message -
From: Anibal Maffioletti Rodrigues de DEUS <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 17, 2000 10:51 PM
Subject: Win 32 GUI for GHC


> Is there currently any way of using Win32 GUI with GHC ?
>
>
>





Re: Win 32 GUI for GHC

2000-07-18 Thread Manuel M. T. Chakravarty

"Anibal Maffioletti Rodrigues de DEUS" <[EMAIL PROTECTED]> wrote,

> What I really meant was UI controls, like buttons, options box, check box,
> etc...

The Gtk+HS binding should - in theory - work on Win32, as
there is a Win port of GTK+.  It provides exactly what you
want, buttons, windows, scrollbars, etc and any application
built with it should work on Unix and Win32.  However, as
far as I know, so far nobody tried to run it on Win32 (I am
developing on Linux).  If you want to try, I am happy to
help if you encounter any problems.  Check out

  http://www.cse.unsw.edu.au/~chak/haskell/gtk/

for details.

Cheers,
Manuel




Re: Win 32 GUI for GHC

2000-07-18 Thread Reuben Thomas

> What I really meant was UI controls, like buttons, options box, check box,
> etc...

How about the win32 library, which comes as standard with GHC?

-- 
http://sc3d.org/rrt/ | plagiarism, n.  the mind burgles






AW: Win 32 GUI for GHC

2000-07-18 Thread Wilkening, Detlef

> > > Is there currently any way of using Win32 GUI with GHC ?
> > >
> > ...
> > 
> What I really meant was UI controls, like buttons, options 
> box, check box, etc...
> 
I'm looking for a library for using Win32 GUI too, because I want to write a
'normal' Windows GUI Programm in Haskell.

Ciao
Detlef




Re: Win 32 GUI for GHC

2000-07-17 Thread Anibal Maffioletti Rodrigues de DEUS

What I really meant was UI controls, like buttons, options box, check box,
etc...

> I believe so.  If you find go to the Haskell web site and then go to the
> HOPenGL Link, you should find information on Win32 systems.  At least,
> that's where I'd look first, but I'm otherwise not sure.  ;)
>
> -stephen
>
> Anibal Maffioletti Rodrigues de DEUS wrote:
> >
> > Is there currently any way of using Win32 GUI with GHC ?
>





Re: Win 32 GUI for GHC

2000-07-17 Thread Stephen Alden Elliott

I believe so.  If you find go to the Haskell web site and then go to the
HOPenGL Link, you should find information on Win32 systems.  At least,
that's where I'd look first, but I'm otherwise not sure.  ;)

-stephen

Anibal Maffioletti Rodrigues de DEUS wrote:
> 
> Is there currently any way of using Win32 GUI with GHC ?




Win 32 GUI for GHC

2000-07-17 Thread Anibal Maffioletti Rodrigues de DEUS

Is there currently any way of using Win32 GUI with GHC ?