Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Display custom property value in status bar

1 REPLY 1
Reply
Message 1 of 2
Anonymous
550 Views, 1 Reply

Display custom property value in status bar

I want to display a property value for an assembly or part in a way it would be visible for the user. I thought about status bar. Is possible to display own text in status bar?

 

Also it is possible to create a button as a label, just to display text?

 

thanks

1 REPLY 1
Message 2 of 2
Shawn_79
in reply to: Anonymous

 I use iLogic with the code below to display a message on the status bar.  This will turn off as soon as inventor sends a new message or the user moves their mouse.  This link provides an alternative method of making the message "hang around" for a few seconds.

 

http://forums.autodesk.com/t5/Autodesk-Inventor-Customization/Status-bar-text/m-p/758518/highlight/t...

 

 

Code:

ThisApplication.StatusBarText = "Your Message Here"

 

-Shawn

 

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

Post to forums  

Autodesk Design & Make Report