On Jun 28, 2008, at 3:11 PM, Norman Palardy wrote:
On 28-Jun-08, at 3:40 PM, Tim Jones wrote:
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
The error I receive for the InitialParent line is "Expected String
but received TabPanel"
I believe it's the name of the control that is the parent (BUT I
could be wrong)
The error gives you that clue
I'd already tried putting the name of the control in quotes. While
the result was no error, the Pushbutton didn't appear on the tabpanel
that I could find and definitely not on the tab specified.
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 23:39:39 +0000 (GMT)
Delivered-To: listarchive@realsoftware.com
Received: by 10.143.2.3 with SMTP id e3cs133563wfi;
Sat, 28 Jun 2008 16:41:11 -0700 (PDT)
Received: by 10.151.145.17 with SMTP id x17mr5239147ybn.102.1214696469974;
Sat, 28 Jun 2008 16:41:09 -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 34si95830yxl.0.2008.06.28.16.41.05;
Sat, 28 Jun 2008 16:41:09 -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 1KCk16-0007UN-AD; Sat, 28 Jun 2008 16:39:40 -0700
Received: from web28006.mail.ukl.yahoo.com ([217.146.182.111])
by advanced107.inmotionhosting.com with smtp (Exim 4.69)
(envelope-from <tobieichner77-rb@yahoo.de>) id 1KCk14-0007UF-QW
for realbasic-nug@lists.realsoftware.com;
Sat, 28 Jun 2008 16:39:39 -0700
Received: (qmail 60211 invoked by uid 60001); 28 Jun 2008 23:39:40 -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=CbCc3WpxLXJ3FEWpIfIfOohG8xoBi1BgCBLGpF7LVMo1phncRh/ybtumRAKYjNnfEaZs7eBa56Z9cinf6GFoc/p9Sw6/Mi7tYhVGEB4qzv+lmBQSpCd9SkOJBFDL3jDl8cEfKCHSvvhX1hA4Mcgtei2f5IQhhNoJxXqoj1Gbzwk=;
Received: from [194.77.100.90] by web28006.mail.ukl.yahoo.com via HTTP;
Sat, 28 Jun 2008 23:39:39 GMT
X-Mailer: YahooMailRC/975.45 YahooMailWebService/0.7.199
Date: Sat, 28 Jun 2008 23:39:39 +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: <129126.60162.qm@web28006.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
Put the values 1 to 70 into an array.
Scramble the array, then take the first 6 off the stack...
Would
this (guess you refer to array.shuffle) as random as using the random
class or is there a less stronger randomization engine used ?
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>
|