JohnnySheffield's Forum Posts

  • chloroplastgames

    I haven't used this plugin in a while. If you have any feedback on how this plugin behaves, please post it here, hopefully i'll improve it if needed.

  • Edit: Figured it out. Accidentally removed server.listen(port); when changing the code over.

    If you've got time, it would be cool and really helpful if you could try to transfer some binary data over the socket. You could try with Constructs (set bit) action to set a binry value, and then try to send value of that variable over the socket and report what did arrive at the server.

  • I used this plugin in the past.

    Adding that alongside yours - then using yours to connect to anything caused an error. Though maybe I modified the older one at some point so that could be an issue too *shrugs*

    Hmm, there's no need to use that version, it's outdated, buggy and based on old socket.io library which is deprecated now. I'll edit the old post to reflect the changes.

  • Index

    Can you elaborate/provide a .capx please?

    I cannot reproduce the bug, no matter how many objects there is in editor...

  • sidyo

    Thanks to the great Noncentz705, minification is now supported. My preliminary tests on nodewebkit show everything looks ok. Also, i've put the repo public and you can find it here: http://git.machina.hr/c2plugins/jspdf

  • sidyo Noncentz705

    IIRC, the minification with this plugin is not currently supported... Did exporting with minifier turned off helped with problems?

  • Same here! [r186]

  • Hey, Naji images are broken, can you fix 'em? it's kind of hard to tell what's going on!

  • yes, thats the problem, there's a lot of plugins without license, which makes their usage in commercial projects questionable.

    regardless of your choice of license, you should include the rot.js license in the files from rot library you distribute, as currently you're not respecting the rot.js license which states that the license text should be included in any distributions. ( also be careful that licenses are compatibile

    nevertheless, a great plugin, cant wait to see a stable release!

  • Savvy001

    Unfortunately, i have some bad news; the problem lies in the libraries used by Filesaver and jsPDF. As it seems, one of the dependencies for jsPDF is actually the filesaver.js used by pode's plugin and conflict arises on global namespace when working with URL variable.

    I tried to work around it; in C2 event sheet as well with adapting filesaver.js but with no luck.

    julie12

    I'm not sure what do you mean with "increasing the table width. I increased the following key property as well as html table width.".

    Are you trying to render .html inside .pdf file using this plugin? The jsPDF library supports this functionality, but i have not managed to implement it in this plugin.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Upped plugin version to 0.1.2; please re-download and test; see change log for details!

    Cheers!

  • zenox98

    Yes, i did! I just did not want to simply c/p it, not because i'm lazy or mean, i just believe when somebody is learning it's valuable to let a 'student' discover stuff on his own; just give him push in the right direction...

    The whole java/javascript story is interesting in it's historical contest. There's a lot of interesting details on javascript wiki page. Also, the web is full of articles on the topic. A simple google search results in a wealth of resources!

  • If you wish, you can purchase the signalling server in the scirra store here, host it yourself or adapt it to your needs.

  • Lunarovich

    A superb plugin! Great, great addition to the plugin list, thanks for sharing!

    It would be great that you include some kind of license with the plugin; both for the rot.js library and your plugin... (to keep rot.js licensing satisfied; as i see, there's no licensing info for rot.js in your plugin)

    I took the liberty and created an example license.txt for you that would cover all licensing issues; do what you like with it!

  • is Java near to javascript?

    Have you read the SDK overview ever? You should read the whole manual too, if you're serious about the writing plugins...