Quick Selectline Question

Post Reply
Ilithyia
Posts: 43
Joined: Wed Mar 10, 2010 11:04 pm

Quick Selectline Question

Post by Ilithyia »

How do you select a line that always appears as a new line directly below a triggered line?

For example:
Line A
Line B

I have a trigger set up for Line A. How do I also select Line B when Line A is triggered?

I don't want to set a trigger for Line B, because I only want that line selected when Line A is triggered and at no other times.

Thanks a bunch!

User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

Re: Quick Selectline Question

Post by tsuujin »

Create a trigger that captures the first line. Use that trigger to create a tempLineTrigger to capture one line past the current line. The line trigger handles what you want done.

Ilithyia
Posts: 43
Joined: Wed Mar 10, 2010 11:04 pm

Re: Quick Selectline Question

Post by Ilithyia »

Is there a reference to the syntax?

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: Quick Selectline Question

Post by Vadi »

To expand on that, tempLineTrigger(1,1, [[selectLine(line, 1) bg("green") resetFormat()]]) is one example you could start with.

Ilithyia
Posts: 43
Joined: Wed Mar 10, 2010 11:04 pm

Re: Quick Selectline Question

Post by Ilithyia »

Thank you!!!

Post Reply