Re: Re: last marked cd

2005-07-31 Thread Reinhold Venzl-Schubert

Hi!


if the id of this cd = the id of last|first  maked cd then ...


Very simple, I used it and it works perfectly, thank you. I tried a 
similar way bevor, but I needed seven lines ;-)


Hi Alain!


function firstMarkedCard
  get the id of first marked card
  return it is the id of this card
end firstMarkedCard

function lastMarkedCard
  get the id of last marked card
  return it is the id of this card
end lastMarkedCard

Hope this has not already been suggested,
and I hope it helps  :-)


I never used a function and I didn't understand it complete, but I will 
give it a trial.


Thanks
Reinhold

___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard


Re: last marked cd

2005-07-30 Thread FlexibleLearning




Looks good to me, Alain. The only thing I would change 
arethe function names to isFirstMarkedCard() and 
isLastMarkedCard()that more clearly imply a TF 
result.

/H 
-function firstMarkedCard 
get the id of first marked card return it is the id of this 
cardend firstMarkedCardfunction lastMarkedCard get the id 
of last marked card return it is the id of this cardend 
lastMarkedCardHope this has not already been suggested,and I hope it 
helps :-)Alain-


___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard


Re: last marked cd

2005-07-29 Thread FlexibleLearning
if the id of this cd = the id of last|first  maked cd then ...

/H


Here an other question:

'go to  last marked cd' shows me the last marked cd,

but in the this script  ...

on mouseUp
go next  cd
if this cd is the last marked cd  then
answer this is the last marked  cd
end if
end mouseUp

... mc  is cussing with me!

Is there any simple way to detect the last (or first)  marked cd?  

___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard


Re: last marked cd

2005-07-29 Thread Alain Farmer
Hello FlexibleLearning,

 Is there any simple way to detect
 the last (or first) marked cd ?  

function firstMarkedCard
  get the id of first marked card
  return it is the id of this card
end firstMarkedCard

function lastMarkedCard
  get the id of last marked card
  return it is the id of this card
end lastMarkedCard

Hope this has not already been suggested,
and I hope it helps  :-)

Alain

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
metacard mailing list
metacard@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/metacard