Hi Folks,
Is there any solid documentation for InitialParent and TabPanelIndex?
There's nothing in the LR up to 2008r2 for either.
My assumptions are
InitialParent "should" be the control handle for the parent of a
control.
TabPanelIndex "should" be the integer value of the tab on which a
control is placed
For example when PushButton1 is on Tab 3 of TabPanel1
PushButton1.InitialParent = TabPanel1
PushButton1.TabPanelIndex = 3
However, when I use these in code (I'm trying to come up with a
permanent solution to control misplacement on TabPanels), I get an
error on the InitialParent call and the TabPanelIndex does not place
the PushButton onto the 3rd tab (or any tab now).
The error I receive for the InitialParent line is "Expected String but
received TabPanel"
Any tips? Any docs?
Thanks,
Tim
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
From Sat 28 Jun 2008 21:49:54 +0000 (GMT)
Delivered-To: listarchive@realsoftware.com
Received: by 10.143.2.3 with SMTP id e3cs129600wfi;
Sat, 28 Jun 2008 14:51:09 -0700 (PDT)
Received: by 10.150.206.1 with SMTP id d1mr5076004ybg.144.1214689868415;
Sat, 28 Jun 2008 14:51:08 -0700 (PDT)
Return-Path: <realbasic-nug-bounces@lists.realsoftware.com>
Received: from advanced107.inmotionhosting.com (advanced107.inmotionhosting.com
[74.124.194.228])
by mx.google.com with ESMTP id 34si92875yxl.0.2008.06.28.14.51.04;
Sat, 28 Jun 2008 14:51:08 -0700 (PDT)
Received-SPF: neutral (google.com: 74.124.194.228 is neither permitted nor
denied by best guess record for domain of
realbasic-nug-bounces@lists.realsoftware.com) client-ip=74.124.194.228;
DomainKey-Status: bad (test mode)
Authentication-Results: mx.google.com; spf=neutral (google.com: 74.124.194.228
is neither permitted nor denied by best guess record for domain of
realbasic-nug-bounces@lists.realsoftware.com)
smtp.mail=realbasic-nug-bounces@lists.realsoftware.com; domainkeys=hardfail
(test mode) header.From=tobieichner77-rb@yahoo.de
Received: from localhost ([127.0.0.1] helo=advanced107.inmotionhosting.com)
by advanced107.inmotionhosting.com with esmtp (Exim 4.69)
(envelope-from <realbasic-nug-bounces@lists.realsoftware.com>)
id 1KCiIt-0004zx-9q; Sat, 28 Jun 2008 14:49:55 -0700
Received: from web28003.mail.ukl.yahoo.com ([217.146.182.108])
by advanced107.inmotionhosting.com with smtp (Exim 4.69)
(envelope-from <tobieichner77-rb@yahoo.de>) id 1KCiIs-0004zr-86
for realbasic-nug@lists.realsoftware.com;
Sat, 28 Jun 2008 14:49:54 -0700
Received: (qmail 84739 invoked by uid 60001); 28 Jun 2008 21:49:55 -0000
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.de;
h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID;
b=PuKr5C9GI/nittsQUMvf9kWxpIH2AGteOJf6VmFrL+ovcot5zSv2zL7Uf/EWc9014NnupeyCcgQY17dcWCSSGMlrdQGUYjs53pv3qiq4PjG0Gc9tvSTbKs/OlRfmXzllPvTTbcY564ex09Fr7PZfcBVBm5WyiPOcneFNh2zeKNk=;
Received: from [194.77.100.90] by web28003.mail.ukl.yahoo.com via HTTP;
Sat, 28 Jun 2008 21:49:54 GMT
X-Mailer: YahooMailRC/975.45 YahooMailWebService/0.7.199
Date: Sat, 28 Jun 2008 21:49:54 +0000 (GMT)
From: tobieichner77-rb@yahoo.de
Subject: AW: Checking array for double entries
To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
MIME-Version: 1.0
Message-ID: <994144.83798.qm@web28003.mail.ukl.yahoo.com>
X-BeenThere: realbasic-nug@lists.realsoftware.com
X-Mailman-Version: 2.1.10
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: realbasic-nug-bounces@lists.realsoftware.com
Errors-To: realbasic-nug-bounces@lists.realsoftware.com
X-AntiAbuse: This header was added to track abuse, please include it with any
abuse report
X-AntiAbuse: Primary Hostname - advanced107.inmotionhosting.com
X-AntiAbuse: Original Domain - realsoftware.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - lists.realsoftware.com
Wow, thanks for tons of replies :-)
I'll give your ideas a try.
Tobias.
__________________________________________________________
Gesendet von Yahoo! Mail.
Dem pfiffigeren Posteingang.
http://de.overview.mail.yahoo.com
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|