Thanks a lot Vivart.
Type: Posts; User: nagesh.chetana; Keyword(s):
Thanks a lot Vivart.
Hi,
Using spacer is not helping me. I want to create a chat screen which you will see in almost all the mobile IM applications.
Like example ebuddy, you see the textfield at the bottom and...
hi,
how can i place the textfield at the bottom of the screen, and how do i place a blinking cursor inside my textfield.
i tried to use setFocus, but its not helping.
Any sample codes about...
Hi,
Can u please tell me how to create a chat screen in j2me, similar to gtalk, yahoo.
Like i have the textbox below, with the blinking cursor, after i type some text, it appears on my chat...
Hi,
can anyone tell me how to read a text file which is stored in a server.
hi,
The problem is solved now,
I modified my old code with the one as stated below.
String[] name = new String[contactList.stringArraySize(Contact.NAME)];
try{
if...
Hi,
After saving contacts in the phonebook to a record store, im deleting all the contacts from the phonebook and then im restoring the contacts which was saved in the record store.
The problem...
Hi,
I'm trying to restore all the contacts which i had previously stored in a record store.
This functionality is working in many phones, but in some phones like E75 and N78(available in Nokia...
Hi ,
There is a problem in E55 handset.
I'm not able to Add new contacts, when i click on number on a keypad its not getting displayed.
Even the letters are not getting displayed, but if...
Hi,
No exceptions are being thrown. I have included all the necessary code in the try catch block.
Hi,
i checked it by printing those variables now, the name and number is getting printed there.
Hi,
This is piece of code which im using for adding it to the record store
try{
SaveRms.addRecordsToStore(fromB,gNameB); //fromB and gNameB, are the name and contact number which i have...
Hi,
I have tried with all these examples, since we are giving the input through textfield, the names are getting written into the phone book properly.
But the problem with mine is, im writing...
hi,
After saving contacts in the phonebook to a record store, im deleting all the contacts and then im restoring the contacts which was saved in the record store.
Through print statements i can...
Hi Raj,
Yes i want to put a password on my folder using Java ME.
For example , i have a folder called "Saved Messages" i want to make that as password protected.
Is there any way i can do...
Hi,
Is there any way of doing Password protection of a folder in J2ME.
Hi,
I used Contact.NAME instead of that Contact.FORMATTED_NAME, but still its not writing the name, and i'm getting an alert message saying "Update unknown into phone book", before i was getting...
Hi,
Wat is IData sourece used for?
Hi,
Here i'm placing my code which is used for retrieving and creating a new contact.Please tell me what is wrong.
public void retrieveRMS(){ // getting the stored data from RMS
SaveRms =...
Hi,
After writing the contacts to the phone book,only the phone number is being written and the name of that contact is not written, its coming as Unnamed.
But while writing back to the phone...
Yes, im sure that was not null values.
its solved now, ther was some problem in opening the pim list, so it was unable to write into the phone book.
Another problem is "After writing the...
hi,
After saving contacts in the phonebook to a record store, im deleting all the contacts and then im restoring the contacts which was saved in the record store.
Through print statements i...
Hi,
I need to read the contacts from both phone memory and sim memory,As u have mentioned as "SIM" at the end in the above line,does it read the contacts from phone memory also?
But,as i have read in this Forum,there is no such limitation on S40 devices, it is said that An S40 device can access both SIM and phone contacts.
Hi,
Im having Nokia 7610 Supernova handset,its a S40 device.
As i have read in the forum, S40 device can access phone and sim contacts.
I installed the Reading contacts using PIM Api...