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 <[EMAIL PROTECTED]> 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
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution



--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to