ip between mouse and click - less haste with cut and paste.
But apart from that I got it right. Wow!
Pat
- Original Message -
From: "Ken Ray" <[EMAIL PROTECTED]>
To: "Use Revolution List"
Sent: Monday, January 10, 2005 8:30 AM
Subject: Re: from list to card via d
On 09/01/2005 22:30:06, How to use Revolution
(use-revolution@lists.runrev.com) wrote:
> On 1/9/05 4:19 PM, "Pat Trendler" <[EMAIL PROTECTED]> wrote:
>
> > on mouseUp
> >if the hilitedLine is not empty then
> > go card (the hilitedLine of me)
> >end if
> > end mouseUp
>
> Actually, t
On 1/9/05 4:19 PM, "Pat Trendler" <[EMAIL PROTECTED]> wrote:
> on mouseUp
>if the hilitedLine is not empty then
> go card (the hilitedLine of me)
>end if
> end mouseUp
Actually, that's "mouseDoubleUp" if you want to trap the double-click...
Ken Ray
Sons of Thunder Software
Web sit
on mouseUp
if the hilitedLine is not empty then
go card (the hilitedLine of me)
end if
end mouseUp
Pat
- Original Message -
From: "Bob Hartley" <[EMAIL PROTECTED]>
To:
Sent: Monday, January 10, 2005 8:04 AM
Subject: from list to card via double click
Hi All.
Hi All.
My wee database tutorial work is stuck again. (no great shakes there) :-).
I have button that sticks the text fo a field item into a list ItemList.
The script is this and works perfectly...
on mouseup
repeat with n = 1 to the number of cds in this stack
put fld "Item" of cd n & return