Startseite › Foren › Deutsches LiveCode-Forum › Titel auf allen Card's › Antwort auf: Titel auf allen Card's
März 27, 2019 um 04:29 Uhr
#13770
Hallo Klaus,
mein Stack sieht folgendermaßen aus:
on preOpenStack
global gHeader
put „TIS Ticketprüfer Informations System“ + CR + „(c) Andreas Biller V2.5.0“ into gHeader
put gHeader into fld „header“ on card „Blanko“
set the fullscreenmode of me to „exactfit“
go card „Menue“
end preOpenStack
der Code auf der card Blanko:
on preopencard
global gHeader
end preopencard
das Feld „Header“ existiert natürlich auch auf der card „Blanko“