hi,
I have a form with two textfields and an image. Can i set the form background color? I've tried to append a Customitem but then i can't add textfield on it.
thanks.
hi,
I have a form with two textfields and an image. Can i set the form background color? I've tried to append a Customitem but then i can't add textfield on it.
thanks.
No, you cannot change the form background color. It comes from the system (current theme)
Hartti
Can i use the current theme in canvas background? thanks
No, but you can find out the colors used in high-level UI with System.getColor() method call.
Hartti