From: Fernando B. <gre...@gm...> - 2010-01-27 14:38:38
|
Hi Gour, I think I was in the same situation as yourself when I begun the development of my project, λPage, and what I did was simply dive into wxHaskell without any previous reading. Some tools were very useful to me (and they still are): Hayoo! Whenever I wanted to, say, paste something on a textbox, I tried to find something like textCtrlPaste or something like that and then learn (or guess :P) what the attributes of that function may represent Google Code Search As the wxhaskell project is open-sourced, looking for something like "textCtrlPaste lang:haskell" should take to (hopefully) a piece of code where it was used or, at least, the definition of the function The Online Documentation It may not be complete in the sense that it doesn't explain everything but at least there're all the available functions and their names are pretty declarative. And, if you've found a function there and you don't know what it does exactly, you can always break its name into class and method (e.g. TextCtrl::Paste) and use... The WxWidgets Official Documentation <--! Advertisement - skip this part if you just want information :P --> Of course, you can use λPage to work instead of ghci and take advantage of its GUI, its Hayoo! and Cabal integration and, of course, its open-sourced code. Man, I need to spread the word about my work, right? :P <--! Advertisement ended --> Finally, you can subscribe to a great blog, recently started by Jeremy O'Donoghue and keep learning new tips and tricks there. Hope this helps, cheers Fernando Benavides wxHaskell User & Hawk Oculyst gre...@gm... On Jan 27, 2010, at 9:41 AM, Gour wrote: > Hiya! > > I'm interested what do you recommend for learning wxhaskell for > someone who does not 'speak well' C++: using e.g. wxpython > docs/literature or official C++ doc and/or wxWidgets book (until we > get complete docs for wxhaskell) ? > > > Sincerely, > Gour > > -- > > Gour | Hlapicina, Croatia | GPG key: F96FF5F6 > ---------------------------------------------------------------- > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term > contracts > Personal 24x7 support from experience hosting pros just a phone call > away. > http://p.sf.net/sfu/theplanet-com_______________________________________________ > wxhaskell-users mailing list > wxh...@li... > https://lists.sourceforge.net/lists/listinfo/wxhaskell-users |