Ed Leafe wrote: > On Dec 28, 2008, at 9:33 AM, Uwe Grauer wrote: > >> This commit breaks DaboDemo. >> The menu on the left hand side doesn't get displayed any more. > > I added debug code to the afterInitAll() method, where the available > samples gets loaded, and got the following: > > HomeDirectory: /Library/Python/2.5/site-packages/dabo
Off the top of my head (no time right now to delve into it) I guess my new method suffers a major problem: it assumes that the application object will be a subclass of dApp, not an instance of it. It does a really good job of figuring out the path of the Application object, and using that as HomeDirectory. But when the path of the Application object *is* the dabo library, it isn't useful to set HomeDirectory to that! I'll get it fixed. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
