XMLList ->HierarchicalData->XMLList

2016-04-19 Thread mark goldin
I have an ADG and I am assigning its dataProvider like this: grid.dataProvider = new HierarchicalData(_XMLList); Is there a way of getting back to XMLList from grid.dataProvider? Thanks

Re: AW: AW: BlazeDS, GraniteDS

2016-04-19 Thread Lou
I guess the tone wasn't obvious, I wasn't being serious. Although, I remember "back in the day" when Spring used to package a bunch of dependencies in their own downloads. That was much easier to deal with. Ah well.. -- Lou On Tue, 19 Apr 2016 07:19:54 + Christofer Dutz wrote: > And w

Re: What is this window?

2016-04-19 Thread Alex Harui
If you can find a way to scan systemManager.rawChildren.getChildAt(), you can find out what is on the top of the display list. -Alex On 4/19/16, 8:59 AM, "rodol...@essencialcode.com.br" wrote: >"Search for PopUpManager.addPopUp/createPopUp in your code. " >A: Thanks Clint M but, i don't have th

Re: What is this window?

2016-04-19 Thread rodol...@essencialcode.com.br
"Search for PopUpManager.addPopUp/createPopUp in your code. " A: Thanks Clint M but, i don't have this windows explicity neither place in my code. I really don't know how it is created. "It reminds me of the 'Remote Debugging' dialog that can be made to show up on web based Flash app startup" A

Re: What is this window?

2016-04-19 Thread OmPrakash Muppirala
Weird. It reminds me of the 'Remote Debugging' dialog that can be made to show up on web based Flash app startup. But I've never seen this on a mobile device. Thanks, Om On Tue, Apr 19, 2016 at 8:36 AM, Clint M wrote: > PopUpManager.removePopUp(systemManager.popUpChildren.getChildAt(0)) would

Re: What is this window?

2016-04-19 Thread Clint M
PopUpManager.removePopUp(systemManager.popUpChildren.getChildAt(0)) would probably do it. Better to figure out why/how it's popping up in the first place and not do that. Search for PopUpManager.addPopUp/createPopUp in your code. On Tue, Apr 19, 2016 at 6:38 AM, rodol...@essencialcode.com.br < r

What is this window?

2016-04-19 Thread rodol...@essencialcode.com.br
Can someone tell me what is this strange window, that appears spontaneously after my app starts? How i can remove it? -- View this message in context: http://apache-flex-users.246.n4.nabble.co

Re: Build Flex Mobile Apps with different Assets

2016-04-19 Thread Evyatar Ben Halevi-Arbib
This solution is consisted of two parts (in this example I divide to "web" and "tablet" applications) 1. Have in the compiler settings "Additional compiler arguments" as follows (for "web" application) - -define=CONFIG::tablet,false -define=CONFIG::web,true (This is defined locally in Flash Builde

Re: Build Flex Mobile Apps with different Assets

2016-04-19 Thread chris_d_k
Hello Evyatar, Hello GhaziTriki, do you have an example how you realized it? -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Build-Flex-Mobile-Apps-with-different-Assets-tp12471p12527.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

AW: AW: BlazeDS, GraniteDS

2016-04-19 Thread Christofer Dutz
And what's wrong to download the jars from Maven central (You can do that manually by clicking in a browser) http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.flex.blazeds%22 I could come up with a binary assembly, but you were the first to request this ... so all the others seem to b