i find out that the action performed method is executing after the return statement thats why it return null always
2017-04-26 13:41 GMT+01:00 b.wassim Rmd <[email protected]>: > its the same thing > > 2017-04-26 13:27 GMT+01:00 steve nganga <[email protected]>: > >> Try the following >> >> NetworkManager.getInstance().addToQueue*AndWait*(con); and uncomment the >> line >> >> >> Connection also provides the addArgument method so instead of appending >> the id to the url use the >> >> ConnectionRequest con = new ConnectionRequest(); >> con.setUrl("http://localhost/piService/getUserById.php"); >> con.addArgument("userId",id); >> >> >> >> >> >> On Wed, Apr 26, 2017 at 3:00 PM, b.wassim Rmd <[email protected]> >> wrote: >> >>> this is what i get when im testing >>> >>> Le mercredi 26 avril 2017 02:27:25 UTC+1, b.wassim Rmd a écrit : >>>> >>>> If you are experiencing an issue please mention the full platform your >>>> issue applies to: >>>> IDE: NetBeans >>>> Simulator >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "CodenameOne Discussions" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> Visit this group at https://groups.google.com/grou >>> p/codenameone-discussions. >>> To view this discussion on the web visit https://groups.google.com/d/ms >>> gid/codenameone-discussions/679a6adc-944a-4245-8134-d0a4e060 >>> 497d%40googlegroups.com >>> <https://groups.google.com/d/msgid/codenameone-discussions/679a6adc-944a-4245-8134-d0a4e060497d%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "CodenameOne Discussions" group. >> To unsubscribe from this topic, visit https://groups.google.com/d/to >> pic/codenameone-discussions/ig4na33zc3U/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> Visit this group at https://groups.google.com/grou >> p/codenameone-discussions. >> To view this discussion on the web visit https://groups.google.com/d/ms >> gid/codenameone-discussions/CAOfyKqY5iMwKeXq3DPVAX29pVo%2B9H >> o31bWBezvcDYA7%3DQYL8sg%40mail.gmail.com >> <https://groups.google.com/d/msgid/codenameone-discussions/CAOfyKqY5iMwKeXq3DPVAX29pVo%2B9Ho31bWBezvcDYA7%3DQYL8sg%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAD%3DdA6CUfLbewFXz0iipnJDB6k_-utgeyLJ_KWn9X3B1WuG%2BWA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
