Hi,

I have gone through the ScrollControlBase.as but i didnt find any 
rollOver event.. so can I show a tip on rollover on scroll of a grid

Kindly suggest...

Thanks in Advance..
Sanjay sharma

--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> You'll probably have to add ROLL_OVER handlers to the scrollbar 
and put
> up your own tooltip.  You can probably borrow a bunch of code from
> ScrollControlBase.as
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of sanjaypmg
> Sent: Monday, April 02, 2007 4:18 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Scroll Tip on Roll Over on scroll bar of a 
grid
> 
> 
> 
> Hi All,
> 
> I have a dataGrid and showing a tool tip on sroll by making 
> showScrollTips="true" and calling 
> scrollTipFunction="mainScrollTipFunc".. TIP content is written in 
> the funtion mainScrollTipFunc..
> 
> public function mainScrollTipFunc(dir : String, pos: 
Number):String 
> {
> var tempTip:String = "No of 
> Records: "+mainGridDP.length.toString();
> return tempTip;
> }
> 
> Here, the tip is showing when user presses\drags the scroll bar 
but 
> I want to show the tip when user rolls over the mouse on scroll 
bar 
> of the grid.
> 
> How can I do it? kindly suggest...
> 
> Thanks in Advance...
> Sanjay
>


Reply via email to