Thanks, but no, it doesn't help... I have to stick with GTK.

Most of the GUI examples I saw are toy programs.
Leksah is a notable exception, but it's way too complex to be a useful learning tool.

In OO languages, I'm used to the MVP pattern which helps to organize the code.
But I'm finding so complex building GUI in haskell that I'm starting to think that it's not a good choice for such task.


Giacomo


On Mon, Jun 10, 2013 at 2:52 AM, Tim Perry <tim.v2.0@gmail.com> wrote:
Did you try this:
http://en.m.wikibooks.org/wiki/Haskell/GUI

I hope it helps. 
Tim


On Jun 9, 2013, at 10:22 AM, Giacomo Tesio <giacomo@tesio.it> wrote:

I have to write a "simple" GUI that plot some timeseries with a few parameterization (dates, times and so on...). 
The task should be simple, but I'm find using the GTK binding quite weird.

I'm surprised that nothing better exists for GUI programming in haskell. I read a few about FRP but AFAIK it doesn't adress simple desktop UI full of input to validate and grid/tree to show.

Any suggestion? I've already read the pages on Hackage without much success.
At least, can someone point me to the right direction for the codebase organization? 


Giacomo 
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners

_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners