realbasic-nug
[Top] [All Lists]

Re: Window open event and Constructor with Argument

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Window open event and Constructor with Argument
From: Joe Huber <joehuber at talasoft dot com>
Date: Thu, 30 Jun 2005 18:25:31 -0700
Cc: BedeDurham <BedeDurham at aol dot com>
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <20050701003536 dot 8F721B08F6B at lists dot realsoftware dot com> <f882d9e7716752d9f003c1830be8133c at aol dot com>
At 9:21 PM -0400 6/30/05, BedeDurham wrote:
     w = new window2
     w.constructor( "successful" )

Yes, that would give you your symptoms.

I think what you want is this instead

    w = new window2( "successful" )

Regards,
Joe Huber
_______________________________________________
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>