On Jun 30, 2009, at 8:56 AM, Jann Gobble wrote:
My main question is this: I know I can store the TEXT portion of
the editfield in a string variable and redisplay it if needed but
is there a way to store the text and style portions in a variable.
Are you just keeping the color info for each user's text? If so,
simply store the text with a user tag and the re-color the text when
you reload:
Tim: Is this a comment worth reading?
Jann: Only if I can restore the colors.
Tim: This could be done by storing the text with the user identifier
and then re-color the output when you redisplay the text.
Jann: Aha, I see, just parse the text and scan for the part of each
section to the left of the ":" marker and the make an appropriate
color choice.
Tim: That's what I'd do.
:-)
Tim
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
From Tue 30 Jun 2009 10:28:24 -0700 (PDT)
Delivered-To: listarchive@realsoftware.com
Received: by 10.90.89.10 with SMTP id m10cs377300agb;
Tue, 30 Jun 2009 10:29:29 -0700 (PDT)
Received: by 10.140.132.4 with SMTP id f4mr2020731rvd.6.1246382968340;
Tue, 30 Jun 2009 10:29:28 -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 30si386622pzk.38.2009.06.30.10.29.27;
Tue, 30 Jun 2009 10:29:28 -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 1MLh87-0006el-VY; Tue, 30 Jun 2009 10:28:27 -0700
Received: from aubrey.canvasdreams.com ([12.180.59.151])
by advanced107.inmotionhosting.com with esmtps (TLSv1:AES256-SHA:256)
(Exim 4.69) (envelope-from <fargo@rpgportland.com>)
id 1MLh86-0006ee-51 for realbasic-nug@lists.realsoftware.com;
Tue, 30 Jun 2009 10:28:26 -0700
Received: from localhost ([127.0.0.1] helo=rpgportland.com)
by aubrey.canvasdreams.com with esmtpa (Exim 4.69)
(envelope-from <fargo@rpgportland.com>) id 1MLh84-0003uL-HZ
for realbasic-nug@lists.realsoftware.com;
Tue, 30 Jun 2009 10:28:24 -0700
Received: from 75.164.145.224 ([75.164.145.224])
(SquirrelMail authenticated user fargo@rpgportland.com)
by rpgportland.com with HTTP; Tue, 30 Jun 2009 10:28:24 -0700 (PDT)
Message-ID: <49311.75.164.145.224.1246382904.squirrel@rpgportland.com>
In-Reply-To: <1E8C1CD2-87C7-4C1A-80BA-05B2DAEB3793@proaxis.com>
References: <1E8C1CD2-87C7-4C1A-80BA-05B2DAEB3793@proaxis.com>
Date: Tue, 30 Jun 2009 10:28:24 -0700 (PDT)
Subject: Re: Fargo's XML Example?
From: fargo@rpgportland.com
To: "REALbasic NUG" <realbasic-nug@lists.realsoftware.com>
User-Agent: SquirrelMail/1.4.13
MIME-Version: 1.0
X-Priority: 3 (Normal)
Importance: Normal
X-AntiAbuse: This header was added to track abuse,
please include it with any abuse report
X-AntiAbuse: Primary Hostname - aubrey.canvasdreams.com
X-AntiAbuse: Original Domain - lists.realsoftware.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - rpgportland.com
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="us-ascii"
Content-Transfer-Encoding: 7bit
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
Not toooo long ago (June 13th), fargo posted a link to an xml example.
The link does not seem to work.
When I go to the site's home page and follow a plausible chain of
links, lo, there is a link right on the web site, but, again, no
example.
Is it still available?
Thanks
Jim Wagner
Huh. I'll look into it Jim, it's still going to be available, but I just
moved webhosts so everything is a bit off still. After the meeting I'm in
I'll send it to you directly.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|