Re: Scaleing and Center popups

2016-01-06 Thread Alex Harui
What is appHolder? Maybe scale the SystemManager instead. On 1/6/16, 1:26 PM, "scott matheson" wrote: >Hi > I use this code to centre my popups > var _class3:ReportsDialogDictation = new ReportsDialogDictation(); > PopUpManager.addPopUp(_class3, this.parentApplication as >DisplayObject, t

Scaleing and Center popups

2016-01-06 Thread scott matheson
Hi I use this code to centre my popups var _class3:ReportsDialogDictation = new ReportsDialogDictation(); PopUpManager.addPopUp(_class3, this.parentApplication as DisplayObject, true); PopUpManager.centerPopUp(_class3); } this works fine when i let the user scale the application

Re: Flex Mobile -> Getting Error #3747 sometimes when fxg is loaded

2016-01-06 Thread Alex Harui
On 1/6/16, 12:02 PM, "chris_d_k" wrote: >Okay... I'll check this... strange is that at this point the app was >loaded >long time ago... and the user navigated through some screens... and then >the >error always occured always when calling the method createTorsoPreview() >... The stack trace i

Re: Build Processes

2016-01-06 Thread Justin Ransom Dallas
What about Jenkins or Hudson? On Wed, Jan 6, 2016 at 3:32 PM, Jason Taylor wrote: > So one area where I am definitely weak is my build processes, and with > growing complexity it's a little out of control. This is all in IntelliJ > Our main product is composed of 6 library modules and 3 flash m

Build Processes

2016-01-06 Thread Jason Taylor
So one area where I am definitely weak is my build processes, and with growing complexity it's a little out of control. This is all in IntelliJ Our main product is composed of 6 library modules and 3 flash modules (web version, desktop, version, tablet version). Each output version uses a dif

Re: Flex Mobile -> Getting Error #3747 sometimes when fxg is loaded

2016-01-06 Thread chris_d_k
Okay... I'll check this... strange is that at this point the app was loaded long time ago... and the user navigated through some screens... and then the error always occured always when calling the method createTorsoPreview() ... -- View this message in context: http://apache-flex-users.24

Re: Flex Mobile -> Getting Error #3747 sometimes when fxg is loaded

2016-01-06 Thread Alex Harui
Hi Christian, The stack trace in your original post indicates that an embedded splashScreenImage.swf is being loaded. AIUI, it doesn't matter if the content is external or embedded, if a SWF is loaded it needs the right LoaderContext on IOS. That could also explain why it is intermittent. I thi

Re: Flex Mobile -> Getting Error #3747 sometimes when fxg is loaded

2016-01-06 Thread chris_d_k
Hi Alex, I've read it but I don't get it... I have a flex application with an built in swc and get the error on iOS when the code inside the swc creates instances of the embedded fxg-files... So nothing from outside is loaded... Kind regards Christian -- View this message in context: http://