links to this page:
More Morphic Tutorials
Swiki Page List
Menu Morphs Demo
Last updated at 1:26 am UTC on 17 January 2006
General Information
If you are looking for some information concerning menu morphs, perhaps this set of simple demos will show you how to use them.
This project was created in order to ease the understanding this stuff.
It shows you how to use:
MenuMorph
Project file:
PluggingDemo.pr
Instruction for loading it into Squeak
download the aforementioned
MenuMorphsDemo.pr
file,
start Squeak,
open the world menu,
choose: `load project from file ...'
browse through your directory tree and select the
MenuMorphsDemo.pr
file you have downloaded.
If you have Squeak web-browser plugin install you may find it online:
MenuMorphsDemo
All categories provided by this project are put to `Demo' package.
Details about the Demo
You will see five buttons. Try out each of them and observe their effects. They demonstrate they usage of the MenuMorph.
"open Transcript" button opens a Transcript window for you.
"MenuDemo1" button opens a menu with simple items
"MenuDemo2" button opens a menu with some submenus
"MenuDemo3" button opens a menu with item with small check box which will reflect and influence the value of certain variable.
"open Browser" buttons opens SystemBrowser window.
Browse the following methods:
MenuDemo1 class>>example
MenuDemo2 class>>example
MenuDemo3 class>>example