[Newbies] opening tools with buttons

Chris Kassopulo cpulo at earthlink.net
Mon May 15 03:35:58 UTC 2006


Greetings,

Using the SimpleButtonMorph class I can create a button
that opens something like so:

MySimpleButtonMorph new
  send: #open to: Transcript;
  label: 'Transcript';
  openInHand.

send: #open to: Transcript
send: #open to: Workspace
send: #open to: ProcessBrowser
send: #open to: Celeste
send: #open to: Scamper
send: #openBrowser to: PackagePaneBrowser
send: #openBrowser to: Browser            "System Browser"

all work.

How do I get at the other items in the Tools flap?

Thanks,
Chris



More information about the Beginners mailing list