From: Kevin A. <al...@se...> - 2001-09-02 20:56:09
|
> From: Ronald D Stephens > > 1. The resource editor and property editor are awesome! They work > so simply that I can already add widgets and change properties > easier than with any other program I have ever tried. I really dislike the UI for the Property Editor and want to recode it so that it presents a grid of properties and values like VB, Boa, and most other tools that let you change the attributes of widgets. However, the one we have today is working, so it keeps getting knocked down on my priority list. > 2. Where is the best description of the commands available for > each widget type? Events and attributes for each widget are described in spec.py. widget.py has the full method list for each widget. There is no standalone documenation for either widget attributes or events yet. Initial attempts using pydoc and happydoc didn't work so well. Documentation continues to be high on my priority list, so I'll get into again once the labor day weekend is over and the guests staying with us are gone. > 3. I like dot notation, for what its worth. Yes, Neil and Patrick have done a good thing. > 4. What is the best way to tie widget actions or commnads to > Python logic or formulae? Maybe this isn't implemented yet, if so, how > do you think it will work in future? I'm not sure what you're asking here, can you go into more depth, provide an example of what you're trying to do, etc.? ka |