Antwort auf: Keine KeyUp-Events im Standalone

Startseite Foren Deutsches LiveCode-Forum Keine KeyUp-Events im Standalone Antwort auf: Keine KeyUp-Events im Standalone

#4435
Torsten
Teilnehmer

    Hallo Hauke,

    dies steht im Field-Script:

    on KeyUp pKeyCode
       
       put field "Text" into theMarkdownText
       put mergMarkdownToXHTML(theMarkdownText,,true,,true) into theHTML
       set the htmlText of field "HTML" to theHTML
       put theHTML into field "HTMLsource"
       
    end KeyUp

    Ich benutze gerade LC 8.1.9.
    Habe es gerade in LC 9 DP 11 getestet, selbes Ergebnis: keine Reaktion in den anderen Feldern beim Standalon, in der IDE läufts wie gescripted…