I'd really like a formal change review for this, including which
branch you intend to check it in to, and someone to integrate the
change and test around it. I'm sure someone on the OpenLaszlo team
would be happy to act as a proxy for you next week, if you can wait
that long.
jim
On Mar 15, 2007, at 7:53 AM, Sarah Allen wrote:
Sure, but as a first step, could we get it out of the incubator?
if it were in the auto-include list, I think it would feel pretty
built-in.
Sarah
On Thu, Mar 15, 2007 at 7:35 AM, P T Withington wrote:
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