Re: Flex

2015-10-28 Thread LukeWilimitis
FlexJS has clearly expanded greatly and in a very short period of time! I think Mukunth's objective here is to convert an existing Flex application. As I have been attempting to do this for my company for a few months, I can relate that it is a very daunting task. In the coming year/two years the

Re: Using MX functions in a FlexJS project

2015-10-26 Thread LukeWilimitis
Thank you for the reply, Alex. >Do you mean the mx UI widgets like mx:TextInput? Can you provide a list >of which mx classes you are currently using? The app I am tasked with converting essentially uses a large amount of classes from mx.binding, mx.collections, and mx.controls. So yes, classes

Using MX functions in a FlexJS project

2015-10-21 Thread LukeWilimitis
As part of a rather complex project I'm working on, I'm required to convert functionality from the Flex3 SDK (specifically, the MX classes) and compile it into a working FlexJS app. Am I way over my head here? Or should it theoretically be possible to include large pieces of the original Flex SDK