Re: [flexcoders] DataGroup and XML problem

2010-09-09 Thread Craig McLeod
Hi Alex, Firstly thank you so much for your reply. When I try the first option you suggested: {new XMLListCollection(XMLList(getSpeedDialList.lastResult).SDLIST.charlist)} I stop getting errors, but the item renderer shows nothing. The second option pulls errors 1119 and 1118. I

Re: [flexcoders] DataGroup and XML problem

2010-09-09 Thread Craig McLeod
SOLVED thanks to a...@adobe I changed my resultType=E4X and then used {new XMLListCollection(XMLList(getSpeedDialList.lastResult).chartlist)} This solved the problem perfectly. It's important to remember that when using E4X the first node is ignored in your xml. But with out the list

Re: [flexcoders] Re: I don't know if I need Flex (please help me to decide)

2010-09-09 Thread Haykel BEN JEMIA
Fo the UI, you can try AsWing: http://www.aswing.org/ Haykel Ben Jemia Allmas Web RIA Development http://www.allmas-tn.com On Wed, Sep 8, 2010 at 7:53 AM, enridp enr...@yahoo.com.ar wrote: mmm... I was attracted by ColdFusion a few months ago because it was from Adobe and I thought it

Re: [flexcoders] actionscript + library

2010-09-09 Thread Haykel BEN JEMIA
I think you can just create a Flex Library Project and if you don't use any Flex components then nothing from Flex will be added to the SWC. Haykel Ben Jemia Allmas Web RIA Development http://www.allmas-tn.com On Wed, Sep 8, 2010 at 9:42 PM, Ariel J arielj...@yahoo.com wrote: is there a

[flexcoders] Re: I don't know if I need Flex (please help me to decide)

2010-09-09 Thread valdhor
Where did you see that WebORB for PHP is discontinued? I did a Google search and the only thing I could find was your post. I also prefer AMFPHP over WebOrb, is faster (even faster than Zend_AMF) and webOrb for PHP is discontinued

[flexcoders] Re: Runtime Error 1007 on a simple ProgressBar in Flex 4

2010-09-09 Thread PicSnapr
Oh, is it mandatory to be used? I thought, by not providing a skin it'd use the default mx skins for ProgressBar component! --- In flexcoders@yahoogroups.com, Alex Harui aha...@... wrote: Default styles/skins for ProgressBar are missing. On 9/8/10 12:37 AM, PicSnapr mobile.cl...@...

[flexcoders] Stacked ColumnChart DataTip [1 Attachment]

2010-09-09 Thread Angelo Anolin
I have the following data: IDBasePriceBasisTotalNetPriceCreatedDate 2210.33012.330198.000Aug 5 2010 1:41PM 3200.2200.000200.220Aug 5 2010 1:41PM 14412.5300.000412.530Aug 26 2010 1:16PM 15412.53095.260317.270Aug 26 2010 1:17PM 22421.74089.710332.030Sep 8 2010 2:38PM Below is the MXML for the

[flexcoders] Flash to iPhone now?

2010-09-09 Thread grimmwerks
http://www.tuaw.com/2010/09/09/apple-loosens-reigns-allows-3rd-party-ios-dev-tools-with-caveat/ Garry Schafer grimmwerks gr...@grimmwerks.com portfolio: www.grimmwerks.com/

[flexcoders] DataGrid | itemEditor | focus does not go to first row first column

2010-09-09 Thread Rajan
Hi I am sure most of the devlopers must have seen this sample http://blogs.adobe.com/aharui/DataGridMultiFieldEditor/DataGridMultiFieldEditorTest.swf Challenge: n the sample, use keyboard to tab the complete swf. After all the cell editors and button have recieved the focus atleast once then i

[flexcoders] Re: DataGrid | itemEditor | focus does not go to first row first column

2010-09-09 Thread Rajan
I got the answer add eventlistenet on the button keyFocusChange event and do the following event.preventDefault(); grid.invalidateDisplayList(); editGrid.editedItemPosition = {rowIndex: 0, columnIndex:1} Thanks ilikeflex --- In flexcoders@yahoogroups.com, Rajan ilikef...@... wrote: Hi I

[flexcoders] Cold fusion and Flex Remoting setup driving me nuts

2010-09-09 Thread Joshua
Hello, I've been searching and searching for some consistent info regarding the complete setup required to get flex 3 to talk directly to a cfc on a REMOTE coldfusion server. I've got access to the coldfusion server admin. My problems. 1. Where is the flex gateway specified (or flash)?

Re: [flexcoders] Cold fusion and Flex Remoting setup driving me nuts

2010-09-09 Thread Brendan Meutzner
OK... lots to answer here... 1) You can verify your gateway by simply browsing to the URL you specified... if the page is blank, you're good to go... if you got an error, you're not. 2) You need to place your cfc files beneath your CF webroot folder... this is the default location for the

[flexcoders] Re: I don't know if I need Flex (please help me to decide)

2010-09-09 Thread enridp
You can see in his forum valdhor: http://www.themidnightcoders.com/forum/Default.aspx?g=postst=3773 In fact, is really comprehensive, I love Open Source, I think the WORLD (I mean, economy, politics, etc not just sofware) should be open source. But we need a way to make money to live too, they

[flexcoders] Re: I don't know if I need Flex (please help me to decide)

2010-09-09 Thread enridp
I didn't know it, thanks! I will see it in details, also I was thinking in MinimalComps (for my problem with SWF size how I said) What do you think about it respect to ASwing? --- In flexcoders@yahoogroups.com, Haykel BEN JEMIA hayke...@... wrote: Fo the UI, you can try AsWing:

Re: [flexcoders] Re: Runtime Error 1007 on a simple ProgressBar in Flex 4

2010-09-09 Thread Alex Harui
It should, but somehow the styles and skins are not being added. In Flex 4, styles are per-module so if you have multpile SWFs you may have to be more careful. On 9/9/10 5:52 AM, PicSnapr mobile.cl...@gmail.com wrote: Oh, is it mandatory to be used? I thought, by not providing a skin