Re: Skipping a mark card

2010-11-04 Thread charles61
___ use-revolution mailing list [hidden email] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution View message @ http://runtime-revolution.278305.n4.nabble.com/Skipping-a-mark-card

Re: Skipping a mark card

2010-11-04 Thread DunbarX
Charles: Just one possible way: on preOpenCard if the yourSpecialProperty of this stack is skip then go next marked card end preOpenCard You would create the custom property for the stack, and set it to skip or empty depending on what you want to do. Craig In a message dated 11/4/10

Re: Skipping a mark card

2010-11-04 Thread Jim Ault
(untested, but might work) In the stack script on preopencard if the number of marked cards is the number of cards then answer All cards are marked else if the marked of this card is true then go next card end if end preopencard On Nov 4, 2010, at 7:27 AM, dunb...@aol.com

Re: Skipping a mark card

2010-11-04 Thread charles61
.nabble.com/Skipping-a-mark-card-tp3025277p3027102.html To unsubscribe from Skipping a mark card, click here. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Skipping-a-mark-card-tp3025277p3027195.html Sent from the Revolution - User mailing list archive

Re: Skipping a mark card

2010-11-04 Thread charles61
/mailman/listinfo/use-revolution View message @ http://runtime-revolution.278305.n4.nabble.com/Skipping-a-mark-card-tp3025277p3027126.html To unsubscribe from Skipping a mark card, click here. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Skipping

Skipping a mark card

2010-11-03 Thread charles61
I have a project that uses marked cards to navigate them. Aside from unmarking a card, is there a way to skip a mark card when you are using a script (go to next marked card) to go to marked cards? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Skipping-a-mark

Re: Skipping a mark card

2010-11-03 Thread DunbarX
Do you always want to do this, to always go to the following marked card? In other words, to always go to the second marked card during any navigation? If so, why not just lock the screen, go to the next marked card, and then go to the next marked card? It seems like an odd way to get around,

Re: Skipping a mark card

2010-11-03 Thread Richmond Mathewson
'Skipping the difficult bits' is a well-documented sport, as well as 'Jumping to conclusions' and 'Running a temperature': http://openlibrary.org/books/OL2875493M/Alice_through_the_needle's_eye So 'Skipping a marked card' is an extremely SHARP thing to do; mind you I don't how much money I

Re: Skipping a mark card

2010-11-03 Thread charles61
-revolution.278305.n4.nabble.com/Skipping-a-mark-card-tp3025277p3025410.html To unsubscribe from Skipping a mark card, click here. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Skipping-a-mark-card-tp3025277p3025412.html Sent from the Revolution - User mailing

Re: Skipping a mark card

2010-11-03 Thread charles61
-a-mark-card-tp3025277p3025390.html To unsubscribe from Skipping a mark card, click here. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Skipping-a-mark-card-tp3025277p3025401.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: Skipping a mark card

2010-11-03 Thread charles61
@ http://runtime-revolution.278305.n4.nabble.com/Skipping-a-mark-card-tp3025277p3025390.html To unsubscribe from Skipping a mark card, click here. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Skipping-a-mark-card-tp3025277p3025484.html Sent from

Re: Skipping a mark card

2010-11-03 Thread charles61
subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution View message @ http://runtime-revolution.278305.n4.nabble.com/Skipping-a-mark-card-tp3025277p3025390.html To unsubscribe from Skipping a mark card, click here. -- View this message in context: http://runtime

Re: Skipping a mark card

2010-11-03 Thread DunbarX
Charles. I see. So might you simply put an opencard handler into the script of your special card, sending the user to the next marked card unless some property was set? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

Re: Skipping a mark card

2010-11-03 Thread Jim Ault
You might try preOpenCard which is sent before the user see the card being opened. On Nov 3, 2010, at 1:56 PM, dunb...@aol.com wrote: Charles. I see. So might you simply put an opencard handler into the script of your special card, sending the user to the next marked card unless some