Someday this should be built-in, so that a tooltip is just an
attribute of view.
On 2007-03-15, at 10:11 EDT, Sarah Allen wrote:
Hey Pablo, or anyone else who's up for a quick LZX review:
LPP-3715 tooltip should extend node not view
<class name="tooltip" initstage="late">
should be
<class name="tooltip" extends="node" initstage="late">
it makes it so you can attach a tooltip to a view with a resource
and not get errors telling you that a view with a resource can't
have subviews. There's a single tooltipvew that is manipulated by
the tooltip class -- so tooltip doesn't actually need to be a view.
Sarah