I am new at this so I apologize if this question is off base.
What is the proper way of coding when doing a urlload.
-
should all the code that is dependent on the urlload complete event be in the function that is triggered by the complete event.
-
should only the data manipulation and retrieval be in that function, but the rest of the logic and processing should be in the same area where the urlload was callled ?
It would seem that the second way makes more sense but how would it be done?
How would you actually wait for the download is complete before the rest of the code is executed.
Steven