TBLanguage

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 23:15, 6 May 2012 by RB WikiCreator (Talk)

Jump to: navigation, search

All properties are of String type. They contain the String that is displayed in contextual menus and in the Customize Window.



Properties
tbAdd tbMediumIcons tbSmallIcons
tbAvailableTbButtons tbMediumIconsLabel tbSmallIconsLabel
tbBigIcons tbMoveDown tbWindowTitle
tbBigIconsLabel tbMoveUp
tbClose tbNewTextSeparator
tbCurrentTbButtons tbRemove
tbLabelsOnly tbResetDefaults






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

TBCanvas and TBButton classes.