Author Topic: Solved: AutoCAD vs AutoCAD LT Menu Difficulties  (Read 5649 times)

0 Members and 1 Guest are viewing this topic.

M-dub

  • Guest
Re: Menu Load
« Reply #15 on: September 12, 2005, 03:36:01 PM »
...the toolbars, that is...
I'm not aware of a method to breate pulldowns within acad.

CottageCGirl

  • Guest
Re: Menu Load
« Reply #16 on: September 12, 2005, 03:44:13 PM »
are you loading off of your C drive or a network,,,, if you are loading off your C drive, I find that I need to have custom menu's in each custom folder for all versions, for some reason the menu path gets confused if it is too far down the path-- I think this has to do with our network    ( am I making myself clear-let me know if I am not making sense.... :roll:)

M-dub

  • Guest
Re: Menu Load
« Reply #17 on: September 12, 2005, 03:44:25 PM »
Ok, I have to ask although you've probably addressed this already.

Does the menugroup name match one already existing?

Dommy2Hotty

  • Swamp Rat
  • Posts: 1127
Re: Menu Load
« Reply #18 on: September 12, 2005, 03:56:39 PM »
Your original posted code worked for me Kate...got both toolbars and the menu ~ ADT 2005

Kate M

  • Guest
Re: Menu Load
« Reply #19 on: September 12, 2005, 04:03:15 PM »
I'm wondering if this doesn't have to do with having two versions on the same computer -- or if AutoCAD full recompiles menus with toolbars differently from LT. (I have no problems with pulldown-only menus.)

Latest Sequence:
1. Create empty "stuff.mns" in a network folder
2. Populate "stuff" with buttons using TOOLBAR (LT).
3. Load "stuff" in full AutoCAD -- works.
4. Close LT, reopen. No "stuff".

This is really bizarre...

VerticalMojo

  • Guest
Re: Menu Load
« Reply #20 on: September 12, 2005, 05:12:24 PM »
1. check your support path

2. M-dub is right, Check the menugroup name to see if it matches one already existing.

Kate M

  • Guest
Re: Menu Load
« Reply #21 on: September 12, 2005, 05:18:51 PM »
1. check your support path
Nope, got it.

2. M-dub is right, Check the menugroup name to see if it matches one already existing.
Nope, I watch the command line, and it complains if you try to do that ("A menu with that MENUGROUP name already exists.")...when it "doesn't load" now, I get nothing. No command line messages, no errors, just click the button and nothing happens.

It's really just the toolbars -- pulldowns are fine. I've put this in the Autodesk groups too, in case there are more LT people over there.

M-dub

  • Guest
Re: Menu Load
« Reply #22 on: September 13, 2005, 09:14:43 AM »
...when it "doesn't load" now, I get nothing. No command line messages, no errors, just click the button and nothing happens.

It's really just the toolbars -- pulldowns are fine. I've put this in the Autodesk groups too, in case there are more LT people over there.

Ok, wait a sec here...You're saying the toolbars LOAD, but don't function?  Command line doesn't say ANYTHING when you click a button?  How many other menus do you have loaded out of curiosity?

Kate M

  • Guest
Re: Menu Load
« Reply #23 on: September 13, 2005, 10:08:38 AM »
I've done a little playing around, and here's what I got.

1. A MNS file, loaded in LT first, will not load at all in full. No errors, no messages, nothing. (Although clicking on the "Load" button really fast seems to say something about the MNC file down where the helpstrings appear.)
2. The same MNS file, copied, renamed, and loaded in full first, will load pulldown menus in LT, but acts as if it has no toolbars. The toolbars don't load; nothing shows up in the TOOLBAR command.

This leads me to believe that somehow the two programs compile menu files differently. I can't imagine why this would be. I'm going to try to post the MNS/MNC/MNR files from LT, so someone can test it and see if it's just me.

Kate M

  • Guest
Re: Menu Load
« Reply #24 on: September 13, 2005, 10:12:22 AM »
Okay, they're in the Lilly Pond (my folder), "rsa_menu_lt.mns/mnc/mnr". I didn't include the bitmaps, but you'll at least know if it loads.

M-dub

  • Guest
Re: Menu Load
« Reply #25 on: September 13, 2005, 10:15:10 AM »
It wouldn't surprise me if the two ARE different.  I agree that it would be nice if they were the same, but ...I dunno.

What does the help file in LT say about menu files?

Kate M

  • Guest
Re: Menu Load
« Reply #26 on: September 13, 2005, 10:16:40 AM »
It's the exact same page as the full version.

I don't know why it just affects toolbars, though...yeesh.

M-dub

  • Guest
Re: Menu Load
« Reply #27 on: September 13, 2005, 10:24:27 AM »
How many other menus do you have loaded?  I'm just wondering if there's a conflict of some sort

Although, with unique menu group names, I don't know how...

Kate M

  • Guest
Re: Menu Load
« Reply #28 on: September 13, 2005, 11:45:27 AM »
According to Chip Harper (over at the Autodesk forums), you can use the same MNU/MNS file for each version as long as they're in separate folders so they can create their own MNC/MNR files. Guess that's how it's always worked, both between new/old versions and LT/full.

I suppose that makes sense, sort of...At least now I know it's not my fault. :-)

Thanks for all the help!

VerticalMojo

  • Guest
Re: Menu Load
« Reply #29 on: September 13, 2005, 11:50:56 AM »
So it does work now?