-
25 Nov 2011 11:27 PM #1
Answered: Message Box Font
Answered: Message Box Font
How can you set the font for an Alert MessageBox?
For me the text on the Message Box is barely visible, where does the Message Box get its default font styles?
Thanks in advance
Cheers
-
Best Answer Posted by catalin.ciobanu
have you tried to set the text using style on messageBoxs dialog like this ?
Code:MessageBox box = new MessageBox(); box.getDialog().setStyleAttribute(attr, value);
-
2 Dec 2011 8:18 AM #2
have you tried to set the text using style on messageBoxs dialog like this ?
Code:MessageBox box = new MessageBox(); box.getDialog().setStyleAttribute(attr, value);


Reply With Quote