Hello Jens, On Mon, 24 Dec 2007 00:45:35 +0100 GMT (24/12/2007, 06:45 +0700 GMT), Jens Franik wrote:
JF> the Filtermanager is going to mix Entrys or Display with lot of Space JF> between or if you resize the Window it Displays actual Entry over JF> other Entry, see: This is not new. Ever since the New Filtering System (NFS) was introduced, TB! makes some unnecessary loops in the code and uses too many Windows handles. The display will loop through all conditions if you add one, and some other bugs. This will become apparent the more conditions you have. There is more than just the display, as you will see when you have more conditions (my filters have between 2 and 100 conditions). Workaround: Instead of: Sender "contains" Parameter1 OR Sender "contains" Parameter 2 OR Sender "contains" Parameter 3 OR ... use only one condition: Sender "contains any of" Parameter1 Parameter2 Parameter3 ... This will also cure the display problem you have discribed. -- Cheers, Thomas. Und heisst Du nicht Willi, dann rauch' ich im Wald. http://thomas.fernandez.hat-gar-keine-homepage.de/ Message reply created with The Bat! 4.0.0.2 (ALPHA) under Windows XP 5.1 Build 2600 Service Pack 2 ________________________________________________________ Current beta is 3.99.29 | 'Using TBBETA' information: http://www.silverstones.com/thebat/TBUDLInfo.html

