I am trying to do this to dynamically show rows of icons. The lower row grows the image onenter and should hide the other popup rows.
pl0OnEnter !ParseEvars !LabelRepositionBy %[LabelName]% -4 -4 8 8
works fine for enlarge effect, however
pl0OnEnter !ParseEvars !LabelShow pl1 !LabelRepositionBy %[LabelName]% -4 -4 8 8
Doesn't show the pl1 group and doesn't execute the reposition.
Peter
pl0OnEnter !Execute [!ParseEvars] [!LabelShow pl1] [!LabelRepositionBy %[LabelName]% -4 -4 8 8]
RTFM!!!!
I did RTFM if you can actually call it a manual. And I tried what you show, long before you posted it. However it doesn't work either. Seems !Execute doesn't like the %[LabelName]% becuase when I hard code a label instead of the variable it works.
Peter
That ought to be more like this, I think:
pl0OnEnter !execute [!LabelShow pl1][!ParseEvars !LabelRepositionBy %[LabelName]% -4 -4 8 8]
!ParseEvars should precede the bang in which an evar needs to be parsed, not just plopped on the front of a whole series like that.
The parseevars is in the wrong place in DeV's example. :P
pl0OnEnter !ParseEvars !Execute [!LabelShow pl1][!LabelRepositionBy %[LabelName]% -4 -4 8 8]
Try that.
edit - Boreas' example should work just fine, too. (Mine would parse multiple %[...]% through out the line, his just for the command enclosed within the [] with it.)
thx, moving parseevars did it.
(soapbox)
I've spent days upon days reading docs, some well written, others not. Core docs for LS are missing, this website is broke in several places. It certainly isn't easy for a newcomer.
(/soapbox)
My theme is mostly complete now and after solving my last couple of gitches I'll share with others.
Peter
The ones at Shellfront still apply for the core and have the info.