On 2/28/06 2:11 PM, "Arnaud Nicolet" <arnaud at tribu dot ch> wrote:
>>> I'm trying to store colors in an array:
>>
>> It seems to work with a dictionary:
>
> I didn't received the original question, but I guess it's about arrays.
> (I mean: if someone want to use an array, don't tell him "use a
> dictionnary instead").
>
> P.S: this message is not a critical remark.
The colors array seems to crash when accessed for some reason, which is why
I offered a working solution using a dictionary instead.
-Seth
_______________________________________________
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 Tue 28 Feb 2006 14:25:40 EST
Return-Path: <realbasic-nug-bounces at lists dot realsoftware dot com>
Received: from lists.realsoftware.com (209.198.132.125) by realsoftware.com
with ESMTP (Eudora Internet Mail Server 3.1.3);
Tue, 28 Feb 2006 13:26:31 -0600
Received: from lists.realsoftware.com (localhost [127.0.0.1])
by lists.realsoftware.com (Postfix) with ESMTP
id 1D1A91133B6A; Tue, 28 Feb 2006 13:26:18 -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 imo-d23.mx.aol.com (imo-d23.mx.aol.com [205.188.139.137])
by lists.realsoftware.com (Postfix) with ESMTP id 6D7A11133B3B
for <realbasic-nug at lists dot realsoftware dot com>;
Tue, 28 Feb 2006 13:25:54 -0600 (CST)
Received: from GAmoore at aol dot com
by imo-d23.mx.aol.com (mail_out_v38_r7.3.) id w.27.455a052 (39332)
for <realbasic-nug at lists dot realsoftware dot com>;
Tue, 28 Feb 2006 14:25:42 -0500 (EST)
From: GAmoore at aol dot com
Message-ID: <27 dot 455a052 dot 3135fdb4 at aol dot com>
Date: Tue, 28 Feb 2006 14:25:40 EST
To: realbasic-nug at lists dot realsoftware dot com
MIME-Version: 1.0
X-Mailer: Thunderbird - Mac OS X sub 293
X-Spam-Flag: NO
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.2
Subject: Re: re : remote debugger not working
X-BeenThere: realbasic-nug at lists dot realsoftware dot com
X-Mailman-Version: 2.1.2
Precedence: list
Reply-To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Sender: realbasic-nug-bounces at lists dot realsoftware dot com
Errors-To: realbasic-nug-bounces at lists dot realsoftware dot com
> I can confirm that this is a problem.=A0 For fun, I temporarily turned off
> firewalls on my testing workstations, and attempted to remotely debug an
> app.
> The remote debugger, running on a Mac OS X 10.4.5 box, using no special
> settings, continues to simply "listen" on the port.
> I am running RB 2006r1 on Windows XP w/ SP2, firewall temporarily off.
>=20
Thanks Ed. I am doing the opposite. I am running on a Mac 10.4.5 with the=20
code, and then I have a Windows NT system with the firewall disabled (its al=
ways=20
giving me warnings of the danger but I do not have it connected to the net).=
I=20
have not done anything to this Windows machine, nor changed any setting in=20
several months. But now both of my macs will not remote debug on it. How cou=
ld=20
both Mac's suddenly stop working with debugging simultaneously? The only=20
conclusion I can come to, is that this is an incompatibility between Real Ba=
sic and=20
the new Mac OS - which is the only thing different from last week. I have no=
t=20
changed the firewall settings on the macs.
In addition to rebooting both machines, doing maintence on the mac, trying=20
two macs, etc.. i have:
1. I have tried changing my Mac network settings for ethernet. I noticed one=
=20
location had a mac ip address and another one not - but neither worked.
2. Tried adding a new remote computer in the Real Basic remote debugger=20
setup. I did it several times, but when I clicked ok, and went to the debugg=
er menu=20
the new one did not show up. Also when I opened the dialog again to add/edit=
=20
locations, the new one was not there (tried it three times). I also noticed=20
that no other machines were "auto found" even though the windows machine is=20=
one=20
and the stubb running. They must be talking because the mac says=20
"transferring" for ever, until I quit the stubb on the windows machine then=20=
it says=20
"launching application" immediately but then does nothing.
_______________________________________________
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>
|