Posted by member 884 on 2003-01-29 01:35:23 link

hmmmmmm.. ok

Open Dialogs are those things in say Notepad, when you click on file then open, up pops an Open Dialog box where you can select files and click OK.

in the mod the OK click would set it as an $varstring$: environment variable, like $LitestepDir$ in your step.rc.

you could then make other Modules (like DeskFolders for instance) use this $varstring$ in there configuration.

so you could have a shortcut that says "Choose DeskFolder Folder" on it and make it so that when the user clicks on it one of these "Open Dialog boxes" comes up and the user can set there Deskfolder Folder by selecting the folder in the Dialog box.

OK ?