Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
How to create a menu with all project names
Last updated at 12:04 pm UTC on 16 January 2006
How to get a menu to choose a project name of all existing projects (for example to create a jump-to-project-button)

m _ *2320* new.
Project allNames do:
		[:name | 
m add: name action: name].
m startUp