Re: [Haskell-cafe] Looking for GUI examples

2013-09-10 Thread Ivan Perez
You may want to check one of Keera Studios' apps. All four of these do what you want: https://github.com/ivanperez-keera/haskellifi-trayicon https://github.com/ivanperez-keera/keera-diamondcard-sms-trayicon https://github.com/ivanperez-keera/keera-three-balance-checker

Re: [Haskell-cafe] Looking for GUI examples

2013-09-10 Thread Sergey Mironov
Wow. Thanks! Looks impressive. Regards, Sergey 2013/9/10 Ivan Perez ivanperezdoming...@gmail.com: You may want to check one of Keera Studios' apps. All four of these do what you want: https://github.com/ivanperez-keera/haskellifi-trayicon

[Haskell-cafe] Looking for GUI examples

2013-09-09 Thread Sergey Mironov
Hi, Cafe. I'd like to write simple GUI utility containing tray icon and the menu. Could you please suggest Haskell example to make my start easier? Regards, Sergey ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] Looking for GUI examples

2013-09-09 Thread Henk-Jan van Tuyl
On Mon, 09 Sep 2013 11:48:42 +0200, Sergey Mironov grr...@gmail.com wrote: Hi, Cafe. I'd like to write simple GUI utility containing tray icon and the menu. Could you please suggest Haskell example to make my start easier? There is a simple wxHaskell program for this: