Forms.setStatusBarText() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to Forms Class Summary |
Availability |
Windows, Mac OSX, Linux |
Usage |
mdm.Forms.formName.setStatusBarText(statusBarText:String):Void |
Parameters |
statusBarText:String - Text to display on status bar |
Returns |
Nothing |
Description |
Sets the text of the status bar. |
Notes |
A status bar must have been created using Forms.showStatusBar() for this to work. |
Example Code |
//AS2: mdm.Forms.MainForm.setStatusBarText("This is my text"); //AS3: mdm.Forms.getFormByName("MainForm").setStatusBarText("Test text blah blah"); |
mdm.Forms Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |