From: Ralph T. <ra...@gm...> - 2005-10-30 00:24:34
|
Hi Adobe-source, I want to use Eve to do the layout in my list view widget. I plan on doing this by making a scrolled view which contains an Eve layout, and my dynamically adding and removing widgets from the layout. Currently I can simulate removing items from my list by hiding them, but I'd like to be able to remove them properly. It seems like I should just be able to add a method to Eve to erase the view_proxy_t so that the functions in the signal suite won't be called when calculating any more (and then I can just delete my widget, or make the assemblage do it). Is this correct? Thanks, Ralph |