Home › Forums › General XMetaL Discussion › Xmetal to check numeric value and alphanumeric value › Reply To: Xmetal to check numeric value and alphanumeric value
Reply to: Xmetal to check numeric value and alphanumeric value
November 27, 2012 at 10:44 amThanks for a reply.
In .xft form I have made use of a Text, which displays text like this
var st1=”ab”;
var st2=”cdh”;
var st3=”ffg”;
Text1.Text=st1+”-“+st2+”-“+st3;
and I want to display st2 as bold in xft form in that Text1,
ie
ab-cdh-fg
Also
I have used an EditBox when we enter any character in it ,it is diplayed in the Text.Text on OnChange() event of EditBox
Is there any way to Expand the display size of Text as we enter the characters, and when the length of the string entered in the EditBox cant be entirely seen in Text which displays it.
How can I achieve this?
please reply
Regards