[Newbies] Where are the dialog boxes for input/output?

Michael Davies mykdavies+squeak at gmail.com
Thu Jan 31 13:56:13 UTC 2008


On Jan 28, 2008 8:25 PM, Michael van der Gulik <mikevdg at gmail.com> wrote:
...
> Sorry I don't have Squeak available to give exact results at this time, but
> I believe that in recent images there should be a class called something
> like UIManager with methods to do things like this.
>
What a great class: it's stuffed full of useful dialog boxes. Thanks
for pointing it out - it only seems to have been mentioned in passing
before.

For this specific case, you would use:

answer := UIManager default request: 'Please fill in some text'
initialAnswer: 'type here'


More information about the Beginners mailing list