h1k3's Forum Posts

  • Just a thought but if your game is inside of Facebook maybe the request urls are not matching? Ie https will have a hard time requesting http and so forth. Otherwise I'm not sure, sorry :(

  • rexrainbow, I thought about uploading my changes but didn't want to cause conflict if pode has a yet to be released beta copy. So I just posted my change to the runtime so he can make the change if he hasn't already. I must say this and the csv to array plugin has saved me hours of grief, you two are amazing. :)

  • Pode

    I made the change on my copy of your plugin so it reads accordingly. Here is the change I made to the runtime starting on line 133. This allows me to load a csv file and hook into rex's csv plugin. Feel free to make the change :)

    if(this.file.name.endsWith("txt")

                                                                //|| f.name.endsWith("log")

                                                                || this.file.name.endsWith("xml")

                                                                || this.file.name.endsWith("svg")

                                                                || this.file.name.endsWith("csv")

                                                                //|| f.name.endsWith("tmx")      

                                                                || this.file.name.endsWith("html")      

                                                                || this.file.name.endsWith("htm")      )

  • Pode is there any way to add in support for csv files? I want to load a cvs file to parse with the csv plugin.

  • "Action: Load table from csv string" , see first post of this thread.

    I see it but I'm not quite sure how it works to prompt a user for a file to load. What I am looking to do is import data from third party sites. So I can't control the file name on the persons computer. I want to all a user to download info from another site into a csv file on their machine and then give them the ability to upload the information to my server. Would using the file reader plugin work to load the string and then parse it using your plugin?

  • Really simple question I'm hoping. :) How do I load the file which I'll be manipulating with this plugin in the first place? I'm not seeing a load file, just load from json. Is there a way to load a csv file with this plugin or do I need a different plugin to load the file first?

  • Hi everyone,

    I'm building an app that requires the ability to read and parse csv format spreadsheet data. I found a library of jquery functions that does this but I'm fairly new to using libraries. There are two downloads to the library one is a min and one without min in the title. I'm assuming one is minified. Which one do I include in the plugin I'll be making. Or is there a cvs plugin already?

    Thank you very much in advance,

    Lance

  • minhhieu493

    I believe it was saved in that update so yes you would need to update. The example however really doesn't have much in it at the moment. Just more or less shows you how to approach the logging in using the approach that Facebook would like. I'm working on a paid project at the moment so I haven't had time to put up a tutorial or bigger example file. If someone wants to do that then I'd be glad to walk them through how the features work via messaging. I just can't spend the time I would like to on this because the paid project is taking up the majority of my time.If you or anyone needs help though I'm always open to helping via messaging or find me on facebook as hikenh

  • Firefox nightly it was testing fine for me.

  • Im not having a problem at all with it.

  • Well that was easy. :) but a tip for you on the forum. When you reply to someone put an before there name. When you do it sends them an alert so they know you replied. :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Look me up on Facebook at Facebook.com/hikenh I can give it a shot. Might be a simple setting that you didn't know to flip so ill just ask to add me as a developer so I can access the developer page and look. You can of course remove my I'd as a developer after. Simple process.

  • If you have access to server side programming then yes. I actually just did this a couple weeks ago for someone. It's a bit difficult to get working, fair warning. :)

  • rob,

    currently the example just shows you how to log a user into the system and adds a little button to upload a picture to the users profile. None of the features are detailed there except how to handle the log in. You would need to have your facebook developer account already setup so you can input your app id into the plugin, but after that it should log a user in fine for you and upload a picture of the white background to the users profile.

  • IS the folder/all the files set to public?