Sir Stranger's Forum Posts

  • 2 posts
  • Link to .capx file (required!):

    dl.dropbox.com/u/76344282/Morse%20Code%20Translator.7z

    Steps to reproduce:

    1. Export Project to Windows 8

    Observed result:

    Error in Visual Studio 2012 Ultimate

    HTML1701: Unable to add dynamic content '   <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>'. A script attempted to inject dynamic content, or elements previously modified dynamically, that might be unsafe. For example, using the innerHTML property to add script or malformed HTML will generate this exception. Use the toStaticHTML method to filter dynamic content, or explicitly create elements and attributes with a method such as createElement. For more information, see go.microsoft.com/fwlink

    Expected result:

    No error in Visual Studio 2012 Ultimate

    Browsers affected:

    N/A

    Operating system & service pack:

    Windows 8 Pro with Media Center Pack

    Construct 2 version:

    Construct 2 Beta Release r120.2

    Solution

    The error itself seems to have nothing to do with my project (I deleted everything in the project just to make sure it wasn't something I was using)

    After searching through the project in Visual Studio, I found the problem was in jquery-1.7.1min.js.

    After deleting the offending line of code, I can now create the appxupload package.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hello, I've been having some trouble importing SVGs from Inkscape, particularly the ones that contain hashtags and exclamation marks (All of them without exception), as they are considered invalid characters by the plugin. Is there something I can do about this, or will I continue to have to export to a bitmap? I don't really like the prospect of writing an 81KB SVG by hand.

    When I attempt to import them into the SVG Edit tool on Google Code, there are too many errors. Particularly for the vectors that contain masks, clips, and groups.

  • 2 posts