Home End User
New Blog Posts: Merging Reports - Part 1 and Part 2

Hide but still support Non core components

edited February 2005 in End User
RB7.04 D6 EUR
What is the best way to optionally hide say the rotatedlabel
thirdparty control from the toolbar but still support existing reports
that are using it? It is not defined in ppDesigner ShowComponents.

In other words stop any new uses but support existing reports.

Thanks,
Rick Matthews
Dartek Systems Inc.

Comments

  • edited February 2005

    I do not know whether its possible. You might try accessing the
    DesignerWindow's ToolbarManager and then iterating over the Toolbars and
    their buttons. Then hide the button.


    uses
    ppEndUser, ppDsgner;

    var
    lDesignerWindow: TppDesignerWindow;


    lDesignerWindow := TppDesignerWindow(myDesigner.Form);
    lDesignerWindow.).ToolbarManager.Toolbars[]

    --


    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.