|
|
(6 intermediate revisions by 2 users not shown) |
Line 44: |
Line 44: |
| | | |
| | | |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− | ==Registering the ToolBar==
| |
− |
| |
− |
| |
− | In DebugBuild, if the ToolBar isn't registered, it will act normally.
| |
− | But when you compile and launch the application, the ToolBars will appear blank.
| |
− |
| |
− | To get a SerialKey (to register) please contact me at lej_pub@hotmail.com
| |
− | In the email subjet please write: REALBasic ToolBar
| |
− |
| |
− | You will then have unlimited compilation with the class and free updates by email.
| |
− |
| |
− |
| |
− | Once you have received the registration key, put this in your app.open event:
| |
− |
| |
− | TBCanvas.Register(Name As String, ProductKey As String, SerialKey As Integer)
| |
− | It returns a boolean.
| |
− |
| |
− |
| |
− | ************SourceCode
| |
− |
| |
− | Visit my website for more information: http://www.jeremieleroy.com/products.php#Toolbar
| |
| | | |
| ==See Also== | | ==See Also== |
Latest revision as of 16:25, 7 August 2015
All properties are of String type.
They contain the String that is displayed in contextual menus and in the Customize Window.
See Also
TBCanvas and TBButton classes.