display popup menu helpstrings in the status bar

display popup menu helpstrings in the status bar

g-eaux
Advocate Advocate
1,310 Views
7 Replies
Message 1 of 8

display popup menu helpstrings in the status bar

g-eaux
Advocate
Advocate

hi everyone,

I’ve some .mnu popup menus I’can’t replace.

the MNS file contains commands (ID_CMD [CMD] cmd) and helps (*** HELPSTRINGS) for each ID_ these help strings should display in the status bar, down to the left, but with the 2015 and higher , no way to display them, yet official Autocad 2015 help is always talking about this helpstring, it would have not been deleted.

Any idea? Thanks in advance,

Gérald

 

For better clarity, 2 samples of my file. MNU:

MNU file, POP section

***MENUGROUP=MAN_POP_MENULISP

***POP1
**LISP
[LISP]
                         [->ACCESS]
ID_CONNEXIONACCESS               [CONNEXIONACCESS]CONNEXIONACCESS
ID_CONNEXIONCLOSE                [CONNEXIONCLOSE]CONNEXIONCLOSE
ID_RENSEIGNE_ACCESS_XYZ          [RENSEIGNE_ACCESS_XYZ]RENSEIGNE_ACCESS_XYZ
ID_SELECT_NOEUD_ANOMALIES_DEPUIS [SELECT_NOEUD_ANOMALIES_DEPUIS_ACCESS]SELECT_NOEUD_ANOMALIES_DEPUIS_ACCESS
                         [<-]
                         [->ADE]


and the help section :

***HELPSTRINGS
ID_CONNEXIONACCESS               [Connexion à une base de données choisie par l'utilisateur]
ID_CONNEXIONCLOSE                [Déconnexion de la base de données ]

 

 

0 Likes
1,311 Views
7 Replies
Replies (7)
Message 2 of 8

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> these help strings should display in the status bar, down to the left

Wasn't that long long ago? 😉

 

Start command _OPTIONS, tab Display and make sure "Show Tool Tips" is active, if so you get a popup directly at the position of the icon, with your help-text, as long as your mouse stands still 😉

 

20170111_1104.png20170111_1105.png

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 3 of 8

g-eaux
Advocate
Advocate

hello,

thanks for your reply,

but your solution work fine with toolbars menu, not with popup menu:

if you have an old autocad 2014, highlighting an item of a popup menu, you'll see the helpstring displaying in the left of the status bar

maybe there is variable for the display of tooltips for popup menu ?

 

Gérald

 

 

 

0 Likes
Message 4 of 8

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> [...] not with popup menu

Ahh, now I got it.

And sorry, I don't know if these help strings can be displayed anywhere.

I guess no, but at least it's just I don't know a way of making them visible.

 

Sorry,  - alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 5 of 8

pendean
Community Legend
Community Legend
The old style pop-ups are in the 'legacy' section of CUI command pop-ups: it's probably Autodesk's way of trying to get you to move on from MNU files.
0 Likes
Message 6 of 8

g-eaux
Advocate
Advocate

Hi pendean,

No, unfortunately  the problem is not mnu or cui, but popmenu/ toolbars menus.

i've tried to display helpstrings or complement help file using the _cui interface, there is no result

my mnu files are generated by a lisp project browser, that perform documentation and menus

i could create a cui file else to a mnu, by far cui file are xml based.

 

My problem is that i can't replace my old popup menus with toolbars menu or ribbon, because they have many entries, no icons, and must have a short description to understand what they do.

I should replace the command name by my description, but sometimes the description is too long, so it is not the best way to solve my problem

 

My custom popup menu is like Notepad++ plug-in menu :

notepad_plugin.png

What should replace a pop-up menu for this kind of plug-in ?

Nothing that i know.

so the problem is very stupid for me: Why Autodesk dislike popup menus ?

Autocad is not an office suite, but a professional software:

maybe Autodesk should use the Qgis interface for plug-ins:

It is modern, and the label can be up to 255 carracters :

 

Qgis plug-in.PNG

 

regards, still hoping,

Gérald

 

 

0 Likes
Message 7 of 8

scot-65
Advisor
Advisor
FWIW - When I switched from 2014 to 2016 what you
are describing [ID_helpstrings] went away and I too was
not able to find a way to display this extended help.
Blame it on the upgraded UI with the jumpy tab bar.

There is a line inside the CUI --> Properties pane that is called
"Extended Help File" that you can use however at this time
this feature is not developed enough to be able for us
developers/end users to migrate our work to other workstations
easily. To see it in action, hover your mouse over a toolbar
button / ribbon button, pause, and the tooltip will expand.
Tooltips do not appear when hovering inside the Menubar.

Here's a thought - How does one hover over a control in order
to display it's tooltip on a touchscreen device?

I do not own any touchscreen devices, therefore I do not know
this answer.

???

Scot-65
A gift of extraordinary Common Sense does not require an Acronym Suffix to be added to my given name.

Message 8 of 8

g-eaux
Advocate
Advocate

hello scot,

thanks for your reply, i now won't waste my time searching for a solution.

Stupid that Autodesk opposite ribbon and popup, they are complementary.

I use mostly ribbon for verticals products like map, mep or civil, because it's workflow compliant.

but some commands (out of workflow) are missing, thats why i put visibles popups.

 

Gérald

 

 

0 Likes