Re: Installer version 3.3.1

2018-07-05 Thread leejk
Same here... time out issue. Not sure what the problem is but this has been going on for a while now. Any hope it will be fixed soon? thx -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: SDK Installer Fails on Windows 10

2018-04-12 Thread leejk
Awesome! -- Sent from: http://apache-flex-users.246.n4.nabble.com/

SDK Installer Fails on Windows 10

2018-04-11 Thread leejk
Hi, I've seen several posts already about this, so is there a coming fix or workaround? I downloaded the SDK installer from the downloads page, and when I run it, after the verifying download message goes away it disappears. No error message and nothing runs or gets installed. I've never had a

Re: Doc Package URLS Broken

2016-09-22 Thread leejk
Still getting page not found errors when trying the mirror links... not sure what is wrong. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Doc-Package-URLS-Broken-tp13604p13607.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Doc Package URLS Broken

2016-09-22 Thread leejk
It was listed on this page: http://flex.apache.org/download-binaries.html -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Doc-Package-URLS-Broken-tp13604p13606.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Doc Package URLS Broken

2016-09-22 Thread leejk
Hi, None of the links on this page to download docs work, they are all broken: http://www.apache.org/dyn/closer.lua/flex/4.15.0/doc/apache-flex-sdk-4.15.0-asdocs.zip Can someone take a look? thx -- View this message in context:

How To Use New SDK Skins?

2015-02-23 Thread leejk
Hi, I was wondering how does one implement the new skins for iOS7 Android 4.x that is included in the SDK now? Is this done by overriding the default Spark Mobile theme via a compiler argument or some other way? thx -- View this message in context:

Re: How To Use New SDK Skins?

2015-02-23 Thread leejk
Ok, so after setting up the flex 4.14 sdk, I am getting this compiler error after following the recommendation in the wiki on getting the skins to appear in the simulator: Error:[Ipg-Mobile (module IpgApplication)]: Unable to resolve a class for include: mx.utils:IOSPlatformVersionOverride. Is

Re: XMLList - find specific attribute

2014-11-19 Thread leejk
You need to write some action script code... have a look at the as3 docs for XML. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/XMLList-find-specific-attribute-tp8829p8830.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flex Installer Crashing After AIR 15 Runtime Update

2014-10-07 Thread leejk
It's crashing again while trying to install the AIR 15 beta 302 SDK. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-Installer-Crashing-After-AIR-15-Runtime-Update-tp8109p8323.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Flex Installer Crashing After AIR 15 Runtime Update

2014-09-23 Thread leejk
Since I've updated the AIR runtime from 14 to 15 this morning, the Flex installer crashes every time I try to install the Flex SDK with the AIR 15 SDK. Has anyone else tried this? -- View this message in context:

Re: Flex Installer Crashing After AIR 15 Runtime Update

2014-09-23 Thread leejk
I forgot to mention that I'm running the installed on Mac OSX. When I tried to install Flex with the latest AIR 14 SDK, I got a failed status, which has never happened either. See screen grab. http://apache-flex-users.246.n4.nabble.com/file/n8110/Screen_Shot_2014-09-23_at_9.png -- View

Re: Flex Installer Crashing After AIR 15 Runtime Update

2014-09-23 Thread leejk
Good job! That fixed it. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-Installer-Crashing-After-AIR-15-Runtime-Update-tp8109p8114.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Mobile Printing?

2014-08-06 Thread leejk
Hello, I've been searching for solutions but have not found anything definitive on this. Is the only approach to this is to use ANE extensions? thx -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Mobile-Printing-tp7512.html Sent from the Apache Flex Users

Flex 4.13 Docs Links Broke

2014-07-30 Thread leejk
Hello, The links to download the doc archives are broken... -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-4-13-Docs-Links-Broke-tp7430.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Flex 4.13 Docs Links Broke

2014-07-30 Thread leejk
I tried the main one on the docs download page: http://mirror.symnds.com/software/Apache/flex/4.13.0/docs/apache-flex-sdk-4.13.0-asdocs.zip -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-4-13-Docs-Links-Broke-tp7430p7432.html Sent from the Apache Flex

Re: Problem with some AIR components

2014-07-21 Thread leejk
If you are using a mobile component in a AIR for desktop application, you will need to manually add the mobile components.swc mobile.swc files to your library path. -- View this message in context:

RE: Strange Trace Statement After Upgrading to 4.12

2014-05-28 Thread leejk
Should I log a bug against this, as it is still showing up in 4.12.1? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Strange-Trace-Statement-After-Upgrading-to-4-12-tp5712p6660.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Need Advice on Scaling Application

2014-05-28 Thread leejk
Hi, My mobile app was originally designed for the 1024x768 screen size of the earlier iPads. I've been able to support the newer iPads by simply setting the requestedDisplayResolution tag in the application descriptor to standard, but there is no such option for Android. I can't really redesign

Re: Scroller Within Scroller?

2014-05-14 Thread leejk
So I was looking at this again, and apparently a contributing factor to my problem is that the inner most scroller (_scrollPane) is not getting sized correctly. Even though I have setting the height of the scroller to the height of the component minus the header height, when debugging it still is

Scroller verticalScrollPosition Not Updating

2014-05-14 Thread leejk
I've noticed that when using a scroller component in a mobile application and the device orients, this value is no longer correct. It is correct when the view is initially created, but if the device is then rotated from say portrait to landscape, this property still reflects the values it would

Re: Scroller verticalScrollPosition Not Updating

2014-05-13 Thread leejk
I figure this one to be the cause of using an unseen UIComponent nested down as a child of the Group being scrolled... it's width property was not getting updated on the orientation change and so the scroll bars did not update either. -- View this message in context:

Reacting to Device Orientation

2014-05-12 Thread leejk
Hi, In a custom component, I'm adjusting the layout in the updateDisplayList override function. However, when the device changes orientation, this function gets called only once, and during this first call the stage.stageHeight property has not been updated yet. What's the proper way to detect

Re: Scroller verticalScrollPosition Not Updating

2014-05-12 Thread leejk
Anyone have any suggestions how to debug this or know of a work around? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Scroller-verticalScrollPosition-Not-Updating-tp6398p6410.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Scroller Within Scroller?

2014-05-06 Thread leejk
Hello, I have a custom component that displays data in rows with column headers. These rows are within a group that is wrapped around a scroller component that is locked to vertical scrolling. The column header is in another group that is outside of the inner scroller and therefore does not

Re: Advice Needed on Resizing Custom Components

2014-05-02 Thread leejk
Yes, I did try that Alex. I even tried setting those properties to the actual minimum values that would work. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Advice-Needed-on-Resizing-Custom-Components-tp6339p6351.html Sent from the Apache Flex Users mailing

Re: Advice Needed on Resizing Custom Components

2014-05-02 Thread leejk
I did a little more debugging and found that the culprit is the parent HGroup. When the view is initially opened and the device is in portrait orientation, the layout works and the trace statement in BulletTextBox.updateDisplayList reports that the parent's width is 748. When the device is rotated

Broken Doc Links On Flex Download Page

2014-05-02 Thread leejk
Hi, Just realized that all of the links on this page I spot checks are broken. Can someone fix this please? thx http://www.apache.org/dyn/closer.cgi/flex/4.12.0/docs/apache-flex-sdk-4.12.0-asdocs.zip -- View this message in context:

Re: Broken Doc Links On Flex Download Page

2014-05-02 Thread leejk
Still getting a 404. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Broken-Doc-Links-On-Flex-Download-Page-tp6358p6360.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Broken Doc Links On Flex Download Page

2014-05-02 Thread leejk
ok got it now... didn't see that little space that crept in there :) -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Broken-Doc-Links-On-Flex-Download-Page-tp6358p6361.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Advice Needed on Resizing Custom Components

2014-05-01 Thread leejk
Hello, I have a custom component that I want to resize dynamically based on the orientation of the stage. Here is my layout: s:VGroup id=_VGroup height=100% width=100% paddingLeft=10 paddingRight=10 paddingBottom=10 s:Label id=_headingLabel fontFamily={LayoutConstants.UI_BOLD_FONT}

Re: Advice Needed on Resizing Custom Components

2014-05-01 Thread leejk
I thought that too, but parent is passing to updateDisplayList the landscape width of the component, so that doesn't help. I set the minWidth minHeight properties of the component in the parent, hoping that would force parent to resize it, but no good. -- View this message in context:

Strange Trace Statement After Upgrading to 4.12

2014-03-26 Thread leejk
Hi, I'm seeing the below messages in the IDE console when debugging. It's displaying when my View that uses 2 TextInput components is displayed. I've never seen these before upgrading to 4.12. Any idea as to where these are being generated? [trace] [WARN] SST found empty bitmap data in:

RE: Strange Trace Statement After Upgrading to 4.12

2014-03-26 Thread leejk
No, it seems to work fine... that's why I was curious about the message. The 2 textinputs are being scrolled upward when the virtual keyboard displays, just as they should. Is there anything in particular I should be looking for? -- View this message in context:

Re: Flex Mobile Application

2014-03-13 Thread leejk
I think you'll have to take a look at the StageVideo object in order to display video on iOS. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-Mobile-Application-tp5443p5458.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

RE: Advice Needed With StageWebView Transitions

2014-03-12 Thread leejk
I've come to the conclusion that StageWebView's drawViewPortToBitmapData can't function if the StageWebView object is hidden, so I've moved on to trying something difference. thx -- View this message in context:

4.12 Application Screen Size Issues

2014-03-12 Thread leejk
Hello, I switched from 4.10 to 4.12 and I am running into issues with the application size. My project is designed to run on both mobile devices and Desktop computers. It's a TabbedNavigatorApplication. It works fine on mobile devices, but when ran on a Desktop, the main application does not

RE: 4.12 Application Screen Size Issues

2014-03-12 Thread leejk
Hello, I just added the mobilecomponents.swc mobile.swc to the desktop build profile dependencies. I has to create a couple of style overrides for the scroller, but that's about it. I'm using IntelliJ IDEA as my IDE, so it lets me create different build configurations for the same codebase. The

RE: 4.12 Application Screen Size Issues

2014-03-12 Thread leejk
After some more digging and reading, perhaps now the framework is working as it should as regards to applicationDPI. Leaving it unset in the main mxml is now probably the best practice. However there's still something weird going on with the TabbedNavigatorApplication tab bar skins. I was looking

Re: Advice Needed With StageWebView Transitions

2014-03-11 Thread leejk
I think I have... I tried to capture the viewport bitmap data using the StageWebView's drawViewPortToBitmapData(bitmapData) method on it's complete event, but still nothing. I think it's a timing issue and was wondering if someone has tried this approach and knew at what point it can be captured.

Re: Advice Needed With StageWebView Transitions

2014-03-11 Thread leejk
Looking at the diagram of the View lifecycle posted at the bottom of this page: http://help.adobe.com/en_US/flex/mobileapps/WSa122979b4619725672e48c412a3e152164-7fff.html, shows I should be trying to capture the viewport bitmap data in the complete handler it looks like to me. In my complete

Re: Advice Needed With StageWebView Transitions

2014-03-11 Thread leejk
yes, but it doesn't solve the problem of capturing a bitmap snapshot of the StageWebView viewport before the View transition TO the View that contains the StageWebView object happens. -- View this message in context:

RE: Advice Needed With StageWebView Transitions

2014-03-11 Thread leejk
Yes, I'm not disputing that. I think my problem has been misunderstood. The problem is transitioning from a Flex View to another View that displays the StageWebView object using the Slide Transition. It doesn't work that well. So what I'm trying to accomplish is to replace the StageWebView object

Re: Problem With unscaledHeight

2014-03-10 Thread leejk
Thank you, that verifies what I'm seeing... is that documented somewhere? I must have missed it if so. I was going under the assumption based on something I read that the parent always tells the children what space they have to work with... which is not always true as you pointed out. In my case

Advice Needed With StageWebView Transitions

2014-03-10 Thread leejk
Hello, I have a situation where I'm using a Slide transition to go to a View that displays the StageWebView component. I'm trying to capture the bitmap data of the StageWebView's viewport, add it to the stage, then hide the StageWebView object, in order for the transition to look correct. My

How To Style The ButtonBar?

2014-02-19 Thread leejk
Hi, I'm trying to simply change the color of the skin states of the ButtonBarButtons in the TabbedViewNavigator. It seems I can change the chromeColor of the ButtonBar using CSS styles defined in the top level MXML, but not the states. This is a TabbedViewNavigatorApplication with a

Re: Apache Flex 4.12 release candidate

2014-02-19 Thread leejk
Added this comment to bug 34097: Just downloaded 4.12 RC1 and found a similar issue in flex_4.12/frameworks/projects/mobiletheme/src/spark/skins/mobile/TabbedViewNavigatorTabBarLastTabSkin.as At lines 61, 62, 63 the FXG referenced is the wrong one. This seems to be a pattern with all the 480 DPI