megatronx's Forum Posts

  • I still have mouse in my objects list

  • Also you could use those plugin as reference for how to upload (and maybe even save back to file)csv files scirra.com/forum/plugin-filereader_topic50038.html

    scirra.com/forum/topic59525.html

    ;)

  • Same here, although somehow i've managed to do it but cant remember how.

  • I have latest stable version [108.2] and now when the project is slowly growing it starting crashing on exit sometimes also.

    Specs Win7 64

    i5 sandybridge

    nvidia 560

    latest drivers and updates

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Another thing that I would find useful would be to check if particular row or column, or both exist. It seams that atm we can only check if data within an already created row/column exists. I might be wrong though.

    Also sorting rows or columns in alphabetical order by specific row/column of that table. So for example if i have Col "name" i would like to sort all raw but their name alphabetically. And if I have Col "Qty" I would like to sort out by numbers. Both from A-Z/1-xxxx and in reverse from Z-A/xxxxx-1. If those two would be possible to do that would be awesome :)

    EDIT: And one last suggestion. Do you think you could make created pages to appear listed in "objects with expressions" window in same fashin as variables when system is selected? That would make the whole process much simpler.

    Thanks!

  • Thanks a lot! :)

  • oh so it doesn't convert all off the pages in to one string then?

  • Ha! I asked because for my project it is actually convenient to save everything in one go! But still thanks for the update:) It's not breaking anything, yeah?

  • Hi,

    Is it possible to scale the game window down on the website. Because atm i know that i can scale the canvas to full screen in the browser, but can i reverse it and instead make it smaller?

  • Unfortunately no, but hopefully it will be implemented in the future.

  • One more question. When i export to json to store in webstorage, does it export everything or only the page I'm currently at?

    thanks

    • CSV.AT("Col", "Row") or CSV.AT("Col", "Row", "Page") to get data from another page. You could use it in current version.

    COOL :D

    • AJAX could be used to import file, so csv plugin does not need to have "import file". For exporting, current csv plugin only could export table into JSON string, it could be saved into webstorage or send this string to network.

    To export csv string... it might be difficult.   Sorry.

    Fair enough :D Keep up the good work! :)

  • Wow thanks! :)

    2 things come to my mind:

    • import and export external files in to the code.
    • to be able to call page without need of turning it for example CSV.AT("Page", "Col", "Row")

    Cheers :)

  • good question. I would like to know too.

  • Thanks. This is really a great plugin. For some reason it is much easier to use then arrays... even thought it is an array! Just made random generated weapons and displayed them in inventory prototype that you can scroll with arrows XD Thanks again! :) This plugin should grow! Any updates coming?