Re: [flexcoders] style css problem

2011-08-15 Thread Alex Harui
Which version of DataGrid are you using? On 8/14/11 2:50 PM, Sells, Fred fred.se...@adventistcare.org wrote: I’m trying to use styleName in a renderer like so .payor1{ fillAlphas: 1.0, 1.0; fillColors: #8c8c8c, #8c8c8c; color: red; roll-over-color: green;

[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.

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

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

2011-08-15 Thread michael_regert
Try: {Month:lt;Jan, Profit:2000, Expenses:1500}, Michael J. Regert Please consider the environment before printing this email. Confidentiality Notice | This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential or

[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 have not

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 fred.se...@adventistcare.org wrote:

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 michael_reg...@dell.com wrote: Try: {Month:lt;Jan, Profit:2000, Expenses:1500}, Michael J. Regert Please

[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

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