On Nov 14, 2007, at 3:04 PM, Paul McNett wrote:

>>      There are some wxPython version issues, I recall. I don't know how
>> well, if at all, it works in 2.6 or earlier.
>
> If that's the issue,

        I doubt that that's the only issue.

> we should bracket on wx version instead of whether
> the appdev sent a Masked property to the constructor. Pre 2.8,  
> subclass
> wx.TextCtrl, otherwise subclass wx.lib.masked.

        I just tried adding a Mask property to a textbox in a cdxml, and it  
broke the design. The error was:

   File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ 
python2.5/site-packages/dabo/ui/uiwx/dPemMixin.py", line 1923, in  
_getFontUnderline
     return self.Font.Underline
AttributeError: 'Font' object has no attribute 'Underline'

        The design ran fine, but some of our assumptions about handling  
internal properties seem to be in conflict here. So it seems that  
there are other issues, which are probably at the heart of the  
current problem in DataNav.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
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/dabo-users/[EMAIL PROTECTED]

Reply via email to