Re: Style on custom component isn't being inherited by labels

2019-04-18 Thread Alex Harui
That was hard to read. Maybe use pastebin and post a link. I'm going to guess at an answer assuming I've read the code correctly. I think in Flex, the type-selector will override inheriting behavior. If you don't specify font-family in s|Label, then does it pick it up from the

Re: Error deleting batik lib contents during build

2019-04-17 Thread Alex Harui
What version of Ant are you using? On 4/17/19, 7:39 AM, "kamcknig" wrote: For additional info as well I am building from the 4.15.0 tag Kyle -- Sent from:

Re: Flex SDK installer doesn't seem to install

2019-04-16 Thread Alex Harui
What steps did you go through to get as far as you did? Did you try to install the installer on Windows or Mac and from which link? Thanks, -Alex On 4/16/19, 8:04 AM, "kamcknig" wrote: I'm attempting to install the SDK installer version 3.3.2. A dialog opens with progress saying it

Re: How does mxmlc.jar get created?

2019-04-16 Thread Alex Harui
The repo is just source code, no jars or swcs. The readme should give you instructions on how to build. HTH, -Alex On 4/16/19, 8:28 AM, "kamcknig" wrote: I have clone the SDK repo but the mxmlc.jar is not included it appears. How does that get built? I don't see a reference to it in

Re: Issue on installing Air 32

2019-04-09 Thread Alex Harui
Try again. The downloads got updated by Adobe and we needed to update the checksums we use. On 4/9/19, 5:55 PM, "fred" wrote: Hi, I have issue on downloading sdk 4.16.1 / Air 32. May the issue relie on the double slash in path (after 32.0) : ?

Re: Porting Flex/AIR to the web

2019-04-04 Thread Alex Harui
Most (probably all) browsers have caching, but you may not be able to rely on your app being cached. A web app can't do everything a desktop or mobile app can do (and vice-versa), so I recommend that you stop to consider what features you actually can deliver over the web, then consider how to

Re: Porting Flex/AIR to the web

2019-04-03 Thread Alex Harui
Royale was FlexJS. Royale is aimed at business apps. Games have not been a focus, but if folks want to make Royale support games they are welcome to do so. I would not bet any money that anyone will produce a 100% compatible version of Flex without Flash. So, I've been recommending that you

Re: Cross platform desktop AIR captive runtime best practices

2019-03-20 Thread Alex Harui
The Apache Flex Installer is an AIR app for Mac and Windows. It uses Apache Ant to build on both of those OS. HTH, -Alex On 3/20/19, 4:30 PM, "Jeff Gomes" wrote: Since Flash Player is going away, I am porting a Flex project to Mac and Windows desktop captive runtime applications.

Re: AIR 32.0.0.109 BETA out

2019-03-15 Thread Alex Harui
There isn't too much documentation. We have an app that checks the sigs: https://cwiki.apache.org/confluence/display/FLEX/MD5Checker+Instruction+Manual We used to run an hourly job, but recent AIR SDKs became so big that the job would run out of memory because the server it runs on has limited

Re: AIR 32.0.0.109 BETA out

2019-03-15 Thread Alex Harui
FWIW, the Installer can also install beta versions. Volunteers are welcome to dig through the history of sdk-installer-config-4.0.xml and see how it was done. -Alex On 3/15/19, 7:42 AM, "Piotr Zarzycki" wrote: Hi, We are assuming that we have to wait for updating urls which we

Re: Plans to Update Flex Installer with 32.0.0.156?

2019-03-14 Thread Alex Harui
Is it not working for you? I saw commits from Piotr that implied that he updated the installer. If it isn't try clearing your browser caches. -Alex On 3/14/19, 8:40 AM, "Erik J. Thomas" wrote: So, AIR 32 is released now (no longer beta).

Re: SDK Version Issue for iOS

2019-03-12 Thread Alex Harui
Does build 103 have both Flex (no compiler) and regular versions (with compiler). You might have better luck with the one without the packaged compiler. In theory, there is also a way to override where the installer pulls the builds. You can create a local.properties file in the new folder

Re: SDK Version Issue for iOS

2019-03-08 Thread Alex Harui
Erik, Have you contacted the Adobe AIR team? -Alex On 3/8/19, 8:28 AM, "Erik J. Thomas" wrote: Has nobody else on this forum encountered this issue? Do none of you create iOS mobile apps with AIR? I'm still waiting on an answer from our ANE provider but we're receiving the 12.1 warning

Re: Flash Builder 4.7 Profile on Windows 10

2019-03-01 Thread Alex Harui
Flash and maybe the profiler injection trick doesn't work in some browsers these days. HTH, -Alex On 3/1/19, 1:17 AM, "DarrenEvans" wrote: That's promising, what do you have in your mm.cfg file? Alex Harui-2 wrote > Today I installed FB 4.7 on my person

Re: Flash Builder 4.7 Profile on Windows 10

2019-02-28 Thread Alex Harui
Today I installed FB 4.7 on my personal Windows 10 computer. I have the debugger version of FP32 in an older FIreFox (v47). The profiler worked for me. HTH, -Alex On 2/28/19, 1:32 AM, "DarrenEvans" wrote: We have a very large enterprise application with a small/medium memory leak.

Re: Multilanguage support doing the right way?

2019-02-25 Thread Alex Harui
Have you checked the documentation and examples on ResourceManager? HTH, -Alex On 2/25/19, 4:39 AM, "agm65" wrote: Hi all, i want to make my app in 4 languages. I need to know how to setup those languages correctly. Also how to localize the os language to set the right

Re: Flash SDK download failed Feb 2019

2019-02-14 Thread Alex Harui
I don't know the dates. I could ask, but even then, I'm not sure I can disclose future release dates. I don't watch for these releases, so when you see one, let us know. Hopefully others will someday learn how to run the utility that creates the checksums so they can update the checksum

Re: Flash SDK download failed Feb 2019

2019-02-14 Thread Alex Harui
Yes, should be on the Flex wiki about MD5Checker. On 2/14/19, 12:25 PM, "Olaf Krueger" wrote: Hi Alex, > ...so we needed to generate new checkum Is it documented somewhere how to achieve this? Thanks, Olaf -- Sent from:

Re: Flash SDK download failed Feb 2019

2019-02-14 Thread Alex Harui
Try again. The download was updated by Adobe so we needed to generate new checkums. On 2/14/19, 11:13 AM, "breizhman" wrote: Hi all, We are maintaining an apache flex / air app for multiple years now. our target are desktop, android , and ios devices. We've got a

Re: Profiling

2019-02-11 Thread Alex Harui
us section of code for 3.5 I can go look at? If so where can I find it? From: Alex Harui Sent: 2/11/19 10:05 PM To: "pa...@compuace.com" , "users@flex.apache.org" Subject: Re: Profiling Re-addin

Re: Profiling

2019-02-11 Thread Alex Harui
Re-adding users@ Please figure out why the ML keeps getting dropped. I forgot you are using 3.x From: Paul Stearns Reply-To: "pa...@compuace.com" Date: Monday, February 11, 2019 at 6:56 PM To: Alex Harui Subject: Re: Profiling Alex: I had tried that, but INavigatorContent is no

Re: Profiling

2019-02-11 Thread Alex Harui
I am not sure how I can use the link you referenced. I thought perhaps I could use "containerChild.createDeferredContent " but I am unable to find any components it is applicable to. ---- From: Alex Harui Sent: 2/11/19 4:07

Re: Profiling

2019-02-11 Thread Alex Harui
in a variable, call one createDeferredContent, (and maybe validateNow()) then increment the variable and callLater. HTH, -Alex From: Paul Stearns Reply-To: "pa...@compuace.com" Date: Monday, February 11, 2019 at 4:37 AM To: Alex Harui Subject: Re: Profiling Alex: I would like to take a m

Re: Profiling

2019-02-10 Thread Alex Harui
There are several ways. The "theoretical" way is to rewrite your code. Populating ComboBoxes on hidden tabs is not a recommended practice. That is effectively having code in the app "pushing data down" into the controls. Instead, in any pattern that has MV in it, the recommended practice is

Re: On Disk vs Uncompressed size of modules...

2019-02-08 Thread Alex Harui
oice: (305)623-0360 x107 Fax: (305)623-4588 From: Alex Harui Sent: 2/8/19 12:13 PM To: "users@flex.apache.org" , "pa...@compuace.com" Subject: Re: On Disk vs Uncompressed size of modules... There is

Re: On Disk vs Uncompressed size of modules...

2019-02-08 Thread Alex Harui
Alex: I downloaded swfdump from swfTools.org. What switch(es) would be appropriate for the dump? ---- From: Alex Harui Sent: 2/7/19 11:53 PM To: "users@flex.apache.org" , "pa...@compuace.com" Subject: Re:

Re: On Disk vs Uncompressed size of modules...

2019-02-07 Thread Alex Harui
Paul, IMO, that would be a surprising level of compression. I suppose it is possible, especially if there is a lot of repeating text content as assets, maybe by linking in every locale known to Flex. Run swfdump on the SWF. Post a link to the results. Then run the performance profiler in

Re: At least one memory leak problem is a custom combo box I use.

2019-02-02 Thread Alex Harui
305)623-0360 x107 Fax: (305)623-4588 -------- From: Alex Harui Sent: 2/2/19 7:46 PM To: "pa...@compuace.com" , "users@flex.apache.org" Subject: Re: At least one memory leak problem is a custom combo box I use. Paul: I assume that means that your custom combo

Re: At least one memory leak problem is a custom combo box I use.

2019-02-02 Thread Alex Harui
property getter and trace who is accessing it. HTH, -Alex From: Paul Stearns Reply-To: "pa...@compuace.com" Date: Saturday, February 2, 2019 at 3:22 PM To: Alex Harui , "users@flex.apache.org" Subject: Re: At least one memory leak problem is a custom combo box I use. Ale

Re: At least one memory leak problem is a custom combo box I use.

2019-02-01 Thread Alex Harui
Hard to say for sure, but one thing to watch out for with ComboBox is running any code that accesses the dropdown property.ComboBox by itself should know how to destroy and unhook the dropdown, but if you run code that access dropDown after ComboBox thinks it cleaned up, then it will get

Re: instances of objects magically appear...

2019-02-01 Thread Alex Harui
bjChild["dataProvider"] = null; if ("selectedIndex" in objChild)objChild["selectedIndex"] = -1; if ("selectedItem" in objChild)objChild["selectedItem"] = null; //if ("value" in objChild)objChild["value"]

Re: instances of objects magically appear...

2019-02-01 Thread Alex Harui
It was hard to read the code in the email. In the future, try using pastebin or some other service, or open a JIRA issue and put the code in there. I think I saw that a Dictionary was holding the children but it isn't a weak-reference dictionary, so that could pin those children in memory.

Re: How Scroller crop a display object ?

2019-02-01 Thread Alex Harui
IIRC, no Spark code ever "reads back" the size of display object. The scrollRect's width/height is computed from other properties. I think Flex in general rarely reads back the display object's size if at all since that value can contain stuff that isn't desired. I do recall a one-frame wait

Re: How Scroller crop a display object ?

2019-01-31 Thread Alex Harui
Pretty sure it uses scrollRect. On 1/31/19, 12:54 PM, "pol2095" wrote: Hello, a Scroller in flex use scrollRect, mask or other ? Thanks -- Sent from:

Re: Flexbuilder 3 profiler

2019-01-31 Thread Alex Harui
If you click on a SWF in the file explorer, which player launches? It isn't clear Adobe still supports Flex Builder 3. You can try Flash Builder 4.7. HTH, -Alex On 1/31/19, 12:31 PM, "Paul Stearns" wrote: I am having various issues with the profiler. I do not know whether it is how I

Re: Debugging memory leak in Flex 3.5

2019-01-30 Thread Alex Harui
Are you calling close() on the NetConnection? Are there animations in the module? Or timers? Is the instance count on RemoteConnection and Responders also going up? Commenting out code can sometimes help you find the problem. Comment out the NetConnection.call and see if that allows the

Re: Debugging memory leak in Flex 3.5

2019-01-30 Thread Alex Harui
Paul, In step 3, when they click the X and ModuleLoader unloads the module, do you see the module unload in the debugger player? I think you would see a line like [UnloadSWF] in the debugger console. In step 4, are the "children" you refer to the child UI widgets of the module? One technique

Re: Best mxmlc compiler to use for existing application.

2019-01-30 Thread Alex Harui
tly my existing v3 Flex (non Spark) code? Paul R. Stearns Advanced Consulting Enterprises, Inc. 15280 NW 79th Ct. Suite 250 Miami Lakes, Fl 33016 Voice: (305)623-0360 x107 Fax: (305)623-4588 From: Alex

Re: Best mxmlc compiler to use for existing application.

2019-01-30 Thread Alex Harui
Hi Paul, My memory of these sorts of issues are fading. In looking at the source history, there have been almost no changes to the compiler output since Adobe donated Flex to Apache. I only saw a couple of fixes for Vector. So, it probably doesn't matter which compiler you use. HTH, -Alex

Re: ant download failing

2019-01-22 Thread Alex Harui
Adobe updated the playerglobal so I had to go update our checksums for it. Try again. -Alex On 1/22/19, 12:09 PM, "Lydecker" wrote: Hi there, Trying to get Air32 downloaded with Flex using ANT. No Joy. here is the error. Please can someone help? Thanks!

Re: Need Help compiling an old Flex Builder 3 mxml into SWF

2019-01-14 Thread Alex Harui
In theory, Flash Builder just calls the compiler with options stored in the project files. So, if you have the project files (.actionScriptProperties and a few others) you don't need Flash Builder to build your project. You can just use the command-line. You may have to change some paths and

Re: How do I see trace messages from Flex framework classes

2019-01-03 Thread Alex Harui
I'm not sure I understand the question. There are very few actual "trace()" calls in the Flex framework classes, and there is no way to redirect them. They end up in flashlog.txt. The RPC SWC has Logging support. I thought there was reasonable good doc on how to use the logger for network

Re: Air 32 is out

2018-12-16 Thread Alex Harui
I updated the file. It should appear in the list now. -Alex On 12/16/18, 12:09 PM, "pol2095" wrote: Hello, please add Air 32 to the installer ? Thanks -- Sent from:

Re: Ant installer failed

2018-12-06 Thread Alex Harui
Hi, Adobe moved it to the archives to make way for version 32. I think our data file is now up to date. So try again. Thanks, -Alex On 12/6/18, 1:45 PM, "pol2095" wrote: Hello, when I try to install flex SDK with Ant, I have this message error /get-with-no-params:

Re: ANT installer failing

2018-11-27 Thread Alex Harui
Occasionally, Adobe updates its SDKs and we have to re-compute the checksums. It should be updated now. Thanks for letting us know. -Alex On 11/27/18, 9:59 AM, "Lydecker" wrote: I know the SDK installer is buggy - so I've always used the ANT install method with no issues. Until

Re: Flex Installer Quits part way

2018-11-16 Thread Alex Harui
I just checked and the checksums for playerglobal 31 had changed so I updated them. Try again. If you still get a failure, try one more time, but as soon as the Installer UI shows up, right-click on the installer and turn on verbose logging and maybe progress logging and post a link to the

Re: Persisting ContentCache to disk between sessions

2018-10-29 Thread Alex Harui
Volunteers are welcome to provide a patch that makes ContentCache serializable. IIRC, lots of Flash classes are not serializable, but IExternalizable allows you to define custom serialization. -Alex On 10/29/18, 10:22 AM, "Erik Thomas" wrote: Thanks everyone for your ideas.

Re: Persisting ContentCache to disk between sessions

2018-10-27 Thread Alex Harui
IR you know they're pretty slow. If we don't gain any speed, it's not worth the effort. On Oct 26, 2018, at 3:44 PM, Alex Harui wrote: Erik, How do the icons and logos get into the cache in the first place? If they don't change, is there any reason not to embed the

Re: Persisting ContentCache to disk between sessions

2018-10-26 Thread Alex Harui
Erik, How do the icons and logos get into the cache in the first place? If they don't change, is there any reason not to embed them in the application? -Alex On 10/26/18, 3:36 PM, "Erik J. Thomas" wrote: Hey all: Have any of you come across an example of persisting a

Re: Detecting window resize complete on AIR native desktop

2018-10-16 Thread Alex Harui
t mouse up? Thanks. Erik On Oct 16, 2018, at 10:07 AM, Alex Harui wrote: Erik, Did you also ask on the Adobe forums? I'm not sure that AIR will give you mouse events when the mouse is interacting with the "chrome" of a Window. IOW, I d

Re: Detecting window resize complete on AIR native desktop

2018-10-16 Thread Alex Harui
Erik, Did you also ask on the Adobe forums? I'm not sure that AIR will give you mouse events when the mouse is interacting with the "chrome" of a Window. IOW, I don't think the mouse ever touched the pixels that represent the SWF content. You could write a test to see if the resize event

Re: New install of 4.16.1 and air 31 missing things for build

2018-10-12 Thread Alex Harui
Good to know. Feel free to submit the build.xml changes as a pull request. Thanks, -Alex On 10/12/18, 1:24 PM, "kamcknig" wrote: I was able to compile from the source, thank you! I did however have to update the build.xml file to set more SWF versions because it stops

Re: New install of 4.16.1 and air 31 missing things for build

2018-10-10 Thread Alex Harui
Hi Kyle, The Flex binary package that the installer uses does not contain a modules folder and probably some other files. It is intended for using the binaries. If you want to make changes to the source, get a source package or the repos. HTH, -Alex On 10/10/18, 10:02 AM, "kamcknig" wrote:

Re: Air31 Flex SDK 4.16.1 Failing on playerglobal.swc download

2018-10-10 Thread Alex Harui
An error #2032 is probably not a checksum problem. Can you manually download that file via your browser? SourceForge has problems with downloads on occasion. If you can get a copy manually, you can try starting the install and when the installer creates the frameworks/libs folder, put the

Re: New install of 4.16.1 and air 31 missing things for build

2018-10-03 Thread Alex Harui
Please post the log. Thanks, -Alex On 10/3/18, 8:30 AM, "kamcknig" wrote: On a fresh install using the installer of the Flex SDK 4.16.1 and AIR 31, when I run the ant main target from the base folder, it fails on the thirdparty-downloads target on line 158 because the modules

Re: Adobe AIR on Google Devices

2018-09-28 Thread Alex Harui
I'm not an official answer-person for AIR questions, but: See: https://forums.adobe.com/thread/2384472 It says: Disabling Packaging of Shared Android Applications Starting with AIR 26, packaging of shared applications for Android is disabled. With this change, published

Re: QRCode with Mobile Flex (Android)

2018-09-28 Thread Alex Harui
This example worked at one time. I don't remember if the plugin supported QRCode or not. https://github.com/apache/royale-tourjs/tree/develop/cordova/BatchScanner HTH, -Alex On 9/27/18, 11:33 PM, "Yishay Weiss" wrote: It has crossed my mind. We'll see if I get approval.

Re: QRCode with Mobile Flex (Android)

2018-09-28 Thread Alex Harui
Try Royale + Cordova? On 9/27/18, 11:13 PM, "Yishay Weiss" wrote: Hi, Has anyone had luck with reading qrcode on a flex mobile app? I've been struggling with the libraries [1,2] I've found online. Has anyone been successful with either? Are there other libraries

Re: setStyle on a Label

2018-09-20 Thread Alex Harui
Can you post a small test case? On 9/20/18, 1:52 PM, "Scott Matheson" wrote: Hi How do I make a text label appear in the center of an lable using AS3 code var _lsn:Label = new Label(); _lsn.text = _”hellow” _lsn.setStyle("textAlign",

Re: Flex Installer Issue -- invalid file?

2018-09-19 Thread Alex Harui
Try flushing browser caches. I think AIR uses some browser APIs on Windows and maybe Mac as well. HTH, -Alex On 9/18/18, 9:14 PM, "DanielMcQ" wrote: Hi, Just tried the Flex Installer today, seeing as how AIR 31 is out. (Thanks for all your work keeping the installer going,

Re: Apache Installer not working --!! please help

2018-09-13 Thread Alex Harui
Try clearing your browser cache. If you are not using Internet Explorer as your browser, I would also suggest using Control Panel to clear the IE cache as well. You can right-click and turn on more logging options to see if the right amount of bytes are being downloaded. HTH, -Alex On

Re: Flex Installer missing crosspromotion.swc

2018-09-06 Thread Alex Harui
If you unzip a recent AIR SDK, does it have crosspromotion.swc in it? -Alex On 9/6/18, 7:59 AM, "kamcknig" wrote: When I use the Flex installer and install Flex/AIR, if I then attempt to build my application using IntelliJ, I get an error that crosspromotion.swc is missing. I have

Re: Apache flex sdk installer fail

2018-08-28 Thread Alex Harui
Hi Phil, I just updated the checksum for Flash 30. Try again and if you still have problems, post the latest log. Thanks, -Alex On 8/28/18, 9:04 AM, "phil.stephenson" wrote: I'm in a real bind and I'm having the same problem on my Mac. Is there any solution to this yet? Thanks.

Re: RichText gets bold in list when item renderer reloaded in Air App

2018-07-30 Thread Alex Harui
of the text and it looks bold without actually being bold. HTH, -Alex On 7/30/18, 8:11 AM, "Alex Harui" wrote: How many items in the list? If not too many, you could set useVirtualLayout=false then it won't recycle renderers. -Alex On 7/30/18, 4:22 AM, &

Re: RichText gets bold in list when item renderer reloaded in Air App

2018-07-30 Thread Alex Harui
How many items in the list? If not too many, you could set useVirtualLayout=false then it won't recycle renderers. -Alex On 7/30/18, 4:22 AM, "chris_flex" wrote: I am using a list with an itemrenderers that contains RichText components. The list has a horizontal layout and it uses

Re: Apache Flex SDK Installer version 3.3.2

2018-07-26 Thread Alex Harui
Hmm, a real crash. I don't think we've seen that before with swfobject. Some things to try (no need to do all or in this order): 1) Try clearing browser caches, especially for Safari, and also for GitHub and org.apache.flex. 2) Start the Installer, then "right-click" to get the popup menu and

Re: Apache Flex SDK Installer version 3.3.2

2018-07-26 Thread Alex Harui
When you say "crashes" what does that really mean? Are you getting some exception dialog? -Alex On 7/26/18, 1:41 AM, "robertB" wrote: Hi Alex Just tried to download 4.16.1 (AIR and Flash 30) using fresh installer (3.3.2) install another 5 times and the installer crashes at

Re: Apache Flex SDK Installer version 3.3.2

2018-07-25 Thread Alex Harui
I just tried it and it worked. Maybe a temporary network outage? HTH, -Alex On 7/25/18, 10:42 AM, "robertB" wrote: The Installer is crashing for me trying to install AIR 30 and AIR 27. I've downloaded the installer several times and tried downloading the SDK around 12 times. I'm

Re: Apache Flex SDK Installer version 3.3.2

2018-07-14 Thread Alex Harui
I think Adobe has reorganized where playerglobal is stored. I updated the URL the installer uses for FP28. I don't have the time to update the older ones. I guess we'll wait until someone complains or someone else has time to update the older URLs. Try 28 if you need it and let us know if

Re: hitData function. How to Determine the LineSeries I have hit

2018-07-13 Thread Alex Harui
Are you looking for something like: var elementName:String = hitData.element.toString(); var c:int = elementName.lastIndexOf("."); var lineSeriesName:String = elementName.substring(c + 1); Of course, I could be wrong... HTH, -Alex On 7/12/18, 4:33 AM, "npem" wrote: Hi, I have a

Re: Apache Flex SDK Installer version 3.3.2

2018-07-11 Thread Alex Harui
I think the AIR 30 checksums were out of date. I updated them. If it doesn't work, post the log. For AIR 28, can you download from the link via a Browser without error even with the double-slash? HTH, -Alex On 7/10/18, 8:54 AM, "douglasmccarroll" wrote: Today the installer is

Re: Restarting an AIR desktop application

2018-07-05 Thread Alex Harui
Hi, Just so we understand, having another 38Mb download is not viable because of the time it takes to download it, or something else? If what your launcher app does is simple enough, you could look into writing them as shell and batch scripts or tiny native apps. HTH, -Alex On 7/5/18, 2:26

Re: Converting many FXGs to SVGs?

2018-07-03 Thread Alex Harui
FWIW, the FlexJS/Royale repos contain an XSLT that supposedly transforms fxg to svg. Look in the fxg2svg folder. Not sure how complete it is. HTH, -Alex On 7/3/18, 3:23 AM, "chris_flex" wrote: Thanks... I think it will not work with Photoshop (CS6 cannot import FXG) but with

Re: Unknown request to crossdomain.xml

2018-06-19 Thread Alex Harui
Jeff is correct, but to add one additional note: IIRC, the check for "same host" is done by comparing the URLs, not by the underlying IP address, so even if your app launches from www.mscloud.com and it maps to 13.66.128.172 and your app is configured to hit 13.66.128.172, it will be seen as a

Re: App Locks Up On Android

2018-06-19 Thread Alex Harui
I have not done any debugging on devices or any serious Mobile app work with Flex. Maybe the problem is the app isn't terminating. If you can attach a debugger to the app, then debug how the app terminates as other apps open up. -Alex On 6/19/18, 7:58 AM, "bilbosax" wrote: Thanks for

Re: App Locks Up On Android

2018-06-18 Thread Alex Harui
First make sure it isn't running out of memory or other resources. Then I would recommend debugging the app to see where it is hung. HTH, -Alex On 6/18/18, 10:31 AM, "bilbosax" wrote: Bueller? Bueller? LOL Nobody else has had a mobile project lock up before? I have no idea if

Re: How to force Ant to install the Air SDK without user validation ?

2018-06-17 Thread Alex Harui
Adobe wants you to acknowledge the terms and conditions for using the AIR SDK, so the install script is supposed to stop and insist that you acknowledge it. What is the scenario where it is important to bypass this acknowledgment? We don't want to encourage folks to bypass it. My 2 cents,

Re: Cannot use the installer or build from ant source

2018-06-16 Thread Alex Harui
Hi, Timeouts for Installer 3.3.1 is a known issue. The Installer uses TLS1.0 and some servers are no longer supporting that version of TLS. We will hopefully have a fix out shortly. In the meantime, we recommend getting the binary package from http://flex.apache.org/download-binaries.html

Public Facing Flex Apps?

2018-06-13 Thread Alex Harui
Hi Flex Users, A colleague who works on the Adobe Flash Player team is looking for any public facing Flex apps he can use for testing some new capabilities. The app must meet one of the following requirements: 1) They’ve allowed cross domain access via CORS (so a page I host locally can

Re: Flex SDK Installer - is it broken?

2018-06-11 Thread Alex Harui
The Flex community is always looking for new volunteers to help maintain the installer and its data files. Here's a wiki article that attempts to describe the data files. If you can propose changes to the data files for AIR 30, it will be easier for a Flex committer to push the changes. And

Re: Flex SDK Installer - is it broken?

2018-06-08 Thread Alex Harui
experimentation, but in the end I successfully > created an SDK running both thirdparty-downloads and the installer. I > have no idea why this didn't work previously, but worked this time. In > any case, now I have an SDK, and Life Is Good. :) > > As requeste

Re: Flex SDK Installer - is it broken?

2018-05-27 Thread Alex Harui
NOTICE build.xml licenseParts README env-template.properties samples RELEASE_NOTES flex-sdk-description.xml templates ant frameworks apache-flex-sdk-installer-config.xml ide On Sun, May 27, 2018 at 12:03 AM, Alex Har

Re: Flex SDK Installer - is it broken?

2018-05-26 Thread Alex Harui
Delete the folder of extracted files. Then extract the binary package and before running any scripts post the list of files at the top level. Get Outlook for Android From: 1600...@gmail.com <1600...@gmail.com> on behalf of Douglas

Re: Memory Leak

2018-05-24 Thread Alex Harui
Unfortunately, you can't override event listeners in Flash. But the framework code is theoretically designed to not cause pin modules in memory when used "properly". The ComboBox dropdown probably isn't the culprit here, I was mainly using it to illustrate that your clean up code can't clean

Re: Memory Leak

2018-05-24 Thread Alex Harui
AIUI, no. If ValidatedComboBox subclasses mx.controls.ComboBox but doesn't override the DropDown, then the dropDown will make itself a child of the Stage and may also attach a listener to the Stage (stage.addEventListener). I don't think your code can override the Stage's addEventListener so

Re: Memory Leak

2018-05-24 Thread Alex Harui
Hi, I might be missing something, but AFAICT, even if all of that works perfectly, you still don't know if your code has caused some Flex framework code to attach a listener to the stage, a Timer, a network class, etc. IOW, I think you can run code like: import mx.controls.ComboBox; var

Re: FLEX SDK Installer Timeout on First Screen

2018-05-24 Thread Alex Harui
FWIW, I debugged into this and it appears that ApacheURLLoader is not returning any responses other than "connect" for https://www.apache.org/dist/flex/4.16.1/binaries/apache-flex-sdk-installer-config.xml That link works fine from my browser, but the custom handling in ApacheURLLoader is not

Re: Memory Leak

2018-05-23 Thread Alex Harui
In general, child UI widgets don't cause leaks unless they attach something to the stage. So ComboBox is always suspect because it has a dropDown that is attached to the SystemManager/Stage. A few other components listen for events from the stage. Also, I want to remind you that

Re: Memory Leak

2018-05-23 Thread Alex Harui
IIRC, if you can run the Flash Builder profiler, you can try to see what the references are to the objects coming from the modules. Another technique is to comment out parts of the module until it unloads. Are there any SWF assets in the modules? Animations and timer-based/interval-based code

Re: Flex SDK Installer - is it broken?

2018-05-23 Thread Alex Harui
I updated some of the MD5s. Adobe had updated some of the downloads. HTH, -Alex On 5/22/18, 11:01 PM, "Piotr Zarzycki" wrote: Hi Guys, I have my hands full with other tasks, so not sure when I will find the time to look into that. If you would like

Re: Make Your Voice Heard Fast Regarding 32-bit Support!!!

2018-05-07 Thread Alex Harui
Regarding installing different AIR SDK's with Flex: In theory, when you run the installer, you can override settings by putting a local.properties file in the destination folder. The AIR install is looking for properties like: air.sdk.url.server air.sdk.url.folder air.sdk.url.file

Re: Flex VideoPlayer still work with youtube videos?

2018-05-07 Thread Alex Harui
I thought we had Spark Video working with OSMF2. There are some flv files in the mustella folder. You can try those to see if the Flex video components work at all. -Alex On 5/7/18, 4:32 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"

Re: Consume URL information

2018-05-03 Thread Alex Harui
I'm not sure I fully understand your scenario. But maybe think of it this way: What would you do for desktop if you didn't use AIR? Would you run a shell or batch script? Call some other app that came with the OS? Whatever it is (launch the browser or mail client with a 'mailto;' for

Re: [AIR] Font of loaded swf is lost

2018-04-24 Thread Alex Harui
The embedding of one font might bring in the EmbeddedFontRegistry classes into the main ApplicationDomain so they are shared among all sub-SWFs. You could probably have success just force-linking EmbeddedFontRegistry and not have to embed the font.

Re: [AIR] Font of loaded swf is lost

2018-04-24 Thread Alex Harui
Is this a desktop app or mobile app? Is the shell written in Flex? Is the loaded SWF? For desktop, there should be code in the framework that should get this right most of the time. The rule is that the SWF that contains the embedded font must be used to generate the TextField or TextLine

Re: [AIR] Font of loaded swf is lost

2018-04-24 Thread Alex Harui
Apple will let your app load a SWF? I thought there were restrictions on that. -Alex On 4/24/18, 1:36 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: Hi Olaf, that's an interesting topic. I'm

Re: Trying to get by the Apple Rejections for non-public API callsw

2018-04-17 Thread Alex Harui
One problem with the direct copy-over is that AIR SDK has an air-config.xml that blows away the air-config.xml that Flex expects. I'm not sure what errors you are running into, but replacing that one file might help. On the other hand, the installer is running a subset of Apache Ant, and you can

Re: DataGridSkin not working

2018-04-14 Thread Alex Harui
GridView should be available because it is listed in frameworks/spark-manifest.xml. It doesn't need to be in SparkClasses.as if it in the manifest. It could be that your merge wasn't quite right. See this email: https://lists.apache.org/thread.html/d954a087c7453a8427a3c58484faec216e95b5

Re: Unable to find Embedded CFF Font

2018-04-13 Thread Alex Harui
If you are going to use Adobe Flex 4.6 some day (which you might do just to see if something changed in Apache Flex), you should leave those files in that lib folder and copy them to your Apache Flex. I looked in my Adobe Flex 4.6 sdk and flex-fontkit is there. HTH, -Alex On 4/13/18, 10:47 AM,

Re: Unable to find Embedded CFF Font

2018-04-12 Thread Alex Harui
Embedded Font support is optional in Apache Flex because the code that supports it is Adobe proprietary and not open source. The installer.xml Ant scripts and/or the Apache Flex Installer should give you the option of downloading the Adobe font libraries. You can see if the embedded font

<    1   2   3   4   5   6   7   8   9   10   >