How can i create a KiXforms textbox with a length longer than displayed, so that when a user enters data it scrolls ? I thought the folllowing code should work, but no way:
code:
	$MailToSubjectLabel     =$MailTo.Label('Subject:',12,$MailToFrameY+11,$MailTo.Width-30,$SCH)
$MailToSubject =$MailTo.TextBox('',35,$MailToFrameY+33,$MailTo.Width-56,$SCH)
$MailToSubject.Text ='Default subject text'
$MailToSubject.Multiline=0
$MailToSubject.MaxLength=100

What i also would like to see with a textbox is a property that defines the textbox scrollable (i cant find it in the manual). This is something different from the first wish, where i ask to the possiblility to scroll on a single line...

[ 26. August 2002, 10:40: Message edited by: Schuliebug ]
_________________________
Kind regards,