RE: [flexcoders] Making button in data grid invisible based on other columns in the data grid row

2009-04-01 Thread Tracy Spratt
Use binding braces: visible={isButtonVisible()} However, if you do not pass in a variable that is bindable, the function will fire only once. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On

[flexcoders] Making button in data grid invisible based on other columns in the data grid row

2009-04-01 Thread Tony Obermeit
I'm trying to control whether a button is rendered programmatically. But the code below returns the following error: Initializer for 'visible': cannot parse value of type Boolean from text 'isButtonVisible()'. Please advise. mx:DataGridColumn headerText=Phone number dataField=phone_number/