From: Mark J. <dre...@gm...> - 2013-08-22 23:06:31
|
That's an interesting idea. Most Labels *are* attached to objects. If an objects label attribute is None, display nothing. The problem is that Label currently has it's *own* set of attributes, so one would have to make all Labels have the same characteristics (which might be acceptable and could be settable in the Frame or Display object). Probably is better than Python and the programmer handling all those separate Label objects. My $0.02... Mark |