[Q]Use of recycleMe pages, modal alerts, Upbrade script behavior

Ned Konz ned at bike-nomad.com
Wed Aug 6 14:58:44 UTC 2003


On Wednesday 06 August 2003 06:46 am, Thomas A Petersen wrote:
> Greetings fellow Squeakers!

Hello!

> 1.  I have noticed a bunch of recycleMe pages on the swiki.  Can we
> reuse them for documentation or "Who's who" pages?  I would like to
> eventually donate some short examples of useful things that don't
> appear to be anywhere on the swiki.

Sure, why not?

> 2.  I know there is a way to put up a simple modal alert using a
> menu call? All I want to do is put up an alert effectively with an
> OK button for the user to click.

try
	self inform: 'some text'

or
	(self confirm: 'some text') ifTrue: [...] ifFalse: [ ... ]

-- 
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE



More information about the Squeak-dev mailing list