RE: [flexcoders] Re: AxisRenderer Embedded Font Bug?

2009-02-05 Thread Battershall, Jeff
Daniel, It's bizarre - I enumerated the fonts in the document (TitleWindow) and they are there but aren't displaying in the AxisRenderer. The fonts ARE rendering in other parts of the document. I'm wondering whether I have the latest datavis build or something weird like that. Jeff

[flexcoders] Re: Complicated form layout

2009-02-05 Thread mmormando
--- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: An HBox in a Form is a very different thing than a Form in an HBox. A container is going to layout its children according to is own rules. You can't expect it to alter those rules depending upon its parent. Tracy

RE: [flexcoders] Re: AxisRenderer Embedded Font Bug?

2009-02-05 Thread Battershall, Jeff
Daniel, OK its an RSL issue. When I have the dataviz and framework merged into code, everything renders correctly. When I'm referencing them as RSL URLs, the fonts don't render properly in the AxisRenderer (for vertical axes). I had run into this previously and the workaround is/was to merge

[flexcoders] Re: AxisRenderer Embedded Font Bug?

2009-02-05 Thread Darrell Loverin
What version of dataviz and the framework are you using? -Darrell --- In flexcoders@yahoogroups.com, Battershall, Jeff jeff.battersh...@... wrote: Daniel, OK its an RSL issue. When I have the dataviz and framework merged into code, everything renders correctly. When I'm referencing them

[flexcoders] Flex RegExp issues

2009-02-05 Thread Manu Dhanda
Hi Guyz, I am having this particular issue and at the moment not able to come out with a solution. Any help or direction to solution would be great. var someStr:String = 12-88; var str:String = 12.88; var bool:Boolean = someStr.match(new RegExp(str,'i'); Here, the match returns true. I don't

[flexcoders]Thoughts on the Flex Community Feedback meeting

2009-02-05 Thread dorkie dork from dorktown
Here are some random thoughts on the topics in Flex Community Feedback meeting. I wasn't able to attend but was able to watch the video. These are the most pressing issues with Flex development and I have to speak my mind on this so we can come up with solutions: Fixing Bugs IMHO The number one

Re: [flexcoders] Adobe Presentation Tool

2009-02-05 Thread Sam Lai
Meanwhile, sliderocket.com ? 2009/2/6 Erich Cervantez f...@noofusion.com: So I saw Evan Gifford give a flash component kit lecture at Flex Camp in Orange County last weekend and he used the beta version of Adobe Presentation Tool and it was wicked. Problem is I can't find any mention of it

[flexcoders] Re: Problem in Streaming Live data using Flash Media Server

2009-02-05 Thread akila_ksri
Yes, you are right it resides in the same directory as my application --- In flexcoders@yahoogroups.com, Nate Beck n...@... wrote: When you say... present in the same directory.. which directory are you referring to? The FLV file resides in the same directory as your application? It's been

[flexcoders] Re: Adding styles to UIComponents

2009-02-05 Thread superbokbok
--- In flexcoders@yahoogroups.com, Josh McDonald j...@... wrote: UIComponent doesn't have any code for drawing background images. If you want a background image without the overhead of using a Container such as Box, you'll have to build a subclass of UIComponent that does. Or simply add an

[flexcoders] Re: Adding styles to UIComponents

2009-02-05 Thread superbokbok
--- In flexcoders@yahoogroups.com, Amy amyblankens...@... wrote: --- In flexcoders@yahoogroups.com, superbokbok superbokbok@ wrote: http://livedocs.adobe.com/flex/3/html/skinstyle_3.html There's no reason you can't call your style backgroundImage. Nice link :) I tried to

Re: [flexcoders] Flex RegExp issues

2009-02-05 Thread Guy Morton
In regexp syntax, . means match any character On 06/02/2009, at 1:37 PM, Manu Dhanda wrote: Hi Guyz, I am having this particular issue and at the moment not able to come out with a solution. Any help or direction to solution would be great. var someStr:String = 12-88; var str:String =

RE: [flexcoders] Tables in Rich Text Editor

2009-02-05 Thread Gordon Smith
The Halo RichTextEditor component will never support tables; it is based on the Player's TextField, and the Player team has no plans to improve TextField. Instead, the Player team has provided, in Flash Player 10, an entirely new text engine known as FTE (Flash Text Engine) on top of which a

[flexcoders] Accordion click event issue

2009-02-05 Thread Vik
Hie I am using an accordion with three vbox inside it. The problem is when i click on any of the accordion it does not invoke the click event. My code is like: mx:accordion id=myAcc mx:VBox label=Today /mx:VBox mx:VBox label=Last 2 Days click=headCountAccordion.selectedIndex=0; mx:Button

<    1   2