Re: [Flashcoders] Stage video

2011-06-17 Thread Kenneth Kawamoto
. Kenneth Kawamoto http://www.materiaprima.co.uk/ On 17/06/2011 00:06, John R. Sweeney Jr wrote: Well Mister Winkie :) what is the proper name? Thanks, John ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

Re: [Flashcoders] Stage video

2011-06-17 Thread Kenneth Kawamoto
FP10.3 SWC http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer10-3/flashplayer10-3_playerglobal_052011.swc Kenneth Kawamoto http://www.materiaprima.co.uk/ On 17/06/2011 00:06, John R. Sweeney Jr wrote: Well Mister Winkie :) what is the proper name? Thanks, John

Re: [Flashcoders] contract/FT position (Paris/Europe)

2011-07-22 Thread Kenneth Kawamoto
That's not valid XML Kenneth Kawamoto http://www.materiaprima.co.uk/ On 22/07/2011 19:06, Mendelsohn, Michael wrote: Hi list... The second line returns an XMLList only if the first line (bug) isn't commented out. If the first line is commented out, the second line returns null. How can

[Flashcoders] Vector.map()

2011-08-18 Thread Kenneth Kawamoto
Dear coders, Vector.map() is supposed to return a new Vector but it appears to return nothing (undefined). Is this working for you? Regards, Kenneth -- Kenneth Kawamoto http://www.materiaprima.co.uk/ ___ Flashcoders mailing list Flashcoders

Re: [Flashcoders] Vector.map()

2011-08-18 Thread Kenneth Kawamoto
What do you get for h? Kenneth Kawamoto http://www.materiaprima.co.uk/ On 18/08/2011 21:08, Mendelsohn, Michael wrote: Hi Kenneth... This is working for me: var g:Vector.uint = Vector.uint([1,2,3,4,5]); var h:Vector.uint = g.map(mapper); function mapper(item:uint,ind:uint,g:Vector.uint

Re: [Flashcoders] Vector.map()

2011-08-19 Thread Kenneth Kawamoto
item + 30; } trace(new uint[1, 2, 3, 4, 5].map(vectorMapper)); // traces undefined Vector.map() does, well, f-all. I can use forEach() to get what I want but this doesn't look right. Thanks for testing MM! Kenneth Kawamoto http://www.materiaprima.co.uk/ On 19/08/2011 13:36, Mendelsohn, Michael

Re: [Flashcoders] E4X XML manipulation

2011-10-12 Thread Kenneth Kawamoto
(xml); // trace my_xml row id=a row id=b/ row id=c/ /row /my_xml Kenneth Kawamoto http://www.materiaprima.co.uk/ On 11/10/2011 14:53, Paul Andrews wrote: What's the best way to turn this: myXMLNode = my_xml row id=a / row id=b / row id=c / /my_xml; into: my_xml row id=a row

Re: [Flashcoders] E4X XML manipulation

2011-10-16 Thread Kenneth Kawamoto
)[0]; } trace(xml); // trace my_xml row id=a parent=a row id=b parent=a/ row id=c parent=a/ /row row id=d parent=d row id=e parent=d/ row id=f parent=d/ /row /my_xml Kenneth Kawamoto http://www.materiaprima.co.uk/ On 14/10/2011 17:34, Paul Andrews

Re: [Flashcoders] E4X XML manipulation

2011-10-16 Thread Kenneth Kawamoto
/row row id=f parent=d/ /row /my_xml Kenneth Kawamoto http://www.materiaprima.co.uk/ On 16/10/2011 13:25, Paul Andrews wrote: On 16/10/2011 13:01, Paul Andrews wrote: On 16/10/2011 10:06, Kenneth Kawamoto wrote: Here's one way: var xml:XML = my_xml row id=a parent=a / row id=b parent

Re: [Flashcoders] Mailing Lists and Tools

2013-05-23 Thread Kenneth Kawamoto
if there are alternative with above equipped. I don't like to be laughed at. But I know none. Kenneth Kawamoto http://www.materiaprima.co.uk/ On 23 May 2013, at 16:17, James Merrill wrote: I've been moving to StackOverflow for questions, and Reddit's coding subreddits for general programming discussion Here's

Re: [Flashcoders] Mailing Lists and Tools

2013-05-23 Thread Kenneth Kawamoto
Thanks for suggestions gentlemen. I don't think Sublime does jQuery? Jetbrains editors look good. Dreamweaver doesn't do SASS well so that's something I will definitely like in these editors :) Kenneth Kawamoto http://www.materiaprima.co.uk/ On 23 May 2013, at 17:39, Marco Terrinoni wrote

Re: [Flashcoders] Mailing Lists and Tools

2013-05-23 Thread Kenneth Kawamoto
Webstorm doesn't support PHP :( Kenneth Kawamoto http://www.materiaprima.co.uk/ On 23 May 2013, at 17:35, Jon Bradley wrote: There are many better alternatives for professional coding that include automated building, unit testing, support for SCSS and LESS, grunt, etc. I wouldn't

Re: [Flashcoders] Mailing Lists and Tools

2013-05-24 Thread Kenneth Kawamoto
For what I do phpStorm looks perfect - it supports JS/jQuery and SASS, and it has FTP/SVN client. I'll try it out. Thanks guys. Kenneth Kawamoto http://www.materiaprima.co.uk/ On 23 May 2013, at 23:35, Rick Hassen wrote: if you really like Webstorm, some understand it to be a stripped down

<    1   2   3