Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Peter Hahmann #1
Tree updateDisplayList issue
Hi, I'm facing following issue.
I'm using a tree binded to a xmllistcollection. I'm applying a filter funtion
to this collction, but the items are just updated at the tree by expanding or
collapsing branches.
I already tryed to use invalidateDisplayList.. or validateDisplayList... but
this was unsuccsessful.
Does anybody have any clue?
thanks,
peter
Peter Hahmann Guest
-
UIComponent's updateDisplayList();
does a UIComponent have the state 'upSkin', 'overSkin', 'downSkin', etc (and is this property accessible during updateDisplayList()? -
Help needed for a Tree issue
Hi All, Please help me with an issue of my tree. My tree populates its nodes dynamically from an ArrayCollection which is fed through http... -
Tree re-draw issue
The problem is as follows. We have a Tree. Its dataProvider is a filtered ListCollectionView. Each item of dataProvider collection is an object... -
Flex 2B2 updateDisplayList cascading
Hello: (I posted this to the wrong forum previously) I am developing a custom component in Flex2, with sub-components that need moving and... -
Pod::Tree
Hey all, I wanna implement a weighted tree in perl, Pod::Tree looks like it'll help, but what's POD actually stand for? And are they are any... -
Peter Hahmann #2
Re: Tree updateDisplayList issue
treeListagem.invalidateList();
Did the job!
Peter Hahmann Guest



Reply With Quote

