From: Raj Sahae Date: 2007-02-23T18:12:27+09:00 Subject: Re: FXTreeList-App crashes When you initially create the application, all children of the app are created automatically. If you add any new children after the initial App.create and you attempt to access/display them, they have to be created, which you have to do manually. I made this mistake before too. Raj J旦rg Abelshauser wrote: > ...has helped ! Thanks a lot! > but it's not obvious from the docs. Whats's the difference between the > constructor and the create-method, the 1st icon , which i commit to the > item doesn't need the create-method ??? > > regards Joerg > >