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 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@python.org http://mail.python.org/mailman/listinfo/bangpypers