On Aug 17, 2006, at 12:52 PM, [EMAIL PROTECTED] wrote:
Upon clicking my command button, which sets Yield to True and uses the Get method to download, I got this order of events firing:
That is the problem... you are using "Yield". HTTPSocket has two methods to get files... one using Events and one using the direct (Yield) method. The fact that Yield fires events is only a nice feature, not a requirement.
Turn off Yield, and your events should work fine, but then you will be working with HTTPSockets in an entirely different manner (which might take some code modification and a whole new way to do things).
_______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
