Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Diesel Menu Name

4 REPLIES 4
Reply
Message 1 of 5
Anonymous
312 Views, 4 Replies

Diesel Menu Name

Is it possible to use diesel to define the name of a menu on the menubar
(where File, Edit, View, ...are)?

I can get a diesel expression to name a label within one of these main menu
pull-downs, but cannot get the same expression to name the main label.

Thanks for your help.
richard
4 REPLIES 4
Message 2 of 5
Anonymous
in reply to: Anonymous

"Ric Steele" wrote in message
news:E9697BC706E116B209907695E5B736BA@in.WebX.maYIadrTaRb...
> Is it possible to use diesel to define the name of a menu on the menubar
> (where File, Edit, View, ...are)?

Just out of curiousity, why would you want to do this?

> I can get a diesel expression to name a label within one of these main
menu
> pull-downs, but cannot get the same expression to name the main label.

I know, I know. Curiousity killed the cat. I'm not that familiar with
diesel. How do you do this?

Sorry I couldn't answer your question.

TIA
Kevin
Message 3 of 5
Anonymous
in reply to: Anonymous

A Variable equals 1, then the menu name displays the German for the menu,
otherwise it displays the English.
[$(eval, $(if, $(eq, variable, 1), "Archivieren", "File"))]
Kevin Nehls wrote in message
news:99AAB5847541ABF31AA4EF7CDC6AA225@in.WebX.maYIadrTaRb...
> "Ric Steele" wrote in message
> news:E9697BC706E116B209907695E5B736BA@in.WebX.maYIadrTaRb...
> > Is it possible to use diesel to define the name of a menu on the menubar
> > (where File, Edit, View, ...are)?
>
> Just out of curiousity, why would you want to do this?
>
> > I can get a diesel expression to name a label within one of these main
> menu
> > pull-downs, but cannot get the same expression to name the main label.
>
> I know, I know. Curiousity killed the cat. I'm not that familiar with
> diesel. How do you do this?
>
> Sorry I couldn't answer your question.
>
> TIA
> Kevin
>
>
Message 4 of 5
Anonymous
in reply to: Anonymous

"Ric Steele" wrote:
> A Variable equals 1, then the menu name displays the German for the menu,
> otherwise it displays the English.
> [$(eval, $(if, $(eq, variable, 1), "Archivieren", "File"))]

Thanks for the info. I guess that would be a pretty good reason as it keeps
you from having to maintain multiple menu files of different languages.

Kevin
Message 5 of 5
Anonymous
in reply to: Anonymous

it is not a very complete solution, but it would help at least.
Kevin Nehls wrote in message
news:B5CBA5D5507D82E03DC0D2ACC33BCC81@in.WebX.maYIadrTaRb...
> "Ric Steele" wrote:
> > A Variable equals 1, then the menu name displays the German for the
menu,
> > otherwise it displays the English.
> > [$(eval, $(if, $(eq, variable, 1), "Archivieren", "File"))]
>
> Thanks for the info. I guess that would be a pretty good reason as it
keeps
> you from having to maintain multiple menu files of different languages.
>
> Kevin
>
>

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost