[futurebasic] Re: EF hilite always visible

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : April 1999 : Group Archive : Group : All Groups

From: Vittorio Dell'Aiuto <vittorio@...>
Date: Tue, 20 Apr 99 1:44:15 CEST
Thanks to Mel Patrick and Rick Brown that both addressed me in the right
(i.e. HIG compliant) direction.

I always wondered how to use FN TEFEATUREFLAG but was too lazy to search
Inside Mac to find it :-)

Steve Van Voorst also suggested to change the color of the selected text
(via EDIT TEXT), that's a good hint: I added a bold style, to be sure my
users understand...

 > Questions: why don't you use lists, as these are what you need, I
 > have recently implemented a double list (choices in list one
 > cause different information to appear in list 2 -  clicks in both
 > lists have effects. This was very easy thanks to mars' list
 > utilities... 

I used the list manager before for the same task, but:
1) it was MUCH slower to draw: now I prepare the data in a handle, then
EDIT FIELD #id, &handle& and it is fast even when approaching the 32K
limit;
2) I never managed to use the list manager outside a modal window (how to
trap mouse and keyboard events) :-(

While point 1 has no solution, point 2 probably has, I just don't know
how. Anyone?

vittorio

 --- MacPress 2.2.1b9.8-reg ->