Re: [BangPypers] WxPython : List box

2009-11-12 Thread Rama Rao Polneni
Here is the solution. On setting style as wx.HSCROLL. horizontal scrollbar appears. Thanks, On 11/12/09, Rama Rao Polneni wrote: > > Hi, > > I could read all the elements by using self.listbox.GetItems() > > Only vertical scrollbar is coming by default > > Thanks, > Rama Rao > > On 11/12/09,

Re: [BangPypers] WxPython : List box

2009-11-12 Thread Rama Rao Polneni
Hi, I could read all the elements by using self.listbox.GetItems() Only vertical scrollbar is coming by default Thanks, Rama Rao On 11/12/09, Kenneth Gonsalves wrote: > > On Thursday 12 Nov 2009 10:12:43 am Rama Rao Polneni wrote: > > 1. Reading all elements from from listbox. Currently I am a

Re: [BangPypers] WxPython : List box

2009-11-11 Thread Kenneth Gonsalves
On Thursday 12 Nov 2009 10:12:43 am Rama Rao Polneni wrote: > 1. Reading all elements from from listbox. Currently I am able to read only > selected files. what do you mean by 'read all the elements' > 2. Displaying scrollbar. I dont know how to display scrollbar. > afaik both vertical and horiz

Re: [BangPypers] WxPython : List box

2009-11-11 Thread David Lyon
On Thu, 12 Nov 2009 10:12:43 +0530, Rama Rao Polneni wrote: > David, > > This problem is not at all related to the parsing of the filenames. > > Here I strucked in GUI part only. > > 1. Reading all elements from from listbox. Currently I am able to read only > selected files. Best to look at t

Re: [BangPypers] WxPython : List box

2009-11-11 Thread Rama Rao Polneni
David, This problem is not at all related to the parsing of the filenames. Here I strucked in GUI part only. 1. Reading all elements from from listbox. Currently I am able to read only selected files. 2. Displaying scrollbar. I dont know how to display scrollbar. Thanks, Rama Rao On 11/12/09,

Re: [BangPypers] WxPython : List box

2009-11-11 Thread David Lyon
On Thu, 12 Nov 2009 10:05:52 +0530, Rama Rao Polneni wrote: > Hi David, > > I am using BOA. > > Bu the problem here is I am able to read only selected files. But I want to > read all the files. and I dont know how to insert horizantal scrollbar in > listbox.as my file name contains full path. It

Re: [BangPypers] WxPython : List box

2009-11-11 Thread Rama Rao Polneni
Hi David, I am using BOA. Bu the problem here is I am able to read only selected files. But I want to read all the files. and I dont know how to insert horizantal scrollbar in listbox.as my file name contains full path. It will be very long. Thanks, Rama On 11/12/09, David Lyon wrote: > > > R

Re: [BangPypers] WxPython : List box

2009-11-11 Thread David Lyon
Rama, Best thing to do is download Boa Constructor. It is an IDE that will allow you to get through that task in under 30 minutes. David On Thu, 12 Nov 2009 09:56:51 +0530, Rama Rao Polneni wrote: > Hi, > > Can you please help me in writing python code for the follwing requirement. > > I hav

[BangPypers] WxPython : List box

2009-11-11 Thread Rama Rao Polneni
Hi, Can you please help me in writing python code for the follwing requirement. I have a list box. In which I need to browse multiple files from multiple locations and need to show them in the list box. Then I will be able to read all the file names("all" means-No selection/deselction mechanism)