Re: [flexcoders] BrokenImageSkin

2011-08-15 Thread jitendra jain
I dont want to give scaleContent when the image is successfully loaded. I want on IOError.. If i mention it in .css it will apply for all the skins.. Thanks, with Regards, Jitendra Jain Software Engineer 91-9979960798 From: Srinivas Sandur Madhu Murthy To:

Re: [flexcoders] BrokenImageSkin

2011-08-15 Thread Srinivas Sandur Madhu Murthy
Did you try scaleContent? and also try using verticalAlign & horizontalAlign [both css properties] along with scaleContent. Srinivas On Aug 15, 2011, at 10:51 PM, jitendra jain wrote: > > Hi Coders, > > Iam using some Image Halo as well as Spark Image Controls. Whenever I am > using Halo B

[flexcoders] BrokenImageSkin

2011-08-15 Thread jitendra jain
Hi Coders, Iam using some Image Halo as well as Spark Image Controls. Whenever I am using Halo BrokenImageSkin for Image control, the swfloader is fit to the content size.. how can I restrict my Image control, not to go beyond its actual size when there is any IOError? Thanks, with Rega

Re: [flexcoders] Problem with showing less then sign as axis label

2011-08-15 Thread Alex Harui
This got answered the main adobe forum. There’s a bug where the charts use TextField’s htmltext for measuring and the “<“ messes up. On 8/15/11 4:42 PM, "michael_reg...@dell.com" wrote: Try: {Month:"

Re: [flexcoders] style css problem

2011-08-15 Thread Alex Harui
Try setting styleName before super.validateNow(). It might just be simpler to choose the color based on whether the DataGrid’s isHighlightedItem returns true or not. That’s what is going on in the renderer code. -Alex On 8/15/11 5:28 AM, "Sells, Fred" wrote: Flex 4. And the regular mx

[teknologi] 嗯,舒服,用力,好爽

2011-08-15 Thread xx...@sohu.com
HI    还记得我吗?我是文娟,我最近拍了写真集!如果你想我的时候,就打开看看哦,我的联系方式没变,死鬼,你已经很长时间没和我联系了,不要忘了我哟     写真集地址:http://%77%77%77%2E%63%63%37%31%33%35%2E%63%6F%6D Hi Remember me? I Little wenjuan, I recently took a photo album! If you want me, to open to see Oh, my contact did not change, devil, you

RE: [flexcoders] Problem with showing less then sign as axis label

2011-08-15 Thread michael_regert
Try: {Month:"

RE: [flexcoders] style css problem

2011-08-15 Thread Sells, Fred
Flex 4. And the regular mx:DataGrid not the Advanced one. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alex Harui Sent: Monday, August 15, 2011 2:08 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] style css problem Which version of DataGr

[flexcoders] Flexbuilder 3.5 will not generate style SWFs on 64 bit Windows 7

2011-08-15 Thread joseph_freemaker
Using Flex SDK 3.5.0.12683. When an 'Export Release Build' is performed the style SWFs are not build from the CSS files. What has to be configured to have the style SWFs generated? Thank in advance.