From: Kevin A. <al...@se...> - 2004-10-01 00:32:30
|
On Sep 26, 2004, at 12:23 PM, Gordon Webster wrote: > Dear Pythoncard BB > > I have created a TextArea control in my app, it > automatically has a vertical scroll bar but the text > is too wide for the control. How do I tell it to > include a horizontal scroll bar? > > I still don't understand how i get at the wx level of > a given pythoncard control - what is the hook? > > I tried suff like e.g. > self.components.myTextArea.style = wx.HSCROLL. > > Any help would be greatly appreciated. There are no > horizontal scrollbars in any of the sample apps. > Alex has checked in changes to the TextArea component and resourceEditor that adds a horizontalScrollbar attribute. We still need to address the generic issue of supporting optional styles for all components, but I guess we'll put that off until after release 0.8.1. ka |