| Reply | « Previous Thread | Next Thread » |
|
hello, i want to set an image to be a background for a form i am using netbeans with nokia s40 sdk thanks in advanced Abdien Egypt |
|
Join Date: Oct 2007
Posts: 2,841
Location: Deva, Romania
Offline
Forum Nokia Champion
|
|
It's not possible with the standard Form class. You have to implement your own form using Canvas.
|
|
for more information/explanation use search function, this question ahs only been asked about a hundered times before...
|
|
Quote:
but how can i make this is there a simple tool ? or should i write a code ? please explain with example . how can i make form full screen ? thanks in advancing. Abdien Egypt |
|
no tool, no drag and drop interface, it's all code...
so you will have to make a new class extending Canvas and implement all drawing, menu's and stuff yourself... |
|
Quote:
but i just started with java, can you help me with an example code , a tutorial , vedio any thing please Abdien Egypt |
|
well I could just post some code but I'm afraid that only will lead to extra questions not to mention you wont be learning a lot about it... Especially because you're new to the platform you should documentate yourself as much as possible, just emulating some code won't do much good, except having something ready real fast but actually having no idea what, why and how you have done things...
So i'd advise to search the web for documentation on Canvas, or even just using the JavaDocs of the MIDP platform... I even found some specific information by just using the "j2me", "canvas" and "background" as search terms... also having a look at j2me games code might be very insightfull, cause virtually every game uses the Canvas... |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| set a background image | anup007star | General Symbian C++ | 7 | 2009-06-02 10:02 |
| How to set a background image | anup007star | Symbian User Interface | 4 | 2009-06-02 09:37 |
| Get phone's background image | Pada | Mobile Java General | 4 | 2009-04-23 14:53 |
| How can i choose an image as the background image in program? | Casper1314 | General Symbian C++ | 4 | 2006-12-14 13:33 |
| can i have background image in rich text editor | sunny_singh | General Symbian C++ | 3 | 2006-09-01 11:40 |