Add Textbox a Status bar Revit

Add Textbox a Status bar Revit

Anonymous
Not applicable
1,456 Views
2 Replies
Message 1 of 3

Add Textbox a Status bar Revit

Anonymous
Not applicable

Hi everyone

I developed my addin using C# 2012, i need add a textbox in the statusbar revit when select a element. is possible? . There is way to do?. some example?

 

Captura.JPG

 

Thanks

0 Likes
1,457 Views
2 Replies
Replies (2)
Message 2 of 3

Revitalizer
Advisor
Advisor

Hi marcosmateo,

 

it is not possible to add controls to the status bar or options bar.

 

Additionally:

As far as I know, there is no way to be notified if SelectionSet has changed.

 

There are no solutions for both of your issues.

 

 

Revitalizer




Rudolf Honke
Software Developer
Mensch und Maschine





0 Likes
Message 3 of 3

rosalesduquej
Alumni
Alumni

Hi Marcos,

 

Like Revitalizer said, I don't believe that is possible, But then I remember there was a post by Jeremy, that sets text in the Status bar. So if you have time, and are interested in doing some research to check if it is possible to achieve what you are trying to do, go for it. I don't assure you it will work, but it will be a fun test to try. 

 

http://thebuildingcoder.typepad.com/blog/2011/02/status-bar-text.html

 

Also if you want the most updated code for Revit 2016 you can get the Builder coder Samples solution from here

https://github.com/jeremytammik/the_building_coder_samples

 

Where you can find the SetStatusText inside of the CmdStatusBar.cs

 

Let me know if you give it a shot.

Cheers,



Jaime Rosales D.
Sr. Developer Consultant
Twitter | AEC ADN DevBlog
0 Likes