[flexcoders] Re: Scroll HBox

2008-05-13 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

 hBox.horizontalScrollPosition += dg.columns[0].width

Alex, couldn't he also remove the real scrollbars and use a filter 
function to change the filtering on the collection acting as a 
dataprovider on click of the replacement buttons?  Then the three or 
four or however many data objects being shown at one time would just be 
switched out by the repeater...

-Amy



RE: [flexcoders] Re: Scroll HBox

2008-05-13 Thread Alex Harui
If you use repeater, there is no selection model.  I'm not sure what
he's looking for.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Amy
Sent: Tuesday, May 13, 2008 12:32 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Scroll HBox

 

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Alex Harui [EMAIL PROTECTED] wrote:

 hBox.horizontalScrollPosition += dg.columns[0].width

Alex, couldn't he also remove the real scrollbars and use a filter 
function to change the filtering on the collection acting as a 
dataprovider on click of the replacement buttons? Then the three or 
four or however many data objects being shown at one time would just be 
switched out by the repeater...

-Amy

 



[flexcoders] Re: Scroll HBox

2008-05-13 Thread Amy
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote:

 If you use repeater, there is no selection model.  I'm not sure what
 he's looking for.
 

I assumed that since the parent container was an HBox, he was using a 
repeater to repeat the DG's...