[BangPypers] WxPython : List box

Rama Rao Polneni ramp99 at gmail.com
Thu Nov 12 05:42:43 CET 2009


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, David Lyon <david.lyon at preisshare.net> wrote:
>
> On Thu, 12 Nov 2009 10:05:52 +0530, Rama Rao Polneni <ramp99 at 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 full path. It will be very long.
> >
> > Thanks,
> > Rama
>
> Oh, what you can do is trim out the path by using os.path.basename()
>
> That will let you extract only the name of the file and give you
> a lot more space.
>
> Daivd
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list