check the spelling. it should be iSendui not iSendUi.
Type: Posts; User: sai_irfan; Keyword(s):
check the spelling. it should be iSendui not iSendUi.
Hi avs
Can you post your working code for multicasting of IP. Codesnippet will do. Thanks
Regards
-Irfan
Hi
What does "btobex 16" panic means? Where can i find the btobex panics description.
Thanks
Rgds
irfan
Hi
Do you want a listbox with multiselection.. you can try with CAknSelectionListDialog: or CAknMarkableListDialog.
Can any one got idea about this?
Hi,
I can capture all Keyevents in background application. Now I want to capture drawing events in background application. i.e when ever there is drawing happens in screen.. i need to capture the...
Hi
Did you solved the problem? Actually when Capturekey is used.. its overriding the normal functionality.. background application is is getting event for specified key.. but foreground application...
Hi,
Iam Using Symbian DBMS in one of my projects.
In the Database , all the values are stored as strings, even though their actual type is integer format.
For example, let's have a field called...
hi In J2Me, by using WMA console i can test my sms applicaion(midlet) in emulator itselft. In the same way How can i test my sms application developed in symbian c++ in emulator.
Waht i need to do...
Hi jomatter
Can u find technique in c++ like push registry in J2Me
Hi,
In J2ME, by using pushregistry we can bound any midlets(like apps) for any inbound connections(like sms). On receiving sms, it will automatically launches midlet(app) without launching manually....
Hi jjesus,
I know this is very later reply to your query. Anyway it may be helpful for others.
First you need to create db with RDbNamedDatabase by using RFs. then close it.
After creation of...
sai_irfan
Subscribe
to Author
Ignore Author
08/08/02 04:54PM
I deployed my midlet on to nokia-7650, is working fine except the case "when i answer my incoming call". The application was ok for...
I deployed my midlet on to nokia-7650, is working fine except the case "when i answer my incoming call". The application was ok for the current session but when i start new session its giving an...
Hi,
In my application i need to display a help file. the file is large enough. i append the string(help file content) to a form and setting current focus to this form. by clicking arrow...
Hi,
I downloaded nokia midp.9 beta version. i dont have jbuilder with me. how to configure nokia emulators to my existing wireless tool kit?
Thnx
Irfan
Hi
Pointer Events are supported by only minimum phone emulator in J2ME Wireless tool kit. Is it true????????????
Hi,
i developed a midlet, and it is running on my wireless toolkit with default grayphone and other phones. By using PRC converter tool i converted into PRC file and installed on to my palm emulator...
Hi,
My midlet is running perfectly on wirreless tool kit but not on my console.
I used Record Management System to persistent storage of my records.
The following exceptions are occured while...
Hi,
In my application iam using the gauge in interactive mode, i need clarification about interactive gauge.
i passed parameters to gauge as new Gauge("Sound Level", true,4,1). while increasing the...
hi,
In my application i need to store the state of the game while it paused, so i am storing the state of the game using RMS. while storing in Record Store i am successfully storing the records and...