[futurebasic] Re: [FB] scrolling edit field

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

From: Domokos Vekas <domika@...>
Date: Sat, 4 Feb 2012 23:36:26 +0100
Robert,

YAST can be a perfect solution for my text scrolling needs, too.

However, I could not figure out how to set font attributes (font name
and font size) to this control.
I hope you can suggest a simple way to do that.
SetButtonFontStyle() doesn't seem to work.

Thanks in advance,
Domokos


2012/1/27 Robert Purves <listrp@...>:
>
> 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 )
>
>