Re: [Moonshine] "Class files allowed to create inside source folder"

2017-08-15 Thread Olaf Krueger
There is a typo, it should be: "Class files allowed to create inside source folder only" -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Moonshine-Class-files-allowed-to-create-inside-source-folder-tp15755p15756.html Sent from the Apache Flex Users mailing list a

[Moonshine] "Class files allowed to create inside source folder"

2017-08-15 Thread Olaf Krueger
Hi, I am not able to create new files inside a project using Moonshine. Steps to reproduce: - Create a new FlexJS project using the Moonshine wizard - Create a new folder 'test' inside 'src' - File->New->AS3 class Whether 'src' or 'test' is selected, it always throws 'Class files allowed to crea

Re: Can't Debug From Flash Builder

2017-08-15 Thread Paul Hastings
On 8/15/2017 11:35 PM, Josh Tynjala wrote: There is also a new chrome://flash URL that you can use to check which version of Flash Player is running in Chrome, and where it is installed on your system. well that's interesting news. thanks for sharing.

Re: Re: Can't Debug From Flash Builder

2017-08-15 Thread vincent
Bonjour, En congés jusqu'au 4 septembre, je prendrais connaissance de votre message à mon retour. Cordialement, Vincent/AFTER24

Re: Can't Debug From Flash Builder

2017-08-15 Thread Josh Tynjala
I checked with Chris Campbell from Adobe, and he told me that if you install a custom version of PPAPI Flash Player, Chrome will use it automatically instead of its embedded version. This is a recent change to Chrome in the last six months or so. There is also a new chrome://flash URL that you can

Re: Remote object for Flex JS

2017-08-15 Thread PKumar
Hi Frederic, I debug the JavaScript API and found that issue. amfphp service sending the object header and amf JavaScript API does not support object in header. So getting the following exception, "Only string header data supported." i will setup amfphp ant my side and analyze it further.

Re: FlexPrintJobScaleType doesn't work for me

2017-08-15 Thread Olaf Krueger
I did it as you suggested and create a PDF on the server side instead of using FlexPrintJob now. To achieve this I've introduced a new endpoint to my server side API that expects an image and some metadata. The services scale the image, create a PDF and returns an url to the created PDF. Maybe it

Re: This call requires CameraRoll permission.

2017-08-15 Thread Paul Moreau
Android 7 handles permissions differently, more like iOS where it prompts the user if they want to grant the permission as and when the app requires the permission, rather than asking the user to agree to all the permissions stated in the manifest before download. To get around this, you need to a

This call requires CameraRoll permission.

2017-08-15 Thread agm65
Hi all, i have problems accessing the cameraroll: PermissionError: 'Error #3800: This call requires CameraRoll permission.' I added this to the manifest: Any ideas? Is there something like this?: thx for help! -- View this message in context: http://apache-flex-users.246.n4.nabbl

Re: Can't Debug From Flash Builder

2017-08-15 Thread Paul Hastings
On 8/14/2017 7:18 PM, Clint M wrote: @Olaf it still works… here's how to make Chrome work: https://helpx.adobe.com/flash-player/kb/enable-flash-player-content-debugger-in-google-chrome.html on windows, chrome debugging used to work OK several builds ago. of late it hangs the flex app 100% at b