[futurebasic] Re: [FB] scrolling edit field

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 2012 : Group Archive : Group : All Groups

From: Robert Purves <listrp@...>
Date: Fri, 27 Jan 2012 20:46:10 +1300
Douglas Stemen wrote:

> I have some edit fields that can contain more user entered text than the area I have provided. We used to be able to link a scroll button to an edit field so the user could see all information. Can this be done using "appearance button _cEdit,,,,,, @r, _kControlEditUnicodeTextProc" format in FB 5.6?


YAST -- Yet Another Scrolling Text control

4toc.com/fb/YAST_folder.zip  [25 K]
You have to include two files in your project (Subs YAST.incl and YAST.bundle).
The syntax to make a control is easy:
fn NewYASTControl( _cEdit, r )