Hi
I have an application where there are some record-store from which i have to read some data. But before reading the data I have to make sure whether the record-store exist or not?
How can i...
Type: Posts; User: amishra; Keyword(s):
Hi
I have an application where there are some record-store from which i have to read some data. But before reading the data I have to make sure whether the record-store exist or not?
How can i...
Hi friends,
I am writing client server communication program, where i have to send and receive data. I was able to send data from j2me to server. But i could not receive the data back from server....
Hello,
I have to develop a application where I need to show the Maps (not google maps) and need to show the current position of the user in that map with some image or icon.
how can I do that??...
Hello,
I am not using Graphics so that is not a option to me.
How can I change the font style in form?? Is there any article related to it??
thanks
hello,
It is in form so i can't use the graphics. Is there any other way to do so??
thanks
hello,
Thanks. But how do I set a font color in J2ME??
Hello,
I want the text to be in RED or some other color and when it is clicked, the browser is opened.
I hope I answered your query :)
littleson:
Yes I used StringItem class it works, but...
Hi,
I read the article. My problem is to make write a text in a application which is clickable (like a link in the web-page).
How can I do that?? so that When I click the link I can open the...
Thanks for the reply.
But I have another query, if I need to make a LINK and have to click on it then what should I have to do??
I mean there will be a link in a J2ME application, and when the...
Hello friends,
I have a situation where i have to open a browser from a J2ME application, is it possible to do that?? If yes then how can I do that??
waiting for response.
Thanks in advance.
Hi,
Thanks for the reply..... what do i have to do if i want to get maps from some other sources and not from google maps???
the problem here is to show the location of the current position in...
Hello friends,
I have a situation where I have to show the Maps in mobile phone(can be any maps google maps or any other WMS), After showing the Maps I have to show the current location of the...
looking your scenario the best thing to implement is array; and be careful while working with J2ME, don't create variables unless it necessary as mobile phones have very little memory.
Thanks
hello,
Is there any tutorial where i can get idea of creating localized application?? I am confused how to start developing it.
Thanks
hi,
if you are using command class then it is not possible. The next thing you can do is to implement List, which might look like Menu with sub-menu items, but its not a good solution.
But you...
hi friends,
I am building application that has 2 different language options. I have to choose which language the user wants in the beginning and then display all the contents in that language.
...
hello,
I am working with images in J2ME and I have to open 20 images which size is approximately 400 KB in total.
While I tried to open this images after reading 15 images it shows "Un handled...
hello,
the path is normally:
C:\Documents and Settings\USEROFWINDOWS\j2mewtk\2.5.2\appdb\DefaultColorPhone\filesystem\root1
and while accessing this you have to write something like this while...
hello
I tried now with adding thread; its working.
Thanks to everyone for support.
Hi,
I tried all those but I could not do it.
Ok here are the things that I have done:
1. I have a root directory named root1. (checked in emulator)
2. I have the following code to read...
No I haven't done that it was already mounted in my WTK as i know :) but I might be wrong.
How can I do that ???
thanks
hello,
I tried in that way I have WTK2.5.2 and while accessing the file I have to following code:
FileConnection fileConn =
(FileConnection)...
Hello,
I am developing application where i need to read images from phone. Can I test this application in emulator, because I have to test it all the time in my phone and its not so effective, I...
hello
I am asking is there any functions to do so?? Yes of course I can calculate that manually, but my concern was if there is any built in functions to do or not?
Thanks
hello friends
I have a image drawn in canvas, its of size 600* 400, i have to view the whole image by scrolling. I have written a code to scroll the image, but while doing so i have to track the...