| Reply | « Previous Thread | Next Thread » |
|
Please advice me, how can I create form in J2ME which looks like this: www.evosoft.sk/form/form.jpg
On top is just Label, it is not problem, but what with list? I created canvas with background image, but I do not know how I have to continue. Please help me. |
|
Hi Stanleek,
its all about drawing on canvas and calculation. Well its really lengthy procedure to explain here. Just google for these, 1. https://lwuit.dev.java.net/ 2. http://www.j2mepolish.org/cms/ 3. http://www.synclast.com/ui_api.jsp 4. http://code.google.com/p/j4me/ These are third party packages, which have implemented many type of Canvas based views. You can download there code, and have a look into it to get and idea. There are more open source projects you can find online. The main points to check in these code will be: 1. how paint() has been implemented 2. how classes are desgined that is architecture (it is very important for optimization and efficency) If i find any more help full links will let u know. au revoir Prakash Raman |
| prakash.raman |
| View Public Profile |
| Find all posts by prakash.raman |
|
Thanks. It helps me. I used lwuit classes to design form.
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Howto create a Form with an embedded grid ? | sudeepa2005 | General Symbian C++ | 0 | 2008-12-26 12:46 |
| How to create a form, which does not fill the whole app rect? | madsum | Symbian User Interface | 5 | 2006-10-05 09:00 |
| how to create a form?? urgent | babk | Symbian User Interface | 4 | 2006-02-22 04:41 |
| "cannot create class in system package" help!! | seewan22 | Mobile Java Tools & SDKs | 1 | 2006-02-04 01:35 |
| Can I create in a container(CCoeControl) a DLG_LINE or FORM resource? | GeKI | General Symbian C++ | 0 | 2005-11-08 18:48 |