I am having trouble with some menu files that I just can't get. I must be missing something. These menus have worked before but I did some changes and now they don't.
I'm running AutoCAD 2004. I have one menu in a folder, lets say Menu1.mnu. Then, in a subfolder, I have a second menu, lets say Menu2.mnu. Both paths are specifically listed in the Options.
Okay, Menu2.mnu has flyouts that reference toolbars in Menu1.mnu. That is to say that individual toolbars in Menu1.mnu are individual flyout buttons in Menu2.mnu.
Following??...
Here is some example code from both the files (keep in mind I am not showing the entire .mnu file - just what code involves the problem flyout buttons)...
Menu1.mnu:
And Menu2.mnu:
So, what shows up is AutoCAD's "No Button" icon and a message, when the button is clicked, that says "No toolbar is associated with this flyout button." The other buttons on the toolbar work, and show up fine.
Can anyone see what I am missing???
********************
What's the best way to get the answers you need?? See FAQ222-2244 for details!
I'm running AutoCAD 2004. I have one menu in a folder, lets say Menu1.mnu. Then, in a subfolder, I have a second menu, lets say Menu2.mnu. Both paths are specifically listed in the Options.
Okay, Menu2.mnu has flyouts that reference toolbars in Menu1.mnu. That is to say that individual toolbars in Menu1.mnu are individual flyout buttons in Menu2.mnu.
Following??...
Here is some example code from both the files (keep in mind I am not showing the entire .mnu file - just what code involves the problem flyout buttons)...
Menu1.mnu:
Code:
**FLG_FTG
ID_FLG_FTG [_Toolbar("FLG_FTG", _Floating, _Show, 400, 50, 0)]
ID__TeeL [_Button("Flg Tee Left", "flgTeeL.bmp", "ICON_24_BLANK")]^C^CBlah Blah Code Blah
**FIRELOCK
ID_FIRELOCK_0 [_Toolbar("FIRELOCK", _Floating, _Show, 400, 50, 0)]
ID__FLTEE [_Button("Firelock Tee", "gvtee.bmp", "ICON_24_BLANK")]^C^CBlah Blah Code Blah
And Menu2.mnu:
Code:
**PIPE_DETAILING_TOOLBAR
**TB_PIPE_DETAILING_TOOLBAR
ID__1 [_Flyout("Flanged Fitting Toolbar", ICON.bmp, NONAME.BMP, _OtherIcon, MENU1.FLG_FTG)]
ID__2 [_Flyout("Firelock Fitting Toolbar", ICON6334.bmp, NONAME.BMP, _OtherIcon, MENU1.FIRELOCK)]
So, what shows up is AutoCAD's "No Button" icon and a message, when the button is clicked, that says "No toolbar is associated with this flyout button." The other buttons on the toolbar work, and show up fine.
Can anyone see what I am missing???
********************
What's the best way to get the answers you need?? See FAQ222-2244 for details!