- Richard Lynskey
- PowerBuilder
- Thursday, 10 August 2017 09:26 PM UTC
We've got a few applications, and one common theme with all of them is that they all have ToolbarText set to false and ToolbarTips set to true by default.
If I use this code in a MDIHelp! window, the toolbartext will enable immediately:
application lapp_application
lapp_application = GetApplication ()
lapp_application.toolbartext = true
If I use the same code in an MDIDockHelp! window, nothing changes.
I can even go into the open event in my application itself and add ToolbarText = true in the MDIDockHelp! app and do not get the toolbar text.
I have the same issue with the ToolbarTips property.
Has anyone else experienced anything like this, or found any workarounds, or know of some documenation we've missed? Or is it a bug I should report?
Side note, ToolbarUserControl is on, and using the built in right click popup control does work to turn those two options off and on.
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.