How can I change the color of a button in the v11 graphics?  The
v10 way was

  b := TextButton("label=Button", "pos=50%,66%", "align=c,c")

then later

  b.attrib("bg=blue", "label=connected" )
  b.invalidate()

but that doesn't seem to work now.  The label changes, but not
the color.  Any suggestions?

Wendell



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to