Difference between revisions of "TBLanguage"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (10 revisions imported)
 
(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.



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




See Also

TBCanvas and TBButton classes.