I should have mentioned that this is Flex 2 Beta 3.

Sorry,

Steve

On 6/7/06, Steve House <[EMAIL PROTECTED]> wrote:
> 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 --------------------~--> 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/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