Default toolbars display under ReportDesigner
----------------------------------------------------------------------------
Config: Windows XP SP2
Delphi 7
ReportBuilder 9.01
----------------------------------------------------------------------------
Hey, i would like to change the default toolbar display under ReportBuilder
designer. I know that there is a RBuilder.ini file where such informations
can be saved/loaded. But i would like to have a custom display, even if
the RBuilber.ini is not present on the workstation.
I believe it could be possible by setting up a visible property for the
selected toolbars in the toolbar creation procedure but i can't find the
right place to do this in the source code.
Help would be very appreciated.
Thanks
Bruno
--- posted by geoForum on http://delphi.newswhat.com
Config: Windows XP SP2
Delphi 7
ReportBuilder 9.01
----------------------------------------------------------------------------
Hey, i would like to change the default toolbar display under ReportBuilder
designer. I know that there is a RBuilder.ini file where such informations
can be saved/loaded. But i would like to have a custom display, even if
the RBuilber.ini is not present on the workstation.
I believe it could be possible by setting up a visible property for the
selected toolbars in the toolbar creation procedure but i can't find the
right place to do this in the source code.
Help would be very appreciated.
Thanks
Bruno
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
Toolbars have changed drastically for RB 10. I believe you can access the
TppToolbarManager by type casting the TppDesigner.Form property as a
TppDesignWindow class. From the ToolbarManager, you should be able to
control the visibility of the toolbars if they have already been created.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com