[flexcoders] Re: ToolTip stay until closed

2009-02-27 Thread flexaustin
ui > > Flex SDK Developer > > Adobe Systems Inc.<http://www.adobe.com/> > > Blog: http://blogs.adobe.com/aharui > > > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] > On Behalf Of flexaustin > > Sent: Wednesday, February 25, 2009

[flexcoders] Re: ToolTip stay until closed

2009-02-25 Thread flexaustin
ogs.adobe.com/aharui > > From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of flexaustin > Sent: Wednesday, February 25, 2009 7:17 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: ToolTip stay until closed > > > Ok ran into an is

RE: [flexcoders] Re: ToolTip stay until closed

2009-02-25 Thread Alex Harui
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of flexaustin Sent: Wednesday, February 25, 2009 7:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: ToolTip stay until closed Ok ran into an issue. FIG Callout works great as a Popup, but the issue is I have two c

[flexcoders] Re: ToolTip stay until closed

2009-02-25 Thread flexaustin
Ok ran into an issue. FIG Callout works great as a Popup, but the issue is I have two components on the stage that need to stay on top at all times. Is there a way to push the popup down 2 levels on the DisplayList? TIA --- In flexcoders@yahoogroups.com, "flexaustin" wrote: > > Yes very very n

[flexcoders] Re: ToolTip stay until closed

2009-02-19 Thread flexaustin
Yes very very nice! Thanks, for the link. --- In flexcoders@yahoogroups.com, "Cato Paus" wrote: > > Here is a Nice one :) > http://www.adobe.com/devnet/flex/samples/fig_callout/ > > > > > --- In flexcoders@yahoogroups.com, "flexaustin" wrote: > > > > Is it possible to make a tooltip stay o

[flexcoders] Re: ToolTip stay until closed

2009-02-19 Thread Cato Paus
Here is a Nice one :) http://www.adobe.com/devnet/flex/samples/fig_callout/ --- In flexcoders@yahoogroups.com, "flexaustin" wrote: > > Is it possible to make a tooltip stay on until its closed? Maybe put > an "x" in the top right corner or something. > > I don't see any properties that allo

[flexcoders] Re: ToolTip stay until closed

2009-02-18 Thread Tim Hoff
Yes, you can reposition the popup (move (x,y)), by capturing the MouseMove event (may need to use localToGlobal). -TH --- In flexcoders@yahoogroups.com, "flexaustin" wrote: > > Thx Alex. > > I thought about that , but I need it look and function like Google > Maps when you click a marker (like

[flexcoders] Re: ToolTip stay until closed

2009-02-18 Thread flexaustin
Thx Alex. I thought about that , but I need it look and function like Google Maps when you click a marker (like its part of the app). If I use the popupmanager can I have the popup follow a sprite on the stage? My sprites are on layer that you can drag around (similar to google maps) so if the us