----- Original Message -----
From: "Tom Benson" <[EMAIL PROTECTED]>
To: "REALbasic NUG" <[email protected]>
Sent: Monday, May 07, 2007 3:14 AM
Subject: 2007r2 ContainerControl .hide/.show Problems (scope changed??)

>I have a project (large) that worked fine under 2007r1, but fails to
> compile under 2007r2 because the scope of the hide/show functions of
> container controls seems to have changed.
>

I made a simple test project, where I define a new container control, then 
edit the project window, and add a instance of the container control by 
dropping its class name (it's in the "project controls" list); after this, I 
add in the window Open() handler the code "TestContainer1.Hide".
The result is that I don't get any error message from the compiler, and the 
program works (even if it doesn't do much, as it just opens the window). I 
also tried with "TestContainer1.Hide()", just to be sure that Hide was not a 
computed property, and it worked the same.

That was on REALbasic 2007r2.
--
~Kiam 

_______________________________________________
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