septeven's Forum Posts

  • Im actually working on all this kind of plugins, it's on my todo list.

    Be patient, it's lot of work

  • hey thanks ashley, I'll take a look

  • I ask a new question but directly in this thread instead of open a new one, Kyatric may know answer me.

    I would like to create a new array/property directly from the onPropertyChanged().

    Is it possible ?

  • Hey,

    Where can I declare in runtime.js, a variable which will be incremented in order to be used for instance creation. I would like to be able to assign an incremented ID to each instance...

    Thanks for helping

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • On reflection, I guess the kyatrics solution is the best.

    My plugin already does that the browser plugin is already doing, the only added thing it's a "shortcut", I mean conditions which test "is Iphone Browser ?", "is Firefox Browser ?",... and if it is, it returns "true".

    I can release it, but I think you can do that with the kyatrics way.

    In the other hand, Smitchell, if you want a plugin which resizes dynamically given the browser used, I think it will take much time to develop it.

  • hey hey, I did exactly the same plugin, but I gave up cause of some issues of compatibility with browsers.

  • about a thread, I don't think so, because if I'll do that, I have to do it for all plugins I did/'m doing ...

  • smitchell aridale

    I have to clean it a little bit, and add some other functions in order to be more useful for a public release.

    I try to do it for tomorrow.

    If you have some needs, don't hesitate to pm me, i'll try to add them as much as possible.

  • aridale, let me know if this kyatric's solution helps you, to know if I release this plugin.

    Thx

  • I developed a quick plugin for my own use and I thought it wouldn't useful to do a public release.

    I can try to release it tonight or tomorrow if it can help.

  • It works perfectly, thanks Kyatric.

  • Hi,

    Can we set a limit for ept_integer and ept_float for plugin properties in edittime.js ?

    e.g., limits start at 5 and go until 15, if the user sets 4, the property automatically sets itself at 5 ??

    If we can't, could the devs add it to their todolist, it will be REALLY helpful.

    Thanks

  • Here's a new plugin which could be useful for some projects.

    It calls the prompt(), alert() and confirm() of the browser, that's why it can't be have the same look.

    For now, there's none ID parameter that can be assigned to each dialogs (especially for confirm & input dialogs), I'm working on it but you can use variables instead.

    Dialog Box

    Version: 1.0 (10th December 2011).

    Tried in Internet Explorer 9.0.3 / Opera 11.51 / Chrome 15.0.874 / Safari 5.1.2 (Is Cancel button clicked condition doesn't work since 5.1+) / Firefox 8.0 / Mobile Safari (iOS 4)

    Download DialogBox.rar

    ACTIONS.

    DIALOGS TYPE.

    Open an alert dialog(message)? Open an alert dialog. OK button

    Open an input dialog(message, input by default) ? Open an input dialog. OK & Cancel buttons.

    Open a confirm dialog(message) ? Open a confirmation dialog. OK & Cancel buttons.

    CONDITIONS.

    CONFIRM DIALOG.

    is OK button clicked ? Return true when the user clicked on OK button in the Confirm dialog.

    is Cancel button clicked ? Return true when the user clicked on Cancel button in the Confirm dialog.

    INPUT DIALOG.

    is OK button clicked ? Return true when the user clicked on OK button in the Input dialog.

    is Cancel button clicked ? Return true when the user clicked on Cancel button in the Input dialog. Doesn't work in Safari 5.1+

    is Input is empty ? Return true if the user doesn't input anything in the Input dialog.

    EXPRESSIONS.

    TEXT.

    getInputText? Return the text that the user wrote in the Input dialog.

    TODO List for this plugin.

    • Add ID to confirm and input dialogs.
    • Add customized non-system dialogs.
    • Try to solve the isCancelButtonClicked issue with Safari 5.1+.
    • A french version.

    Let me know your suggestions, requests and corrections (as about language) as well as any bug report.

    Enjoy

  • Hey, here is my first released plugin. Whooow, what an experience !

    I didn't know programing javascript three weeks ago, so please be indulgent with me.

    I tried to do something clear and structured though. I hope it is.

    Feel free to suggest ideas/request about functionnalities of this plugin. I'm actually working on the next version.

    Thanks all, and hope this will be usefull.

    (I'm french, and even if I work every days with american guys, my english may be not so good. Sorry for that.)

    Combo Box & List Box

    Version: 2.43 (21/01/2013)

    Tried in Internet Explorer 9.0.3 / Opera 11.51 / Chrome 15.0.874 (issue) / Safari 5.1.2 (issue) / Firefox 8.0 / Mobile Safari (iOS 4)

    Download the plugin.

    PARAMETERS.

    By default, the ComboBox object is without tooltip, enabled, black font color, white background color, width : 200px, height : 25 px.

    Tooltip ? Set the text of the tooltip.

    Enabled ? Choose wether the combo box is enabled or disabled on startup.

    Font color ? Choose color for the font.

    Background color ? Choose color for the background.

    ACTIONS.

    COMBO.

    Change tooltip ? Set or change the text of the tooltip.

    Set enabled ? Change the parameter 'Enabled' to enabled or disabled.

    LINE.

    Add a line(text) ? Add a new line at the last position (ID starts from 1).

    Change a line(text, ID) ? Change the text of the line by its ID.

    Delete a line(ID) ? Delete a line by its ID (decrements ID values).

    Tips. Set 'all' (without quotes) to delete all lines.

    Insert a line(text, ID) ? Insert a line after another line choose by its ID.

    Select a line(ID) ? Select a line (focus) by its ID.

    CONDITIONS.

    GENERAL.

    1.1 Is a line selected(ID) ? Check if a line is selected by its ID.

    1.1 Is enabled ? Check if the comboBox is enabled.

    EXPRESSIONS.

    GENERAL.

    getTextById(ID) ? Return a string for the text of a line by its ID.

    Set the ID in the expression (instead of 'ID of the line:').

    getTextSelected ? Return a string for the text of the current selected line.

    getTotalLines ? Return a number for the total number of lines.

    getValueSelected ? Return a number for the ID of the current selected line.

    TODO List for this plugin.

    • Propertie/Action, Text alignment.
    • Propertie/Action/Expression, Bold, Italic, Underline options.
    • Action, Focus on last created line.
    • A french version.

    Feel free to let me know your suggestions, requests and corrections (as about language) as well as any bug report.

    Enjoy

  • 4) I'm actually developping it. I hope can release it soon.