Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

A question about connecting to server

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello.. when i run the app , the follow error occured.. =============================================================== Remote wants to send information. This will require the use of airtime which may cost you money. Is this OK? (//127.0.0.1) 1. Yes,always. Don't ask again. 2. This time.Ask me next time. 3. Not this time. Ask me next time. 4. No.Shut off Remote ================================================================ then the WTK doesn't response anymore .. this program would connect to a server through the http protocol.. Any advices for me ? Regrad
 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could your provide a little more information about the toolkit or emulator you are using and where you are trying to connect to?
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm currently using WTK2.0 emulator to develop a midlet. I found this problem. When I try to send some info out using HTTP connection, everything works fine. The problem is when the user chooses OPTION 3(Not this time. Ask me next time.)
Midlet wants to send some information. This will require the use of airtime which may cost you money. Is this OK? (localhost//)
1. Yes,always. Don't ask again.
2. This time.Ask me next time.
3. Not this time. Ask me next time.
4. No.Shut off Remote
This resulted in the subsequent HTTP connection will not make ask the user for the airtime anymore. Anyone, any idea?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic