Hi,
I posted a picture
http://imageshack.us/photo/my-images/59/daboheader.png/
I have these blue lines around one of the dBitmapButtons. Anybody know where
they are coming from???????
The code below is what creates the buttons:
class HeaderToolBar(dabo.ui.dPanel):
def afterInit(self):
self.RegID='headertoolbarID'
self.Sizer = mytoolbar = dabo.ui.dSizer('h')
mytoolbar.appendSpacer(3)
mytoolbar.append(dabo.ui.dBitmapButton(self, TabStop = False,
RegID="btnEditID", Picture="edit-all.png",BorderWidth=1,ToolTipText="Allow
Edit",OnHit=self.onEdit))
mytoolbar.appendSpacer(5)
mytoolbar.append(dabo.ui.dBitmapButton(self, TabStop = False,
RegID="btnSaveID", Picture="document-save.png",BorderWidth=1,ToolTipText="Save
or Update",OnHit=self.onSave))
mytoolbar.appendSpacer(5)
mytoolbar.append(dabo.ui.dBitmapButton(self, TabStop = False,
RegID="btnClearID", Picture="edit-
clear.png",BorderWidth=1,ToolTipText="Clear",OnHit=self.onClear))
mytoolbar.appendSpacer(5)
Johnf
_______________________________________________
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/[email protected]