Re: [Ironpython-users] IronPython 2.7.5 RC 1 Released

2014-12-02 Thread Markus Schaber
Hi, Big thanks to Jeff, Pawel and all the others! Best regards Markus Schaber CODESYS® a trademark of 3S-Smart Software Solutions GmbH Inspiring Automation Solutions 3S-Smart Software Solutions GmbH Dipl.-Inf. Markus Schaber | Product Development Core Technolog

Re: [Ironpython-users] GUI Toolkits

2014-12-02 Thread Markus Schaber
Hi, Andrew, I did embed IronPython into CODESYS. In our case, we already had a set of standard dialog functions in the framework which I exposed to the API available for the scripts: - Standard Error messages, Yes/No/Cancel prompts and similar dialogs (basically an improved Windows forms Messa

Re: [Ironpython-users] GUI Toolkits

2014-12-02 Thread Markus Schaber
Hi, Andrew, I just had another (maybe weird) idea: Maybe your users could use HTML Forms to define the UI, and you use an embedded WebbrowserControl to render the UI, and use the DOM tree to read and write the values. Create a slim python function for this which accepts an HTML form fragment a