Re: [flexcoders] Problems With my XML Created Array Collection

2010-04-19 Thread Robert Moss
We had the same issue, and in our case it was an easy fix. When we read in the XML it was returning as an ArrayCollection as long as there were multiple nodes. As you have found, if it was only one node it returned as a generic object not an ArrayCollection. We were already looping through

Re: [flexcoders] Re: Problems With my XML Created Array Collection

2010-04-19 Thread Robert Moss
there because I always need it returned as an array collection to populate the tilelist but have no idea how to loop? Cheers for your help so far. --- In flexcod...@yahoogro ups.com, Robert Moss rdm0...@... wrote: We had the same issue, and in our case it was an easy fix. When we read

Re: [flexcoders] Re: Problems With my XML Created Array Collection

2010-04-19 Thread Robert Moss
records/nodes as well as handling muliple records/1record which it seems to already do? Thanks so much for your help. Sorry to be a pain :-( --- In flexcod...@yahoogro ups.com, Robert Moss rdm0...@... wrote: This is not exactly how I would implement, but you should get the idea. If you have

Re: [flexcoders] Re: Problems With my XML Created Array Collection

2010-04-19 Thread Robert Moss
who know their stuff as much as I can :-) --- In flexcod...@yahoogro ups.com, Robert Moss rdm0...@... wrote: In essence yes, I do not think I would do it as part of the button click, but instead clear it before the IF in the result handler with LinksFullAC. source = new Array

Re: [flexcoders] How to tell if colorpicker is open

2010-02-27 Thread Robert Moss
] How to tell if colorpicker is open To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Date: Saturday, February 27, 2010, 1:04 AM   There should be open/close events On 2/26/10 2:29 PM, Robert Moss rdm0...@yahoo. com wrote:         I

[flexcoders] How to tell if colorpicker is open

2010-02-26 Thread Robert Moss
I can not seem to find a way to tell programmatically if the colorpicker is open. Internally it uses the showingDropdown property, but it is not exposed. I could use myColorPicker.mx_internal::showingDropdown but there has to be a better way. I'm sure I'm just missing it.

Re: [flexcoders] Vista, SystemRestore and FlexBuilder

2008-08-11 Thread Moss
Don't know about Vista but as a professional software developer you should use some sort of source code versioning system like SVN or CVS. Then you are not exposed to unwanted OS behavior. And you should ALWAYS backup the code repository before performing any change to the system containing

Re: [flexcoders] Error while Building Flex

2008-08-11 Thread Moss
Look in the .metadata folder of your workspace folder. It contains a log file with probably a more ellaborate description of the error. Brgds, Eduard litesh_b321 schreef: hi , I m getting an error while building flex application Error Description An internal Build Error has occured

Re: [flexcoders] Re: Vista, SystemRestore and FlexBuilder

2008-08-11 Thread Moss
mailto:flexcoders%40yahoogroups.com, Moss [EMAIL PROTECTED] wrote: Don't know about Vista but as a professional software developer you should use some sort of source code versioning system like SVN or CVS. Then you are not exposed to unwanted OS behavior. And you should ALWAYS backup

Re: [flexcoders] Re: lightweight eclipse

2008-07-25 Thread Moss
Eclipse does consume some amount of memory, but hey even firefox frequently goes over the 100M mark. But Eclipse should not spiral out of control like you are saying. Besides the memory parameters given to the JVM do restrict memory usage. You should run into an exception rather then consuming

Re: [flexcoders] Anyone know why Air drops the first letter of file during coldfusion remoting?

2008-06-02 Thread Moss
This is already an old bug and apparantly still not fixed. The solution is to set the destination attribute of the RemoteObject element in your MXML file and not in the XML configuration file. Be sure to set the whole path. Brgds, Eduard Sherif Abdou schreef: I guess i should include the

Re: [flexcoders] Need light shed on Array issue

2006-12-12 Thread Robert Moss
Sorry for bumping this, just hoping someone has an idea. Thanks, Robert "Robert Moss" [EMAIL PROTECTED] 12/8/2006 4:47 pm In Adobe's dashboard sample app, http://www.adobe.com/devnet/flex/samples/dashboard/ it assigns a charting component's dataProvider to an ArrayCollection's

[flexcoders] Need light shed on Array issue

2006-12-08 Thread Robert Moss
In Adobe's dashboard sample app, http://www.adobe.com/devnet/flex/samples/dashboard/ it assigns a charting component's dataProvider to an ArrayCollection's source (e.g. revenueData={slicedRegionData.source}) In the regionChange() function it sets the array regionData and assigns it to

[flexcoders] itemEditEnd event on datagrid

2006-10-02 Thread Robert Moss
in the following code, which I copied out of the livedocs and modified to throw an alert when the itemEditEnd event is fired, it seems that every time the cell you are editingloses focus,the event gets kicked off 5 times, the first 4 times with a reason of "other" and the last with

Re: [flexcoders] TypeError when using removedEffect on custom component within Repeater

2006-07-24 Thread Edu Moss
The solution to this issue is to move the effect definitions from the custom component to the same container which contains the Repeater statement and add the effect triggers to the repeated component within the Repeater statement. - Original Message From: m88e24 [EMAIL PROTECTED]To:

Re: [flexcoders] Problem closing pop up on datagrid cellpress

2005-03-02 Thread Robert Moss
to the main app. I could allow them to select the employee in the datagrid and then click a continue button or something, but using the cellPress I think makes more sense. If you have any ideas on a better way of doing this, please let me know. Robert [EMAIL PROTECTED] 03/02 12:13 PM Robert Moss wrote

Class Diagram for Cairngorm?

2005-02-09 Thread Robert Moss
Does anyone happen to have a class diagram for Cairngorm? As a coldfusion programmer brand new to Flex/AS/Java, Iunderstand the basics of what Cairngorm is doing and have been able to create a few simple appsadding my own views and events, but it's still pretty much a black box. I'm ready to get