Menucmd shows empty IconMenu

Menucmd shows empty IconMenu

Justus_Wille
Participant Participant
279 Views
6 Replies
Message 1 of 7

Menucmd shows empty IconMenu

Justus_Wille
Participant
Participant

In AutoCAD 2026 an very old Application using lisp uses IconMenu-Function from menucmd.

This menu is available in an partial loaded cuix

Justus_Wille_0-1752071168379.png

Calling (meucmd "I=IFPWS-NAPF)(menucmd "I=*)

shows an empty Icon Menu.

Justus_Wille_1-1752071269490.png

Specified "functions" from menu are not called or displayed.

Are there changes between last releases (function is running in AC 2012) or what I'm doing wrong?

0 Likes
Accepted solutions (1)
280 Views
6 Replies
Replies (6)
Message 2 of 7

paullimapa
Mentor
Mentor

You’ll need the slide library file that contains the slides


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
Message 3 of 7

paullimapa
Mentor
Mentor

You'll also find the slide library name & slide file under Legacy>Image Tile Menus section

In following screenshot shows slide library file name is aechatch.slb & slide file name inside the library is conc1.sld

paullimapa_0-1752083832117.png

@Justus_Wille 

paullimapa_1-1752084046785.png

 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
Message 4 of 7

Sea-Haven
Mentor
Mentor

An image section in a mnu.

The *I=FURN

The display name FURNITURE

The CTONE is a slide library containing lots of sld's 

The CHAIR-1 is the name of the slide.

 

If no slide library .SLB then the individual slide's name will only be there.

 

SeaHaven_0-1752115025980.png

 

0 Likes
Message 5 of 7

Justus_Wille
Participant
Participant

SLB is existing in Supportpath

0 Likes
Message 6 of 7

paullimapa
Mentor
Mentor

 Could you share this partial menu along with the slb file here? You may have to zip both of them up before attaching 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 7 of 7

Justus_Wille
Participant
Participant
Accepted solution

Thanks for your support. The reason was a differend MenuContext (<MenuGroup Name="xxx">). Call right syntax with:

(menucmd "I=xxx.MenuName")(menucmd "I=*") -> and it works.

Thanks to all