chrome local external interface

2016-10-24 Thread Frank Dahmen
Hi, how can I enable script access in chrome when debugging a local desktop app? I get Error #2060 Security sandox violation. It's working in firefox. Thanks

Re: chrome local external interface

2016-10-24 Thread OmPrakash Muppirala
I checked with the Chrome team a while ago. They don't intend to ever fix this, even for debug version of flash player. Best option is to run a local server and test your app on localhost. It should be pretty easy to setup a local webserver. Thanks, Om On Mon, Oct 24, 2016 at 12:11 AM, Frank D

Re: chrome local external interface

2016-10-24 Thread Frank Dahmen
:/ thanks Am 24.10.2016 um 09:14 schrieb OmPrakash Muppirala: I checked with the Chrome team a while ago. They don't intend to ever fix this, even for debug version of flash player. Best option is to run a local server and test your app on localhost. It should be pretty easy to setup a loc

Re: chrome local external interface

2016-10-24 Thread Tom Chiverton
Is there a public bug for this? On 24 October 2016 08:14:02 BST, OmPrakash Muppirala wrote: >I checked with the Chrome team a while ago. They don't intend to ever >fix >this, even for debug version of flash player. > >Best option is to run a local server and test your app on localhost. >It >s

Re: Editing Spark DataGrid

2016-10-24 Thread ImadEddine
Why ScreenShot not displayed ?? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Editing-Spark-DataGrid-tp13899p13904.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: Editing Spark DataGrid

2016-10-24 Thread Alex Harui
On 10/24/16, 9:12 AM, "ImadEddine" wrote: >Why ScreenShot not displayed ?? Apache mailing lists don't like attachments. You can post a link to a site that will host images. -Alex

Re: Editing Spark DataGrid

2016-10-24 Thread ImadEddine
Thank-you Like This ... My Question is there any method for hiding the old value when changing ?? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Editing-Spark-DataGrid-tp13899p13906.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Updating data for List refreshes entire List and scrolls to the top

2016-10-24 Thread Kyle McKnight
Hey everyone! I have a List that has enough items that one must scroll down to see them all. When clicking an item, it updates the data for that ItemRenderer with a quantity value. When this happens, I'm calling refresh() on the data provider for the List but this refreshes then entire List and

Re: Updating data for List refreshes entire List and scrolls to the top

2016-10-24 Thread OmPrakash Muppirala
Calling refresh on the dataprovider is probably what is causing this. Have you tried using the itemUpdated() function on the dataprovider instead? Here is some info on that: http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf668d2-7fe7.html#WS2db454920e96a9e51e63e3d11c0bf69084-

Re: Updating data for List refreshes entire List and scrolls to the top

2016-10-24 Thread Clint M
Inline below On Mon, Oct 24, 2016 at 11:53 AM, Kyle McKnight wrote: > Hey everyone! > > I have a List that has enough items that one must scroll down to see them > all. > > When clicking an item, it updates the data for that ItemRenderer with a > quantity value. > How are you doing that. > >

Re: Updating data for List refreshes entire List and scrolls to the top

2016-10-24 Thread Kyle McKnight
I was looking for something like that. Will get back to you tomorrow with whether it works for me or not! Thanks! Kyle McKnight Senior UI Engineer - Accesso 602.515.1444 (M) On Mon, Oct 24, 2016 at 3:58 PM, OmPrakash Muppirala wrote: > Calling refresh on the dataprovider is probably what is c

Re: Updating data for List refreshes entire List and scrolls to the top

2016-10-24 Thread Kyle McKnight
How am I doing that? The underlying data within an ArrayList gets updated. The ArrayList is the data provider to the List. Ya don't do that. OK :-D The suggestion given I believe would rely on binding which I'm trying to avoid. I hate littering my code with bindings and am only using Flex because

Upgrading to jre 1.8 for AIR compile

2016-10-24 Thread Chris Ellem
Hi, I am getting a geotrust error when trying to compile an AIR app. So I am looking for the jre folder that goes inside the Flash Builder 4.7 folder under Program files on my windows machine. If anyone can send me a working zip of their upgraded jre folder it would be much appreciated as I canno

Tabbing in FlexJS Freezes

2016-10-24 Thread Lane
I modified the JSStore example to a simple tabbed template, using only two of the tabs and not displaying the third (but leaving unchanged the code that handles the third). I have received this error twice at run time. The app compiles and runs, the following notice comes up, and then after a fe

RE: [FlexJS] Support in BlazeDS communication

2016-10-24 Thread Carlos Cruz
This is my experience trying to connect to BlazeDS with AMFJS: I tried connecting AMFJS to BlazeDS , ping only, it worked with Internet Explorer 11 and with MS Edge using url: http://localhost/ccradius_2/amfjstest.html. With Firefox, Opera and Chrome I get: CORS header 'Access-Control-Allow-Origin

Re: Tabbing in FlexJS Freezes

2016-10-24 Thread Alex Harui
Please file a bug with your simplified test case at: https://issues.apache.org/jira/browse/FLEX Thanks, -Alex On 10/24/16, 6:36 PM, "Lane" wrote: >I modified the JSStore example to a simple tabbed template, using only >two >of the tabs and not displaying the third (but leaving unchanged the

Re: Unzip ANE for Flex\AIR Desktop App

2016-10-24 Thread Deepak MS
Thank you thank you thank you so much Fréderic. It worked flawlessly. 500MB zip file gets unzipped in just 5 - 6 seconds. I had been cracking my head on how to get this working. You made my day! I'm sure others too would benefit from it. Cheers! -D On Sun, Oct 23, 2016 at 6:58 PM, Fréderic Cox