realbasic-nug
[Top] [All Lists]

Re: Referencing values on other container controls

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Referencing values on other container controls
From: Stephen <webshifter at webshifter dot com>
Date: Thu, 29 Jun 2006 11:21:14 -0600
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <16D12D73-1E6B-4876-A55F-ACBAF3E5EB13 at webshifter dot com>
I still can't figure this one out. Is it the same as or similar to accessing values in another window?

On 28-Jun-06, at 5:58 PM, Stephen wrote:

Hi,
I have a window with a PagePanel and ContainerControls on the pages - so that I can use the ContainerControls in other places...

Anyway - I'm trying to access the .Text value of a control on the ContainerControl on page 1 (0), to populate a listBox on the ContainerControl on page 2 (1).

I'm having trouble figuring out the hierarchy of it I think...

I keep getting "This method or property does not exist"

I've tried:

Dim instructer As String
instructor = instructorComboBox.Text // hoping it will just see it!

or

instructor = newLessonContainer.InstructorComboBox.Text // does see it - but still give me the error!


This has made me waste a whole day!


Thanks!

Stephen

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

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