selectedchunk anyone?

J. Landman Gay jacque at hyperactivesw.com
Thu Jan 18 14:25:17 EST 2007


I was going to respond but I'm not sure I understand what you are trying 
to do. But maybe this will help: you can get the selectedchunk of a 
particular field like so:

put the selectedchunk of fld 1

Is that what you mean?

Chipp Walters wrote:
> OK, no takers then..
> Here's how I've decided to solve it:
> 
> (list field script)
> 
> local lSelChk
> 
> on mouseEnter
>  put the selectedChunk into lSelChk
> end mouseEnter
> 
> 
> On 1/18/07, Chipp Walters <chipp at chipp.com> wrote:
>>
>> I'm trying to figure out where the I-beam cursor sits in a field. Not
>> hard, check the selectedChunk. But what if AFTER I've clicked a list 
>> field?
>> Even with TraversalOn set to false for a list field, it still insists on
>> resetting the selectedChunk to it's own 'hilitedline' even though the 
>> I-beam
>> cursor is blinking in the other field.
>>
>> Any ideas on how to tell where the I-beam cursor is in the first field? I
>> suppose I can 'send in time' a message to the field, but thought there 
>> must
>> be an easier way...
>>
>> -Chipp
>>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 


-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list