[flexcoders] Reusing Custom ItemRenderer in a DataGrid

2006-10-13 Thread Aaron West
cCheckboxRenderer rendererIsEditor=true editorDataField=cbSelected width=80/>/x-tad-smaller /mx:columns> /mx:DataGrid> | Aaron West | aaron AT trajiklyhip DOT com | http://www.trajiklyhip.com/blog/ | Certified Advanced Adobe ColdFusion MX 7 Developer | Certified Macromedia FlashMX Developer | Adobe Community Expert

Re: [flexcoders] DataGrid HeaderRenderer and DataProvider

2006-10-14 Thread Aaron West
. | Aaron West | aaron AT trajiklyhip DOT com | http://www.trajiklyhip.com/blog/ | Certified Advanced Adobe ColdFusion MX 7 Developer | Certified Macromedia FlashMX Developer | Adobe Community Expert On Oct 13, 2006, at 8:40 PM, jlentz2112 wrote: Hi, I've got an app where I need a DataGrid

Re: [flexcoders] Re: Horizontal alignment of inline checkbox in datagrid component

2006-10-14 Thread Aaron West
ript class that extended the Checkbox class. I essentially rewrote the mxml to equivalent AS3. This is prob. way more info than any of you wanted, but it's something that I struggled with for a few days and having figured out, may save you some time. | Aaron West | aaron AT trajiklyhip DOT com | http://

[flexcoders] Re: DataGrid HeaderRenderer and DataProvider

2006-10-15 Thread Aaron West
) and then writing the appropriate code to manipulate the dataProvider. The article does a good job explain this. http://thesourcecode.org/?p=15 Let me know if you have questions (note, I didn't write the article.) | Aaron West | aaron AT trajiklyhip DOT com | http://www.trajiklyhip.com/blog/ | Certified

Re: [flexcoders] Manipulating data before it populates the DataGrid

2006-10-15 Thread Aaron West
. Or, as suggested you can just use formatters to change *only* the display of specific columns w/o affecting the actual data. | Aaron West | aaron AT trajiklyhip DOT com | http://www.trajiklyhip.com/blog/ | Certified Advanced Adobe ColdFusion MX 7 Developer | Certified Macromedia FlashMX Developer

Re: [flexcoders] Disappearing list items

2006-10-16 Thread Aaron West
Douglas, out of curiosity how come you prefer to not send queries from CF to Flex? Also, what do you do instead? You mentioned converting the query record-set to an Array of Objects or XML. What benefits do you get on the Flex end for doing this considering its more work for CF? | Aaron West

Re: [flexcoders] Disappearing list items

2006-10-16 Thread Aaron West
the FDS - CF Object integration is similar and dissimilar to using your method. Of course your method has nothing to do with FDS, but FDS gives you straight data-type mapping and immediate updates, blah blah. | Aaron West | aaron AT trajiklyhip DOT com | http://www.trajiklyhip.com/blog

Re: [flexcoders] Another DataGrid itemEditor ComboBox challenge

2006-10-19 Thread Aaron West
. | Aaron West | aaron AT trajiklyhip DOT com | http://www.trajiklyhip.com/blog/ | Certified Advanced Adobe ColdFusion MX 7 Developer | Certified Macromedia FlashMX Developer | Adobe Community Expert On Oct 18, 2006, at 11:39 PM, Iko Knyphausen wrote: Finally figured it out: It was a scope

[flexcoders] DataGrid Weirdness with Online Example

2006-10-19 Thread Aaron West
to scroll up and down. As you scroll, other Checkboxes are selected and deselected at random. Incidentally, if you right-click the DataGridExample1 movie you can view the source to see what I'm doing. | Aaron West | aaron AT trajiklyhip DOT com | http://www.trajiklyhip.com/blog/ | Certified

Re: [flexcoders] DataGrid Weirdness with Online Example

2006-10-19 Thread Aaron West
custom AS3 renderer in the overriden clickHandler() function. | Aaron West | aaron AT trajiklyhip DOT com | http://www.trajiklyhip.com/blog/ | Certified Advanced Adobe ColdFusion MX 7 Developer | Certified Macromedia FlashMX Developer | Adobe Community Expert On Oct 19, 2006, at 2:09 PM

Re: [flexcoders] JUST SAY NO to creationPolicy=all !

2006-10-30 Thread Aaron West
Couldn't agree more Gordon. Thanks for the rant and for posting this! | Aaron West | aaron AT trajiklyhip DOT com | http://www.trajiklyhip.com/blog/ | Certified Advanced Adobe ColdFusion MX 7 Developer | Certified Macromedia FlashMX Developer | Adobe Community Expert On Oct 30, 2006