[wxhaskell-users] where is document of wxcBeginBusyCursor

2011-07-13 Thread
Hello,all,
I am trying to use treeControl, and I find that the sample
FileBrowse.hs maybe the only useful documentation of this control.
 BTW,the sample is quite good for me to learn to use treeControl.
doc for some function can't be
found,eg,wxcBeginBusyCursor, wxcEndBusyCursor , I guess the name should
describe its function,but I wish to read it's documentation to comfirm it,
and to see whether I can find other useful things.
so, can anybody pls give me a link to it's documentation?
--
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on Lean Startup 
Secrets Revealed. This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev___
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users


[wxhaskell-users] newbie question, why clientSize doesn't affect textEntry?

2011-05-31 Thread
Hi,
 I am learning wxHaskell,and trying to create a small timer app. I don't
understand why in following code ,clientSize only affect button control

module Main where

import Graphics.UI.WX

main::IO()
main = start gui

gui :: IO ()
gui =  do
f - frame [text := timer]
panel - panel f [clientSize := sz 200 100]
hr  - textEntry panel [text := hour,clientSize := sz 10 10]
min - button panel [text := min,clientSize := sz 10 10]
sec - textEntry panel [text := sec,clientSize := sz 10 10]
-- layout
set panel [layout := margin 10 $  row 1 [widget hr,widget
min,widget sec]]
set f [layout := widget panel]
--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev___
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users


[wxhaskell-users] where should I ask user questions about wxHaskell

2011-05-31 Thread
Hi,
it seems that this list require approval,which is quite slow. so I guess
maybe it's not right place to ask user questions. so where is the right
place?
--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev___
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users


Re: [wxhaskell-users] where should I ask user questions about wxHaskell

2011-05-31 Thread
I should have subscribe to this list. I tried to subscribe again,and recieve

An attempt was made to subscribe your address to the mailing list
wxhaskell-users@lists.sourceforge.net.  You are already subscribed to this
mailing list.

list manager,would please check my subscribe status,thank you.

On Wed, Jun 1, 2011 at 6:44 AM, Henk-Jan van Tuyl hjgt...@chello.nl wrote:

 On Tue, 31 May 2011 22:13:42 +0200, 诺铁 noty...@gmail.com wrote:

  Hi,
it seems that this list require approval,which is quite slow. so I
 guess
 maybe it's not right place to ask user questions. so where is the right
 place?


 If you subscribe to this list, your e-mails do not require approval; it is
 the right place for user questions.

 Regards,
 Henk-Jan van Tuyl


 --
 http://Van.Tuyl.eu/
 http://members.chello.nl/hjgtuyl/tourdemonad.html
 --

--
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev___
wxhaskell-users mailing list
wxhaskell-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxhaskell-users