[REBOL] UCE Complaint (Re: Editor)
From: viking2::interbaun::com at: 25-Jun-2002 3:07
You have sent the attached unsolicited e-mail to my
e-mail account.
I do not wish to receive such messages in the future.
Please remove my name from your lists immediately.
Delivered-To: [viking2--compusmart--ab--ca]
Return-Path: <[rebol-bounce--rebol--com]>
Received: from psmtp.com ([64.75.1.184]) by bernie with esmtp; Tue, 25 Jun 2002 00:58:51
-0600
Received: from source ([208.201.243.114]) by exprod5mx29.postini.com ([64.75.1.251])
with SMTP; Tue, 25 Jun 2002 01:59:41 CDT
Received: from cobalt.reboltech.com (localhost [127.0.0.1]) by cobalt.reboltech.com (8.9.3/8.9.3)
with ESMTP id XAA30482; Mon, 24 Jun 2002 23:51:04 -0700
Received: with LISTAR (v0.129a; list rebol); Mon, 24 Jun 2002 23:51:03 -0700 (PDT)
Received: from johnson.mail.mindspring.net (johnson.mail.mindspring.net [207.69.200.177])
by cobalt.reboltech.com (8.9.3/8.9.3) with ESMTP id XAA30474 for <[rebol-list--rebol--net]>;
Mon, 24 Jun 2002 23:51:03 -0700
Received: from antoninus-z.mspring.net ([207.69.231.70] helo=antoninus.mspring.net) by
johnson.mail.mindspring.net with smtp (Exim 3.33 #1) id 17MkDj-0007gQ-00 for [rebol-list--rebol--net];
Tue, 25 Jun 2002 02:54:35 -0400
X-MindSpring-Loop: [rebol-list--rebol--com]
Received: from moutvdom01.kundenserver.de ([195.20.224.200]) by antoninus.mspring.net
(Earthlink Mail Service) with ESMTP id uhg4t8.g5q.37kbpq6 for <[rebol-list--rebol--com]>;
Tue, 25 Jun 2002 02:54:31 -0400 (EDT)
Received: from [172.19.20.61] (helo=mrvdomng0.kundenserver.de) by moutvdom01.kundenserver.de
with esmtp (Exim 2.12 #3) id 17MkDa-00081M-00 for [rebol-list--rebol--com]; Tue, 25 Jun 2002
08:54:26 +0200
Received: from [213.6.94.78] (helo=fuchur.2b1.de) by mrvdomng0.kundenserver.de with esmtp
(Exim 3.22 #2) id 17MkDZ-0000cz-00 for [rebol-list--rebol--com]; Tue, 25 Jun 2002 08:54:26
+0200
Received: from smrgol.2b1.de ([10.1.1.1] helo=2b1.de ident=ingo) by fuchur.2b1.de with
esmtp (Exim 3.32 #1 (Debian)) id 17Mk3O-00006S-00 for <[rebol-list--rebol--com]>; Tue, 25
Jun 2002 08:43:54 +0200
Message-ID: <[3D18112A--6040609--2b1--de]>
Date: Tue, 25 Jun 2002 08:43:54 +0200
From: Ingo Hohmann <[ingo--2b1--de]>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020607
X-Accept-Language: en, de
MIME-Version: 1.0
To: [rebol-list--rebol--com]
Subject: [REBOL] Re: Editor
References: <[OFF107861A--614AC0A2-ON4A256BE2--001D491E--hih--com--au]> <004201c21be5$cb8a62a0$[2606fea9--z6u5i3]>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-archive-position: 21014
X-listar-version: Listar v0.129a
X-original-sender: [ingo--2b1--de]
Precedence: bulk
Reply-to: [rebol-list--rebol--com]
X-list: rebol
Hi Jim,
[jim--clatfelter--net] wrote:
> I wonder if anyone knows how to keep the focus in a text area when
> you click on a button. If I am entering text using the key board,
> when I click a button that is supposed to enter more text, all that
> happens is that I lose the caret and the focus in the text area. I
> have to click back into the text area to get the focus and caret
> back.
I changed the "date" button in your ed-64.r (btw, does this mean, that
you have at least 70 specialized editors?) to the following:
btn green / 1.8 "Date" #"" [
focus my-area
put to-string now/date length? to-string now/date
]
Now the button works as expected - but only a few times. After 3 to 10
times it doesn't do anything at all.
I'm using REBOL/View 1.2.5.4.2 6-May-2002, anyone seeing the same problem?
I hope that helps,
Ingo