Re: FlexJS 0.8.0 with IntelliJ IDEA

2017-09-06 Thread Piotr Zarzycki
Doug, You did try to run an swf version ? Could you show me the stack trace from message tab - It shows up once you start building the project. Thanks, Piotr 2017-09-07 8:20 GMT+02:00 doug777 : > Hi Piotr, > > The nightly build downloads with no problems at all. > > I have followed through the

Re: Size of Result Returned From MySQL

2017-09-06 Thread Javier Guerrero García
> > Is there a better way to set up the web service?? Yes: in general, never use 1 ton of frameworks if it can be done in 1 line of code :) The answer depends on a hundred different factors (you didn't tell us anything about the app itself, so it's hard to guess), but if for "better" you mean "s

Re: FlexJS 0.8.0 with IntelliJ IDEA

2017-09-06 Thread doug777
Hi Piotr, The nightly build downloads with no problems at all. I have followed through the setup instructions then copied the Hello World example into the IDE window. No errors show up (green tick in top right-hand corner). But when I try to build, I get the error Compilation failed - command

Re: MOONSHINE IDE ERROR

2017-09-06 Thread sankar
I'm also not pretty sure (as Piotr is) if these errors are related to Moonshine (or Apache SDK Installer), but Moonshine has a helper app Moonshine App Store Helper - which downloads requisites SDKs to user's OSX system. I'm wondering if the above errors he faced in the Moonshine App Store Helper

Re: FlexJS 0.8.0 with IntelliJ IDEA

2017-09-06 Thread piotrz
Hi Doug, There were fix related to Intellij, but it is in version 0.9.0 which is not released yet. - available as nightly build. You have couple of options: Option 1: Download nightly build by installer [1]. In order to do this right click on drop down list and choose "Show Dev builds", then choo

FlexJS 0.8.0 with IntelliJ IDEA

2017-09-06 Thread doug777
Re [FlexJS] 0.8.0 not working in IntelliJ IDEA on the developer list. Has this ever been resolved? Any suggestion on what to do instead in order to use 0.8.0? Doug -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Size of Result Returned From MySQL

2017-09-06 Thread bilbosax
Javier, thanks for your reply. I'm sorry, I guess I couldn't figure out how to use a lot of the suggestions posted. My app is an AIR app running on a mobile device, so there is no browser involved. If I am missing something, if you can think of a way to obtain the amount of data returned to my m

Re: Size of Result Returned From MySQL

2017-09-06 Thread Javier Guerrero García
Nope, not at all, and definitely not what Amazon AWS will be billing you for. Why don't you try any of the gazillion and byte-accurate methods commented? You just have to click on your browser launch icon :) (and again, your concern is *not* the data returned by the MySQL database, but the amount

Re: Firefox no longer running Flash debug version

2017-09-06 Thread Jake Knerr
Rodolpho, you rock man, thanks! On Wed, Sep 6, 2017 at 9:11 AM, rodol...@essencialcode.com.br < rodol...@essencialcode.com.br> wrote: > Great! > > > "Devil Firefox, coward Adobe..." > > > > -- > Sent from: http://apache-flex-users.246.n4.nabble.com/ > -- Jake Knerr - Flex Developer Ardisi

Re: Size of Result Returned From MySQL

2017-09-06 Thread bilbosax
Thanks for all of the advice. I was just finally able to get Scout connected to my mobile device and profile my app. I noticed that under the Memory Allocations tab, it is reporting that MessageResponder.result is taking up 45kb of memory. Do you think that this is an accurate way of detecting t

Re: How do I install FlexJS and FDT on Ubuntu 16.04

2017-09-06 Thread OmPrakash Muppirala
On Wed, Sep 6, 2017 at 12:35 PM, Peter Spierenburg < peter.spierenb...@nautel.com> wrote: > So it looks like flexjs is incompatible with the stable version of node. > > For other persons who arrived here looking for an answer. Here it is: > > Starting from an fresh ubuntu:latest docker image > > #

Re: Having Trouble Using SCOUT on Mobile

2017-09-06 Thread bilbosax
Thanks Josh. I used to be able to profile just fine on my workstation, but I just bought a new laptop and couldn't get profiling working at all. The laptop came with a trial version of McAfee installed. When I uninstalled it, Windows firewall asked me if I wanted to let Scout through, and now it

Re: How do I install FlexJS and FDT on Ubuntu 16.04

2017-09-06 Thread Peter Spierenburg
So it looks like flexjs is incompatible with the stable version of node. For other persons who arrived here looking for an answer. Here it is: Starting from an fresh ubuntu:latest docker image # apt-get update # apt-get install npm # npm cache clean -f # sudo npm install -g n # apt-get install w

Re: How do I install FlexJS and FDT on Ubuntu 16.04

2017-09-06 Thread Josh Tynjala
I just opened up a VM, and I could install FlexJS from npm with the following command on Ubuntu 16.04 sudo npm install -g flexjs I have Node 6.11.1 and npm 3.10.10. I wonder what the difference is between our configurations (besides Node versions, which I saw you went to Node 8). One thing that

Re: How do I install FlexJS and FDT on Ubuntu 16.04

2017-09-06 Thread Peter Spierenburg
Looks like installing FlexJS via npm is a bust. I don't know the first thing about npm, or how to debug it. Anyone have any success "Installing FlexJS by Downloading a Binary Package"? From: omup...@gmail.com on behalf of OmPrakash Muppirala Sent: September

Re: Having Trouble Using SCOUT on Mobile

2017-09-06 Thread Josh Tynjala
I seem to recall that I once had trouble getting Scout to work on a particular computer. This was years ago, but I think that turning off the firewall temporarily did the trick. It's probably possible to add an exception instead. - Josh On Wed, Sep 6, 2017 at 10:28 AM, bilbosax wrote: > Well, I

Re: Having Trouble Using SCOUT on Mobile

2017-09-06 Thread bilbosax
Well, I can see now a problem. The Scout companion app can SEE my computer, but won't actually connect to it. A checkmark never appears next to my computer name, just a constantly spinning dial. I wonder if this means that something else is using the port(7934), or if virus software or a firewal

Re: Firefox no longer running Flash debug version

2017-09-06 Thread rodol...@essencialcode.com.br
Great! "Devil Firefox, coward Adobe..." -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Firefox no longer running Flash debug version

2017-09-06 Thread gkk gb
Rodolpho, Your change below worked perfectly. Thank you SO MUCH!!! > > On September 6, 2017 at 6:28 AM "rodol...@essencialcode.com.br" > wrote: > > The Firefox 55 v has this change: > > "Made the Adobe Flash plugin click-to-activate by default and allowed only > on http:// and

Re: Firefox no longer running Flash debug version

2017-09-06 Thread After24
Hi Rodolpho, Your solution is way simpler than mine :-) Nonetheless, I recommend every flash devs to deactivate automatic updates on firefox and to use it only for development purpose. Vincent. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Firefox no longer running Flash debug version

2017-09-06 Thread After24
Hi, The problem is due to the last release of Firefox. It seems that only http:// and https:// url are now authorized to execute flash content. The turnaround (on Mac OS). Removing firefox package from the application folder Removing the /Users//Library/Caches/Firefox folder Installing Firefox

Re: Firefox no longer running Flash debug version

2017-09-06 Thread rodol...@essencialcode.com.br
The Firefox 55 v has this change: "Made the Adobe Flash plugin click-to-activate by default and allowed only on http:// and https:// URL schemes. (This change will not be visible to all users immediately. For more information see the Firefox plugin roadmap)" This mean that about:config->plugins.h