Yup, these components are provided in the 1.5 framework so this should be possible. Glancing at the ASDocs, there shouldn’t be any syntax changes between the 2.0 example and running it in 1.5.

 

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sreejith Unnikrishnan
Sent: Wednesday, January 25, 2006 11:54 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Stand-alone scrollbar possible?

 

Thanks Deepa, I noticed that your answer was wrt 2.0.

My requirement was for 1.5. Or, are these components available in 1.5?

 

Sree

----- Original Message -----

Sent: Thursday, January 26, 2006 12:43 AM

Subject: RE: [flexcoders] Stand-alone scrollbar possible?

 

Hi -

We provide the HScrollBar and VScrollBar components for you to instantiate as standalone scrollbars. Here's an example of a vertical scrollbar that controls the scrolling in a horizontal scroll bar.

<mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml">
      <mx:VScrollBar id="v" height="200" scroll="h.scrollPosition = v.scrollPosition" maxPos="200" minPos="0" />

      <mx:HScrollBar id="h" width="200" maxPos="200" minPos="0"/>
</mx:Application>

In your case you'd instantiate a standalone scrollbar and write a handler for its scroll event that controls the scrolling in the other UI component this scrollbar is managing.

HTH,
deepa

__________________
Find Me:
  2701 - 601 Townsend
  415.832.7668
  [EMAIL PROTECTED]

-----Original Message-----
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sreejith Unnikrishnan
Sent: Wednesday, January 25, 2006 3:19 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Stand-alone scrollbar possible?

Rather strange requirement that I have.
 
Is it possible to have a stand-alone scrollbar?
Basically, I need to implement a scrollbar that controls the scroll in another UI component.
 
Any suggestion is welcome.
 
Regards
Sree


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com


SPONSORED LINKS
Web site design development
Computer software development
Software design and development
Macromedia flex
Software development best practice



YAHOO! GROUPS LINKS

*  Visit your group "flexcoders" on the web.
 
*  To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
 
*  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to