Re: [Fxruby-users] Simple drive/dir/file browser
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@kn...> - 2004-05-24 00:47:14
|
On May 22, 2004, at 9:29 PM, Tom wrote: > I am trying to make a very simple windows app that acts as an > "explorer" or "browser" where I can browse any of the drives on the > machine. I cant seem to escape from the current drive using > FXFileList and FXDirList. Whatever drive the app runs from, that's > the only one visible. How can I fully navigate to the different > drives? It sounds as though you may want to work an FXDriveBox widget into your browser as well, as least for the Windows version. I guess maybe none of the example programs use this widget, but it's basically a subclass of FXListBox that lets you select a drive. You should then be able to use that information to modify the path shown by the FXDirList or FXFileList. |