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.
- Code: Select all Expand view
FUNCTION TischBesetzen(oBtn)
oBtn:Settext("besetzt")
// set SUNSET ?
oBtn:SetColor(CLR_WHITE, nRGB( 220, 0, 0 ))
oBtn:refresh()
return nil
Thanks in advance
Otto