On Sat, 2006-09-23 at 16:55 -0400, Ed Leafe wrote:
> On Sep 17, 2006, at 7:28 PM, Brian Snipes wrote:
> 
> > Just going through the Sizer screencasts with svn Dabo ( 2006-09-17 )
> > and it doesn't appear that updating Label BackColor works  
> > properly.  For
> > some strange reason changing the BorderWidth of the label ( in this  
> > case
> > the 'First Name:' label from the screencast ) places the border in the
> > top row sizer to the left of the 'Customer Data' label instead of  
> > around
> > the proper 'First Name:' label.  No errors that I can see on the
> > console.
> 
>       First, apologies for taking so long to reply. I was at a conference  
> last weekend, and this message kind of got lost in the shuffle.
> 
>       There are some known problems with BackColor showing up on Linux;  
> are you by chance running on that platform? And I haven't seen the  
> BorderWidth behavior at all. Can you give me more information on  
> reproducing this (platform, etc.)?
> 

Platform: Linux - OpenSuSE 10.1 

Attached is a screenshot I took from when I was going through the demo
that shows the border issue.  I was just following along with the
screencast and decided to modify the label properties when the issue
occured.  A perhaps unrelated issue is that if you create a new form
using the ClassDesigner, add a label and change the BorderColor using
the 'Edit BorderColor' dialog, the form won't run it errors out with the
following traceback:

[EMAIL PROTECTED]:~/bin/dabo/ide> ./ClassDesigner.py
Dabo Info Log: Sat Sep 23 19:09:25 2006: 1 database connection
definition(s) loaded.
Dabo Info Log: Sat Sep 23 19:09:25 2006: User interface already set to
'wx', so dApp didn't touch it.
Dabo Info Log: Sat Sep 23 19:09:26 2006: wxPython Version: 2.6.2.1 wxGTK
(unicode) (gtk2)

(python:11698): Gdk-CRITICAL **: gdk_window_invalidate_rect: assertion
`window != NULL' failed

(python:11698): Gdk-CRITICAL **: gdk_window_invalidate_rect: assertion
`window != NULL' failed
Traceback (most recent call last):
  File "/home/bsnipes/bin/dabo/dabo/dabo/lib/eventMixin.py", line 97, in
raiseEvent
    bindingFunction(event)
  File "./ClassDesigner.py", line 1253, in onSaveDesign
    self.currentForm.onSaveDesign(evt)
  File "/home/bsnipes/bin/dabo/ide/ClassDesignerFormMixin.py", line 324,
in onSaveDesign
    propDict = self.getDesignerDict()
  File "/home/bsnipes/bin/dabo/ide/ClassDesignerComponents.py", line
168, in getDesignerDict
    ret["children"] = self.getChildrenPropDict(classDict)
  File "/home/bsnipes/bin/dabo/ide/ClassDesignerComponents.py", line
324, in getChildrenPropDict
    ret.append(sz.getDesignerDict(itemNum=len(ret), classDict=szDict))
  File "/home/bsnipes/bin/dabo/ide/ClassDesignerComponents.py", line
168, in getDesignerDict
    ret["children"] = self.getChildrenPropDict(classDict)
  File "/home/bsnipes/bin/dabo/ide/ClassDesignerComponents.py", line
848, in getChildrenPropDict
    classDict=winDict)
  File "/home/bsnipes/bin/dabo/ide/ClassDesignerComponents.py", line
138, in getDesignerDict
    dv = eval(dv)
  File "<string>", line 0, in ?
NameError: name 'black' is not defined



--- StripMime Report -- processed MIME parts ---
multipart/mixed
  text/plain (text body -- kept)
  image/png
---

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to