Re: [flexcoders] Future Of Flex Developers?

2010-02-10 Thread ady
LoL - just 1 Question to this poll ? Wonder wheres that's gonna take u? Anyways now that i have voted - where can i see the statistics of this poll? On Thu, Feb 11, 2010 at 11:29 AM, p...@vin Uttarwar pravinuttar...@gmail.comwrote: Hi Guys,

Re: [flexcoders] Re: UDP via Flex socket

2009-10-30 Thread ady
This Looks TCP to mein UDP u need to handle out of sequence packets (it could occur) only thing UDP in FP10 afaik is stratus but thats not raw... uses RTMFP On Fri, Oct 30, 2009 at 4:57 PM, Mete Atamel meteata...@yahoo.com wrote: Is this what you're looking for?

Re: [flexcoders] reading Xml excel files

2009-09-11 Thread ady
You can use localname - something on the lines of (but please do null checks, this is just an illustration) var xmlList:XMLList = xml.children(); xmlList = xml.children().(name().localName == Worksheet)[0].children().(name().localName == Row); but if you want to check namespace and the tag

Re: [flexcoders] Flex PMD forum?

2009-09-06 Thread ady
I could check if i have the exact stack trace from the java console -ady On Sat, Sep 5, 2009 at 4:42 AM, Magnus Lassi magnus.la...@gmail.com wrote: Thanks, I followed your advice and exported it making sure not to include the CopyrightMissing rule and running the ant task with custom

Re: [flexcoders] Flex PMD forum?

2009-09-04 Thread ady
Ok i found the same problem and i fixed it, i have shared the solution on http://100kph.blogspot.com/2009/09/adobe-technical-services-just-launched.html HTH's On Thu, Sep 3, 2009 at 6:46 PM, Magnus Lassi magnus.la...@gmail.com wrote: Hi, does anyone know if there's a Flex PMD forum or

Re: [flexcoders] AIR app uninstall issue - database stays in applicationStorageDirectory forever?

2008-12-07 Thread ady
This is a problem in AIR installer.. try Making a dummy file called database.db and include it in your installer.. On Mon, Dec 8, 2008 at 9:03 AM, Alen Balja [EMAIL PROTECTED] wrote: