On 11/16/07, Jeffry Houser <[EMAIL PROTECTED]> wrote: > The text label isn't updating. The items that get filtered out become > deselected when you run the filter function.
But why do they become deselected? And although it seems to always happen in my example app, it does not always happen in my real app. Sometimes things are deselected when they're filtered out, and sometimes they are not. That's my REAL problem. People need to be able to select 10 items from a list of 7000 or more, and so they might want to use the filter functionality to find these items.. filter once, select an item, filter again, select another item, filter a third time, select a third time.. and in the end, I want all three items selected. This works SOMETIMES and I cannot for the life of me figure out why. For example, here is my original test, using the checkbox list component. http://www.it.dev.duke.edu/public/CheckBoxListTest.html I just selected item 1 and item 3, then I typed in "item 3" as a filter, and selected item 30. When I removed the filter, all three items are still selected. I tried it a few more times and it worked.. and suddenly, now it's not working.... the items become unselected. And now it's working again. wtf :) Rick -- Rick Root Check out CFMBB, BlogCFM, ImageCFC, ImapCFC, CFFM, and more at www.opensourcecf.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4799 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
