Startseite › Foren › Deutsches LiveCode-Forum › Keine KeyUp-Events im Standalone › Antwort auf: Keine KeyUp-Events im Standalone
Februar 28, 2018 um 20:07 Uhr
#4435
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…