Creating a Toolbar

M

MG

Hi

I am using Project 2000 and want to create a toolbar that shows only in a specific template, not in other project files or in the global mpt.
Is this possible?
 
R

Rob Schneider

Yes, this is possible. Look at the Menu: Tools/Organizer dialog box.
Shows how you can move around a whole host of "things", including Toolbars.

Hope this is useful to you. Let us know.

rms
 
M

MG

I have used the Organizer to try and achieve this, however, when I create the toolbar and copy it to the template, the toolbar is still showing in the Global.mpt in the Organizer and is turned on in any other project files I create. If I remove it from the Global.mpt it is also removed from the Template.

Any other suggestions.
 
R

Rob Schneider

Humm... maybe my recollection is wrong and that templates can't contain
Toolbars? (although that would be surprising). I don't have access to
the doc's here. Perhaps check the documentation about templates to
ensure they can hold Toolbars. I know mpp files can. Have you saved
the template and global mpt file before any testing?
 
J

Jan De Messemaeker

Hi Rob,

Sure any file can contain a toolbar... but I never succeeded in SHOWING one
that isn't present in the Global as well
 
M

Mark Durrenberger

Sadly, I concur :-(
Got to be in the global.mpt to show it

you can put code in the project open event that can move the toolbar to
global mpt and in the close event that will remove it...

Private Sub Project_Open(ByVal pj As Project)
organizermoveitem...'move the toolbar...
End Sub

--
_________________________________________________________
Mark Durrenberger, PMP
Principal, Oak Associates, Inc, www.oakinc.com
"Advancing the Theory and Practice of Project Management"
________________________________________________________

The nicest thing about NOT planning is that failure
comes as a complete surprise and is not preceded by
a period of worry and depression.

- Sir John Harvey-Jones
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top