[futurebasic] Re: Edit field visible region...

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

From: allmedia@... (Sylvain Guillemette)
Date:
Thank you Jay!

I really appreciate it;

My fonction works perfectly now ;-)


BTW: Am i the only one having problems downloading files from there ? ;

http://chatworks.de/SIG%20FutureBASIC/Sources%20%5BFB:Ariel-AOL%5D/

The server show me a 'File not found' error everytime i try to download
something .sit (!?!?!)


SG

-------------------------
>
>LOCAL FN canUCitAll%(teH&)                       'Call after pasting
>  txtHeight% = FN TEGETHEIGHT(teH&..teNLines%,1,teH&)
>  fldHeight% = teH&..teViewRect.bottom% - teH&..teViewRect.top%
>END FN = fldHeight% > txtHeight%                 '_ztrue if it fits
>
>Not much, but I hope it helps.
>
>Jay Reeve