Re: Is there any way to use parameterized values for input-events?

2013-02-12 Thread Tim Chan
Thanks Alejandro, removing the ${} worked. On Tue, Feb 12, 2013 at 2:48 PM, Alejandro Abdelnur wrote: > yes it can, just don't use the ${} in the embedded var. > > thx > > Alejandro > (phone typing) > > On Feb 12, 2013, at 1:45 PM, Tim Chan wrote: > > > I would like to used values specified in

Re: Is there any way to use parameterized values for input-events?

2013-02-12 Thread Alejandro Abdelnur
yes it can, just don't use the ${} in the embedded var. thx Alejandro (phone typing) On Feb 12, 2013, at 1:45 PM, Tim Chan wrote: > I would like to used values specified in my properties files to populate > > ${coord:current(-7)} > > Can this -7 value be specified by a property? I've tried:

Is there any way to use parameterized values for input-events?

2013-02-12 Thread Tim Chan
I would like to used values specified in my properties files to populate ${coord:current(-7)} Can this -7 value be specified by a property? I've tried: ${coord:current(${myProperty})} which doesn't work.