Hi, wouldn't it be great to have a document (white paper, cookbook) that describes all the possible features with examples you have at hands when designing a configuration dialog box.
Today, I look into others design but this takes long time and is really not a good way to document such a fundamental thing. I mean, everybody creating plu-ins needs to design such dialogs.
Just a suggestion...
Best regards, Walter
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
How to design a configuration dialog box...
- Pako
- Plugin Developer
- Posts: 2294
- Joined: Sat Nov 11, 2006 1:31 pm
- Location: Czech Republic
- Contact:
Re: How to design a configuration dialog box...
I can recommend:krambriw wrote:Hi, wouldn't it be great to have a document (white paper, cookbook) that describes all the possible features with examples you have at hands when designing a configuration dialog box
Manning Publication "wxPython in Action" (pdf file) and "win32-docs-demos" from http://www.wxpython.org/download.php
Pako
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: How to design a configuration dialog box...
Dear Pako,
This was really helpful, thanks a lot!!!
The "win32-docs-demos" is really great!
Best regards, Walter
This was really helpful, thanks a lot!!!
The "win32-docs-demos" is really great!
Best regards, Walter
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
-
krambriw
- Plugin Developer
- Posts: 2570
- Joined: Sat Jun 30, 2007 2:51 pm
- Location: Stockholm, Sweden
- Contact:
Re: How to design a configuration dialog box...
I think myself that one thing that takes most time when making a plug-in is to create the nice dialogues
I wonder if someone has experience using a real GUI builder tool for plug-ins in combination when writing the plug-ins for EG?
I am thinking of tools like FarPy GUIE or wxGlade or similar...
I only have experience with the capabilities of Visual Studio and its dialog editor
Or maybe PythonCard ???
Best regards, Walter
I wonder if someone has experience using a real GUI builder tool for plug-ins in combination when writing the plug-ins for EG?
I am thinking of tools like FarPy GUIE or wxGlade or similar...
I only have experience with the capabilities of Visual Studio and its dialog editor
Or maybe PythonCard ???
Best regards, Walter
My released plugins
https://drive.google.com/drive/folders/ ... y01eVBKeHM
https://drive.google.com/drive/folders/ ... y01eVBKeHM
Re: How to design a configuration dialog box...
I've had a bit of the same problem. I tried some wx ui builder tools but mostly they seemed to produce an incomprehensible mess of a code(works though ofcourse). So I ended up doing it by hand anyway..
I'd be interested to know what you guys use for it as well though.
I'd be interested to know what you guys use for it as well though.