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: "Maarten de Vries" <maarten dot de dot zoveelste at gmail dot com>
Date: Thu, 29 Jun 2006 23:10:31 +0200
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=kDrCg9nlRjxPGvpj4QW0MrT8j47qhLwhEzWIg2nDZJM1sIhWvxHsHyDVfrH79atglabHg1fe5o0Wj/FsRutNYYDd7DgbQ57i+lN9o/3skkZCxwgpW4LVDRjIOhLlB5ez2utinogdU6fdrM6Fx0TPg1Qd4a/voWVOelYkFeXSEdY=
References: <16D12D73-1E6B-4876-A55F-ACBAF3E5EB13 at webshifter dot com> <CA08B59F-413D-42FD-B465-F3D13BACA477 at webshifter dot com>
Why are you using a container control in the first place?

Maarten


On 29/06/06, Stephen <webshifter at webshifter dot com> wrote:

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>

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