Hi, I end up figuring out a way of validating my rectangles and re-assigning correct values. I'll definitely change this to other type..
Thank you 2017-03-24 19:02 GMT+00:00 Alex Harui <aha...@adobe.com>: > > On 3/24/17, 11:46 AM, "Dev LFM" <developer...@gmail.com> wrote: > > >I hope they take it serious, because all "projects" are a serialization of > >an entire class "Project" and posted to server as it is... then our > >editors > >/ content generators load that serialized "Project"... it definitely saved > >me a lot of time and gave me piece of mind.. on the other hand not so good > >to port over other frameworks/apps. > > OK, but if you go an remove all "import flash.geom.Rectangle" from your > data objects and replace it with your own Rectangle, it should solve the > problem not only for now, but make your code more portable to FlexJS. > > HTH, > -Alex > >