Re: FlexJS: Getting Uncaught type error

2017-04-25 Thread Alex Harui
Hard to say. You might have to debug into it and tell us what was undefined. There might be more issues with Container than with Group so if you don't need scrolling, try switching Containers to Group. HTH, -Alex On 4/25/17, 12:02 PM, "PKumar" wrote: >Hi, > >I have

Re: Flex app with Angular2

2017-04-25 Thread Justin Mclean
Hi, Depending on the version of CF you are using you can make CFC return JSON easily Either specify returnFormat=“JSON” in the method or append returnformat=json to the URL query string, CF then handles all of the conversation for you, that may be an easier way to go. Thanks, Justin

Re: Flex app with Angular2

2017-04-25 Thread Jeffry Houser
Sounds like a Java problem; so I won't be able to help, personally. I have lots of Angular 2/4 experience lately this year, but minimal Java stuff. Based on what little I understand from dealing w/ ColdFusion, the channels are just a way to tell Flex how to call the services. If I

Re: Flex app with Angular2

2017-04-25 Thread olegkon
Jeffry, >If you have Java experience, and a lot of services already built for the Flex app; >my impulse is to wrap those services to return JSON instead of AMF. >That will probably save you lots of time compared to switching to an entirely new platform. Absolutely agree with you (I have 20

FlexJS: Getting Uncaught type error

2017-04-25 Thread PKumar
Hi, I have downloaded the FlexJS nightly build and compile my examples but getting the following error: Uncaught TypeError: Cannot read property 'apply' of undefined at MyInitialView.get (MyInitialView.js:385) at MyInitialView.org.apache.flex.core.ContainerBase.addedToParent

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

2017-04-25 Thread OK
I have not read the complete thread here so sorry if this is unsuitable. Just in case you don't know it: IBM Ilog Elixier was taken over by Rogue Wave in the past and I think the product is still supported: https://www.roguewave.com/products-services/visualization/elixir Olaf -- View this

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

2017-04-25 Thread DarrenEvans
Alex Harui wrote > It doesn't take a lot of AS to make the player spend a lot of time on the > rendering. You just have to make a few lineTo calls with the right > line-joins. > > Did we eliminate GPU vs non-GPU rendering? Ok, was diverted on to some other stuff but this is still a major issue.

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

2017-04-25 Thread DarrenEvans
clintm wrote > 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). Hiya clintm, thanks for responding. We've had our fair share of memory related problems with the GCOD rearing its ugly head every