On Oct 29, 2008, at 3:20 PM, Terry Ford wrote:
On Oct 29, 2008, at 2:21 PM, TJ Hanson, PhD wrote:
I am building a TabPanel that will have more tabs than can
comfortably fit on one line. I don't see how to get the tabs to
wrap around on a second and third line. I've used programs with
TabPanels that span more than one line with tabs, so I know it can
be done. I've just never done it. I'm not finding the "how to" in
the Language Reference.
You must be using a Windows PC as that is the only place I've seen
this. It has never been a Mac option and Rb hasn't specialized on
any one platform for a while.
Plus, it's a horrible user interface - when you click on the top row,
the tab you've clicked on becomes the active one and "pulls" the
entire row down to meet the top of the tab area. Very disconcerting
to have buttons shift around underneath the cursor, and it's
impossible to remember where they are; you keep having to read all
the tabs to figure out which one to click on because they're never in
the same spot.
Eric Williams
Oxalyn Software
http://software.oxalyn.com/
AE Monitor
http://software.oxalyn.com/AEMonitor/
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
From Thu 30 Oct 2008 02:56:25 +0100
Delivered-To: listarchive@realsoftware.com
Received: by 10.143.2.3 with SMTP id e3cs4347wfi;
Wed, 29 Oct 2008 18:57:32 -0700 (PDT)
Received: by 10.142.217.17 with SMTP id p17mr4353984wfg.23.1225331852636;
Wed, 29 Oct 2008 18:57:32 -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 20si1289438wfi.11.2008.10.29.18.57.29;
Wed, 29 Oct 2008 18:57:32 -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;
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
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 1KvMm2-0002Qu-I8; Wed, 29 Oct 2008 18:56:34 -0700
Received: from smtprelay10.ispgateway.de ([80.67.29.24])
by advanced107.inmotionhosting.com with esmtp (Exim 4.69)
(envelope-from <realbasiclists@monkeybreadsoftware.de>)
id 1KvMm0-0002Qo-AA for realbasic-nug@lists.realsoftware.com;
Wed, 29 Oct 2008 18:56:32 -0700
Received: from [84.175.85.7] (helo=[192.168.1.80])
by smtprelay10.ispgateway.de with esmtpa (Exim 4.68)
(envelope-from <realbasiclists@monkeybreadsoftware.de>)
id 1KvMlt-0004rA-Js for realbasic-nug@lists.realsoftware.com;
Thu, 30 Oct 2008 02:56:25 +0100
To: realbasic-nug@lists.realsoftware.com (REALbasic NUG)
In-Reply-To: <429559.45376.qm@web65604.mail.ac4.yahoo.com>
Subject: Re: Help please: Hardware Overview of a PC
From: realbasiclists@monkeybreadsoftware.de (Christian Schmitz)
Date: Thu, 30 Oct 2008 02:56:25 +0100
Message-ID: <1iplqik.z611zp191lrcjM%realbasiclists@monkeybreadsoftware.de>
MIME-Version: 1.0
User-Agent: MacSOUP/D-2.8.2 (Mac OS X version 10.5.5 (x86))
X-Df-Sender: 363246
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="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
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
Lennox Jacob <lenpartico@yahoo.com> wrote:
Hello,
I can use an AppleScript to get the Hardware Overview of a Mac, how can I
get that info for a PC?
Well, you should take a look on my plugins.
On the SystemInformationMBS module.
And for Windows the WindowsWMIMBS class may also be useful.
Gru=DF
Christian
-- =
Over 1100 classes with 22000 functions in one REALbasic plug-in. =
The Monkeybread Software Realbasic Plugin v8.5. =
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|