AS for EF color change I found below statement from log file,
Does Staz add new feature to latest FB^3 (release 3) ??
I am looking forward to seeing it!
--
Masa
masa.nakao@...
on 00.1.18 8:37 AM, Chris Stasny at staz@... wrote:
>> Staz said:
>>> I'll write a function to emulate this. Gimme a little time.
>>
>> Thanks. What I am doing now works, but still produces an annoying selection
>> color flash.
>
>
> That's what I was talking about -- writing a function that does not flash.
>
>> Here is another thing. I have two edit fields (the same static ones), one
>> above the other with a divider line between. I let the user change the sizes
>> of these two edit fields by dragging the divider line.
>>
>> (I've attached the functions as a text clipping.)
>>
>> In FBII, I didn't have to have the HANDLEEVENTS statement there. This works,
>> but isn't very good programming technique and keeps the line from moving
>> smoothly with the cursor on slower computers. What should I do instead?
>
>
> Grab the original mouse position from FB's mouse event. From that
> point forward, use GETMOUSE to accomplish the same thing. You do this
> is a DO/UNTIL (or WHILE/WEND)
>
> DO
> GETMOUSE(my)
> blah blah
> UNTIL FN STILLDOWN = _false
>
>
>
> Best,
>
> -STAZ ~)~
>
> 800.348.2623 Orders http://www.stazsoftware.com
> 228.255.7086 FAX mailto:staz@...
>
> --
> To unsubscribe, send ANY message to <futurebasic-unsubscribe@...>
>