Re: [Pharo-users] Use of FileDialogWindow : getting the result

2014-04-08 Thread Thomas Bany
> > Why do you need a dialog window in fullscreen size, if it is modal anyway > ? > Actualy, I need it to be fullscreen. I mentioned a dialog window because I was only able to retrieve the answer this way but I don't want a dialog window :) > Have you tried FileList (it isn't fullscreen, and doe

Re: [Pharo-users] Use of FileDialogWindow : getting the result

2014-04-07 Thread Nicolai Hess
2014-04-07 17:58 GMT+02:00 Thomas Bany : > Okey so I only needed to select a directory and needed to shrink the size > of the widget anyway. So I opted for the sublass solution, got rid of the > file pane and added an action block on the #ok method. > > > 2014-04-07 16:12 GMT+02:00 Thomas Bany : >

Re: [Pharo-users] Use of FileDialogWindow : getting the result

2014-04-07 Thread Thomas Bany
Okey so I only needed to select a directory and needed to shrink the size of the widget anyway. So I opted for the sublass solution, got rid of the file pane and added an action block on the #ok method. 2014-04-07 16:12 GMT+02:00 Thomas Bany : > Hi ! > > I'm trying to fit a GUI in full screen mo

[Pharo-users] Use of FileDialogWindow : getting the result

2014-04-07 Thread Thomas Bany
Hi ! I'm trying to fit a GUI in full screen mode, that uses a FileDialogWindow at some point. I'm able to recover the answer from FileDialogWindow when I it is opened modaly. However, since I would like to open it fullscreen with the selector #openFullScreen, the calling block does not wait and i