On Tue, Apr 21, 2009 at 12:19, Nate Lowrie <solodex2...@gmail.com> wrote:
> What you could do is write a utility framework application like the
> Dabo Demo application which means that the .  It would load the
> framework dependencies and be slow in the beginning, but if you need
> to launch a utility the load time is so much faster.  It is what I am
> currently transitioning to for my small utilities.

Sorry, forgot to finish the paragraph.  The essence behind the
framework is that you only load your big dependencies like the
wxPython once.  Then, when you want to launch a utility and the
utility is coded as a dPage, the load time is much faster.  Add hooks
for defining menu and preference pages and you have a nice little
framework in which you can code small utilities very quickly.  I would
start with the Dabo Demo utility and modify that if you want something
like this.

Regards,

Nate

_______________________________________________
Post Messages to: Dabo-users@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/4bef56240904210923o485b56f4q5976868dde2b3...@mail.gmail.com

Reply via email to