• 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

Fixed deadlock problem... now new problem

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello. im currently writing a midlet to get a file from the server. the file will be converted into a survey with radio button and check boxes etc.
i did all this and can read from the server. the problem started when i tried to add a textbox before this. the textbox takes the survey name and return the url with the survey name in it. I came across the deadlock problem and think i fixed it. the problem now is it wont let me add my form afterwards.
here are some lines of code

i get to print to the "test here"
so it is a problem with my prompt form. it wont allow me to display it at all. then it throws an arrayindex error.
any help would be much appreciated. ive been stuck on this problem the last few days. im going insane
 
reply
    Bookmark Topic Watch Topic
  • New Topic