septeven's Recent Forum Activity

  • newt szukasz

    I reported the plugin is broken on the first page - I'll work on it asap.

  • Savvy001

    About the awesomium issue, it sounds like awesomium doesn't support it yet. The thing is I don't really know how awesomium works, but I guess that's why my combobox doesn't work when you export to this support.

    I should keep tuned about this. Don't hesitate to get back here to remind me.

    Savvy001

    It works perfectly in the new Node-Webkit exporter

    Since the awesomium exporter isn't supported anymore, I won't work further on this. Hope you'll understand this ;)

  • V.1.22

    Fix a bug when layer was hidden

    Fix some other minor bugs.

    Fix a bug occured when minified

    NRABrazil It should work but I didn't test, please let me know

  • Tenshi sayhitoarvind

    Sorry guys for the long delay ;)

    V.1.13

    Fix - The object is hidden at the same time of the layer it's added on.

  • Hey rex, your link doesn't work...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • <font color=red>Please guys,</font><font color=green> download it again! I fixed a bug occured when exporting with the minifier.</font>

    newt

    It returns a string like "folder1,folder2,..." but you can change the separator in the "Access to a file or folder" action, in order to tokenAt then.

  • Ashley

    Here is the dropbox plugin, thanks for your help !

  • Dropbox

    Version: 1.02 (21/01/2013)

    Special thanks to Ashley for his precious help.

    Download Dropbox.rar

    Hi there, it's been a while I didn't take time to do a plugin.

    I've always been frustrated to not be able to access to my files with JS.

    This is the main reason I decided to do this Dropbox Plugin.

    This is adapted from the Victor Costan's Dropbox.JS library.

    The Dropbox.JS library is Copyright (c) 2012 Dropbox Inc., and distributed under the MIT License.

    Please test it and report me if you find any bugs, since I didn't take all the required time to do this beta test phase.

    Also, I should write a help file since there are some conditions/expressions which'll need to use action before.

    For the most experimented, you can read this discussion between Ashley and me here.

    To give you an idea, here is a little helpful screenshot:

    In order to make it working, you have to registered your application on the Dropbox site and get an API key. Here are the steps.

    1. Go to the App Developer Dropbox section and click on 'Create an app'.

    2. Set "Core API", then enter your "Appname" (which'll be displayed when the user'll be asked to accept the access to his dropbox), its description and choose if you want the user access to the Application folder or to the full user's Dropbox.

    Then, click on 'Create'.

    You should use App folder as much as possible since it is the most safety mode for your dropbox's files (in case of applications bugs, etc.

    3. You'll be able to find your App key and App secret on the next page.

    I encourage you to don't use your App and App secret though.

    You have to encode it.

    4. Go to the Dropbox API key encoder, and enter your App key and App secret then click on 'Generate the encoded key' and copy it to your clipboard.

    5. Paste your encoded key to the "Encoded API key" property in the Dropbox plugin's properties.

    You can now play with the differents actions, conditions and expressions.

    I'm around here if you need help

    Enjoy.

  • Ashley, it works perfectly now :)

  • Ashley

    I begin to understand correctly this way of working, I want to thank for that. My expressions work perfectly now. There is something like a SDK bug though, let me know what do you think about it.

    My expression checks (before returning something) if the file exists by checking some var. After that, either it returns the string, either it sends a log to the console.

    It works perfectly, BUT, if the file doesn't exist, instead of doing nothing it returns the 'path' variable O_o ....

    Here is my actual code:

    Exps.prototype.getFileContent = function (ret, path) 
    {
       if (this.triggeringFile == path && this.error_ret != 404) 
             { ret.set_any(this.fileContent); } 
       else 
             { cr.logexport ("The file may not exist."); return false; };
    };
  • Tenshi

    I didn't forget, just didn't get the time.

  • Ashley

    Gotcha! for the conditions :)

    I have to work with expressions now - Thank you so much Ashley, without your help, the plugin won't never come !

    Thanks again.

septeven's avatar

septeven

Member since 27 Aug, 2011

Twitter
septeven has 1 followers

Connect with septeven

Trophy Case

  • 13-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

15/44
How to earn trophies