Because it crashed (tested right now) REALbasic 2007r1...
Also because I tried using IsA (yesterday)...
Thanks,
Emile
Date: Tue, 27 Feb 2007 16:26:11 +0100
From: Arnaud Nicolet <arnaud at tribu dot ch>
Subject: Re: The Case of the Canvas Toogle Focus
To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Message-ID: <02A84467-DABF-4BCA-A2A5-7E670760FA0B at tribu dot ch>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi,
Why don't you simply write:
if Self.Focus=me then
ClearFocus
else
Me.SetFocus
end if
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
From Wed 28 Feb 2007 16:17:07 +0100 (CET)
Return-Path: <realbasic-nug-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 2EBC41AC10A4; Wed, 28 Feb 2007 07:17:19 -0800 (PST)
X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on
www.realsoftware.com
X-Spam-Level:
X-Spam-Status: No, score=-2.1 required=4.5 tests=AWL,BAYES_00,NO_REAL_NAME
autolearn=no version=3.1.1
Received: from lists.realsoftware.com (m.realsoftware.com [66.116.103.65])
by xmail.realsoftware.com (Postfix) with ESMTP id DC4C71AC1094;
Wed, 28 Feb 2007 07:17:14 -0800 (PST)
Received: from m.realsoftware.com (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP id 789E8FEE8A;
Wed, 28 Feb 2007 09:17:10 -0600 (CST)
X-Original-To: realbasic-nug at lists dot realsoftware dot com
Delivered-To: realbasic-nug at lists dot realsoftware dot com
Received: from smtp16.orange.fr (smtp16.orange.fr [193.252.23.89])
by lists.realsoftware.com (Postfix) with ESMTP id 55C42FEE7F
for <realbasic-nug at lists dot realsoftware dot com>;
Wed, 28 Feb 2007 09:17:08 -0600 (CST)
Received: from me-wanadoo.net (localhost [127.0.0.1])
by mwinf1601.orange.fr (SMTP Server) with ESMTP id 616EB700008E
for <realbasic-nug at lists dot realsoftware dot com>;
Wed, 28 Feb 2007 16:17:07 +0100 (CET)
Received: from wwinf1632 (wwinf1632 [172.22.147.106])
by mwinf1601.orange.fr (SMTP Server) with ESMTP id 570A77000082
for <realbasic-nug at lists dot realsoftware dot com>;
Wed, 28 Feb 2007 16:17:07 +0100 (CET)
X-ME-UUID: 20070228151707356 dot 570A77000082 at mwinf1601 dot orange dot fr
From: emile dot a dot schwarz at wanadoo dot fr
To: "NUG REALbasic mailing list [Digest]" <realbasic-nug at lists dot
realsoftware dot com>
Message-ID: <14948906 dot 298381172675827311 dot JavaMail dot www at wwinf1632>
Subject: File Type Editor
MIME-Version: 1.0
X-Originating-IP: [82.226.52.83]
X-Wum-Nature: EMAIL-NATURE
X-WUM-FROM: |~|
X-WUM-TO: |~|
Date: Wed, 28 Feb 2007 16:17:07 +0100 (CET)
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com
Hi all,
REALbasic 2007r1
Mac OS X 10.4.8
File Type Editor:
How do you edit a file type when one, double or many more clicks in the entry
does not activate the Edit mode ?
PS: I have 8 defined types - in fact I was adding the 8th entry - and when I
made a change on it (I already had it, so I changed the display name), it is
the earlier entry, #5, (the same one, the original) who gets the change.
Weird.
After writing the PS line above, I finished to make the changes - the changes
were not set to the other entries, only Display Name - then changed the Display
Name entry #8 by removing one char, goes to the Display Name entry #5, changed
back to its original value, goes back to #8, set the new value, and I was able
to add a 9th entry without troubles.
Who said "Weird" ?
BTW: is it possible to ... Yes Man! Yes, it is possible to export a FileType
from the Project tab. FWIW.
TIA,
Emile
ps: No, this is not a bug.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|