gettingstarted
[Top] [All Lists]

Re: Page Recieved from HTTPSocket

To: REALbasic Getting Started List <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Page Recieved from HTTPSocket
From: Paul Goodrich <paul at zonestation dot com>
Date: Tue, 29 Mar 2005 18:12:12 -0800
Delivered-to: gettingstarted at lists dot realsoftware dot com
Hi,

Couldn't you set some kind of global property so you would know what called
the socket?  Something like sCallesSocket = "method name or control name
here"

Then when you want to know what called it, just check the value of this
property, which I guess in VB land would be a Global or Public Variable,
IIRC?


Just a thought, and it may not work at all... ;-)


Regards,

Paul

on 3/29/05 12:02 PM, Stephen wrote:

> How can you tell what part of the app called the HTTPSocket?
> I will need to know what part of the program use the HTTPSocket
> so that I can display the returned info.
> 
> lets say a listbox uses HTTPSocket to get information from a site
> and show that info in it. Now there is a button on the same window
> will use HTTPSocket as well. How do I tell which one made the call
> to the socket?
> 
> Thanks for you time in this newbie question from me ;)


_______________________________________________
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>

<Prev in Thread] Current Thread [Next in Thread>