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.

How to design a configuration dialog box...

Got a good idea? You can suggest new features here.
Post Reply
krambriw
Plugin Developer
Posts: 2570
Joined: Sat Jun 30, 2007 2:51 pm
Location: Stockholm, Sweden
Contact:

How to design a configuration dialog box...

Post by krambriw »

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
User avatar
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...

Post by Pako »

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
I can recommend:
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...

Post by krambriw »

Dear Pako,
This was really helpful, thanks a lot!!!
The "win32-docs-demos" is really great!

Best regards, Walter
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...

Post by krambriw »

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
User avatar
jinxdone
Plugin Developer
Posts: 443
Joined: Tue Jan 02, 2007 4:08 pm

Re: How to design a configuration dialog box...

Post by jinxdone »

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.
Post Reply