Custom Menu Flyout difficulties

Custom Menu Flyout difficulties

Anonymous
Not applicable
322 Views
6 Replies
Message 1 of 7

Custom Menu Flyout difficulties

Anonymous
Not applicable
I'm trying to create a "master" menu toolbar that utilizes flyouts to access
existing ACAD and ADT toolbars. When I create flyouts that access the ADT
toolbars: "Doors/Windows/Openings", "Stairs/Railings" and "Grids/Columns".
They appear correctly until I close my AutoCAD session, and upon restarting
AutoCAD, the entries disappear from the toolbar and the MNS file. Does
anyone out there know how to accomplish this?

<><
Craig Gorsuch
Waddill Group
craig_gorsuch@waddill.com
0 Likes
323 Views
6 Replies
Replies (6)
Message 2 of 7

Anonymous
Not applicable
I forgot to mention...

Is there anyway to access the AutoCAD "Viewports" and "Dimension" toolbar
through a custom flyout?

<><
Craig
0 Likes
Message 3 of 7

Anonymous
Not applicable
I've got a toolbar that has a flyout for each aecarchx toolbar. Is this
what you are looking for?
How are you creating yours?
Is it a problem with your profile?

Dimension and Viewport (and UCS too I presume) toolbars are different
because of the scrollable window - I presume this is why they can't be added
to a flyout. I made my own dimension toolbar that includes all but the
window and used that in the flyout instead.

Nick
"Craig Gorsuch" wrote in message
news:AC4F2E6673B4894A70B97F783EFEAA8C@in.WebX.maYIadrTaRb...
> I'm trying to create a "master" menu toolbar that utilizes flyouts to
access
> existing ACAD and ADT toolbars. When I create flyouts that access the ADT
> toolbars: "Doors/Windows/Openings", "Stairs/Railings" and "Grids/Columns".
> They appear correctly until I close my AutoCAD session, and upon
restarting
> AutoCAD, the entries disappear from the toolbar and the MNS file. Does
> anyone out there know how to accomplish this?
>
> <><
> Craig Gorsuch
> Waddill Group
> craig_gorsuch@waddill.com
>
>
0 Likes
Message 4 of 7

Anonymous
Not applicable
I was hoping that I wouldn't have to re-create the "viewports" and
"dimensions" toolbars, but I was suspecting that I would.

I'm not editing the MNS file directly, but I did create a "blank" MNS file,
and used the TOOLBAR command to add all the existing AutoCAD and AEC
toolbars to it. When I add the "Doors/Windows/Openings",
"Stairs/Handrails", and "Grids/Columns" AEC Toolbars to the new "Master"
flyout, they show correctly until I quit AutoCAD and restart. Then they
disappear from the toolbar (not leaving a "blank" flyout icon), AND they
disappear from the MNS file.

I think it's because the "/" character is in the toolbar name, which is read
in a similar fashion to a ";" in LISP codes, and anything past that
character is ignored. Which results in an error in the MNS file, and AutoCAD
removed the offending lines of code from the source file during the
re-encoding of the MNR and MNC files. (That's my theory anyway.)

Having said all that, is there anyway, that I can quickly duplicate an
existing toolbar, without re-creating it from scratch? Or do I have to open
the ACAD and AEC MNS files and copy-paste? I would also REALLY love to
incorporate the pop-up lists (as shown in the "dimensions" and "viewports"
tooolbars) in another flyout to reduce screen "clutter".

<><
Craig
0 Likes
Message 5 of 7

Anonymous
Not applicable
Craig I tried a couple of different flyouts using the window/door/open toolbar
and also the stairs/handrails with no problems. One method I tried was naming
the toolbar "window/door/open". I closed ADT, checked that the name was in the
.mns file and reopened with no loss of buttons. It seems that the forward
slashes do not bother my system.




--
Charlie Busa

Autodesk Authorized
Independent AEC Consultant

CADD Services
P.O.Box 25262
Winston-Salem, NC 27114-5262
336 945-0626




Craig Gorsuch wrote:

> I was hoping that I wouldn't have to re-create the "viewports" and
> "dimensions" toolbars, but I was suspecting that I would.
>
> I'm not editing the MNS file directly, but I did create a "blank" MNS file,
> and used the TOOLBAR command to add all the existing AutoCAD and AEC
> toolbars to it. When I add the "Doors/Windows/Openings",
> "Stairs/Handrails", and "Grids/Columns" AEC Toolbars to the new "Master"
> flyout, they show correctly until I quit AutoCAD and restart. Then they
> disappear from the toolbar (not leaving a "blank" flyout icon), AND they
> disappear from the MNS file.
>
> I think it's because the "/" character is in the toolbar name, which is read
> in a similar fashion to a ";" in LISP codes, and anything past that
> character is ignored. Which results in an error in the MNS file, and AutoCAD
> removed the offending lines of code from the source file during the
> re-encoding of the MNR and MNC files. (That's my theory anyway.)
>
> Having said all that, is there anyway, that I can quickly duplicate an
> existing toolbar, without re-creating it from scratch? Or do I have to open
> the ACAD and AEC MNS files and copy-paste? I would also REALLY love to
> incorporate the pop-up lists (as shown in the "dimensions" and "viewports"
> tooolbars) in another flyout to reduce screen "clutter".
>
> <><
> Craig
0 Likes
Message 6 of 7

Anonymous
Not applicable
I don't know if this makes a difference, but I'm on a networked version of
ADT. I'll give the toolbar creation a try again and see if it works. I was
try to setup the toolbar in a MNS file that was being used by other users on
the network at the time, perhaps that has something to do with it.

<><
Craig
0 Likes
Message 7 of 7

Anonymous
Not applicable
Check your permissions on the network folder...at our site we make the
network folder containing menus "read only" to prevent such changes
(smileys...don't you know)...so any custom menus should be menuloaded on top
of the standard menus.

RBinning


"Craig Gorsuch" wrote in message
news:45504DAA15BDE129004280E7BF4F3414@in.WebX.maYIadrTaRb...
> I don't know if this makes a difference, but I'm on a networked version of
> ADT. I'll give the toolbar creation a try again and see if it works. I
was
> try to setup the toolbar in a MNS file that was being used by other users
on
> the network at the time, perhaps that has something to do with it.
>
> <><
> Craig
>
>
0 Likes