Hi Maveric,
Please reply.
Type: Posts; User: rachelwiz; Keyword(s):
Hi Maveric,
Please reply.
Hi Maveric,
Thanks for your reply and providing the useful links.
I have already gone through this links, i have sent you a private message to your mail id "marko.lumivuori@nokia.com"
...
Hi,
I need help in getting the Html content in my MIDP Midlet.
I m stuck at a point , i have got the html response in a string , but cant use the String.indexOf operation always.
The...
Hi Arunesh,
You were able to do it successfully ??? Can u please me and let me know how u did it, u used string's indexof operation or any html parsers..
Please let me know..
hi ,
i want to read the data from a website,ie the html content in j2me .??
I can get the source of the webpage, but dont know how to code , to get the content matching the tags.
Any...
Hi,
I'm trying to compile my application, i'm getting the following errors -
- for-each loops are not supported in -source 1.3
(try -source 1.5 to enable for-each loops)
...
Thanks, you said it right that "accessing a variable in the middle of defining it.", that was the mistake i was doing.
Its working fine now.
Hi,
Does anyone know how to pass parameters to Platform Request method.
I tried using the URL like
url= "http://www.example.com/sample.pl?xx="+xx
platformRequest(url)
...
Hi,
Thanks for the reply.
I wanted to clear again wat i m actually doing , In my j2me app on click of a menu button i will load the url, a mobile browser(WAP browser) is opened for me...
Hi,
in my j2me application on click of a menu, im calling a webpage after doing the operation, if the user clicks on exit on the webpage, i should show my j2me application menus.
how this...
Hi
1. how to validate the textfield , textbox in j2me.
2. How to post multiple parameters via HTTP in j2me
Please reply ASAP with examples on the same.
Any reply on this above post ?????
Any help on using these API's is needed.. SetMobileCheckout and DoMobileCheckoutPayment. In the payPal website they have suggested to use NVP methodology unless one is expert in using SOAP..
I'm...
Hi, Thanks for the link.
Gone through the Mobile check out guide, i'm still not clear of calling the API's SetMobileCheckout and DoMobileCheckoutPayment. In the link, they have hardcoded the...
Hi,
I want to know how to integrate the Paypal API's in j2me application.
Can anyone please let me know about this... Any examples on the same.
Im using Sun java wireless toolkit, to run the hello world program, as specified in that link.
Hi,
I followed the steps as said in this
but when i try to build the project, im getting the following errors -
1.Error preverifying class...
Hi All,
Where can i find code examples for using LWUIT.
I found only one or two, Any help on this please...
Hi,
I was going through this example which is in http://roseindia.net/j2me/hash-table.shtml
There they have specified these lines -
items.put("Police Siren", "file://siren.wav");...
Saurabh,
i did the changes as u said. but still it doesnt work.
yes, its still giving me the same error, it's not getting solved after importing that also..
Saurabh,
I have added that line and checked, its still giving those errors.
Hi,
Im trying to do the sample example which is present in the wiki, "Building a Java ME Canvas based calendar/date picker"
...
No i dont have mouse,What actually i meant was , when i click the down button in my handset, the first heading gets selected, and that is where i want my heading to get hovered.
Hi,
How to make a text hover in j2me, whenn i point my mouse to that text string it should appear underlined and bold.
How can i do this on canvas
Any help..