septeven's Recent Forum Activity

  • 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.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm actually developping that type of plugins. I hope I can released them soon

  • I would love to find a solution by myself, though I find none documentation about drawing method in js.

    I read the sdk and didnt figure out to find an answer to my interrogation.

    It's only for aesthetic of my plugin, which is getting close released, but I spent very much time to search and try a solution.

    Someone has already drawn a separated rectangle (by drawing two rectangles, or maybe separated two fill color by coordinates, ...)

    Thanks

  • About my problem, which seems similar than kbdmaster's one, it opens a total blank page of firefox, i mean without the frame and text about C2 that is written at bottom, which are usually displayed when previewing.

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