ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> pythoncard
pythoncard
GUI resource editors/GUI builders and formats
by Kevin Altis other posts by this author
Jun 21 2001 5:49PM messages near this date
consensus | Re: [pythoncard] GUI resource editors/GUI builders and formats
Glade http://glade.pn.org/ has already been mentioned, though that URL isn't
working for me. Parrot http://www.vision25.demon.co.uk/prog/parrot.html
doesn't count because it doesn't give you a GUI for designing and editing.
Please add any relevant open source tools and formats that we should be
aware of.

I would prefer something that doesn't generate code, but if code is created,
then the generated code should reference separate resources rather than
doing all the menu, dialog, window building inline.

The two things I know best are ResEdit from my Mac days and VB. I think
ResEdit (not regedit the registry editor on Windows) would probably be best.
VB ends up sticking the widget descriptions in .frm files along with the
code, but it does give you a GUI interface to doing layout and editing
widget properties without having to resort to code. There is a similar tool
for Visual C++ on Windows, but I don't know what it is called and what
format the files are saved in.

For wxPython, there is Boa Constructor
http://sourceforge.net/projects/boa-constructor/ but Boa generates code, not
resources. A simpler version of Boa could just generate resource .rc type
files or somebody's favorite XML resource format?

wxDesigner http://www.roebling.de/ is a commercial (the free version can't
do Saves) and much more elaborate GUI designer for wxWindows/wxPython/wxPerl
and apparently wxDesigner supports importing some form of XML resources. I
haven't used it.

Having a tool capable of building resource files for describing windows,
menus, widgets is a good first step towards a PythonCard.

ka
Thread:
Kevin Altis

Kevin Altis
Skip Montanaro
Kevin Altis
Skip Montanaro
Kevin Altis
Roman Suzi

Roman Suzi
Greg Ewing
Kevin Altis
Roman Suzi
Kevin Altis
Roman Suzi
Andy Todd

Robin Dunn

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved