PDA

View Full Version : Status Bar Buttons



ntaylor
2004-06-07, 12:26 AM
The display of the ORTHO, OSNAP etc. buttons can now be changed manually. I would like to be able to do it programatically.

Firedrake4
2005-02-01, 10:09 PM
I am also looking to do the same thing.

Ed Jobe
2005-02-02, 04:36 PM
Can you confirm/clarify "display"? Do you mean remove them from the status bar completely?

ntaylor
2005-02-02, 10:54 PM
Correct. If you right click in the status bar next to the buttons you can select which ones to have showing. We only use two of them so this is a good feature and I would like to be able to do it with VBA. One step further would be the ability to create your own.

Regards - Nathan

vahuur751
2005-03-01, 05:27 AM
Hi!

There is freeware C++ library (AcadStatButton) available from Manusoft (http://www.manusoft.com) for adding buttons to AutoCAD status bar. It has ActiveX interface for use in VBA and Visual Lisp.

Vahur

Ed Jobe
2005-03-02, 04:30 PM
I played around with that a couple of years ago, but I don't remember if it allows you to work with existing acad status buttons. I believe you can only work with the ones you've added. Correct?