If I initialize a button the customlabel.multiline command has no effect.
SettingsButton.Initialize("SettingsButton", SettingsButton.STYLE_SYSTEM)
SettingsButton.CustomLabel.Multiline = True
I have:
created the button on the page with designer
dim'd the button under process_globals of the page: Dim SettingsButton As Button
Initalized and loaded the layout for the page.
If I don't initialize the button separately, sometimes the loading of the page fails with an error saying the button is not initalized. And sometimes the page loads with multiline working.
SettingsButton.Initialize("SettingsButton", SettingsButton.STYLE_SYSTEM)
SettingsButton.CustomLabel.Multiline = True
I have:
created the button on the page with designer
dim'd the button under process_globals of the page: Dim SettingsButton As Button
Initalized and loaded the layout for the page.
If I don't initialize the button separately, sometimes the loading of the page fails with an error saying the button is not initalized. And sometimes the page loads with multiline working.