Thanks Arnaud,
I'll try it (multiple undo via an array).
Thanks again.
Lennox
Arnaud Nicolet <arnaud at tribu dot ch> wrote: Le 1 févr. 07 à 17:12 Soir,
Lennox Jacob a écrit:
> OK, what happens here is that I do not know how to do undo multiple
> times (any advice?).
You will have to have an array instead of a simple variable.
Like MyTexts() As String
Then, every time you want to remember the text, you add the text to
the array.
When you want to make the undo, you set the text back to the last
item of your array. You then remove it (so further undos works as well).
You may try in that way (remember that you can always try with a
small (and unsaved project) to make tests that behaves as you want).
> So, I use got focus to remember the text before I do further
> changes. Then, if I make some more changes (and once I do not lose
> focus), Undo will take me back to the point before i got focus.
If it's good for you, then that's fine.
Hope this helps.
_______________________________________________
Unsubscribe or switch delivery mode:
Search the archives of this list here:
---------------------------------
Access over 1 million songs - Yahoo! Music Unlimited.
_______________________________________________
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>
From Thu 1 Feb 2007 21:27:52 +0100
Return-Path: <gettingstarted-bounces at lists dot realsoftware dot com>
X-Original-To: listarchive at realsoftware dot com
Delivered-To: listarchive at realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 1037)
id 8DC1718A610E; Thu, 1 Feb 2007 12:28:14 -0800 (PST)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on realxserve.local
X-Spam-Level:
X-Spam-Status: No, score=-2.5 required=4.5 tests=AWL,BAYES_00 autolearn=ham
version=3.1.1
Received: from lists.realsoftware.com (lists.realsoftware.com [209.198.132.125])
by xmail.realsoftware.com (Postfix) with ESMTP id 29B5D18A6103;
Thu, 1 Feb 2007 12:28:10 -0800 (PST)
Received: from lists.realsoftware.com (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP
id 86ACB18A7EF4; Thu, 1 Feb 2007 14:27:59 -0600 (CST)
X-Original-To: gettingstarted at lists dot realsoftware dot com
Delivered-To: gettingstarted at lists dot realsoftware dot com
Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de
[80.67.18.14])
by lists.realsoftware.com (Postfix) with ESMTP id 1A41518A7EE6
for <gettingstarted at lists dot realsoftware dot com>;
Thu, 1 Feb 2007 14:27:54 -0600 (CST)
Received: (qmail 7143 invoked from network); 1 Feb 2007 20:27:52 -0000
Received: from unknown (HELO [192.168.1.80]) (363246 at [84 dot 175 dot 85 dot
58])
(envelope-sender <support at monkeybreadsoftware dot de>)
by smtprelay02.ispgateway.de (qmail-ldap-1.03) with SMTP
for <gettingstarted at lists dot realsoftware dot com>; 1 Feb 2007
20:27:52 -0000
To: gettingstarted at lists dot realsoftware dot com (Getting Started)
In-Reply-To: <66D3EAC1-1141-4F59-ADB6-6A6F7C500C86 at verizon dot net>
From: support at monkeybreadsoftware dot de (Christian Schmitz)
Date: Thu, 1 Feb 2007 21:27:52 +0100
Message-ID: <1hsvkvy dot xri54g820d7mM%support at monkeybreadsoftware dot de>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Organization: Monkeybread Software Germany
X-Face: nrf3>{WQ6c&r+7 at e)"]0G60`-6ND^)I2mI%>)QGYa=9"=7jhd-g2|b3!>Al0+
Ccb%xGQshhi|g at QU2$
User-Agent: MacSOUP/D-2.7 (Mac OS X version 10.4.8)
Subject: Re: What is the Windows System Font
X-BeenThere: gettingstarted at lists dot realsoftware dot com
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Sender: gettingstarted-bounces at lists dot realsoftware dot com
Errors-To: gettingstarted-bounces at lists dot realsoftware dot com
Brian Heibert <heibert at verizon dot net> wrote:
> Hi,
>=20
>=20
> I am a Mac user, and I am making a cross-platform application. I know
> I can use the font "System" in RB to get both the Mac and Windows =20
> system fonts, however I want to know the exact name of the Windows =20
> system font.
This font is different on the different Windows versions and it is user
setable.
Of course I have a function called SystemFontMBS in my plugins, but you
may better go with something using a special font which is everywhere
installed.=20
(or a list of fonts where you select the first one which is installed)
Gru=DF
Christian
--=20
Around eleven thousand functions in one REALbasic plug-in.=20
The Monkeybread Software Realbasic Plugin v6.5. Now universal!
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>
_______________________________________________
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>
|