[flexcoders] I want to disable a button when NetMonitor is false...

2008-09-10 Thread jason_graves2003
I am trying to disable 2-buttons I have when the netMonitor is false. But I don't really know how to address the buttons. I'm using Cairngorm, The Function looks like this. public function on_connection(event:StatusEvent):void {

[flexcoders] I'm trying to get a value from 1 array based off the ID in another.

2008-08-27 Thread jason_graves2003
Something like this. rankGrade = model.rankArray.RANKABBRIVIATION where model.rankArray.RANKGRADEID = model.student.RANKGRADEID I'm sure this is simple, but I'm at a loss.

[flexcoders] Re: I'm trying to get a value from 1 array based off the ID in another.

2008-08-27 Thread jason_graves2003
a dictionary rather than a simple array. Then, the code above would work as long as model.rankTable used RANKGRADEID values as its key. --- In flexcoders@yahoogroups.com, jason_graves2003 ncnsolutions@ wrote: Something like this. rankGrade = model.rankArray.RANKABBRIVIATION

[flexcoders] Multiple File Uploads... question

2008-07-10 Thread jason_graves2003
I'm trying to figure out the best Flex/Air solution for uploading multiple files via drag drop. I understand the overall concept on how to do this via the front-end, but what's the most efficient way for handling the files on the back-end? We're running CF8, and I'd really like to get away