RE: [flexcoders] backgroundImage

2008-01-30 Thread Alex Harui
Should work.  Debug into it and make sure it got set in time and is
being instantiated, etc.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Sherif Abdou
Sent: Wednesday, January 30, 2008 11:40 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] backgroundImage

 

So i have -keep-generated-actionscript and i saw that in
ApplicationStyle the backgroundImage was pointed to
mx.skins.halo.ApplicationBackground

 

so i tried extendning the programattingSkin class  and did
setStyle('backgroundImage',custom.halo.skins.NewAppBackground'); and it
didnt do anything so is the ApplicationBackground serving a purpose?

 
http://geo.yahoo.com/serv?s=97359714/grpId=12286167/grpspId=1705007207/
msgId=100774/stime=1201717801/nc1=4507179/nc2=3848642/nc3=4990220 

 

 



Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try
it now.
http://us.rd.yahoo.com/evt=51733/*http:/mobile.yahoo.com/;_ylt=Ahu06i62
sR8HDtDypao8Wcj9tAcJ%20 

 



Re: [flexcoders] backgroundImage

2008-01-30 Thread Sherif Abdou
got it, so is there like an invalidateStyle sort of method that updates the 
styles at runtime again?

- Original Message 
From: Alex Harui [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Wednesday, January 30, 2008 4:41:10 PM
Subject: RE: [flexcoders] backgroundImage

Should work.  Debug into it and make sure it got set in time and is being 
instantiated, etc.
 



From: [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf 
Of Sherif Abdou
Sent: Wednesday, January 30, 2008 11:40 AM
To: [EMAIL PROTECTED] ups.com
Subject: [flexcoders] backgroundImage
 
So i have -keep-generated- actionscript and i saw that in ApplicationStyle the 
backgroundImage was pointed to mx.skins.halo. ApplicationBackg round
 
so i tried extendning the programattingSkin class  and did setStyle('backgroun 
dImage',custom. halo.skins. NewAppBackground '); and it didnt do anything so is 
the ApplicationBackgrou nd serving a purpose?

 
 



Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.



  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


Re: [flexcoders] backgroundImage

2008-01-30 Thread Sherif Abdou
never mind, i guess styleIntialized() does the trick.


- Original Message 
From: Sherif Abdou [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Wednesday, January 30, 2008 5:09:03 PM
Subject: Re: [flexcoders] backgroundImage


got it, so is there like an invalidateStyle sort of method that updates the 
styles at runtime again?

- Original Message 
From: Alex Harui [EMAIL PROTECTED] com
To: [EMAIL PROTECTED] ups.com
Sent: Wednesday, January 30, 2008 4:41:10 PM
Subject: RE: [flexcoders] backgroundImage


Should work.  Debug into it and make sure it got set in time and is being 
instantiated, etc.
 



From: [EMAIL PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf 
Of Sherif Abdou
Sent: Wednesday, January 30, 2008 11:40 AM
To: [EMAIL PROTECTED] ups.com
Subject: [flexcoders] backgroundImage
 
So i have -keep-generated- actionscript and i saw that in ApplicationStyle the 
backgroundImage was pointed to mx.skins.halo. ApplicationBackg round
 
so i tried extendning the programattingSkin class  and did setStyle('backgroun 
dImage',custom. halo.skins. NewAppBackground '); and it didnt do anything so is 
the ApplicationBackgrou nd serving a purpose?

 
 



Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.





Looking for last minute shopping deals? Find them fast with Yahoo! Search. 



  

Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

Re: [flexcoders] backgroundImage on Canvas, Not working in Skinned app?

2007-02-18 Thread Michael Schmalle

Code you post your code and css?

Can't really help without that.

Peace, Mike

On 2/18/07, lostinrecursion [EMAIL PROTECTED] wrote:


  Could someone help me with this? I am going bananas.

I have a skinned app that I am developing (custom skinned based on the
Obsidian theme, if you know what that is) - Despite every attempt to
apply a backgroundImage property to a Canvas, it does not stick.

The odd thing is that it does in fact show up in design view.

But when the application is compiled an run in a browser... no image
appears. It is an embedded image and I don't know why it doesn't show
in the final SWF.

Does anyone know what could be causing this?

Thanks!

 





--
Teoti Graphix
http://www.teotigraphix.com

Blog - Flex2Components
http://www.flex2components.com

You can find more by solving the problem then by 'asking the question'.


Re: [flexcoders] BackgroundImage options

2006-03-06 Thread Manish Jethani
On 3/6/06, Alberto Albericio Salvador [EMAIL PROTECTED] wrote:

 I use backgroundImage to set a container's background but is there any
 property to repeat this background to fill the whole container?
 Something like the background-repeat CSS attribute or the background
 HTML attribute.

There were plans of adding background-repeat support, but the
feature didn't make it in this version.  So for now your only option
is to create a separate SWF/bitmap with the repeating pattern and
embed/link that as backgroundImage


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] backgroundImage position

2005-02-11 Thread Manish Jethani
Andrew Spaulding wrote:
I was wondering if the backgroundImage style on a TitleWindow supports
positioning? For instance, is it possible to place the background
image in the bottom right hand corner?
See the code for mx.skins.RectBorder in your flexforflash.zip. You have 
to play with the value of the backgroundImageOffsetX variable.

Manish