I agree with you . Is there any other way to create table without using Canvas .
I have also gone through wiki .
In My application I want to create Dynamic Table .
It Support Event...
Type: Posts; User: RupeshD; Keyword(s):
I agree with you . Is there any other way to create table without using Canvas .
I have also gone through wiki .
In My application I want to create Dynamic Table .
It Support Event...
I have already tried to make table with help of Table Item .
But in Net Beans . It always display (org.netbeans.microedition.lcdui.TableItem ) does not Exist .
Thanks
Rupesh
Please Refer to link given below
http://discussion.forum.nokia.com/forum/showthread.php?t=169662
Hi ,
I want to make Table in my Application .
Thanks
Rupesh
How Location Api using GPS . Will Affect my Mobile Battery Life .
How Can I Avoid That .
Thanks & Regards
Rupesh
Thanks For Your Reply .
Will Let You Know if any further information required.
Thanks & Regards
RupeshD
I want to Find Current Location . How Can I do that .
Help Me .
Thanks & Regards
Rupesh
I have used JSR 179 to Find Current Location .
But Whn I am Testing On N73 . Its throws and Exception . javax. microedition.location. Location Exception .
ON emulater . Its Shows me Latitude...
How To Find Current Location of your Mobile using API .
And If Yes on Which Platform it will run .
Thanks & Regards
Rupesh
How To Find Current Location of your Mobile using API .
And If Yes on Which Platform it will run .
Thanks & Regards
Rupesh
Have you change the following code or still working with this .
public Image retrieveStaticImage(int width, int height, double lat, double lng, int zoom,
String format) throws...
Hi Frnds ,
i have solved my problem . Actually code for getting image from http connection is not right . It was returning me part of the Image . So I changed the code of http connection for...
hi frnds ,
i have solved my problem . Actually code for getting image from http connection is not right . It was returning me part of the Image . So I changed the code of http connection for...
Hi
Stenlik,
the emulator doesn't start . it give me failed to initialize session error .
I have uptade my JDK6u 12 and set the timeout to 60000 . But still its doesn't work
Regards...
It show failed to intialize session error .
I am Sending some part of my code .
if(d==frmMain)
{
if(c==cmdsearch)
{
Thread th = new Thread()
{
public...
Thanks Buddy
I am passing address in geocodeAddress method , from there i am getting latitude & longitude .
Then i am passing the same lat & lng in retrieveStaticImage method .
but it...
Hi ,
I have used Google Map API to develop an Google Map application in J2me .
It display image on browser , but on emulator it display a Blank Image.
Scroll Function is also not working...