Re: Select & Create folders dialog

new topic     » goto parent     » topic index » view thread      » older message » newer message

Sergio Gelli wrote:
> 
> Bom dia para todos.
> Goog morning for all.
> 
> Many thanks to Derek reply, about my last questions.
> 
> Please, now I need a new help.
> 
> The line below, shows a box dialog to choose any folder, 
> 
>  folders = selectDirectory("Get a Dir", {BIF_USENEWUI,BIF_VALIDATE}, 
>             routine_id("callback"), 0)
> 
> That's o.k. 
> I need a dialog box like that, but also has a choise to 
> create a new folder.
> 
> Exist a DIALOG FLAGS to use with the selectDirectory() to 
> create a new folder too ?
> 
> How I do it?
> 
> 
> Thanks again.
> 
> 
> Sérgio Gelli.

Yes Sérgio,

there is BIF_USENEWUI:

TargetDir = ( selectDirectory( "Select a local Folder\n",
    {BIF_BROWSEINCLUDEURLS, BIF_USENEWUI, BIF_VALIDATE}, routine_id( "callback"), 0))

antonio

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu