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

2008-12-24 Thread jmfillman
eationComplete="init();"> JF --- In flexcoders@yahoogroups.com, "Paul Andrews" wrote: > > - Original Message - > From: "jmfillman" > To: > Sent: Tuesday, December 23, 2008 11:22 PM > Subject: [flexcoders] Re: Display only part of a canvas??

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 res

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

2008-12-23 Thread jmfillman
I'm very close. I still need help with the scrollBar so that the scrollBar reaches the bottom when you reach the bottom of the scroll area of the Canvas. Any suggestions? http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="init();">

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

2008-12-23 Thread jmfillman
roups.com] On > Behalf Of jmfillman > Sent: Tuesday, December 23, 2008 4:07 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Display only part of a canvas?? > > > > I appreciate the responses, but I do not believe this will accomplish > what I need. Maski

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

2008-12-23 Thread jmfillman
Yeah, I need a Canvas. I have to positions items horizontally and vertically within the Canvas. --- In flexcoders@yahoogroups.com, "Manish Jethani" wrote: > > 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

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"/> >

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

2008-12-23 Thread jmfillman
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"> The scrollBar still starts at 0, b

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
Sent: Tuesday, December 23, 2008 4:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Display only part of a canvas?? 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

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

2008-12-23 Thread jmfillman
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 a lot of blank space. Essentially, I want to override the