Exactly. I'm trying to understand why
public function getChildIndex(child:FlowElement):int
{
var hi:int = _numChildren-1;
// one hole here - if child is null and this has no
children then we'll
return 0
if (hi <= 0)
return _singleChild == child ? 0 : -1;
_singleChild and child are different, but I think this is something beyond
my ability. :)
-----
Apache Flex PMC
[email protected]
--
View this message in context:
http://apache-flex-development.2333347.n4.nabble.com/DISCUSS-Release-Apache-Flex-4-14-0-tp43390p43754.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.