Quote Originally Posted by Acorn View Post
This is the original detail for the use of the popup Tweak: http://www.talkgraphics.com/showthre...ng-popup-layer and a sort of update: http://www.talkgraphics.com/showthre...ayer-and-close.

I think all you've got wrong was the quotes around the close - close is a parameter and not a layer.
Layers need to ne in quotes.

Acorn
Thanks Acorn for the link. That is actually the thread I used long ago to do it. I have now created an entry for it in my Xara Tweaks so I can refer back to it if needed in the future. I appreciate the assist. I cleared all the popup code/tweaks and started over just to be sure and was able to make it behave properly.

Just to explain what needed to be done if others ever find this thread, this is the combo that worked...

Open 1st Layer = <popup: "sponsors">
Open 2nd Layer( and close 1st ) = <popup: "donors" close "sponsors">
Go Back To 1st Layer( and close 2nd ) = <popup: "sponsors" close "donors">
Manual Close Image = <popup: close>

NOTE - for some reason I have always thought you needed <popup: "close"> vs. <popup: close>. It does work to just close a layer when you use <popup: "close"> FWIW. Looks like my issue was I didn't have enough info to properly open/close 2 layers at once( both layers have to be named )? Whatever the case it is working 100% now and I have saved the tweak for future use.

Again my thanks.