Hello everyone
I try to put a background image in my Form menu.
Not a Picture Item.
I wanted to know if it was possible to put a background image in fullscreen in a form.
as a kind of splashscreen.
idea?
thank you in advance
Hello everyone
I try to put a background image in my Form menu.
Not a Picture Item.
I wanted to know if it was possible to put a background image in fullscreen in a form.
as a kind of splashscreen.
idea?
thank you in advance
Nope,
you cannot set a Background Image for a standard MIDP Form...
What you can do is create a splashscreen with a Canvas...
For example :
http://wiki.forum.nokia.com/index.ph...en_Full_Screen
or through an Alert :
http://wiki.forum.nokia.com/index.ph...een_in_Java_ME
If you try using LWUIT, then in LWUIT form you can set a fullscreen background image.
see https://lwuit.dev.java.net/
thanks,
~Amitabh