I've just posted the first in what I hope will be a series of explanatory screencasts designed to show various features of Dabo. This one demonstrates the new features of the Designer: being able to add code that fires on any event, and also running your design directly from the Designer.
The URL is <http://leafe.com/screencasts/codedemo.html>. Please let me know what you think, along with ideas for future screencasts.
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
Wow! I hadn't looked at the Dabo designer in months - it's really come
a long way! I'm very impressed by what it can do!
What did you use to create the designer? Is it still all Dabo code, or
did you have to add some other stuff to get it to work?
At any rate, I'm even more convinced than ever that Dabo is the way to
go for my UI stuff. Raw wxPython just seems so... raw.
···
On 12/16/05, Ed Leafe <ed@leafe.com> wrote:
I've just posted the first in what I hope will be a series of
explanatory screencasts designed to show various features of Dabo.
This one demonstrates the new features of the Designer: being able to
add code that fires on any event, and also running your design
directly from the Designer.
--
# p.d.
Wow! I hadn't looked at the Dabo designer in months - it's really come
a long way! I'm very impressed by what it can do!
Thanks - we think that this is one of the best ways to get people to understand just what Dabo is all about.
What did you use to create the designer? Is it still all Dabo code, or
did you have to add some other stuff to get it to work?
The Designer is indeed 100% Dabo code. One of our design principles is that if we can't do something in native Dabo code, rather than use something else, we stop and implement what we need into the Dabo framework.
At any rate, I'm even more convinced than ever that Dabo is the way to
go for my UI stuff. Raw wxPython just seems so... raw.
I've gotten the same feedback from some wxPython developers here in our local user group. Even though Dabo is a full 3-tier framework, a lot of the initial interest in it is coming from wxPython developers who are only interested in the dabo.ui module. Now if only I could convince Andrea Gavana to wrap his cool stuff for Dabo...
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
···
On Dec 16, 2005, at 5:11 PM, Peter Decker wrote: