Re: [Haskell-cafe] wxHaskell htmlWindow usage

2005-03-15 Thread Patrick Scheibe
Hi, When I use the htmlWindowLoadPage hw "./test.html" function, everything works fine and I see the content of the test.html page. Cheers Patrick On Tuesday 15 March 2005 15:51, David Owen wrote: > Good day all, > > I am attempting to display html pages using wxHaskell's HtmlWindow > func

RE: [Haskell-cafe] wxHaskell htmlWindow usage

2005-03-15 Thread Bayley, Alistair
> From: David Owen [mailto:[EMAIL PROTECTED] > > htmlWindowSetPage might be the wrong function to use for this > or I might > just be using it incorrectly. This may well be more > complicated than I'm > hoping it is too! I-Am-Not-A-WxHaskell-Expert, but... a quick google finds this page:

[Haskell-cafe] wxHaskell htmlWindow usage

2005-03-15 Thread David Owen
Good day all, I am attempting to display html pages using wxHaskell's HtmlWindow functions. I am hoping that it is indeed possible for me to do just that and that I haven't misunderstood what HtmlWindow is used for. My code so far will create a frame, a button and an HtmlWindow and other assor