No effects for DGColumn.  Maybe tween the width to 0 then make it invisible.

Alex Harui
Flex SDK Developer
Adobe Systems Inc.<http://www.adobe.com/>
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Tino Dai
Sent: Tuesday, November 24, 2009 10:13 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Does datagridcolumn have hide/show or 
hideEffect/showEffect



Hi All,

     I am wondering does the DataGridColumn have a hideEffect/ShowEffect style 
setting? I wanted to
have a wipeleft effect when somebody clicks on a column. I have been trying:

var dgc:DataGridColumn = new DataGridColumn();
var wipeOut:WipeLeft = new WipeLeft();

public function wipeOutFunc(event:MouseEvent):void {
     dgc.setStyle("hideEffect",wipeOut); // also tried "hide","show", and 
"showEffect to no effect
     dgc.visible = false;
}

Thanks in advance,
-Tino

PS: Not complete code.

Reply via email to