background - the app keep the loading dialog when goes to stop() codename one -


There is a problem when IM is down. File "Stop" the function in my application (save the current form, When I try to download one and I put the app into background work, then app "forever", trying to get back to the app ... I do not know how to finish the current download in the background Go and show the next form when going back to the app.

"myapplication" file's code:

  running a personal form; Public Zero Start () {If (current! = Null) {current.show (); Return; } New statistic ("/ theme"); } Public Zero Stop () {current = Display.getInstance () GetCurrent (); }  

Just do something like this:

  (Current examples of communication) {current = null; }  

Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -