Finding xtpBarPopup |
Post Reply |
Author | |
robs
Groupie Joined: 09 November 2003 Status: Offline Points: 84 |
Post Options
Thanks(0)
Posted: 16 February 2004 at 2:21pm |
Has anyone figured out how to find a commandBar of type xtpBarPopup? In the rtfText_Click event of the Office2003 sample: Set popup = CommandBars.Add("Popup", xtpBarPopup)
...works to add a Popup, but CommandBars.Count doesn't seem to change. If you cycle through the collection, it doesn't appear to be there. If you use .Find Control on CommandBars or CommandBars.ActiveMenuBar, it doesn't appear to be there. Maybe that's why the Popup is added every time in the Click event, because it's temporary? rob
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
It lives only while Event executed. it is created as Temporary.
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |