On Mar 28, 2007, at 08:32 UTC, Markus Winter wrote:

> Thanks Joe - my problem is that I have one window where I set the
> font, size, etc preferences, and several others where I want the
> changes applied.

Then add the window as an additional parameter (let's say it's called
"win"), and insert "win." before each call to Control and ControlCount.

> On a related note - would "self" work in a module? That is would self
> refer to the calling object?

No.  Self refers to the object executing the code; a module is not a
class and there is no object executing its code.

Best,
- Joe

--
Joe Strout -- [EMAIL PROTECTED]
Verified Express, LLC     "Making the Internet a Better Place"
http://www.verex.com/

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to