Why I cannot write in the Text box
#1
Why I cannot write in the text box
Image

Code:
<control type="textbox" id="2">
       <description>My first text box control</description>
       <left>80</left>
       <top>100</top>
       <width>250</width>
       <height>200</height>
       <visible>true</visible>
       <colordiffuse>FFFFFFFF</colordiffuse>
       <font>font13</font>
       <textcolor>FFFFFFFF</textcolor>
       <pulseonselect></pulseonselect>
       <pagecontrol>13</pagecontrol>
       <scrolltime>200</scrolltime>
       <autoscroll delay="3000" time="1000" repeat="10000">!Control.HasFocus(13)</autoscroll>
       <label>Text to display goes here [CR] next line...</label>
       <align>center</align>
    </control>
Reply
#2
Could have sworn i replied..snyways. the textbox is not a textbox for input such as in f.ex. VB. Think of it as a label with wrap an optional scroll. Yeah, the scroling is probably what makes this different from a label.

You can probably hpok it up to show a value from the keyboard as you enter text but I cannot help you with that. GL
Reply

Logout Mark Read Team Forum Stats Members Help
Why I cannot write in the Text box0