Platforms to show: All Mac Windows Linux Cross-Platform

/Overlay/Controls/New Controls


Required plugins for this example: MBS Overlay Plugin

You find this example project in your Plugins Download as a Xojo project file within the examples folder: /Overlay/Controls/New Controls

This example is the version from Sun, 17th Mar 2012.

Project "New Controls.xojo_binary_project"
Class App Inherits Application
Const kEditClear = "&Delete"
Const kFileQuit = "&Quit"
Const kFileQuitShortcut = ""
End Class
Class Window1 Inherits Window
Control Oval1 Inherits Oval
ControlInstance Oval1 Inherits Oval
End Control
Control OvalMBS1 Inherits OvalMBS
ControlInstance OvalMBS1 Inherits OvalMBS
End Control
Control Rectangle1 Inherits Rectangle
ControlInstance Rectangle1 Inherits Rectangle
End Control
Control RectangleMBS1 Inherits RectangleMBS
ControlInstance RectangleMBS1 Inherits RectangleMBS
End Control
Control RoundRectangle1 Inherits RoundRectangle
ControlInstance RoundRectangle1 Inherits RoundRectangle
End Control
Control RoundRectangleMBS1 Inherits RoundRectangleMBS
ControlInstance RoundRectangleMBS1 Inherits RoundRectangleMBS
End Control
Control Oval2 Inherits Oval
ControlInstance Oval2 Inherits Oval
End Control
Control OvalMBS2 Inherits OvalMBS
ControlInstance OvalMBS2 Inherits OvalMBS
End Control
Control Rectangle2 Inherits Rectangle
ControlInstance Rectangle2 Inherits Rectangle
End Control
Control RectangleMBS2 Inherits RectangleMBS
ControlInstance RectangleMBS2 Inherits RectangleMBS
End Control
Control RoundRectangle2 Inherits RoundRectangle
ControlInstance RoundRectangle2 Inherits RoundRectangle
End Control
Control RoundRectangleMBS2 Inherits RoundRectangleMBS
ControlInstance RoundRectangleMBS2 Inherits RoundRectangleMBS
End Control
Control Oval3 Inherits Oval
ControlInstance Oval3 Inherits Oval
End Control
Control OvalMBS3 Inherits OvalMBS
ControlInstance OvalMBS3 Inherits OvalMBS
End Control
Control Rectangle3 Inherits Rectangle
ControlInstance Rectangle3 Inherits Rectangle
End Control
Control RectangleMBS3 Inherits RectangleMBS
ControlInstance RectangleMBS3 Inherits RectangleMBS
End Control
Control RoundRectangle3 Inherits RoundRectangle
ControlInstance RoundRectangle3 Inherits RoundRectangle
End Control
Control RoundRectangleMBS3 Inherits RoundRectangleMBS
ControlInstance RoundRectangleMBS3 Inherits RoundRectangleMBS
End Control
Control LineMBS1 Inherits LineMBS
ControlInstance LineMBS1 Inherits LineMBS
End Control
Control Line1 Inherits Line
ControlInstance Line1 Inherits Line
End Control
Control Line2 Inherits Line
ControlInstance Line2 Inherits Line
End Control
Control LineMBS2 Inherits LineMBS
ControlInstance LineMBS2 Inherits LineMBS
End Control
Control LineMBS3 Inherits LineMBS
ControlInstance LineMBS3 Inherits LineMBS
End Control
Control Line3 Inherits Line
ControlInstance Line3 Inherits Line
End Control
End Class
MenuBar MenuBar1
MenuItem FileMenu = "&File"
MenuItem FileQuit = "#App.kFileQuit"
MenuItem EditMenu = "&Edit"
MenuItem EditUndo = "&Undo"
MenuItem UntitledMenu1 = "-"
MenuItem EditCut = "Cu&t"
MenuItem EditCopy = "&Copy"
MenuItem EditPaste = "&Paste"
MenuItem EditClear = "#App.kEditClear"
MenuItem UntitledMenu0 = "-"
MenuItem EditSelectAll = "Select &All"
End MenuBar
End Project

The items on this page are in the following plugins: MBS Overlay Plugin.


The biggest plugin in space...