Faulty scrollbar appearance with latest Flex SDK 4.14.1 on iOS app

2015-06-05 Thread Weber Jan
Hi, I just saw that the scrollbars appearance in our iOS app changed with the latest Flex SDK 4.14.1 (in debug mode locally everything looks ok). The device I'm seeing this is an iPad Air with latest iOS 8.3. I'm using the Mobile Theme with mobile.swc and mobilecomponents.swc. Affected componen

AW: Faulty scrollbar appearance with latest Flex SDK 4.14.1 on iOS app

2015-06-15 Thread Weber Jan
well. Thanks, Om On Fri, Jun 5, 2015 at 5:03 AM, Weber Jan wrote: > Hi, > > I just saw that the scrollbars appearance in our iOS app changed with > the latest Flex SDK 4.14.1 (in debug mode locally everything looks ok). > The device I'm seeing this is an iPad Air with lates

AW: Next Flex SDK release

2015-11-24 Thread Weber Jan
Hi, I would like to see improvements towards databinding in Flex - more precisely, there should be a way to remove/dispose the databindings you state in MXML ("curly brackets"). Currently, it seems impossible to access the databindings the compiler creates when creating the databinding in MXML.

Problems referring to elements in s:Window using code behind pattern

2016-02-18 Thread Weber Jan
Hello, we have a a project which makes use of the code behind pattern for MXML and AS files. The application has an AS class of type s:Window and an MXML file which is based on that AS class. Adding an EventListener "FlexEvent.CREATION_COMPLETE" in the constructor of the AS Window class and re

AW: Problems referring to elements in s:Window using code behind pattern

2016-02-18 Thread Weber Jan
tTimeout and/or click a button that calls that code to prove it really is a timing issue. It could be something else. -Alex On 2/18/16, 7:28 AM, "Weber Jan" wrote: >Hello, > >we have a a project which makes use of the code behind pattern for MXML >and AS files. >The

Spark DataGrid scaling - setting scaleX and scaleY results in misbehavior

2016-03-02 Thread Weber Jan
Hi, I'm setting scaleX and scaleY on a spark DataGrid. This results in the behavior, that -depending on the scale factor- the rollover (and click) of rows does not get triggered anymore. The higher the scale the less rows receive the mouseEvent. (You can easily reproduce this by creating a Data

AW: Spark DataGrid scaling - setting scaleX and scaleY results in misbehavior

2016-03-03 Thread Weber Jan
?id=292&L=1> Dallmeier electronic GmbH & Co.KG CEO: Registry Court: VAT ID: Unlimited Partner: Registry Court: Dieter Dallmeier Amtsgericht Regensburg HRA 6827 DE813790649 Dallmeier GmbH Amtsgericht Regensburg HRB 9085 On 3/2/16, 2:44 A

AW: Spark DataGrid scaling - setting scaleX and scaleY results in misbehavior

2016-03-03 Thread Weber Jan
ageX < (origin.x + width)) && (eventStageY < (origin.y + height)); return this.hitTestPoint(eventStageX, eventStageY, true); } If it's available, please code up. On 2016/03/03 1:20, Alex Harui wrote: > > > On 3/2/16, 2:44 AM, "Weber Jan" wrote: &g

AW: out-of-memory error with AIR: are ther hard memory limits?

2017-03-31 Thread Weber Jan
Hi Hans, for your information: I have successfully build one of our projects with ADT using the 64Bit Beta version of AIR and was able to have the application run with over 4.5 GB of RAM without any issues. ADT commands: http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac1e63e3d128fc24012

Re: Accessing app bundle_id or package_id at runtime

2017-08-28 Thread Weber Jan
The app descriptor xml file should be located inside the IPA under META-INF\AIR\application.xml. In the APK under assets\META-INF\AIR\application.xml. -Ursprüngliche Nachricht- Von: Erik J. Thomas [mailto:e...@linqto.com] Gesendet: Dienstag, 29. August 2017 04:33 An: users@flex.apache.

AW: Quick CameraRoll Question

2018-01-29 Thread Weber Jan
Also have a look at the inbuild encoders, which do not require an ANE and are pretty fast: PNGEncoderOptions https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/PNGEncoderOptions.html JPEGEncoderOptions https://help.adobe.com/en_US/FlashPlatform/reference/actionscri

AW: SWFLoader not pulling through all sub SWF styles

2019-09-11 Thread Weber Jan
I'm not sure if this helps but I recently loaded an SWF into a Flex app and had problems with accessing the root timeline of that SWF. Other than what I read in the web (simply accessing the "content" property of the SWFLoader) I had to go deeper which resulted in the following construct: (((swf

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

2023-10-09 Thread Weber Jan
I’m reaching out to you regarding a rather strange behavior of compc on the CI/Jenkins, when it tries to build a specific swc module within a pipeline script. An error occurs, where it looks like this is actually depending on the name of the root folder where the modules are located at. The pip

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

2023-10-19 Thread Weber Jan
ateianhänge und Links mit besonderer Vorsicht. Im Zweifel wenden Sie sich bitte an die IT. 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 wh

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

2023-10-23 Thread Weber Jan
of the Flex SDK, so if you can build from sources you can modify the compiler to generate more info. I took a look at the exit code logic. It looks like it is returning number of errors, but it should report those errors to System.err. Could that output stream be missing from the captured output?

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

2023-10-30 Thread Weber Jan
I think that should cause the build to fail. One thing you could try is to capture the same output for the successful build and compare output. Find and replace folder names so they all match before comparing output. Hope that helps, -Alex On 10/23/23, 4:09 AM, "Weber Jan" mailto

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

2023-11-08 Thread Weber Jan
file in a SWC. If the source path isn't set properly, I think it can cause the compiler to think of the workspace name as part of the package name. I think it can also affect finding and compiling dependencies so the compiler might reliably generate a class for a bitmap that conflicts with ASA

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

2023-11-28 Thread Weber Jan
check something before it is finished generating code for it. You can also try the -keep compiler option which should dump the generated code for the mxml files into a folder which might make it easier to see what the compiler is thinking. HTH, -Alex On 11/8/23, 2:25 AM, "Weber Jan"

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

2024-01-17 Thread Weber Jan
lasses an MXML file. I found out that the 'document' property is mx_internal, and there is no 'id' property generated by the compiler. So now I'm wondering why your code is complaining about the 'id' property. Can you use the `keep` option to look at the MXML