[flexcoders] Shantanu Narayen greeted the Flash community with his left hand

2011-11-15 Thread juan.estevas
Shantanu Narayen greeted the Flash community with his left hand, show their discontent by signing the petition created by Peter Elst: http://www.change.org/petitions/adobe-systems-shantanu-narayen-to-step-down-as-ceo# Description: "The announcements on November 9th 2011 around Flash Platform tec

[flexcoders] Why Flex now?

2011-11-15 Thread Rick Schmitty
I've been a Flex developer since it's first beta however many years ago. Today I just saw this response from Adobe: http://blogs.adobe.com/flex/2011/11/your-questions-about-flex.html *Does Adobe recommend we use Flex or HTML5 for our enterprise application > development? > *In the long-term, *we

Re: [flexcoders] Why Flex now?

2011-11-15 Thread Haykel BEN JEMIA
Because today HTML5 is not yet ready and will not be ready for the next 5-10 years in my opinion. There are still many things you can only do in Flash and many other that are very difficult to do with HTML5. In my opinion HTML5 is a hype anyway, some new tags, css and js elements and functions. Bro

Re: [flexcoders] Why Flex now?

2011-11-15 Thread Farid Shahlavi
This is basically all the rats abandoning ship in my opinion, here's an article from just over a month ago from Adobe that completely contradicts what they announced last Friday, how is this possible that they didn't have foresight to see this coming,?! http://blogs.adobe.com/flex/2011/08/flex-whe

[flexcoders] Re: Replacing double slash with a single slash

2011-11-15 Thread valdhor
Can you give an example source string and how you would want it to look? Or a couple so that I don't just look at a single instance? --- In flexcoders@yahoogroups.com, Nick Middleweek wrote: > > Hi Valdor, > > Thanks for the reply, I've just tried this code but no joy... :( > > var doubleSlash

[flexcoders] Adobe AIR Flex support for Natvie Development Tool

2011-11-15 Thread saurabh rawat
Hi, There is NDK(native development Kit) available in the android sdks via which we can write the c code (platform specific) , cross compile it and call the functions inside it using the JNI calls (from the java code).Is the same faciltiy available there in the Adobe too , do they also provide n

[flexcoders] Examining static variables when debugging with Flash Builder

2011-11-15 Thread William Mitchell
I've got a class like this: package tos.model { public class Global { public static var x:int } } when at a breakpoint in Flash Builder 4.5, I'd like to find out what the value of Global.x is. Global doesn't appear in the Variables view. I've tried addin