--- Terry Judd <[EMAIL PROTECTED]> wrote: > Hi all - I'm using a keyUp handler to toggle an > editable fld's style > between plain and scrolling according to it's > contents by comparing > the fld's textHeightSum() and height which all works > fine except when > the return and delete (or backspace) keys are > involved. I've tried > trapping these separately using the returnKey (or > whatever) message > with no apparent result. > > Any clues on how best to proceed? > -- > Dr Terry Judd >
Hi Terry, Have a look at the entries for the 'rawKeyDown' and 'rawKeyUp' messages in the Transcript Dictionary. Hope this helped, Jan Schenkel. ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
