RV: File dialog

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

RV: File dialog

Edgar J. De Cleene

Hatice puso en su mail :

> Hello,
>  
> We are creating a XML parser. I want to save a XML file when the user is
> executing the code. I want to give to user to choose the directory where the
> file will be saved.
> So, I would like to know how can I open a file dialog to choose an URL where
> the user will save the file creating ?
>  
> Thanks by advance,
>  
> Hatice Oktay
In a 3.9b 7032 you do UIManager default chooseDirectory.

If you wish Squeak "learn' this for later use, you could:

1) Click on any place without windows (World).
2) Select do and the Common Request menu raise
3) Select edit this list (last item)
4) on the new window you type UIManager default chooseDirectory
5) Alt - S or Option - S, (before this you should see a thin red line
showing what you don't save the modification)
6) Close windos and do save

Enjoy

Edgar "the concierge"




               
_________________________________________________________
Horóscopos, Salud y belleza, Chistes, Consejos de amor:
el contenido más divertido para tu celular está en Yahoo! Móvil.
Obtenelo en http://movil.yahoo.com.ar

Reply | Threaded
Open this post in threaded view
|

Re: RV: File dialog

stéphane ducasse-2
> In a 3.9b 7032 you do UIManager default chooseDirectory.
in 3.8 look for the implementors of chooseDirectory ::)

Stef