ToolbarManager property in designer
Can anyone tell me how to access this property? RB v6. I have tried:
TppDesignerWindow(ppDesigner1.Form).ToolBarManager
but this fails - property doesn't exist. Indeed in the source it looks like
there is only a fToolBarManager and not accessible.
Thanks.
Jonathan Hyams
TppDesignerWindow(ppDesigner1.Form).ToolBarManager
but this fails - property doesn't exist. Indeed in the source it looks like
there is only a fToolBarManager and not accessible.
Thanks.
Jonathan Hyams
This discussion has been closed.
Comments
Be sure you have the ppDsgner unit included in your 'uses' clause.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
identifier: ToolBarManager". Are you sure this is correct for my RB version?
Be sure you have the 'ppIDE' unit included in your 'uses' clause.
HTH,
Chris Ueberall;
error ("Undeclared identifier: ToolBarManager").
my code is accessing TppDesignerWindow(ppDesigner1.Form).ToolBarManager.
I guess the property wasn't public in RB6, it is now in RB7.
regards,
Chris Ueberall;
Included pDsgner, ppToolbars and ppIDE, but error "Undeclared identifier:
ToolBarManager" persists.
Property exists in RB 10?
"Chris Ueberall [TeamDM]" escribi? en el mensaje
The toolbar architecture for RB 10 has been changed. Take a look at the
following example on how to access and customize the toolbars and menus in
the RB 10 designer.
http://www.digital-metaphors.com/tips/Designer10_CustomizeMenusAndToolbars.zip
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com