[flexcoders] Charting question, please help!

2005-10-07 Thread delaquae
Sorry to post this again but no one answered my question the first time about setting an effect for a chart series via ActionScript. I have an effect defined via mxml tags: mx:Effect mx:SeriesInterpolate duration=2000 elementOffset=5 name=interpolate/ /mx:Effect I would like to

[flexcoders] charting effects question via ActionScript

2005-10-05 Thread delaquae
--- In flexcoders@yahoogroups.com, delaquae [EMAIL PROTECTED] wrote: If I want to preserve an effect that is declared via mxml: mx:Effect mx:SeriesInterpolate duration=2000 elementOffset=5 name=interpolate/ /mx:Effect when I use AcionScript later to add a series to a chart

[flexcoders] Help with error message ASAP!

2005-10-02 Thread delaquae
I just started getting the following error message when I try to compile an mxml file I have been working on in FlexBuilder: Branch between 9975 and 43151 around line 0 exceeds 32K span. If possible, please refactor this component. Can someone tell me what this means? Is my file too large?

[flexcoders] Re: Help with error message ASAP!

2005-10-02 Thread delaquae
are going to have to break up your file into components. It's a good design practice anyways so get in the habit of it. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of delaquae Sent: Sunday, October 02, 2005 6:51 PM

[flexcoders] Re: Help with error message ASAP!

2005-10-02 Thread delaquae
in the habit of it. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of delaquae Sent: Sunday, October 02, 2005 6:51 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Help with error message ASAP! I just started

[flexcoders] charting effects question

2005-10-02 Thread delaquae
If I want to preserve an effect that is declared via mxml: mx:Effect mx:SeriesInterpolate duration=2000 elementOffset=5 name=interpolate/ /mx:Effect when I use AcionScript later to add a series to a chart, the following does not seem to work: var cllSeries=new

[flexcoders] Re: HELP with FlexBuilder compiler

2005-10-01 Thread delaquae
I just wanted to add my voice to this thread to say that I too have been having this problem and have been using the same work-around that James mentioned (manually copying the files that have changed to the test directory)... Martin --- In flexcoders@yahoogroups.com, James [EMAIL PROTECTED]

[flexcoders] Really basic ActionScript question.

2005-09-22 Thread delaquae
I've implemented a class (via ActionScript) for a Flex app that uses the class as a dataprovider. The class needs to increment a Date object by a number of days. i.e. var d:Date=new Date(); journalDate = d // plus some number of days If I add i to d all I get is the time being incremented.

[flexcoders] Re: Really basic ActionScript question.

2005-09-22 Thread delaquae
] On Behalf Of delaquae Sent: Friday, September 23, 2005 12:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Really basic ActionScript question. I've implemented a class (via ActionScript) for a Flex app that uses the class as a dataprovider. The class needs to increment a Date

[flexcoders] Re: Looping over a tree and selecting an entry

2005-09-15 Thread delaquae
Kai, I've been wanting to do the same thing (preselecting a particular entry or array of entries), would you be willing to share the code that you wrote to do it? Martin --- In flexcoders@yahoogroups.com, Kai König [EMAIL PROTECTED] wrote: Hi folks, I want to have a tree with the

[flexcoders] DateField question

2005-09-15 Thread delaquae
Is it possible to set the style of the field test seperately from the text on the actual control that selects the date? What I want is the selected date text to be displayed in 18pt fontSize but not have the fontSize of the control be that large. Also, is there a way to remove the border

[flexcoders] Re: Is there a LinkBar style similar to activeTab for tabNavigator

2005-09-12 Thread delaquae
CSS file very easy. Thanks, Saleh delaquae [EMAIL PROTECTED] wrote: Is there any way for a LinkBar to approximate the activeTab style behaviour? Either with a style or via ActionScript? I need to set the background and text color for a link once it has been selected in order

[flexcoders] Is there a LinkBar style similar to activeTab for tabNavigator

2005-09-11 Thread delaquae
Is there any way for a LinkBar to approximate the activeTab style behaviour? Either with a style or via ActionScript? I need to set the background and text color for a link once it has been selected in order to visually indicate that it was selected/active. With a TabNavigator I was able to

[flexcoders] Re: Is there a LinkBar style similar to activeTab for tabNavigator

2005-09-11 Thread delaquae
on the disabledColor attribute. To what extent did you want to style the active link? Andrew Spaulding www.flexdaddy.info --- In flexcoders@yahoogroups.com, delaquae [EMAIL PROTECTED] wrote: Is there any way for a LinkBar to approximate the activeTab style behaviour? Either

[flexcoders] Re: Background alpha in Tree control does not seem to be working

2005-09-02 Thread delaquae
what I remember...sorry. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of delaquae Sent: Thursday, September 01, 2005 11:44 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Background alpha in Tree control does

[flexcoders] Tab Navigator or LinkBar text color after selection

2005-09-02 Thread delaquae
Is there any way to set the text color of a Tab or LinkBar label after it is selected? i.e. I have set the color of a selected Tab to be a dark color and would like the text to be white once it has been selected (not just while it is being selected). Yahoo! Groups

[flexcoders] DataGrid best practice?

2005-09-01 Thread delaquae
I need to be able to call a function when a specific cell in a DataGrid has been changed and would like to know the best way to accomplish this? Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.

[flexcoders] Background alpha in Tree control does not seem to be working

2005-09-01 Thread delaquae
I have not had any luck setting the background alpha on a Tree component. I would like the tree background to reflect the Panel background in which it resides. Other controls (i.e. Lists, etc.) seem to work for me. Any thoughts / help would be appreciated!

[flexcoders] ConboBox in Accordion headers?

2005-08-23 Thread delaquae
Is it possible and/or relatively straighforward to put a ComboBox in the header (along with the label) for each child of an accordion container? If so, how would one go about implementing such a behaviour? Yahoo! Groups Sponsor ~-- font

[flexcoders] Flex developer needed ASAP!

2005-08-16 Thread delaquae
I need a Flex Developer for a small flex-based UI prototype that I estimate to require approximately 20-30 hours of effort. It needs to be completed within the next 10 days and might result in a larger contract/job opportunity. The person working on this would preferrably be located in the

[flexcoders] Extend or build from scratch?

2005-07-09 Thread delaquae
I need to create a slightly modified version of a PieChart where each wedge has an outerRadius (instead of the whole pie). In effect, I want to add another dimension similar to the radiusField on a BubbleChart. I'm wondering if this will require a completely new component (i.e. from scratch)

[flexcoders] Mixing BubbleSeries LineSeries

2005-07-08 Thread delaquae
The documentation states that it is possible to do this, but you must use a cartesianChart. When I change the chart type from bubble to cartestian (for a bubble chart that is already working) the bubbles fail to render. I was told that this had something to do with the bubble chart's