MessageBox width (and height)

MessageBox width (and height)

b.graaf
Advocate Advocate
906 Views
3 Replies
Message 1 of 4

MessageBox width (and height)

b.graaf
Advocate
Advocate

Can I somehow change of influence the width (and height) of a messagebox, placed with iLogic?

0 Likes
907 Views
3 Replies
Replies (3)
Message 2 of 4

b.graaf
Advocate
Advocate

Hm, I have found a very nice alternative using Windows forms, with a lot of possible options:

iLogic and Windows forms 

0 Likes
Message 3 of 4

WCrihfield
Mentor
Mentor

I created the following request in Inventor Ideas late last year for the same thing.

If enough of us vote for it, it may get implemented into newer versions of Inventor.

Text Format & Size Options for MessageBox, InputBox, InputListBox, & InputRadioBox

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes
Message 4 of 4

WCrihfield
Mentor
Mentor

There is also the FormattedText option, which allows you to use XML programming code to specify the format of the text within a String.  Then you could show that String within a MsgBox or MessageBox.Show.  But it is slightly complicated for basic needs.  The Forms are the way to go if you want a lot of specifics.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)

0 Likes