>> Wie kann man ohne AppleEvent an den Finder ein Alias erzeugen?
>> Ich muß eine ganze Reihe von Aliasen erzeugen und der Finder benötigt
>> ziemlich viel Zeit dafür. Wie kann man das beschleunigen?
>
> AppleScripts werden schneller durch "ignoring answers":
>
Danke für den Hinweis. Ich rufe den Finder über RBs AppleEvent auf. Da
funktioniert es nicht oder? Bzw. dies ist schon die schnellste Variante?
Andy
From Mon 28 Apr 2008 15:07:01 +0200
Delivered-To: listarchive at realsoftware dot com
Received: by 10.142.80.15 with SMTP id d15cs198267wfb;
Tue, 29 Apr 2008 06:13:24 -0700 (PDT)
Received: by 10.141.27.16 with SMTP id e16mr928001rvj.141.1209474803683;
Tue, 29 Apr 2008 06:13:23 -0700 (PDT)
Return-Path: <realbasic-nug dot de-bounces at lists dot realsoftware dot com>
Received: from xmail.realsoftware.com (www.realsoftware.com [66.116.103.173])
by mx.google.com with ESMTP id f21si8779085rvb.0.2008.04.29.06.13.22;
Tue, 29 Apr 2008 06:13:23 -0700 (PDT)
Received-SPF: pass (google.com: domain of realbasic-nug dot de-bounces at lists
dot realsoftware dot com designates 66.116.103.173 as permitted sender)
client-ip=66.116.103.173;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of
realbasic-nug dot de-bounces at lists dot realsoftware dot com designates
66.116.103.173 as permitted sender) smtp dot mail=realbasic-nug dot de-bounces
at lists dot realsoftware dot com
Received: by xmail.realsoftware.com (Postfix, from userid 505)
id 3D7C3477E48; Tue, 29 Apr 2008 08:13:21 -0500 (CDT)
Received: from lists.realsoftware.com (unknown [66.116.103.65])
by xmail.realsoftware.com (Postfix) with ESMTP id 30F2D1DD123;
Mon, 28 Apr 2008 08:24:16 -0500 (CDT)
Received: from m.realsoftware.com (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP id 2D4C114158B4;
Mon, 28 Apr 2008 08:07:05 -0500 (CDT)
X-Original-To: realbasic-nug dot de at lists dot realsoftware dot com
Delivered-To: realbasic-nug dot de at lists dot realsoftware dot com
Received: from smtprelay11.ispgateway.de (smtprelay11.ispgateway.de
[80.67.29.28])
by lists.realsoftware.com (Postfix) with ESMTP id 38E4D14158A9
for <realbasic-nug dot de at lists dot realsoftware dot com>;
Mon, 28 Apr 2008 08:07:02 -0500 (CDT)
Received: from [84.175.103.107] (helo=[192.168.1.80])
by smtprelay11.ispgateway.de with esmtpa (Exim 4.68)
(envelope-from <realbasiclists at monkeybreadsoftware dot de>)
id 1JqT4P-0005F0-85 for realbasic-nug dot de at lists dot realsoftware
dot com;
Mon, 28 Apr 2008 15:07:01 +0200
To: realbasic-nug dot de at lists dot realsoftware dot com (REALbasic NUG
German)
In-Reply-To: <CAED1199-FDC1-463D-806A-FB42D47C3424 at onlinehome dot de>
Subject: Re: Canvas sichern
From: realbasiclists at monkeybreadsoftware dot de (Christian Schmitz)
Date: Mon, 28 Apr 2008 15:07:01 +0200
Message-ID: <1ig44m9 dot 1rcaqej1acvonpM%realbasiclists at monkeybreadsoftware
dot de>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
User-Agent: MacSOUP/D-2.8.2 (Mac OS X version 10.5.2 (x86))
X-Df-Sender: 363246
X-BeenThere: realbasic-nug dot de at lists dot realsoftware dot com
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: REALbasic NUG German <realbasic-nug dot de at lists dot realsoftware
dot com>
Sender: realbasic-nug dot de-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug dot de-bounces at lists dot realsoftware dot com
Klemi <apple dot talk at onlinehome dot de> wrote:
> Hi folks,
>=20
> ich habe folgende L=F6sung aus dem realbasic Forum bekommen um den =20
> Inhalt eines Canvas als Grafikdatei zu sichern:
1. Vorher in ein Bild zeichnen, Bild in Canvas ausgeben und dann aus dem
Bild lesen.
2. ScreenshotMBS() arbeitet viel schneller.
Gru=DF
Christian
--=20
Over 1000 classes with 20000 functions in one REALbasic plug-in.=20
The Monkeybread Software Realbasic Plugin v8.2.=20
<http://www.monkeybreadsoftware.de/realbasic/plugins.shtml>
|