Re: Event when app regains focus

2018-01-02 Thread bilbosax
Thanks Kyle. I just googled a bunch of information on saving state for a better user experience that listened to some NativeApplication events on mobile, specifically Event.EXITING. The author claims that this method is not 100% reliable because the events don't get thrown all the time, but this

Re: Event when app regains focus

2018-01-02 Thread Kyle McKnight
1) I believe you can listen to the Event.ACTIVATE event on your NativeApplication instance to listen for when it comes back into focus. 2) Unsure on this one. Kyle Kyle McKnight Senior UI Engineer - Accesso 321.347.7318 (M) On Tue, Jan 2, 2018 at 8:59 PM, bilbosax

Event when app regains focus

2018-01-02 Thread bilbosax
I am writing an AIR app for mobile devices, and I am using a webview ANE in the mobile app. The problem that I am having is that when I minimize my app and use a couple of other apps on an iPad, and then return to my app, sometimes the webview no longer contains content. I would like to possibly

Re: Preserve 'selectedItems' after appling 'filterFunction'

2018-01-02 Thread Olaf Krueger
Thank you, guys! I will go the way to backup the selected items before filtering. Thanks, Olaf -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Preserve 'selectedItems' after appling 'filterFunction'

2018-01-02 Thread GhaziTriki
Hello, I have implemented a similar feature for the DataGrid component. You can check it here https://github.com/bigbluebutton/bigbluebutton/blob/master/bigbluebutton-client/src/org/bigbluebutton/main/views/BBBDataGrid.as#L36 Thanks, Ghazi -- Sent from:

Re: Preserve 'selectedItems' after appling 'filterFunction'

2018-01-02 Thread Alex Harui
IIRC, you have to back it up and filter it. I'm not sure what will happen if one or more of the selectedItems is no longer in the filtered data provider. HTH, -Alex On 1/2/18, 8:44 AM, "Olaf Krueger" wrote: >Hi, >It seems to me that 'selectedItems' property of a s:List

Re: Apache in 2017 and Flex project

2018-01-02 Thread Olaf Krueger
>...most active Apache mailing lists (user@ + dev@)" on the first place! Thanks for this hint, it's unbelievable! :-)) Olaf -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Preserve 'selectedItems' after appling 'filterFunction'

2018-01-02 Thread Olaf Krueger
Hi, It seems to me that 'selectedItems' property of a s:List is always emtied after a filter is applied to its 'dataProvider' by using a custom 'filterFunction'. Is there a way to preserve the selectedItems? Or do I have to backup the 'selectedItems' manually in order to re-assign it after the

Re: Erro Apache FlexJS

2018-01-02 Thread Piotr Zarzycki
Hi, I didn't have chance yet review instruction for intellij, so encourage you to use IDE which supports FlexJS/Royale. I have recommended it here [1] and some information from Alex [2] [1] http://apache-flex-users.246.n4.nabble.com/Erro-FlexJS-td16512.html [2]

Erro IntelijIDEA 2016.1

2018-01-02 Thread matflavio
No momento de fazer a compilação esta saindo o seguinte erro: Information:02/01/2018 11:47 - Compilation completed with 1 error and 0 warnings in 1s 726ms C:\SDK-Flex\SDKFLEXJS_NOVO\ide\IDEA\intellij-config.xml Error:(26, 0) [exemplo]: unknown configuration variable

Erro Apache FlexJS

2018-01-02 Thread matflavio
Estou seguindo esse tutorial do link https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+IntelliJ+IDEA porém estou com o seguinte erro no momento de executar You should be able to build your project now, click on Build -> Rebuild project. (Fix the eventual error the compiler found