Re: PDO vs mysqli Web Service Return Values

2017-04-07 Thread bilbosax
I hear what you are saying, but I don't think I understand what I need to do. The services are written in PHP and they communicate with Flex using Zend AMF. There isn't any tags or code in the PHP files that indicate to use AMF, I think that it just automatically happens with Zend. Which brings us

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

2017-04-07 Thread Alex Harui
On 4/7/17, 4:04 AM, "DarrenEvans" wrote: >I think the staticRenderHandler is a red herring, FTETextField sets event >listeners up to call that method on every RENDER and ENTER_FRAME so we'd >expect that to be called all the time. Yes, if you single step for a while and end up back at debugTick

Re: PDO vs mysqli Web Service Return Values

2017-04-07 Thread Alex Harui
Bits are just bits. Some look like readable characters, others do not. When you send bits from a server to a Flex app, there has to be an agreement as to what the bits mean. If you want to send bits that become useful instances of data classes or value objects in Flex, you have to use AMF or SOAP

Re: PDO vs mysqli Web Service Return Values

2017-04-07 Thread bilbosax
OK, now I am truly baffled, more so than usual :) Before attempting to look at network traffic, I decided to do a little test, totally forgetting about PDO. I did this all in mysqli, which is what flex generates if you ask it to build a service. I had flex generate a service for a table with thre

Re: Compiling flex project using maven

2017-04-07 Thread Maxim Solodovnik
Thanks a lot Chris, I have added additional repositories But no luck so far: *mvn clean install -U* [INFO] Scanning for projects... Downloading: https://repo.maven.apache.org/maven2/org/apache/flex/compiler/4.15.0/compiler-4.15.0.pom Downloading: http://repository.sonatype.org/content/groups/flex

Re: Flexmojos Maven Apache Flex Error 1014

2017-04-07 Thread rodol...@essencialcode.com.br
Chris, very thanks for your help; I just did exactly this and many other forms, but it still showing me the same error, unfortunetly... Man I'm really pissed with this, I'm trying to fix this for many days, read uncountable web pages with possible solutions, just tried almos anything... My proj

Re: Anyone using IntelliJ for Flex Dev?

2017-04-07 Thread Christofer Dutz
I’m not using anything else than IntelliJ ;-) Haven’t used FB for more than 8 years now … never missed anything. Chris Von: "Erik J. Thomas" Antworten an: "users@flex.apache.org" Datum: Donnerstag, 6. April 2017 um 23:09 An: "users@flex.apache.org" Betreff: Anyone using IntelliJ for Flex Dev

Re: Compiling flex project using maven

2017-04-07 Thread Christofer Dutz
Hi Maxim, If you are not seeing some cool asci-art Flex Logo in your build, you are not using the flex-sdk-converter that should kick in automatically. This is probably due to the fact that we haven’t released that yet and it is only available as a SNAPSHOT version from the ASF Maven repo. In o

Re: PDO vs mysqli Web Service Return Values

2017-04-07 Thread bilbosax
I'll look into it and post back. Even if I were to do it, I am not sure that I would understand what I am looking at as I am pretty sure it will not look like an array flowing through the network to my eyes. But I have never done it so we will see. -- View this message in context: http://apache

Re: Anyone using IntelliJ for Flex Dev?

2017-04-07 Thread Gary Yang
Just use Grade Fx plugin, Google it, it's perfect with intelliJ On Fri, Apr 7, 2017, 7:27 AM Michael Gaston wrote: > Hello, Smart People: > > I do not use IntelliJ for Flex Dev. However, I wish to offer my services > as a web developer. I have one year experience and my GPA is 3.7 from a > regio

Re: Anyone using IntelliJ for Flex Dev?

2017-04-07 Thread Michael Gaston
Hello, Smart People: I do not use IntelliJ for Flex Dev. However, I wish to offer my services as a web developer. I have one year experience and my GPA is 3.7 from a regionally accredited university. I can program all kinds of web pages. I have skills in the following languages and frameworks:

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

2017-04-07 Thread DarrenEvans
I think the staticRenderHandler is a red herring, FTETextField sets event listeners up to call that method on every RENDER and ENTER_FRAME so we'd expect that to be called all the time. Here are some screenshots that may provide some more insight and make things a bit clearer from what I'm seeing

Compiling flex project using maven

2017-04-07 Thread Maxim Solodovnik
Hello All, I'm trying to create my first project using this [1] guide Unfortunately it fails with following error: [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] Unresolveable build extension: Plugin net.flexmojos.oss:flexmojos-maven-plugin:7.1.0 or one of its d

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

2017-04-07 Thread DarrenEvans
Tom Chiverton wrote > Graphics drivers ? Maybe acceleration is disabled ? I did wonder about graphic drivers. All the machines I've seen this happen on are touch screens. However, the client's machine are not touch screen. Hardware acceleration is on for the machines I've played around with. Iron

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

2017-04-07 Thread DarrenEvans
Alex Harui wrote > "Other" includes "Other (activities such as garbage collection, event > processing, and so on)" It's not GC (that has it's own activity which can be seen) it's the sub section activity "Runtime Overhead" Alex Harui wrote > If you have a debugger on it, I would just wait until

Re: Flexmojos Maven Apache Flex Error 1014

2017-04-07 Thread Christofer Dutz
Hi Rodolpho, I think the problem might be that you have “create-rsl” in an SWF project, I would simply remove that execution. Another thing is that unfortunately things have changed in Maven and now one bug we have been relying on heavily has been “fixed”. The thing is that using non-standard sc

Re: Anyone using IntelliJ for Flex Dev?

2017-04-07 Thread Paul Moreau
I recently switched from FB to IntelliJ also. For the most part the switch was fairly pain free but I do find the auto complete & syntax highlighting to be a bit buggy particularly in blocks in my mxml files. My main issue is this one : https://youtrack.jetbrains.com/issue/IDEA-106027 which ther

Re: PDO vs mysqli Web Service Return Values

2017-04-07 Thread Tom Chiverton
Can you put WireShark or something on the network and see what the decoded network traffic looks like ? Tom On 07/04/17 08:02, bilbosax wrote: I'm at a loss because a var_dump of the mysqli and PDO results show the EXACT same result structure. If they are the same, why does flex not see the

Re: SWF Debugging in Visual Studio Code

2017-04-07 Thread Silvije Mudri
Thank you!  Silvije ‎   Originalna poruka   Šalje: Josh Tynjala Poslano: četvrtak, 6. travnja 2017. 22:07 Prima: users@flex.apache.org Odgovor za: users@flex.apache.org Predmet: Re: Re: SWF Debugging in Visual Studio Code I cannot say for sure when ANE support will be implemented. When I start wo

Re: PDO vs mysqli Web Service Return Values

2017-04-07 Thread bilbosax
I'm sure that I could do that. I could pull the object into AIR and typecast and break it into an arraycollection, but that just feels sloppy and inefficient and slow. The web service structure was set up to help you typecast your incoming data so you get exactly what you want from your database. I