[flexcoders] recurse tree and set selectedNode

2006-08-23 Thread kengaree
Hello, I am trying to reset the selectedNode property on the tree control after I have changed a value in the dataProvider with this retrieveNode() function... private function retrieveNode(theNode):TreeNode{ for(var index in theNode.getChildNodes()){ var node:TreeNode =

Increment Date

2005-02-08 Thread kengaree
Is there a way to increment the date in either the date object or the datefield control? Example: Jan 31, 2005 + 1 = Feb 1, 2005 Thanks, Ken