• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Connection-Download

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Excuse me I'm italian...I will try to write in English!!!
I download file "Png Image Viewer",I put the file.java in my project/src....(I use wireless Toolkit 2.2).I succes to Build and Run but when I push "View" ,in the screen view a form with this string:
"PngViewer wants to send and receive data using the network.THis will use and may result in charges.

Is it OK to use airtime?"

At the bottom screen there are two button "No" and "Yes".I tried to push Yes but continue to not view nothing!

I should want an help,please.
Thanks.

Excuse me to my English.
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Noticed the same thing in a little test app. In my case, the Connector.open(url) was in a Canvas.paint(). Moving it out if that method and into MIDLet.startApp() fixed it.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic