Re: [Gambas-user] Synchronized Listboxes or a better way

2008-09-21 Thread MaxVK
Benoit Minisini wrote: > > On dimanche 21 septembre 2008, MaxVK wrote: >> I am loading information from a sqlite3 database file using a query. The >> results have two fields, Filename and Filepath. >> >> The Filename information is to be loaded into a list box where >> sorted=true. >> Clicking

Re: [Gambas-user] Synchronized Listboxes or a better way

2008-09-21 Thread Benoit Minisini
On dimanche 21 septembre 2008, MaxVK wrote: > I am loading information from a sqlite3 database file using a query. The > results have two fields, Filename and Filepath. > > The Filename information is to be loaded into a list box where sorted=true. > Clicking on an item in the filename list will sh

[Gambas-user] Synchronized Listboxes or a better way

2008-09-21 Thread MaxVK
I am loading information from a sqlite3 database file using a query. The results have two fields, Filename and Filepath. The Filename information is to be loaded into a list box where sorted=true. Clicking on an item in the filename list will show the Filepath string. At the moment I am loading