Startseite › Foren › Deutsches LiveCode-Forum › Entwicklertool, Umschalten von "Browese.Tool" zu "Pointer-Tool" › Antwort auf: Entwicklertool, Umschalten von "Browese.Tool" zu "Pointer-Tool"
April 22, 2019 um 14:14 Uhr
#14247
Hi Gueby,
willkommen im Forum!
Spontane Idee:
Eventuell hat jemand die „cantmodify“ Property des Stacks aktiviert?
Für so etwas haben wir die Messagebox, das ist ist unsere „command line“.
Messagebox mal öffnen, das eingeben und ENTER drücken:
put the cantmodify of stack "Dein rumzickender Stack hier"
Falls das TRUE ergibt, kannst Du das auch wieder per Messagebox richten:
set the cantmodify of stack "Dein rumzickender Stack hier" to FALSE
Gruß
Klaus
