From: Laurent D. <lau...@ne...> - 2000-08-22 21:48:44
|
On 22 Aug, John Harper wrote: > Laurent Duperval writes: > |$ wish > |% raise . > |% raise . > | > |The first raise command should work fine. The second one takes a few seconds > |to show up. In discussing the bug, there is an explanation of what is > |happening behind the scnes. Maybe someone here can take a look to see if > |this can be fixed in sawfish. > > using the above code, I can't see any bug, can you be more specific > about how to reproduce the problem? > Hmmmm.... It's possible that it's a GNOME problem: # WindowMaker % time {raise .} 11710 microseconds per iteration % time {raise .} 10322 microseconds per iteration % time {raise .} 10483 microseconds per iteration % time {raise .} 11137 microseconds per iteration % time {raise .} 10497 microseconds per iteration # fvwm2 % time {raise .} 2320 microseconds per iteration % time {raise .} 312 microseconds per iteration % time {raise .} 318 microseconds per iteration % time {raise .} 315 microseconds per iteration # E % time {raise .} 6839 microseconds per iteration % time {raise .} 6707 microseconds per iteration % time {raise .} 6883 microseconds per iteration #TWM Under GNOME % time {raise .} 2755 microseconds per iteration % time {raise .} 3904 microseconds per iteration % time {raise .} 2661 microseconds per iteration % time {raise .} 3822 microseconds per iteration # ICE Under GNOME % time {raise .} 16696 microseconds per iteration % time {raise .} 2011383 microseconds per iteration % time {raise .} 2006532 microseconds per iteration # sawfish under GNOME % time {raise .} 12362 microseconds per iteration % time {raise .} 2010147 microseconds per iteration % time {raise .} 2008609 microseconds per iteration % time {raise .} 2011134 microseconds per iteration E under GNOME shows the same type of behaviour as ICE: when the window is first raised, it takes no time. But if it is raised and you try to raise it again, it takes about 2 seconds. I haven't been able to test sawfish without running GNOME and I haven't been able to test any window manager under KDE. L -- MY EMAIL ADDRESS HAS CHANGED --> UPDATE YOUR ADDRESSBOOK Laurent Duperval "Montreal winters are an intelligence test, Netergy Networks - Java Center and we who are here have failed it." Phone: (514) 282-8484 ext. 228 -Doug Camilli mailto:lau...@ne... Penguin Power! -- The TclCore mailing list is sponsored by Ajuba Solutions To unsubscribe: email tcl...@aj... with the word UNSUBSCRIBE as the subject. |