realbasic-nug
[Top] [All Lists]

Referencing values on other container controls

To: realbasic-nug at lists dot realsoftware dot com
Subject: Referencing values on other container controls
From: Stephen <webshifter at webshifter dot com>
Date: Wed, 28 Jun 2006 17:58:43 -0600
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
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>


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