RE: [flexcoders] Using CheckBox as ItemEditor

2007-02-13 Thread James T. Riffe
Try this: From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dmiramontesval Sent: Tuesday, February 13, 2007 5:35 PM To: flexcoders@yahoogroups.c

RE: [flexcoders] RESKINNING AN Alert

2007-02-11 Thread James T. Riffe
I'm looking for a way to re-skin the Alert popup. If anybody has a way to-do it an example would be nice. I've tried taking the Alert into a private function, however backgroundAlpha, background colors and text colors don't seem to be available. I'll have to assume if this can't be done either thro

RE: [flexcoders] drag/drop question

2007-02-05 Thread James T. Riffe
Are you using a ArrayCollection as a dataprovider? James From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of darvon4u Sent: Monday, February 05, 2007 9:43 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] drag/drop question We're trying to re-rank the collectio

RE: [flexcoders] binding a data grid column to a text input control

2007-01-19 Thread James T. Riffe
You will need to bind it to the dg.selectedItem. _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Roger Ross Sent: Friday, January 19, 2007 10:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] binding a data grid column to a text input control Hell