Hi, as I mentioned before URLImage is problematic for this. It seamlessly downloads an image and part of that seamlessness means you don't have a reference to the connection request used. So you don't get access to the kill method. You could kill all the connections there are (including unrelated connections you might have) in the queue through the network manager but that's probably not a good idea.
The method I highlighted provides you full control, you can just keep a reference to the pending connections and remove them once they complete. -- 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/45d1c284-646f-4bdb-b5e8-61ed798f7046%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
