From: Riaan B. <riaan@e.co.za> - 2002-04-18 01:48:00
|
Hello John, Bell John wrote: > > I tend to design my frames and dialogs from templates > for consistency, efficiency and QA reasons. Thus I > oftem change the specifics of copy of a template to > generate the skeleton of a new frame. I have considered adding just such a feature, a page called Templates on the Palette. In the Preferences you would specify a directory for your templates. > When changing a > frame id for a frame with a menu bar I get: <snip> > AttributeError: MenuBarDTC instance has no attribute > 'suppressWindowId' Nasty bug :( The quickest fix is to move the suppressWindowId class attribute from BaseCompanions.ControlDTC (line 525 for me) to BaseCompanions.DesignTimeCompanion (line 69). Thanks, Riaan. |