Re: Cloning rectangles

2017-03-27 Thread Alex Harui
FWIW, my internal contacts think this issue is fixed in the latest FP 25 beta (build 143 or later). HTH, -Alex On 3/27/17, 10:23 AM, "Dev LFM" wrote: >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.. > >

Re: Cloning rectangles

2017-03-27 Thread Dev LFM
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 : > > On 3/24/17, 11:46 AM, "Dev LFM" wrote: > > >I hope they take it serious, because all "projects" are a s

Re: Cloning rectangles

2017-03-24 Thread Alex Harui
On 3/24/17, 11:46 AM, "Dev LFM" 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

Re: Cloning rectangles

2017-03-24 Thread Dev LFM
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 goo

Re: Cloning rectangles

2017-03-24 Thread Alex Harui
A "classic" monkey-patch of ObjectUtil would not require any changes to your other source files. Normally, you would create a folder path of mx/utils in your source tree and put the modified ObjectUtil.as in there. Then whatever changes are there would override the code in the SWC. It sounds like

Re: Cloning rectangles

2017-03-24 Thread Dev LFM
Hi Alex, Its recursive when the classInfo is not an array or similar, ex: ArrayList - classInfo only catch properties like length sort etc.. I created an util for sanitize my Classes. This is a problem when cloning, so only editors apps uses them.. we have an huge ecosystem of air apps + webapps

Re: Cloning rectangles

2017-03-24 Thread Alex Harui
I'm not sure I understand all of the pieces. cloneInternal looks like it is recursive. Do you really need to use flash.rect.Rectangle? Can you create your own Rectangle class? I would think a straight monkey-patch should have worked instead of having to rename mx.utils.Object util in your app.

Re: Cloning rectangles

2017-03-24 Thread Dev LFM
I'm sorry, my last post is buggy... I need a recursive "expensive" way to validate.. the code I posted only goes in the first level of the object, but it needs to go to all "leafs" of all "branches", so this is a no go I'm not sure yet if I completely switch Rectangle to another thing, or If

Re: Cloning rectangles

2017-03-24 Thread Dev LFM
Using a message saying that flashplayer 25.0.0.127 is unstable, and asking to update did not work...we are receiving tons of phone call saying our software don't work.. a disaster.. On windows what I verified is that Firefox chrome 32 bits works fine, but on all official chrome (64 bit) versions d

Re: Cloning rectangles

2017-03-23 Thread Harbs
I’m sure you realize this, but you can probably use serialized object literals instead of Rectangles as a work-around. > On Mar 23, 2017, at 8:05 PM, Dev LFM wrote: > > I was being ironic Josh xD > > But thank you for detailed answer, actually the support team is on last > resource advising t

Re: Cloning rectangles

2017-03-23 Thread Dev LFM
Great idea! I'll do that! 2017-03-23 18:11 GMT+00:00 Josh Tynjala : > You might consider an update to your app that checks if the bug exists and > disables saving in that case. It's not ideal, but it would save you from > data corruption that requires manual fixes. > > - Josh > > On Thu, Mar 23,

Re: Cloning rectangles

2017-03-23 Thread Josh Tynjala
You might consider an update to your app that checks if the bug exists and disables saving in that case. It's not ideal, but it would save you from data corruption that requires manual fixes. - Josh On Thu, Mar 23, 2017 at 11:05 AM, Dev LFM wrote: > I was being ironic Josh xD > > But thank you

Re: Cloning rectangles

2017-03-23 Thread Dev LFM
I was being ironic Josh xD But thank you for detailed answer, actually the support team is on last resource advising to try canary.. it sucks, but worst is that after user save the projects, there's nothing to do.. I try to manually fix some of them.. I hope that adobe releases an update soon, so

Re: Cloning rectangles

2017-03-23 Thread Josh Tynjala
Definitely not. Performance in the debugger version is slower, and they'll have no idea why errors suddenly start popping up for random SWFs on the web that have bugs. - Josh On Thu, Mar 23, 2017 at 10:29 AM, DevLFM wrote: > Thank you Harbs, Should I advise our customers to install debugger ver

Re: Cloning rectangles

2017-03-23 Thread DevLFM
Thank you Harbs, Should I advise our customers to install debugger version? hehehe 2017-03-23 17:26 GMT+00:00 Harbs [via Apache Flex Development] < ml-node+s247n60705...@n4.nabble.com>: > I have Debug installed (for Firefox). > > I am seeing the problem in Chrome, but I don’t have Canary inst

Re: Cloning rectangles

2017-03-23 Thread Harbs
I have Debug installed (for Firefox). I am seeing the problem in Chrome, but I don’t have Canary installed. > On Mar 23, 2017, at 7:14 PM, DevLFM wrote: > > Normal or Debugger? > > 2017-03-23 17:02 GMT+00:00 Harbs [via Apache Flex Development] < > ml-node+s247n60698...@n4.nabble.com >

Re: Cloning rectangles

2017-03-23 Thread DevLFM
Normal or Debugger? 2017-03-23 17:02 GMT+00:00 Harbs [via Apache Flex Development] < ml-node+s247n60698...@n4.nabble.com>: > I tried and it was working for me using Yosemite. > > > On Mar 23, 2017, at 5:55 PM, DevLFM <[hidden email] > > wro

Re: Cloning rectangles

2017-03-23 Thread Harbs
I tried and it was working for me using Yosemite. > On Mar 23, 2017, at 5:55 PM, DevLFM wrote: > > Yes on chrome canary windows/osx its fixed. > > But on OSX is happening on all browsers! (at least in my company..) with > 25.0.0.127, and the bug I posted haven't yet a single response from adobe

Re: Cloning rectangles

2017-03-23 Thread DevLFM
Yes on chrome canary windows/osx its fixed. But on OSX is happening on all browsers! (at least in my company..) with 25.0.0.127, and the bug I posted haven't yet a single response from adobe :\ "Status: Needs Review" Thank you 2017-03-23 15:25 GMT+00:00 piotrz [via Apache Flex Development] < m

Re: Cloning rectangles

2017-03-23 Thread piotrz
Hi, But you have commented that it is fixed in newest version of Chrome. Am I understand correctly ? "Google chrome Canary has released PPAPI 25.0.0.143 this issue is solved!" Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-developmen

Re: Cloning rectangles

2017-03-23 Thread DevLFM
Hi Alex, Can you put some pressure on your colleges? Thank you -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Cloning-rectangles-tp60691p60693.html Sent from the Apache Flex Development mailing list archive at Nabble.com.