On Dec 1, 2007, at 3:53 PM, Adrian Klaver wrote:
>> Ok lets add a little more to display a panel
>>
>> immediately after
>> self.Sizer =vs= dabo.ui.dSizer("vertical")
>>
>> add
>> vs.append(dabo.ui.dPanel(self,BackColor = "green))
>>
>> Run again.
>>
>> This should give you a little green box in the upper left hand
>> corner.
>>
> I am not getting the panel, even after completing the quotes on
> "green".
You may have to give an initial size to the panel. Try changing the
line to:
vs.append(dabo.ui.dPanel(self, BackColor="green", Size=(50, 50)))
-- 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]