WTK 1.04 vs 2.01

For a design project, my group and I are designing a mobile application. We have a prototype written that, when run, goes to a website to download some information. The other java dev. in the group was running wtk1.04, while I had 2.01 installed. When I run his app, the emulator asks me if I'd like to go through with the download even though I may incur airtime charges, although when run w/the emulator from 1.04, it just goes right through, no questions asked. Anyone able to help out with this problem? Thanks a lot.

Jay

[546 byte] By [jedinger] at [2007-9-30 4:45:12]
# 1
This is a new feature of WTK 2.x. Also you have to do your communications in seperate threads (if you havent already done so. If you didnt, the emulator will notify you), otherwise the app may freeze. I had the same problem when I changed from 1.0.4 to 2.1.HTHKay
Kay_Kadner at 2007-7-1 14:42:33 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
It did yell about putting networking code in threads other than commandAction(), but we didn't know what to do about it. Any suggestions?
jedinger at 2007-7-1 14:42:33 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
hehe, you see that "Search" input field right above? ;) http://forum.java.sun.com/wireless/thread.jsp?forum=76&thread=496256
Kay_Kadner at 2007-7-1 14:42:33 > top of Java-index,Java Mobility Forums,Java ME Technologies...