Re: [wxhaskell-users] embedding web control

2010-04-07 Thread Jeremy O'Donoghue
Hi Konstantin, I have started looking at using wxDirect to wrap other wxWidgets components. Bottom line is that you can't really do it with the version we have available today. I'm working on the changes needed (they are not extensive), but since I will be on vacation starting tomorrow, please don

Re: [wxhaskell-users] embedding web control

2010-04-07 Thread Jeremy O'Donoghue
Hi Konstantin, To answer your first question, frame returns a Frame (), which, under the hood is an Object - that's another way of saying that I think your code is at least correctly typed. I think you would need to use wxDirect to integrate properly with wxHaskell. It's a bit tedious, but not e

Re: [wxhaskell-users] embedding web control

2010-04-05 Thread carlos gomez
Interesting, but I don't know how to fix. Maybe you can use the wxHtmlWindow of WxCore, it is an html engine too. You can see http://hsbrowser.wordpress.com/2010/04/05/using-wxhtmlwindow-with-wxhaskell/ I hope this help. -- carlos On 5 April 2010 10:17, Konstantin Chugalinskiy wrote: > Hello, w