Limiting the number of characters per line in a scrolling field?

Dar Scott dsc at swcp.com
Sat Apr 23 19:58:53 EDT 2005


On Apr 23, 2005, at 4:14 PM, Glen Bojsza wrote:

> This seems to do the trick but now I have to ask...
>
> What's an accented character?

I'm thinking of umlaut and such.  Maybe I'm using the wrong word.

On OS X when I type in option-u u, the key message handlers are 
bypassed.  Maybe that's been fixed?

Dar

>>> on keyDown pKey
>>>   if (pKey is an integer) and (the number of chars of the 
>>> selectedLine
>>> < 5) then pass keyDown
>>> end keyDown
>>
>> Will this let in the occasional accented character?
-- 
**********************************************
     DSC (Dar Scott Consulting & Dar's Lab)
     http://www.swcp.com/dsc/
     A Sponsor of RevCon West
**********************************************



More information about the use-livecode mailing list