Help, I have created a custom ITreeDataDescriptor using a class named
"subject".  Here is the  beginning of the class definition...

public dynamic class subject implements ITreeDataDescriptor
        {

                public var iSubjectId:Number = 0;
                public var iQueueId:Number = 0;
                public var iParentSubjectId:Number = 0;
                public var sSubject:String = "";
                public var iCreatedById:Number = 0;
                public var dtCreated:Date = null;
                public var iDeletedById:Number = 0;
                public var dtDeleted:Date = null;
                public var children:subject[];
...


All of my subjects appear in the tree in the appropriate hierarchy,
but the problem is that all of the items show up as branches including
the end points.  I have tried implementing a custom public function
isBranch(node:Object, model:Object=null):Boolean, and even making it
always return false, but it never change the problem.

Can anyone tell me what I need to do?

Thanks in advance,

Steve House


------------------------ Yahoo! Groups Sponsor --------------------~--> 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to