Welcome to TalkGraphics.com
Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1

    Default Create a popup layer and close

    Hello

    i recently bought XWD 11 Premium and all of my Popup layers stop working
    i used the popup:close function at URL link and now nothing closes

    could you please tell me what changed and what shouls i do to fix this?

    I noticed i can use uncheck the close pop up automatically and then i get an X button so i can close everything, but i dont want to use this button, i want to use my own.

    hope you can help me

    thank you

  2. #2

    Default Re: Create a popup layer and close

    This has not been necessary for a few versions now. The close function is available via the popup layer properties.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	popup.jpg 
Views:	253 
Size:	24.0 KB 
ID:	107765  

  3. #3
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,504

    Default Re: Create a popup layer and close

    I noticed i can use uncheck the close pop up automatically and then i get an X button so i can close everything, but i don't want to use this button, i want to use my own.
    Can the member do this Steve?

  4. #4

    Default Re: Create a popup layer and close

    Ah, sorry - I did miss that line.
    No I don't think it is possible any longer.

  5. #5
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,826

    Default Re: Create a popup layer and close

    This is a cheat but might help.
    Add a shape for your button on the pop-up layer.
    Check the pop-up layer has Close pop-up automatically unticked.
    Remove any URL (Do Nothing).

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  6. #6

    Default Re: Create a popup layer and close

    i will try this later
    thank you

  7. #7
    Join Date
    Aug 2010
    Posts
    533

    Default Re: Create a popup layer and close

    You could try adding something like this to the <head> of your page to hide the close button.
    Code:
    <style type="text/css">
    IMG.xr_ap {
    width: 0px;
    height: 0px;
    cursor: pointer;
    }
    </style>
    I have used it with v9 not sure if Xara still uses the same class in v11

    Use popup:close as the link to close the popup.

  8. #8
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,826

    Default Re: Create a popup layer and close

    Re-found covoxer's original 1.web file here: http://www.talkgraphics.com/showthre...ng-popup-layer.

    While the Close icons on each pop-up do not work in XWD11P, the Link popup: close "popup1(lock)" "popup2(lock)" "popup3(lock)" "popup4(lock)" does still work.

    So effectively, add (lock) to the end of each Layer name and put a button with popup: close "popup1(lock)" on the layer popup1(lock).

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  9. #9

    Default Re: Create a popup layer and close

    No, I don't believe this works since the introduction of the built-in method.

  10. #10
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,504

    Default Re: Create a popup layer and close

    I just tried this by modifying Covoxer's .web file and it appear to work with Acorn's addition of adding the layer name in quotes. I left Close Pop-up Automatically checked.
    Attached Files Attached Files

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •