Re: [flexcoders] Re: Display only part of a canvas??

2008-12-24 Thread Paul Andrews
- Original Message - From: "jmfillman" To: Sent: Tuesday, December 23, 2008 11:22 PM Subject: [flexcoders] Re: Display only part of a canvas?? > Hi Tracy, > > This may work, I'd have to try it, and may be my best option. I was > hoping to be able to reset the scrollBar so that it appea

Re: [flexcoders] Re: Display only part of a canvas??

2008-12-23 Thread Manish Jethani
On Wed, Dec 24, 2008 at 4:07 AM, jmfillman wrote: > This crops the scroll area only for items after the last included > item. Take the following example: > > > http://www.adobe.com/2006/mxml"; > layout="absolute"> > > includeInLayout="false" visible="false"/> >

Re: [flexcoders] Re: Display only part of a canvas??

2008-12-23 Thread Manish Jethani
On Wed, Dec 24, 2008 at 2:36 AM, jmfillman wrote: > I appreciate the responses, but I do not believe this will accomplish > what I need. Masking is the closest so far, but the scroll bars > create a problem. > > Simply making items hidden, does hide viewable items, but leaves the > container with

RE: [flexcoders] Re: Display only part of a canvas??

2008-12-23 Thread Tracy Spratt
Just thinking aloud, but supposed you intercepted the scroll events and calculated whether the user was allowed to move that way and apply preventDefault if not? Tracy From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of jmfillman