Flaps are user interface elements located at the border of the screen. They are similar to drawer handles. When you click on them a drawer opens. You can show and hide them by menu commands.
You can make new flaps and put your own Morphs into them.
When you drag a Morph out it will be duplicated. Question: May 17, 2004 I want to generate a flap similar to the flap „Connectors“ from the connectors package. Can somebody tell me where I can find the source code for this (including the source code for making the buttons for generating the connectors and other elements)?
Answer:A day in the life of Squeak TDD You can find the methods you are looking for on the class side of the Flaps class. Look for the 'connectors-predefined flaps ' category.
Answer:Ned Konz Hernan already pointed out the place that the flap is generated. The buttons themselves are instances of NCMakerButton. Question: 1 Dec, 2005 I trying to do the same thing, but with connectors package (using 3.8) disables default flaps. In addition, tools like 'Objects' crash.
When I create a new flap and drop morphs on it, how do I save or export this flap to a new project? I saved the morph which becomes file.project, but I can't load it in other project. Tanx
I would suggest that you ask this question on the mailing list first and then post the answer here. hjh