Action Group and Initial Launch,

I'm curious if you go this to work. I was trying to do something nearly identical, i.e. execute an Action Group once and only once upon course launch. I have an external HTML object in that Action Group that resizes and moves the browser window and I do not want the window to keep jumping back to the place I move it to initially if the user wants to move it elsewhere.

I tried doing this as described, using a boolean variable to toggle state between 0 and 1 to determine whether to execute the Action Group, but it seems it wants to execute the Action Group every time through the page loop. A simple if-then-else conditional is surpisingly hard to get working for this. Then I thought maybe I could disinherit the Action Group at the AU level, but then the Action Group is never executed.

So if you've got it working, please share how.

Thanks,

m

 

Discussions have been disabled for this post