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 law...@au-kbc.org wrote: On Thursday 12 Nov 2009 10:12:43 am Rama Rao Polneni wrote: 1. Reading all elements from from listbox.

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 ram...@gmail.com wrote: Hi, I could read all the elements by using self.listbox.GetItems() Only vertical scrollbar is coming by default Thanks, Rama Rao On

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 ram...@gmail.com wrote: Hi, Can you please help me in writing python code for the follwing

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

Re: [BangPypers] WxPython : List box

2009-11-11 Thread David Lyon
On Thu, 12 Nov 2009 10:05:52 +0530, Rama Rao Polneni ram...@gmail.com 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

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

Re: [BangPypers] WxPython : List box

2009-11-11 Thread David Lyon
On Thu, 12 Nov 2009 10:12:43 +0530, Rama Rao Polneni ram...@gmail.com 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

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