[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 Henk-Jan van Tuyl
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


[wxhaskell-users] Property sheet

2011-05-31 Thread Joel Shellman
Is there a property sheet/grid/panel type of widget available via wxHaskell?

I saw a wxPropertyGrid and wxPropertySheetDialog in the wxWidgets
docs, but couldn't find anything like that in the wxHaskell docs on
hackage.

--
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