RE: [Non-DoD Source] Grouping arrayCollection

2016-05-26 Thread Kessler CTR Mark J
Do you mean using filterFunction[1] to only show one set/group of the rows at a time? myAC.filterFunction = myFilterFunction; public function myFilterFunction(item:Object):Boolean { if (String(item.name) == "A") { //show return true; } //hide return false;

problem with binding

2016-05-26 Thread mark goldin
I have the following code: protected function bindRevisionHistory():void { for each (var item:* in chartVBox.getChildren()){ if (item is HistoryChart){ BindingUtils.bindProperty(item, 'revisionHistoryVisible', _projectHistoryModel, 'showProjectRevisionHistory'); } } } This function is called when

Re: Flex MySQL Connector

2016-05-26 Thread Nemi
Check your files encoding. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Flex-MySQL-Connector-tp12744p12774.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: problem with binding

2016-05-26 Thread Alex Harui
On 5/26/16, 9:02 AM, "mark goldin" wrote: >_projectHistoryModel.showProjectRevisionHistory Is there a lot of code behind this property? Sounds like it isn't coded up propertly. -Alex

Re: problem with binding

2016-05-26 Thread mark goldin
No, it was a Boolean flag. But I decided not to use Binding. On Thu, May 26, 2016 at 1:59 PM Alex Harui wrote: > > > On 5/26/16, 9:02 AM, "mark goldin" wrote: > > >_projectHistoryModel.showProjectRevisionHistory > > Is there a lot of code behind this property? Sounds like it isn't coded > up p

Re: [FLEXJS] Cordova Update

2016-05-26 Thread Alex Harui
On 5/25/16, 1:36 PM, "Peter Ent" wrote: >Hi, > >I've created a new Wiki to address using Cordova and FlexJS with Flash >Builder[1]. I created a couple of launch configurations for Flash Builder >which will be installed with FlexJS. One configuration builds your FlexJS >application into a Cordov

Re: [FLEXJS] Cordova Update

2016-05-26 Thread Peter Ent
I'll make the appropriate changes. The page was started before the launch configurations and I should move that information further done in case someone wants to change their configuration. I will find a similar page and reference it. ‹peter On 5/26/16, 4:34 PM, "Alex Harui" wrote: > > >On 5/25