Hello Manuel,
Is it possible to change from "CRYSTAL" to "SUNSET" on the fly.
If yes would you please be so kind to show me how to do.
Thanks in advance
Otto
Is it possible to change from "CRYSTAL" to "SUNSET" on the fly.
If yes would you please be so kind to show me how to do.
FUNCTION TischBesetzen(oBtn)
oBtn:Settext("besetzt")
// set SUNSET ?
oBtn:SetColor(CLR_WHITE, nRGB( 220, 0, 0 ))
oBtn:refresh()
return nilThanks in advance
Otto