On 08/17/2011 10:09 PM, John Fabiani wrote:
> On Wednesday, August 17, 2011 08:01:10 pm Ed Leafe wrote:
>> On Aug 17, 2011, at 8:29 PM, John Fabiani wrote:
>>> 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)
>>
>>      What happens if you remove the "BorderWidth=1" from the args for 
>> creating
>> the button?
>>
>>
>>
>> -- Ed Leafe
>
> No change.  BTW I have discovered that the blue lines do not appear on windows
> only on Linux and I'm told they appear on the Mac (I have'n seen the Mac).
>
> Johnf

What happens if you change your theme?  A while back I thought I had a 
problem with the datePicker not highlighting my selection.  Then I 
changed my theme for a totally unrelated reason and I started to see the 
proper highlighting.

Regards,  Jim
_______________________________________________
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]

Reply via email to