Hi Richmond, > Am 20.12.2017 um 19:40 schrieb Richmond Mathewson via use-livecode > <[email protected]>: > > Slimme Duitse ergernissen slapen Scotsman.
well, OK? That makes as much sense as the deadly MP joke: Wenn ist das nun Stück gitt und Schlottermeyer? - Ja: Bayer-Hund. Das, oder die Flipper-Wald Gespütt! :-D > Thanks. > > Richmond. > > On 20/12/17 8:35 pm, Klaus major-k via use-livecode wrote: >> Hi Richmond, >> >>> Am 20.12.2017 um 19:31 schrieb Richmond Mathewson via use-livecode >>> <[email protected]>: >>> >>> ... >>> Anyway, I came across >>> on returnInField and >>> on enterInField >>> which I found (this must go down as the ultimate example of reinventing the >>> wheel) >>> are also "there" in LiveCode, which is marvellous . . . >>> >>> But . . . >>> as the children I code EFL programs for (and an awful lot of adults) treat >>> the >>> RETURN key and the ENTER key as functionally equivalent I will either: >>> Have to endless reduplicate scripts for the RETURN and the ENTER key, >>> or, erm, find a way to do something like this: >>> on returnInField or EnterInField >>> >>> ? >> I ususally script: >> >> on returninfield >> ## lots of code here... >> ## and here, too! >> ## and even more here... >> end returninfield >> >> on enterinfield >> returninfield >> end enterinfield Best Klaus -- Klaus Major http://www.major-k.de [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
