Re: [flexcoders] How to set a background in FLEX 2 Beta 2

2006-03-23 Thread Manish Jethani
On 3/23/06, Dion Mendel [EMAIL PROTECTED] wrote: On Wed, Mar 22, 2006 at 02:26:04PM +0530, Manish Jethani wrote: There's no backgroud-repeat in Flex yet. So you'll have to either make your SWF repeat the pattern, or you'll have to write a programmatic skin and go about repeating the

Re: [flexcoders] How to set a background in FLEX 2 Beta 2

2006-03-22 Thread Manish Jethani
On 3/22/06, Alex Alex [EMAIL PROTECTED] wrote: I have a swf file which is 50x50, and I want to use it as a background, but I want to to replicate along the screen and fill the whole screen. There's no backgroud-repeat in Flex yet. So you'll have to either make your SWF repeat the pattern,

Re: [flexcoders] How to set a background in FLEX 2 Beta 2

2006-03-22 Thread Alexander Tsoukias
Hello Manish,Ok I have created a swf that repeats the patern perfectly. How do I implement this now as a background to my application? I've tryed many things, but it just won't show.I appreciate your help, AlexManish Jethani [EMAIL PROTECTED] wrote: On 3/22/06, Alex Alex [EMAIL

Re: [flexcoders] How to set a background in FLEX 2 Beta 2

2006-03-22 Thread Dion Mendel
On Wed, Mar 22, 2006 at 02:26:04PM +0530, Manish Jethani wrote: There's no backgroud-repeat in Flex yet. So you'll have to either make your SWF repeat the pattern, or you'll have to write a programmatic skin and go about repeating the pattern in the skin's updateDisplayList method. What

[flexcoders] How to set a background in FLEX 2 Beta 2

2006-03-21 Thread Alex Alex
Hello list, I have this simple question I need help with. I have a swf file which is 50x50, and I want to use it as a background, but I want to to replicate along the screen and fill the whole screen. How can this be done? I know it must be simple. (there is a next question on this comming