TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: TimSpangler on September 29, 2006, 12:52:59 PM

Title: Text style control on toolbar?
Post by: TimSpangler on September 29, 2006, 12:52:59 PM
I cannot seem to remember how to get the textsyle and dimstyle dropdown controls onto my current toolbar.  Let me explain a bit futher.

I still cost. my .mnu ( haven't had much luck with that whole .cui thing) so what I am triing to do is create a new toolbar with these controls but I can't seems to figure it out.

Thanks

TIM
Title: Re: Text style control on toolbar?
Post by: T.Willey on September 29, 2006, 12:57:12 PM
I still use my mns.  If I make any changes, I just reload it.  Here is the one for layers
[_Control(_Layer)]
Maybe text would be
[_Control(_Text)]
Or
[_Control(_TextStyle)]

Or the same for dimension.

/guess

Edit:  Looks like it would be
[_Control(_TextStyle)]
and
[_Control(_DimStyle)]
Title: Re: Text style control on toolbar?
Post by: TimSpangler on September 29, 2006, 01:21:50 PM
Thanks Tim.

Looks like the dimstyle worked but not the textstyle.  I kept getting some large error  about not being able to create the control blah blah blah.  but when I tried yours at least the dimstyle worked.  I'll keep on triing.

Thanks
Title: Re: Text style control on toolbar?
Post by: T.Willey on September 29, 2006, 01:30:24 PM
Maybe it just
[_Control(_Style)]
Since all you type is 'style' to enter into the text style comamnd.

Happy to help, and hope you get it soon.   :-)