Re: [flexcoders] Tiling a Background Image

2007-04-05 Thread Nguyen Kien Trung

@Paul: Plz check out this: http://labs.flexcoders.nl/?p=21

Alex Harui wrote:


I'd make a custom border class.

*From:* [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. 
com] *On Behalf Of *Paul Whitelock

*Sent:* Wednesday, April 04, 2007 11:50 AM
*To:* [EMAIL PROTECTED] ups.com
*Subject:* [flexcoders] Tiling a Background Image

I've just started work on the UI/Graphic Design for a Flex application
and I need to tile a seamless image as the application' s background.
I've found that while it is possible to specify an image for the
application background, I see no way to tile the image.

I assume that I'll need to write my own code to tile the image, but
could someone perhaps give me a tip as to where I should begin
looking? Do I need to do something like subclass the Application class
or is there some simple way to insert a custom component so that it
becomes the application' s background?

Thanks!

Paul

 




Re: [flexcoders] Tiling a Background Image

2007-04-05 Thread Sreejith Unnikrishnan
Set application background alpha to 0
In the wrapper HTML, set the background image to repeat

Sree

Alex Harui wrote:

 I'd make a custom border class.

 
 *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 *On Behalf Of *Paul Whitelock
 *Sent:* Wednesday, April 04, 2007 11:50 AM
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders] Tiling a Background Image

 I've just started work on the UI/Graphic Design for a Flex application
 and I need to tile a seamless image as the application's background.
 I've found that while it is possible to specify an image for the
 application background, I see no way to tile the image.

 I assume that I'll need to write my own code to tile the image, but
 could someone perhaps give me a tip as to where I should begin
 looking? Do I need to do something like subclass the Application class
 or is there some simple way to insert a custom component so that it
 becomes the application's background?

 Thanks!

 Paul

  



[flexcoders] Tiling a Background Image

2007-04-04 Thread Paul Whitelock
I've just started work on the UI/Graphic Design for a Flex application
and I need to tile a seamless image as the application's background.
I've found that while it is possible to specify an image for the
application background, I see no way to tile the image.

I assume that I'll need to write my own code to tile the image, but
could someone perhaps give me a tip as to where I should begin
looking? Do I need to do something like subclass the Application class
or is there some simple way to insert a custom component so that it
becomes the application's background?

Thanks!

Paul



RE: [flexcoders] Tiling a Background Image

2007-04-04 Thread Alex Harui
I'd make a custom border class.



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Paul Whitelock
Sent: Wednesday, April 04, 2007 11:50 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Tiling a Background Image



I've just started work on the UI/Graphic Design for a Flex application
and I need to tile a seamless image as the application's background.
I've found that while it is possible to specify an image for the
application background, I see no way to tile the image.

I assume that I'll need to write my own code to tile the image, but
could someone perhaps give me a tip as to where I should begin
looking? Do I need to do something like subclass the Application class
or is there some simple way to insert a custom component so that it
becomes the application's background?

Thanks!

Paul



 


RE: [flexcoders] Tiling a background image?

2005-05-08 Thread Matt Chotin










We dont have a very performant way
of doing it right now, were looking at improving that in Flex 2.0. For
now youd probably need to use a Canvas with a Repeater inside that tiles
the images for you, then lay your real layout container on top of those
images. The more tiles you have the more expensive this is going to be though,
be aware.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Eric Raymond
Sent: Sunday, May 08, 2005 7:54 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Tiling a
background image?





Is is possible to tile a background image in flex. The docs don't
offer any help here.














Yahoo! Groups Links

To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.