On Jan 28, 2008 8:25 PM, Michael van der Gulik <[EMAIL PROTECTED]> 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' _______________________________________________ Beginners mailing list [email protected] http://lists.squeakfoundation.org/mailman/listinfo/beginners
