[flexcoders] Pass a value into a package

2007-01-17 Thread christopherjdunn
New to flex and attempting a small Weather app to learn flex. I'm attempting to pass a variable into a package and can't seem to find any info on how to do this. Here is the code from my app that calls the package: public function initApp():void { rssParser = new RSSParser();

[flexcoders] Chart question

2006-10-06 Thread christopherjdunn
I'm working on a chart that spans multiple days. What I would like to do is put a vertical line in at a particular time, like midnight. I've looked through the docs and I'm not seeing a way to add this. Is there an easy way to add something like this to a chart? Any help would be great. --

[flexcoders] Re: Any luck with Vista?

2006-06-11 Thread christopherjdunn
Someone else suggested installing Flex builder 2 on another PC, then copy the folder that it was installed to the Vista PC. Then just create a shortcut to the executable. With Eclipse, I done an install on one PC then copied it to another pc without a problem, so the same procedure should work

[flexcoders] Re: I noticed something MS Vista Beta 2 out

2006-06-08 Thread christopherjdunn
. As Mickey softy (he's a ganster :-) fades away ever so slowly. Long live Bono a true and tried person who has a long track record of helping the poor in africa; as for the other two. I won't say it. -r christopherjdunn [EMAIL PROTECTED] wrote: Just incase anyone would

[flexcoders] MS Vista Beta 2 out

2006-06-07 Thread christopherjdunn
Just incase anyone would like to test any of the flex apps/clients on MS Vista Beta 2, it can now be downloaded from MS's website: http://www.microsoft.com/windowsvista/getready/preview.mspx Chris Yahoo! Groups Sponsor ~-- Protect your PC from

[flexcoders] Re: ComboBox qquestion

2006-04-10 Thread christopherjdunn
Of christopherjdunn Sent: Thursday, April 06, 2006 11:23 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ComboBox qquestion I have a combobox whose datasourse is a CF CFC. This is working just fine. What i'm trying to do is select a particular item in the combobox based upon a node

[flexcoders] ComboBox qquestion

2006-04-06 Thread christopherjdunn
I have a combobox whose datasourse is a CF CFC. This is working just fine. What i'm trying to do is select a particular item in the combobox based upon a node that is select in a Tree. The following code is what i use in a CF flash form, which works fine (Flex 1.5). Looking at the docs, i can not

[flexcoders] Re: ComboBox qquestion

2006-04-06 Thread christopherjdunn
PROTECTED]; If I have misunderstood what you are doing, never mind. Tracy -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of christopherjdunn Sent: Thursday, April 06, 2006 2:23 PM To: flexcoders@yahoogroups.com Subject: [flexcoders

[flexcoders] Re: ComboBox qquestion

2006-04-06 Thread christopherjdunn
I just tried using the groupid and subtracting 1 so it would match the combobox index and that seems to be working just fine. Thank you for the help. Chris --- In flexcoders@yahoogroups.com, christopherjdunn [EMAIL PROTECTED] wrote: I had a typo in that code, it should be getItemAt

[flexcoders] Custom component question - f2b2

2006-04-04 Thread christopherjdunn
Need some helpÂ… I have a flex app started that most everything is working. On the default state, I have a Tree. Then I have multiple states, which one of them loads a custom component. When a Tree node is selected, a function fires, that changes the state to the one with the custom component.

[flexcoders] Flex 2 Tree help

2006-03-17 Thread christopherjdunn
I'm trying out the Tree's and having some problems. I'm using an XML file and can get the 2st level of the tree, but none of the folders or sub items show up. I;m not sure where i'm going wrong, the following is both files. XML File: node node label=Technology node label=ASP.NET / node

[flexcoders] Re: Flex 2 graph axis label question

2006-03-15 Thread christopherjdunn
than a CategoryAxis and set dataUnits to hours. HTH, Matthew J. Horn Flex docs -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of christopherjdunn Sent: Tuesday, March 14, 2006 3:40 PM To: flexcoders@yahoogroups.com Subject

[flexcoders] Flex 2 graph axis label question

2006-03-14 Thread christopherjdunn
I'm trying to do the following with no luck so far. I have a small graph to represents 24 hours worth of data (happens to be ping response times). Since it's a small graph and numerous values, the horizontal axis labels look like little lines. I would like to do one of the following, which I

[flexcoders] Question from a 1st time Flex user

2006-03-08 Thread christopherjdunn
Is there a way to set an event to happen at certain interval while the app is one? (IE: Every 5 minutes the app polls for new data and updates a graph or grid.) Chris -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: