irina's Forum Posts

  • Magistross

    Excellent!!!! You are a life saver!

  • Magistross

    ...i just noticed that also...

    My php is really simple as can be:

    <?php
      header('Access-Control-Allow-Origin: *');
      echo readfile('lista.xml');
    ?> [/code:5iggwtth]
    
    How do i lose that piece of junk?
    What causes it in the first place?
  • brunopalermo

    hm.... it dosent seem to be the case... i'w removed double quotes and still no displayed result...

    edit... it works in chrome and in nw.js. and not in edge and in FF.... !?

  • Can someone please tell me why is this not working?

    I edited standard xml example so that it loads same xml data just from remote server and it's not working...

    file removed... if someone needs it gimme PM

    this is data in my xml file on server:

    <?xml version=""1.0"" ?>
    
    <bookstore>
    
    <book category=""COOKING"">
      <title lang=""en"">Everyday Italian</title>
      <author>Giada De Laurentiis</author>
      <year>2005</year>
      <price>30.00</price>
    </book>
    
    <book category=""CHILDREN"">
      <title lang=""en"">Harry Potter</title>
      <author>J K. Rowling</author>
      <year>2005</year>
      <price>29.99</price>
    </book>
    
    <book category=""WEB"">
      <title lang=""en"">XQuery Kick Start</title>
      <author>James McGovern</author>
      <author>Per Bothner</author>
      <author>Kurt Cagle</author>
      <author>James Linn</author>
      <author>Vaidyanathan Nagarajan</author>
      <year>2003</year>
      <price>49.99</price>
    </book>
    
    <book category=""WEB"">
      <title lang=""en"">Learning XML</title>
      <author>Erik T. Ray</author>
      <year>2003</year>
      <price>39.95</price>
    </book>
    
    </bookstore>[/code:1rdivng1]
    thank you
  • zenox98

    Thank you....

  • Bump!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • i just expirienced this and ram was at 50%... had 2 instances of C2 open

    also samsung EVO

  • Hi, i set my PC to sleep and not turn off so everything is running for days.

    Its not a big deal 4 me and i assumed its a full ram issue...

    i Have

    i5-4690 3,5GHz

    16GB DDR3

    256G SSD

    980gtx

  • Apollo14

    Thanx, i did not see this before!

  • The only thing that I Can find so far to reproduce it is to leave Construct 2 running and open for extended periods of time. When I shut it down after I am done for the day, it works fine the next day. But, if I leave it running for a few days straight it runs into this issue.

    Same here....

  • Hello,

    I have situation where i load significant ammount of immages from server.

    While loading lasts i display a small loading gif to show user that action is still in the works.

    It all works well and its not a big deal but still anoying issue.... while loading lasts (second or two) my FPS drop to 0 (on all mobile devices) and gif freezes.

    So it's main purpose to visualy show user that loading is going on kinda fails

    So is there a way to fix this?

    Thanx!

  • dop2000

    Nice bug detection! A+

    I had some issues in the past with this but never gone to deep into it... simply assumed im doing it wrong.

  • Ashley

    Any comment?

  • If you plan on making games for IOS, you will need a signing key(phonegap) and a developer licence from apple($99 a year) to develop for iPhone or iPad.

    Yes i know that... but thats the step when i have app allready built.

    I was worried for the step before that... how to make an actual build.

    I see that cocoon has gone to ******* it constantly gives the same error what ever i build there... even a simplest 3 line capx

    ill look around youtube to see if there are some guides.

  • chewienator

    did you have any success?

    I am also interested in those two and can't make them work