Difference between revisions of "TBLanguage"
(→Registering the ToolBar) |
|||
Line 1: | Line 1: | ||
− | |||
All properties are of String type. | All properties are of String type. | ||
They contain the String that is displayed in contextual menus and in the Customize Window. | They contain the String that is displayed in contextual menus and in the Customize Window. | ||
− | |||
− | |||
− | |||
− | |||
{| class=propertyTable | {| class=propertyTable | ||
Line 38: | Line 33: | ||
|width=33%|{{Property | name=tbResetDefaults | type=String | description= | readonly=no | newinversion= | version=1.2}} | |width=33%|{{Property | name=tbResetDefaults | type=String | description= | readonly=no | newinversion= | version=1.2}} | ||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Revision as of 22:19, 6 May 2012
All properties are of String type. They contain the String that is displayed in contextual menus and in the Customize Window.
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
You can get access to the sourcecode for 20€
Visit my website for more information: http://www.jeremieleroy.com/products.php#Toolbar