e LiveCode
> Subject: Re: the hilitedLine of list field isn't highlighted
>
> On 6/6/11 12:23 PM, Slava Paperno wrote:
> > Jacqueline,
> >
> > You're responding to "email script" with obvious goofs, sorry--but a
> little
> > later I posted a l
On 6/6/11 12:23 PM, Slava Paperno wrote:
Jacqueline,
You're responding to "email script" with obvious goofs, sorry--but a little
later I posted a link to a working demo that shows the problem:
http://russian.cornell.edu/FocusProblem_Slava.zip
My tests are in Windows 7, but someone on the list c
M
> To: How to use LiveCode
> Subject: Re: the hilitedLine of list field isn't highlighted
>
> On 6/5/11 12:19 AM, Slava Paperno wrote:
> > I have a list field ("MyListField") with a rawKeyDown handler that
> tells me
> > which line is the hilitedLine after
On 6/5/11 12:19 AM, Slava Paperno wrote:
I have a list field ("MyListField") with a rawKeyDown handler that tells me
which line is the hilitedLine after every key press.
on rawKeyDown parKey
put return& the hilitedLine of me after msg
pass rawKeyDown parKey
end of rawKeyDown
Probably a