Hi,
"I am displaying a list of items and a TextEditor on the same screen"...List implementation has view-container classes and texteditor implementation in different container class.I hav a...
Type: Posts; User: babjan saheb; Keyword(s):
Hi,
"I am displaying a list of items and a TextEditor on the same screen"...List implementation has view-container classes and texteditor implementation in different container class.I hav a...
Hi,
I am displaying a list of messages.When the screen is in portrait mode the input style icon is visible(which allows us to change the input data style to numbers,capital alphabets,prediction mode...
Hi,
I am displaying a list of messages.When the screen is in portrait mode the input style icon is visible(which allows us to change the input data style to numbers,capital alphabets,prediction...
Sorry I dont know how to send the image file...please help me regarding this.
You can find the image in this link....
http://www.flickr.com/photos/34297018@N07/3896562918/
I have downloaded a google map as png and stored it in the local server...
Hi,
Still the problem persists....please help me
Thank you very much for reply...
I have downloaded the png image from internet and placed in the local server.I am able to fetch and display the image in sun java wtk emulator but not in the 6212.
Hi all,
Iam trying to fetch an image of around 15KB size from a local server and display it on the nokia 6212 nfc sdk emulator screen.Its working fine with 15KB image.But iam getting the...
Hi,
I have implemented a database which resides on a server.I want to connect to this server through my nokia 6131 emulator after reading a NFC compatible tag.I am able to connect to the server...
Hi,
I have implemented a database which resides on a server.I want to connect to this server through my nokia 6131 emulator after reading a NFC compatible tag.I am able to connect to the server...
Hi,
I have implemented a database which resides on a server.I want to connect to this server through my nokia 6131 emulator after reading a NFC compatible tag.I am able to connect to the server...
Hi...
I'm developing an application in J2ME that has to save an image retrieved from a website to the Phone Gallery. Can it be done? Please suggest any ways to access the native mobile Gallery......
Hi...
I'm developing an application in J2ME that has to save an image retrieved from a website to the Phone Gallery. Can it be done? Please suggest any ways to access the native mobile...
Hi,
I have put breakpoints and started in debug mode...but of no use....application is crashing at different places at different times....i am not able to find the exact reason....sometimes...
Hi,
My application is crashing randomly at different points giving kern-exec3 or user42,44,45.... Can i resolve it by increasing the heap memory and stack size... Is it advisable to increase...
Thank you....Its working....
Hi,
Iam using a setting item list.After entering data in the setting list i want to "retrieve" the data entered in a particular field(like text field,date field etc...)and "store" it in a...
Hi,
I am able to handle MSK in a form like as follows..
if ( aKeyEvent.iScanCode == EStdKeyDevice3 /*&& aType == EEventKeyUp*/ )
{
if( popup->IsFocused() )
{ ...
Hi,
Please tell me Can we have a form with 3 soft keys(LSK,MSK,RSK)??
I am able to display 3 soft keys but not able to handle middle soft key properly...
Thank you...
Hi,
When we implement MSK ,EKeyOK will not work anymore...thats why i posted the query...
Thanks for reply....
Hi,
I have designed a form with a MSK(R_AVKON_SOFTKEYS_OPTIONS_BACK__SELECT)...Middle soft key (select) is visible on the screen...but how to handle key event in offerkeyeventL...
Thanks in...
Hi,
Iam using Middle soft key(MSK) in my screen..when iam not using MSK and click center key on a popupfield control then the items list in that popupfield are populated.But when iam using MSK then...
Hi,
Iam using Middle soft key(MSK) in my screen..when iam not using MSK and click center key on a popupfield control then the items list in that popupfield are populated.But when iam using MSK...
I am able to show name and image of person on Left Hand Side of list box, but I want to show on Right hand side. So can u tell me how to put icon\image on Right hand side of list box. First name...