Re: [FlexJs]: Error: Unable to access jarfile flex-asjs/js/bin/../lib/mxmlc.jar

2017-04-11 Thread Alex Harui
Hi Davide, Did you run "ant all" instead of just "ant" in flex-falcon? HTH, -Alex On 4/11/17, 7:50 AM, "davide.pr...@lispa.it" wrote: >Hi Piotrz, > >piotrz ha scritto: > >> What version of FlexJS are you using ? I really recommend use FlexJS 0.8 > >I have take all from

Re: MobileGrid Skins

2017-04-11 Thread leswoolsey
OK. So now I have more questions. 1. The column headers are center aligned. How do I set them so they are left aligned? I expected to be able to set that in the CSS somewhere but I can't see how. 2. How do I change the rowheight? I need to make better use of the screen and the mobilegrid has a

Re: Crippling Lag - Windows 10 IE11 - FlashPlayer / IBM ILOG Elixir

2017-04-11 Thread Clint M
It might be memory related. How much memory is it using? If it is memory related it might be IE's Enhanced Protection Mode (or lack there of). If this is disabled Flash Player will run as a 32 bit process in IE. I remember a problem where if the memory was greater than 800MB the app would

Re: Crippling Lag - Windows 10 IE11 - FlashPlayer / IBM ILOG Elixir

2017-04-11 Thread DarrenEvans
Alex Harui wrote > Yes, if you single step for a while and end up back at debugTickler, then > you saw all of the AS3 running in the frame, and it looks like there isn't > any serious work for it to do. > > Of course, if you can also get a debugger on the SWF when it isn't having > the

Re: PHP Service Efficiency

2017-04-11 Thread bilbosax
Thanks for the reply guys. I would have taken it over to stackoverflow, but they do not take kindly to theoretical questions. If there is no code attached, they can be ruthless. I only asked here because they are Flex services that I am designing, and that is about the extent of my PHP knowledge.

Re: [FlexJs]: Error: Access of possibly undefined property JSON

2017-04-11 Thread Alex Harui
On 4/11/17, 12:38 AM, "davide.pr...@lispa.it" wrote: >Hi all, > >I'm try to compile FlexJs on a Debian GNU/Linux Stretch, but I have the >following errors: > >compile: > [echo] Compiling libs/Core.swc > [echo] FLEX_HOME: /home/flex/FlexJS/flex-asjs > [echo]

Re: [FlexJs]: Error: Unable to access jarfile flex-asjs/js/bin/../lib/mxmlc.jar

2017-04-11 Thread davide . prina
Hi Piotrz, piotrz ha scritto: > What version of FlexJS are you using ? I really recommend use FlexJS 0.8 I have take all from git repository few day ago So I think I have the last version of each component. FlexJS is 0.8 Probably don't have I run/download something? I have found a lot of

Re: Flexmojos Maven Apache Flex Error 1014

2017-04-11 Thread Christofer Dutz
Ok … your application should be buildable now … (see your postbox) Now to the details of what I found: 1. The version of the flex sdk is a 3-segment version (4.15.0) and no longer contains the build number 2. Some of the config options were wrong (FB doesn’t tell you about that and Maven

Re: PHP Service Efficiency

2017-04-11 Thread Jeffry Houser
It is not really a Flex question, so I generally agree. My expectation is that PHP will be able to handle multiple threads / concurrent requests [just like most other server side software I've used]. At certain traffic limitations you may need to use a more powerful server, or even

Re: [FlexJs]: Error: Unable to access jarfile flex-asjs/js/bin/../lib/mxmlc.jar

2017-04-11 Thread piotrz
Hi Davide, What version of FlexJS are you using ? I really recommend use FlexJS 0.8 Nightly, cause it contains bunch of changes and fixes. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

[FlexJs]: Error: Unable to access jarfile flex-asjs/js/bin/../lib/mxmlc.jar

2017-04-11 Thread davide . prina
Hi all, I have successfully compiled the FlexJs source on a Debian GNU/Linux Stretch. But now, when I try to execute a command I have and error message: $ asjsc Using Falcon codebase: /home/flex/FlexJS/flex-falcon/compiler Using Flex SDK: /home/flex/FlexJS/flex-sdk Error: Unable to access

Re: PHP Service Efficiency

2017-04-11 Thread Fréderic Cox
I think this is a question that is better suited for stackoverflow. On Tue, Apr 11, 2017 at 3:21 AM, bilbosax wrote: > This is just a little theoretical question I have wondered about, so I > thought I would ask it here. I am writing an app that I hope will have at >

Re: [FlexJs]: Error: Access of possibly undefined property JSON

2017-04-11 Thread davide . prina
davide.prina ha scritto: >     [compc] > /home/flex/FlexJS/flex-asjs/frameworks/projects/Core/src/main/flex/org/apache/flex/core/SimpleValuesImpl.as(167): > col: 20 Error: > Access of possibly undefined property JSON. >     [compc] >     [compc]             return JSON.parse("{" + value +

[FlexJs]: Error: Access of possibly undefined property JSON

2017-04-11 Thread davide . prina
Hi all, I'm try to compile FlexJs on a Debian GNU/Linux Stretch, but I have the following errors: compile: [echo] Compiling libs/Core.swc [echo] FLEX_HOME: /home/flex/FlexJS/flex-asjs [echo] FALCON_HOME: /home/flex/FlexJS/flex-asjs/../flex-falcon/compiler [echo]