Shoutbox

A newb needing help on making a field box:P - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: A newb needing help on making a field box:P (/showthread.php?tid=62710)

A newb needing help on making a field box:P by Nathan on 07-07-2006 at 01:09 AM

I need to know how to make a field box.
Straight to the point :P
Thanks,
I'm a newb at JS so :$


RE: A newb needing help on making a field box:P by matty on 07-07-2006 at 03:58 PM

Maybe if you used the right terminology we can help. WTF is a field box ?!?


RE: A newb needing help on making a field box:P by Nathan on 07-07-2006 at 04:07 PM

A box which you type stuff in :P
Sorry :$


RE: A newb needing help on making a field box:P by matty on 07-07-2006 at 04:46 PM

quote:
Originally posted by Nathan
A box which you type stuff in :P
Sorry :$
The input box? Or a text box? or Edit box in this case

code:
<Control xsi:type="EditControl" Id="txtMytextBox">
    <Position Top="10" Left="10" Width="50" Height="15" />
    <DefaultText>This is some text</DefaultText>
</Control>

Read the documentation on it its really not that hard. :P