Re: compc Error on CI / Jenkins (folder-name-dependent/Cache?)

2023-12-23 Thread Alex Harui
r.com/signatur> <https://www.dallmeier.com/signatur;> http://www.dallmeier.com/<http://www.dallmeier.com/en/home.html> <http://www.dallmeier.com/;> Dallmeier electronic GmbH & Co.KG CEO: Registry Court: VAT ID: Unlimited Partner: Registry Court: Thoma

Re: compc Error on CI / Jenkins (folder-name-dependent/Cache?)

2023-11-19 Thread Alex Harui
dallmeier.com/signatur;> http://www.dallmeier.com/<http://www.dallmeier.com/en/home.html> <http://www.dallmeier.com/;> Dallmeier electronic GmbH & Co.KG CEO: Registry Court: VAT ID: Unlimited Partner: Registry Court: Thomas Dallmeier Amtsgericht Regensburg HRA 682

Re: compc Error on CI / Jenkins (folder-name-dependent/Cache?)

2023-11-01 Thread Alex Harui
//www.dallmeier.com/en/home.html> <http://www.dallmeier.com/;> Dallmeier electronic GmbH & Co.KG CEO: Registry Court: VAT ID: Unlimited Partner: Registry Court: Thomas Dallmeier Amtsgericht Regensburg HRA 6827 DE813790649 Dallmeier GmbH Amtsgericht Regensburg HRB 9085

Re: compc Error on CI / Jenkins (folder-name-dependent/Cache?)

2023-10-23 Thread Alex Harui
Unlimited Partner: Registry Court: Thomas Dallmeier Amtsgericht Regensburg HRA 6827 DE813790649 Dallmeier GmbH Amtsgericht Regensburg HRB 9085 -Ursprüngliche Nachricht- Von: Alex Harui mailto:aha...@adobe.com.inva>LID> Gesendet: Donnerstag, 19. Oktober 2023 19:14 An:

Re: compc Error on CI / Jenkins (folder-name-dependent/Cache?)

2023-10-19 Thread Alex Harui
e...@dallmeier.com>> Germany Germany [banner] <https://www.dallmeier.com/signatur> <https://www.dallmeier.com/signatur;> http://www.dallmeier.com/<http://www.dallmeier.com/en/home.html> <http://www.dallmeier.com/;> Dallmeier electronic GmbH & Co.KG CEO: R

Re: compc Error on CI / Jenkins (folder-name-dependent/Cache?)

2023-10-09 Thread Alex Harui
Is there a valid job/workspace/pipeline that uses the folder ending in "Tool" instead of "Tool2"? Otherwise, try deleting that workspace and see if it gets re-created again and which job did it. Are there other jobs or pipelines that run compc or mxmlc? -Alex On 10/9/23, 12:32 AM, "Weber Jan

Re: [ANNOUNCE] Apache Flex BlazeDS 4.8.0 Released!

2023-04-17 Thread Alex Harui
Awesome! Congratulations! On 4/17/23, 2:02 PM, "Josh Tynjala" mailto:joshtynj...@apache.org>> wrote: EXTERNAL: Use caution when clicking on links or opening attachments. The Apache Flex community is pleased to announce the release of Apache Flex Blaze DS 4.8.0 Apache Flex BlazeDS is the

Re: Problems with getStackTrace

2022-03-01 Thread Alex Harui
Hi Thomas, My contact at Harman says to check the SWF version. If it's less than 18, that might be why getStackTrace is not working. HTH, -Alex On 3/1/22, 9:34 AM, "Alex Harui" wrote: Hi Thomas, Yes, you are correct. I misread the doc. I'll ping my contact a

Re: Problems with getStackTrace

2022-03-01 Thread Alex Harui
, the stack trace is provided without the file path and line number information". But that doesn't seem to work. What I can do: Add an empty file with the name "debug" to folder /META-INF/AIR/ - now getStackTrace() works but the application is much slower. thomas -----Ur

Re: Problems with getStackTrace

2022-03-01 Thread Alex Harui
Hi Thomas, The doc linked says that getStackTrace() for AIR apps requires launching the app with the adl debugger/launcher. Have you using that? -Alex On 3/1/22, 8:37 AM, "Baade, Thomas, NM-X-GPA" wrote: Hi there, We use the AIR 33.1.1.444 runtime environment to host an applicatio

Re: Air SDK 33.1 F4M audio broken

2021-01-08 Thread Alex Harui
Can you roll back to 32? On 1/8/21, 1:28 PM, "Jason Taylor" wrote: Hello Harmon? Can anybody answer any of these questions please? FFS I'll pay dearly. Our company is dead in the water on OSX atm. ~ JT -Original Message- From: Jason Taylor Sent: Thursday, January

Re: MX namespace with AIR 32 on Windows

2021-01-08 Thread Alex Harui
I expect that 'airHome' is coming from the air-config.xml in frameworks folder. You could just edit air-config.xml and get rid of the variable. I think you can specify it on the command-line +airHome=. You might be able to specify an AIR_HOME environment variable. HTH, -Alex On 1/8/21, 7:

Re: MX namespace with AIR 32 on Windows

2021-01-07 Thread Alex Harui
What steps are you using to "overlay"? There is/was a Flex version of an AIR SDK that was easier to use than the "full" AIR SDK. Since your Mac is working, compare the library-path in the air-config.xml in the frameworks folder. -Alex On 1/7/21, 6:26 PM, "Tucsonjhall" wrote: Thanks Ale

Re: MX namespace with AIR 32 on Windows

2021-01-07 Thread Alex Harui
If you overlay the Flex air-config.xml with the one from an AIR SDK, then it might result in those symptoms. HTH, -Alex On 1/7/21, 2:42 PM, "Tucsonjhall" wrote: If anyone has been reading these threads I've created you know I'm trying to convert my product from AIR runtime downloaded

Re: Property axis is not set for this AxisRenderer

2020-07-09 Thread Alex Harui
I’m not a chart expert but the Flex 4 code looks like the 'axis' property is required. HTH, -Alex On 7/8/20, 7:32 PM, "Paul Stearns" wrote: I am attempting to migrate a dashboard type MXML from Flex/Flash 3.5 to Flex 4.16, AIR 32.0. I have a module which compiles OK but gets a runtime er

Re: Spark Image not loading a Firebase URL

2020-07-01 Thread Alex Harui
Hi. For me, URL2 does not work on my Macbook Pro in Safari or Chrome. HTH, -Alex On 7/1/20, 7:39 AM, "leokan23" wrote: Thank you for your reply. If you try the second set of links (real bucket) you can see both images in any browser. If you try to load them with a custom load

Re: Spark Image not loading a Firebase URL

2020-06-30 Thread Alex Harui
Just about all Spark controls use a Skin. ImageSkin.mxml (frameworks/projects/spark/src/spark/skins/spark/ImageSkin.mxml uses a BitmapImage. But I think I mentioned that I got a 404 from my Safari browser. -Alex On 6/30/20, 3:06 AM, "leokan23" wrote: Is there a way to replace the spark

Re: Spark Image not loading a Firebase URL

2020-06-26 Thread Alex Harui
I clicked on the 2nd link in Safari and also got a 404. On 6/26/20, 9:59 AM, "leokan23" wrote: Im trying to use a spark Image component to load an image from Firebase Storage, but it looks like something is failing to load. This url loads without issues (located in the root of my s

Re: AIR Versions

2020-06-25 Thread Alex Harui
y, June 25, 2020 at 3:03 PM To: Alex Harui , "users@flex.apache.org" Subject: Re: AIR Versions I am running FlashBuilder 4.6. I created a folder C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.6\sdks\4.16.1 I copied in the 4.16 Flex SDK I then copied the AIR compiler v32 on top of tha

Re: AIR Versions

2020-06-25 Thread Alex Harui
Depending on how you upgraded, you could have overwritten the default Flex configs with the default AIR configs and that could cause these symptoms. Flex has an air-config.xml with different library-path than standard AIR SDK. IMO, re-installing with the right AIR version has been used more tha

Re: migrating to AIR when using url "POST" request

2020-06-19 Thread Alex Harui
ot;pa...@compuace.com" Date: Friday, June 19, 2020 at 5:35 AM To: Alex Harui , "users@flex.apache.org" Subject: Re: migrating to AIR when using url "POST" request Alex: Not really. I do not control the computers the app is installed on. If I could run an associated application t

Re: Multiple AIR executables in the same folder

2020-06-19 Thread Alex Harui
I want to completely shut down the initial process 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 F

Re: Multiple AIR executables in the same folder

2020-06-18 Thread Alex Harui
Are you trying to create a separate process for security or memory reasons? Otherwise, just load the SWF in another NativeWindow. HTH, -Alex On 6/18/20, 8:12 AM, "Paul Stearns" wrote: I have an acceptable (mostly) work around. If I move the second application into a subfolder

Re: migrating to AIR when using url "POST" request

2020-06-18 Thread Alex Harui
ve them the option to open it from the application. 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:

Re: migrating to AIR when using url "POST" request

2020-06-17 Thread Alex Harui
At a higher-level, what is the user goal? Can you open Excel itself or does it have to be a browser window? -Alex On 6/17/20, 10:53 AM, "Paul Stearns" wrote: In many places in our applications we use the navigateToURL method to load another browser window with Excel Spreadsheets and oth

Re: First desktop Flex AIR application in Intellij or Flash Develop

2020-06-16 Thread Alex Harui
Might a version mixup. Are you migrating a Flex 3 app? Make sure you are using the correct compiler. Apache Flex does not support Flex 3. HTH, -Alex On 6/16/20, 1:57 AM, "Sam" wrote: Hello, I'm trying to create First desktop Application in both Intellij and Flash Develop IDE

Re: Adobe Air launcher

2020-06-15 Thread Alex Harui
Technically, yes, you can launch B and quit A. In fact, I believe the Flex SDK Installer does that. I think NativeProcess will do the launch. You may have to deal with path issues but if you get the path right, it should launch. And then I think it is NativeApplication that will quit the app

Re: Deploying AIR applications

2020-06-15 Thread Alex Harui
stallers. 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 Harui Sent: 6/15/20 1:10 AM

Re: Deploying AIR applications

2020-06-14 Thread Alex Harui
Hi Paul, Are you sure you don't want to use captive runtime? There was a recent discussion about replacing the badge installer here https://lists.apache.org/thread.html/r2976f88c9bec26c58d889be9d71367834f43cc318467cf16c0930209%40%3Cusers.flex.apache.org%3E HTH, -Alex On 6/14/20, 5:28 AM, "Pau

Re: Flex to Adobe AIR migration

2020-06-12 Thread Alex Harui
able browsers. 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 Harui Sent: 6/12/20 12:29 PM To

Re: Flex to Adobe AIR migration

2020-06-12 Thread Alex Harui
@pa...@compuace.com Do you know for a fact that you can't loadBytes your SWF from the network and get it to run properly? @DarrenEvans I'm interested in more details on your solution as well. If it still involves a Flash Player to run a SWF, the ability to get a free Flash Player on a new co

Re: Installer license agreements list empty

2020-06-11 Thread Alex Harui
I don't know about the IPA stuff. I recommend that you ask on this list with a different subject line. Thanks, -Alex On 6/11/20, 5:47 PM, "albertolo" wrote: Thanks for your help. It worked. I already installed on Flash Builder, I generate my ipa, but it does not install, I

Re: Keeping user applications up to date in AIR.

2020-06-11 Thread Alex Harui
Hi, It would be wise to test on a clean machine and consider how you will get the Flash Player in the future as I don't think Adobe will be providing them. Harman might. It's been a long time since I've dealt with these sort of issues and I think there may have been additional security restri

Re: CSS embedded images in AIR

2020-06-09 Thread Alex Harui
Can you make a really small test case (maybe just an Application tag and the CSS and whatever code required to display the embedded image). Then if it works in 3.6 but doesn't work in 4.6, open a bug with the source, the image, and both the Flex 3.6 SWF and the Flex 4.6 SWF. Thanks, -Alex On

Re: Installer license agreements list empty

2020-06-03 Thread Alex Harui
I tried it on Windows too and it worked for me. Could it be that you expanded the binary zip into an existing folder that had some other files in it? If you want to debug it, try adding the -v option and post a link to the output ant -v -f installer.xml -Dflash.sdk.version=32.0 -Dair.sdk.

Re: Installer license agreements list empty

2020-06-03 Thread Alex Harui
It worked for me on my Mac. I will try Windows tomorrow. Add the -v option so we can see more details. ant -v -f installer.xml -Dflash.sdk.version=32.0 -Dair.sdk.version=32.0 Thanks, -Alex On 6/1/20, 3:48 PM, "albertolo" wrote: I' have followed the instructions on that document wi

Re: Installer license agreements list empty

2020-05-30 Thread Alex Harui
Hi. For various reasons, Apache Flex provides packages that are different than what Adobe Flex provided. Adobe Flex could just be unzipped and pointed to from an IDE. With Apache Flex there is an additional step: the Adobe dependencies (playerglobal.swc and Adobe AIR SDK) have to be download

Re: Installer license agreements list empty

2020-05-25 Thread Alex Harui
rote: Following redirects is supposed to be the default behavior for the URLRequest class. So I don't know why it would fail unless that property was deliberately set to false. On 5/25/20 15:33, Alex Harui wrote: > I debugged into it. Apache moved downloads to

Re: Installer license agreements list empty

2020-05-25 Thread Alex Harui
I debugged into it. Apache moved downloads to a new domain (downloads.a.o instead of a.o/dist) We use URLLoader to fetch the license data. We get a 302 redirect back. I thought URLLoader would follow the redirect. Ideas for a workaround are welcome. -Alex On 5/25/20, 9:59 AM, "Jeff Gomes"

Re: Launching an AIR application (captive runtime) from an http link

2020-05-18 Thread Alex Harui
I'm pretty sure Zoom and other video chat apps are launching and installing from links. Here's one SO post on the subject: https://stackoverflow.com/questions/14415012/how-to-launch-an-application-from-a-link-in-a-webpage-on-mac On 5/18/20, 3:07 AM, "After24" wrote: Hi Alex, No

Re: Launching an AIR application (captive runtime) from an http link

2020-05-17 Thread Alex Harui
On 5/17/20, 11:44 AM, "After24" wrote: Hi Alex, Thanks you for your answer. You mean launching other apps from the AIR application using NativeProcess ? No, I meant, can you launch other programs or batch/script files from an http link? I don't know this area very

Re: Launching an AIR application (captive runtime) from an http link

2020-05-16 Thread Alex Harui
Can you launch other apps, batch files, etc? Is the bundle already installed or are you trying to download and install it? -Alex On 5/16/20, 6:58 AM, "After24" wrote: Hello Ramazan, Thank you for your answer. Unfortunately this method is not viable because I need to pac

Re: Flex Articles archived

2020-05-14 Thread Alex Harui
Fax: (305)623-4588 ---- From: Alex Harui Sent: 5/14/20 11:49 AM To: "users@flex.apache.org" Subject: Re: Flex Articles archived I have not looked to see what is being archived. Apache Flex has many pieces of Flex articles from the ADC in the flex-externals repo.

Re: Flex Articles archived

2020-05-14 Thread Alex Harui
I have not looked to see what is being archived. Apache Flex has many pieces of Flex articles from the ADC in the flex-externals repo. You might also ask if Harman is planning to take over hosting that content. -Alex On 5/14/20, 8:09 AM, "leokan23" wrote: So adobe is archiving all Flex

Re: Adobe Embedded Font Libraries with Air 33.1?

2020-04-22 Thread Alex Harui
If you uise the Installer or the Ant script to install Apache Flex, it should give you the options for the Font Downloads and automatically give you TLF and OSMF(2). Then, hopefully, overlaying an AIR SDK shouldn't remove those features. IIRC, there is an overlay script in the Apache Flex SDK>

Re: Adobe Embedded Font Libraries with Air 33.1?

2020-04-22 Thread Alex Harui
If you installed Apache Flex with the Apache Flex SDK Installer, it would offer you a choice of Flash/AIR versions and whether to download the Adobe Font libraries. Whatever AIR version you chose caused the Installer to download the Flex version of an AIR SDK. So when you got the Flex version

Re: swfobject offline

2020-04-12 Thread Alex Harui
The swfobject download is working for me. Please post the contents of the installer.log. If you can download https://github.com/swfobject/swfobject/archive/2.2.zip you can put it in the installer cache. Right-click in the installer to enable the cache and set its location, then copy the zip i

Re: GUI IDE need.

2020-03-31 Thread Alex Harui
y1DbmF0eaE3wQgQIZ%2BIAiYjy8ADTYGG%2BZa8D4Fy3pXM%3D&reserved=0 16.03.2020, 18:16, "Alex Harui" : > Hi Ramazan, > > It would be awesome if you actually tested these technologies you linked to in order to verify their compliance and separate fact from fiction.

Re: GUI IDE need.

2020-03-16 Thread Alex Harui
Hi Ramazan, It would be awesome if you actually tested these technologies you linked to in order to verify their compliance and separate fact from fiction. In a quick look, some of these projects seem to not be current. IMO, it would be a better use of time to integrate an existing browser in

Re: GUI IDE need.

2020-03-14 Thread Alex Harui
diagrams I did in the past for the TLF please le me know I draw so many pages just for the sake of understanding. 14.03.2020, 19:48, "Alex Harui" : > I never looked too closely at the SWF portion of FB DV. It was a SWF app. But IIRC, the main work in DV

Re: GUI IDE need.

2020-03-14 Thread Alex Harui
F%2Fvelara-3.gitbook.io%2Fweb-export%2F&data=02%7C01%7Caharui%40adobe.com%7Ce725dd9fb9554a1760a108d7c8452d3f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637198071757779259&sdata=BWPsL5I5cdOapzep8mu%2FwdNvatQaEvjA4gVV8WeTkIw%3D&reserved=0 >> >> More comments inlin

Re: GUI IDE need.

2020-03-11 Thread Alex Harui
305)623-0360 x107 Fax: (305)623-4588 -------- From: Alex Harui Sent: 3/11/20 11:56 AM To: "users@flex.apache.org" , "pa...@compuace.com" Subject: Re: GUI IDE need. I hear what you are saying, but I am hopeful that we can build

Re: GUI IDE need.

2020-03-11 Thread Alex Harui
rprises, Inc. 15280 NW 79th Ct. Suite 250 Miami Lakes, Fl 33016 Voice: (305)623-0360 x107 Fax: (305)623-4588 ---- From: Alex Harui Sent: 3/11/20 11:19 AM To: "users@flex.apache.org" Subject: Re: GUI IDE

Re: GUI IDE need.

2020-03-11 Thread Alex Harui
On 3/11/20, 4:43 AM, "Olaf Krueger" wrote: Hi Paul, >If however you want to design highly usable business applications deployed to thin clients (to use an ancient phrase) you need GUI tools to be productive. Not agree. Modern JS frameworks are supporting "hot

Re: GUI IDE need.

2020-03-10 Thread Alex Harui
with current Royale in > development branch. You can take a try with Jewel or emulation components. > You'll be surprised of how far Royale is this days :). > > Best > > Carlos > > > > El mar., 10 mar. 2020 a las 5:28, Alex

Re: Flex 4.16.1 broken for AIR33.1?

2020-03-10 Thread Alex Harui
FWIW, there used to be (not sure now), a fair number of folks who for some reason could not upgrade to the latest version of Flash/AIR. The APIs in Flash/AIR apparently have historically only changed by adding new methods to classes, not by changing the parameter list. There is still a risk th

Re: Flex web deployment...

2020-03-09 Thread Alex Harui
rises, Inc. 15280 NW 79th Ct. Suite 250 Miami Lakes, Fl 33016 Voice: (305)623-0360 x107 Fax: (305)623-4588 From: Alex Harui Sent: 3/10/20 12:05 AM To: "users@flex.apache.org" , "pa...@compuace.com&quo

Re: GUI IDE need.

2020-03-09 Thread Alex Harui
While it may be that someone offers a GUI IDE some day for Royale, there is are some other approaches, one that has been prototyped, and one that wasn't possible with Flash Player. IIRC, one prototype adds some things to your app that allow you to edit the x/y/width/height in your MXML and imme

Re: Flex web deployment...

2020-03-09 Thread Alex Harui
Without thinking about this too much, I don't think it makes sense to change Flash Player. The browsers don't want to allow it as a plugin. I don't know what it would take to duplicate however Java runs something it downloads to launch an AIR app. It would be interesting to see if you could c

Re: Flex 4.16.1 broken for AIR33.1?

2020-03-04 Thread Alex Harui
Hi Andrew, I don't know about additional parameters, but have you looked at how Array.insertAt is handled in the runtime? It was added in AIR 19, and I'm pretty sure you will get different compiler results from compiling against AIR 18, and different runtime behavior based on the swfversion as

Re: Flex 4.16.1 broken for AIR33.1?

2020-03-03 Thread Alex Harui
If you don't need the new APIs in 33.1 and are just looking for the runtime improvements, you can set the -swf-version and maybe -target-player to a lower number. (AIR 32 is swf-version 43, not sure what 33 and 33.1 are using) HTH, -Alex On 3/3/20, 11:10 AM, "Greg Dove" wrote: sorry, th

Re: focusManager.deactivate(); not working correctly

2020-01-26 Thread Alex Harui
I don't think you should be using focusManager.deactivate() in your application code. What is your goal? Prevent tabbing to a component? I think you are supposed to set tabIndex=-1 instead. HTH, -Alex On 1/26/20, 10:07 AM, "pol2095" wrote: Hello, when I use /focusManager.deac

Re: Adobe Flash Builder 4.7 + new AIR and Flex SDKs

2020-01-04 Thread Alex Harui
Try using Apache Flex Installer and the latest Adobe AIR and see if that works. Then we'll try to figure out Harman's version of AIR. I think someone managed to get it to work in a prior thread. http://flex.apache.org/installer.html -Alex On 1/4/20, 10:12 AM, "Astraport" wrote: Hello

Re: Skins - Get Properties From Parent Component

2019-12-27 Thread Alex Harui
MXML skins are meant to be declarative. As in: -I declare this label to be red -I declare the background to be white. But then, sometimes you can't declare it at compile time and need to figure it out at runtime. Most of the time, binding expressions can be used as they are also declarative: -I

Re: [Non-DoD Source] Copy and Paste Text

2019-12-18 Thread Alex Harui
Bill, How complex is this app? If you port it to Royale with Cordova, you might get the selection behavior you want since it will be running using HTMLElements instead of Flash. HTH, -Alex On 12/18/19, 11:50 AM, "pol2095" wrote: I tried in Android, it's necessary to add "mx.swc", mx.c

Re: Copy and Paste Text

2019-12-16 Thread Alex Harui
What would you like the interaction to be to determine which labels are copied to the clipboard? AFAIK, the Flex SDK doesn't have any built-in support for Copy and Paste on anything other than TextInput and TextArea. But you can probably code up some other interaction if you want. I've only h

Re: Flex Installer and Air 33

2019-12-15 Thread Alex Harui
On 12/15/19, 12:08 AM, "pol2095" wrote: You're right, but using Ant is-it possible to modify manually this file ? In theory, yes. I don’t think anyone has tried it. The following ant variables are used: air.sdk.url.server air.sdk.url.folder air.sdk.url.file air.sdk.url.md5 fl

Re: Flex Installer and Air 33

2019-12-15 Thread Alex Harui
Even if it is, adding it to the Apache Flex Installer requires updating https://svn.apache.org/repos/asf/flex/site/trunk/content/installer/sdk-installer-config-4.0.xml I can do it, but I'd rather have someone from Harman do it so they understand how and I don't have to keep up with future releas

Re: Flex Installer and Air 33

2019-12-14 Thread Alex Harui
It should be possible, but it would be best if someone from Harman learned how to add it. I suggest that you ask Harman to submit a patch or ask for help preparing the patch. -Alex On 12/14/19, 4:32 PM, "pol2095" wrote: Hello, is-it possible to add Air 33 (Harman) in the Flex i

Re: Apache Flex SDK Installer Validation Error

2019-11-25 Thread Alex Harui
I updated the checksum. Please try again. -Alex On 11/25/19, 1:56 PM, "handitan" wrote: Hi all, I am also having issue with downloading 4.16.1 with AIR 32. Here's the full error log: Installer path: C:\Users\htanudjaja\AppData\Roaming\org.apache.flex.installapacheflex

Re: Fooling Program's Evaluation of Current Time Zone Offset

2019-11-02 Thread Alex Harui
I assume you meant 12AM? I'm not an expert on Date handling, but my instinct would be to convert the Date to Date.time() (milliseconds since Jan 1, 1970) and figure out the Date.time() that corresponds to the boundary between days. And then you are either past that number or not. HTH, -Alex

Re: How to set the compiler so that there is no compiled ResourceBundles at all?

2019-10-31 Thread Alex Harui
372795998017&sdata=Z4%2Fqz10sSyopq490V%2F4GliQubATN80dYF1SMV%2Fu5jBU%3D&reserved=0 > > 31.10.2019, 16:46, "Alex Harui" : >> What is in your MyMOdule_Styles class? That should give you a clue as to where the CSS is coming from. I think if there are no selectors at al

Re: How to set the compiler so that there is no compiled ResourceBundles at all?

2019-10-31 Thread Alex Harui
1370789580865&sdata=tORXumpH4sZuMuCvqq1uSQTV0jZ6RZe5KiaSQcMfL90%3D&reserved=0 31.10.2019, 16:46, "Alex Harui" : > What is in your MyMOdule_Styles class? That should give you a clue as to where the CSS is coming from. I think if there are no selectors at all then it won't

Re: How to set the compiler so that there is no compiled ResourceBundles at all?

2019-10-31 Thread Alex Harui
//ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; .fontButton { fontSize: 16; fontWeight: bold; } s|List{ skinClass: null; } But nothing changes as the MyModule_Styles class is still generated. 30.10

Re: How to set the compiler so that there is no compiled ResourceBundles at all?

2019-10-30 Thread Alex Harui
HTH, -Alex On 10/30/19, 1:46 PM, "Ramazan Ergüder Bekrek" wrote: Is there also any other way to remove the generation of the _Module_Styles class which is always compiled by default? 30.10.2019, 17:01, "Alex Harui" : > Don't know for sur

Re: How to set the compiler so that there is no compiled ResourceBundles at all?

2019-10-30 Thread Alex Harui
Don't know for sure. Try setting: -locales= IOW, specify an empty list of locales. The compiler looks like it will not attempt to add resource bundles if there are no locales. HTH, -Alex On 10/30/19, 7:45 AM, "Ramazan Ergüder Bekrek" wrote: Greetings again! I would like to

Re: How to create application states dynamically?

2019-10-28 Thread Alex Harui
uccess and I'm pleased by the result. Thanx for the guidance Alex. Best Regards Ergü 21.10.2019, 17:11, "Alex Harui" : > IMO, Binding is independent from states. Even if you took out all of the states, if you had a binding from a non-public proper

Re: How to create application states dynamically?

2019-10-21 Thread Alex Harui
IMO, Binding is independent from states. Even if you took out all of the states, if you had a binding from a non-public property, there is no way to get that to work dynamically at runtime (at least, not without a ton of work). You should be able to generate bindings for public properties so i

Re: Future proof Flex/Flash apps.

2019-10-21 Thread Alex Harui
NW 79th Ct. Suite 250 Miami Lakes, Fl 33016 Voice: (305)623-0360 x107 Fax: (305)623-4588 From: Alex Harui Sent: 10/20/19 6:14 PM To: "users@flex.apache.org" Cc: "d...@royale.apache.org"

Re: Future proof Flex/Flash apps.

2019-10-20 Thread Alex Harui
ere's other url? if so I can update website with the current ones. Don't think we need to get the older one. Just need to know new pairs of : Old URL - New URL, so I can search in website and substitute all that ones. Thanks El sáb., 19 oct. 20

Re: Future proof Flex/Flash apps.

2019-10-18 Thread Alex Harui
I did not see anyone respond in a way that indicated that I should try to get the old URL back, so I have not made that request. -Alex On 10/18/19, 1:59 AM, "Carlos Rovira" wrote: Hi Julien, we have currently a problem with that server and I think Alex Harui is

Re: How to create application states dynamically?

2019-10-17 Thread Alex Harui
I don't think Flex has been abandoned. There is just more activity in Royale. I've never tried creating states in AS3 dynamically. It "should" be possible. I would recommend looking at the generated code to see how the MXML is mapped to AS3 classes and data structures. HTH, -Alex On 10/17/

Re: Future proof Flex/Flash apps.

2019-10-13 Thread Alex Harui
4aed2c178decee1%7C0%7C1%7C637064940295311587&sdata=ng5M33bfbxYJVCZdT70Ksb5WzwX6n0XS4SaxF7P1w1U%3D&reserved=0 best El sáb., 12 oct. 2019 a las 8:56, Alex Harui () escribió: > From 3 minutes of playing around with it, if you are looking to minimize > code changes and don

Re: Future proof Flex/Flash apps.

2019-10-11 Thread Alex Harui
From 3 minutes of playing around with it, if you are looking to minimize code changes and don't want a more modern UI, then the emulation component set (MXRoyale and SparkRoyale) would be a good place to start. The emulation set is still a work-in-progress, but it gets better every day, and, IM

Re: Flattening a nested array of asymetrical depth

2019-10-10 Thread Alex Harui
The Apache Royale Compiler will transpile your AS3 to JS for you. That's the main point of Royale. Keep your code strongly-typed so the tool chain can catch more errors sooner so there are fewer times you crash and burn. -Alex On 10/10/19, 9:25 AM, "Tucsonjhall" wrote: I appreciate it

Re: SWFLoader not pulling through all sub SWF styles

2019-09-13 Thread Alex Harui
"About IBM ILOG Elixir...", "about.elixirenterprise":"About IBM ILOG Elixir Enterprise...", "unsupported.command.CWZEF6006E":"Unsupported Command {0}"}; return loc1; } } } Any ideas on how we can circumv

Re: Apache Flex SDK Installer Validation Error

2019-09-12 Thread Alex Harui
&info=&info=Flash%20SDK%20download%20failed ~ Jeff On 8/21/19 23:33, Alex Harui wrote: > Try it again. The checksums did change so I updated them. > > -Alex > > On 8/21/19, 7:23 PM, "Velocedge" wrote: > > I am getti

Re: SWFLoader not pulling through all sub SWF styles

2019-09-12 Thread Alex Harui
The Air App is simply a surrogate browser, simply a means to load our existing application SWF. There doesn't need to be any communication between Air App and SWF other than it has a place to host/show it. So having it in it's own Application Domain is perfect for what we need.

Re: SWFLoader not pulling through all sub SWF styles

2019-09-11 Thread Alex Harui
It is all about the ApplicationDomain topology. By loading the sub application's SWF into its own ApplicationDomain, the subApplication has its own definition of SystemManager which is not the same definition as the main Application's SystemManager. You can almost think of an ApplicationDomai

Re: Access to CheckBox in a DataGrid

2019-09-11 Thread Alex Harui
Another way is to have a custom renderer that checks its index and the DataGrid's selectedIndex and decides whether to display the check or not. The index and reference to the DataGrid are in the "listData" property of a custom IDropInListItemRenderer (which is of type DataGridListData). I'm n

Re: SWFLoader not pulling through all sub SWF styles

2019-09-09 Thread Alex Harui
That thread I think is about loading a child SWF that was not a Flex Application. Let's collect some information first: -What version of Flex are you using for the browser version? -Are you using the same version of Flex for the AIR version? -What is the URL of the main SWF? -What is the URL of t

Re: SWFLoader not pulling through all sub SWF styles

2019-09-06 Thread Alex Harui
IIRC, this has to do with the ApplicationDomain specified in the LoaderContext. In the currently running Flash app, what ApplicationDomain settings are being used? I think you will need to use the same settings with loadBytes. Also, IIRC, if you were loading SWFs into a separate security sandbo

Re: Apache Flex SDK Installer Validation Error

2019-08-21 Thread Alex Harui
Try it again. The checksums did change so I updated them. -Alex On 8/21/19, 7:23 PM, "Velocedge" wrote: I am getting a similar error on Windows: Validating download: D:\Software\Flex\SDK\latest/frameworks/libs/player/32.0/playerglobal.swc Flash SDK download failed Ins

Re: ANT task for compiling flex-sdk is not working

2019-07-15 Thread Alex Harui
That was reported back in April. What version of Ant and Java are you using? https://lists.apache.org/list.html?users@flex.apache.org:lte=4M:batik -Alex On 7/15/19, 5:09 AM, "Ramazan Ergüder Bekrek" wrote: Now I have this error: BUILD FAILED C:\Users\ar.rahman\eclipse-workspa

Re: How does the Flex (spark.components.TextArea) IME work for Chinese?

2019-07-09 Thread Alex Harui
Hi, It's been a long time since I had to deal with this, but IIRC (and after taking a quick look at the code), what you are seeing for Spark TextArea is a "feature" called inline IME. I think that was supposed to be better than having the IME open and close. I think it worked fine in Japanese

Re: Flash app -> AIR

2019-06-24 Thread Alex Harui
Also note that in examples/mxroyale/tourdeflexmodules, I used the emulation components to migrate over 100 screens by not rewriting them much at all. There are still some bugs to be ironed out, but if volunteers pitch in, they will be resolved. -Alex On 6/24/19, 2:25 AM, "Olaf Krueger" wrot

Re: Flash app -> AIR

2019-06-23 Thread Alex Harui
large-ish non-Apache projects. It can be a challenge. Sometimes, the best way to control the future is to contribute to it. My 2 cents, -Alex > On 23 Jun 2019, at 06:26, Alex Harui wrote: > > One of the reasons Flex and Royale are at Apache is so no corporation can p

Re: Flash app -> AIR

2019-06-22 Thread Alex Harui
One of the reasons Flex and Royale are at Apache is so no corporation can pull the plug. Apache specifically does not allow corporations to have any say in their projects. If Adobe decides to stop paying me to work on Flex and/or Royale, if I can find some other way to get paid to do it, I can

Re: Adobe AIR Maintenance and support changes

2019-06-02 Thread Alex Harui
On 6/2/19, 2:15 PM, "Tucsonjhall" wrote: My product is $99 per user for a year. I don't mind paying my one-seat developer fee each year (big company of 1), but if it's a per seat license for users, I'm going to be looking hard at migrating. I am also very interested in th

Re: VerifyError: Error #1053: Illegal override of objectHasSortField

2019-05-31 Thread Alex Harui
How are you building the loader? If it loads an older version of SortField (before 6/2015) before loading the 4.16.1 RSL, you could get the first verify error. I wouldn’t worry abou the ReferenceErrors until you get the VerifyError to go away. -Alex From: Ramazan Ergüder Bekrek Reply-To: "u

  1   2   3   4   5   6   7   8   9   10   >