Re: [wxhaskell-users] scrolledWindow

2010-01-04 Thread Jeremy O'Donoghue
Hi Carlos, Sorry for the delay in replying - family takes priority over the Christmas period. I think I understand what you are looking for. The key, I think (and I must admit that I have always found Layout to be a little confusing - it probably deserves more investigation and better documentati

Re: [wxhaskell-users] scrolledWindow

2009-12-26 Thread carlos gomez
The example you put is good, but it is not what I want. I want to use the scroll bar of a window (like panel or scrolledwindow), and move the scroll bar to see the parts not visible of elements that can contain the panel. In your example, every textCtrl could have his own scroll bar, but I want onl

Re: [wxhaskell-users] scrolledWindow

2009-12-23 Thread Jeremy O'Donoghue
Hi Carlos, I assume from the posted code that what you really want is a StaticText widget with a scroll bar, and that you wish to 'force' the scroll bar to be present at all times (default behaviour of all widgets is that scroll bars appear only when they are needed). The code I have just tested