Re: from list to card via double click

2005-01-09 Thread Pat Trendler
I was hoping Bob would know what the double click thing was, because I 
couldn't remember. (actually I didn't know)

But Iwasinahurrytoanswerthequestion because I rarely know the answer and by 
the time I've checked it out sixotherpeoplehavegotinbeforeme.

There's many a slip 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 double click


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 site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution 
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: from list to card via double click

2005-01-09 Thread Bob Hartley
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, that's "mouseDoubleUp" if you want to trap the double-click...

Ohhh hey Guys.
This is sooo cool I cannot begin to say how much you have helped me. 
Naturally this is for the "basic datrabase primer " versoion 2

soon to be on the general in revonline.
More tomorrow.
Cheers
Bob; Sunny Scotland (he lies) :-)
>
>
> Ken Ray
> Sons of Thunder Software
> Web site: http://www.sonsothunder.com/
> Email: [EMAIL PROTECTED]
>
>
> ___
> use-revolution mailing list
> use-revolution@lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.9 - Release Date: 06/01/2005
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: from list to card via double click

2005-01-09 Thread Ken Ray
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 site: http://www.sonsothunder.com/
Email: [EMAIL PROTECTED]


___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: from list to card via double click

2005-01-09 Thread Pat Trendler
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.
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 after theList
  end repeat
  delete last char of theList -- clear trailing return
  put theList into fld "ItemList"
end mouseup
Now that i have my list I can sort it using
on mouseUp
  sort lines of field "ItemList" by word 1 of each
end mouseUp
This works perfectly...
Now what I want to do is to double click on a list entry and go to the 
card that produced this entry.

I can't see how this si done. Searched the docs and the list archive 
without any clear answer.

Lots of clues though... linktext etc
Any Ideas folks.
Cheers
Bob
I
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.9 - Release Date: 06/01/2005
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution 
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution


from list to card via double click

2005-01-09 Thread Bob Hartley
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 after theList
  end repeat
  delete last char of theList -- clear trailing return
  put theList into fld "ItemList"
end mouseup
Now that i have my list I can sort it using
on mouseUp
  sort lines of field "ItemList" by word 1 of each
end mouseUp
This works perfectly...
Now what I want to do is to double click on a list entry and go to the card 
that produced this entry.

I can't see how this si done. Searched the docs and the list archive 
without any clear answer.

Lots of clues though... linktext etc
Any Ideas folks.
Cheers
Bob
I  

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.9 - Release Date: 06/01/2005
___
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution