2009/1/22, Israel Chauca Fuentes <[email protected]>: > Doesn't work. Some redrawing problems occur, but the issue at hand is > the same. > > I noticed something else, when a tab is behind another, if I try to > move the background tab to any direction, the one that moves is the > front tab;
This is normal. The command is associated to the active tab. > also, if the front tab is Board or Games List, it appears > empty at the new location. There is one thing common to Board and Games List windows : I set a delayed procedure to avoid refreshing on the fly too often the windows. This is handled by ::docking::handleConfigureEvent in file win.tcl. If a redraw of the window occured less than 400 ms before the next configure event, it will wait for an elapsed 400 ms after the last event. But it seems you tried to remove this and it does no good. Here I am puzzled because it is the main difference between Beta2 and Beta3 related to window refreshing. I tried on Linux, Windows XP and Vista and can't reproduce this problem. So can a Mac owner try to fix this ? If I manage to find the solution myself, I would not be able to know that I found it. Pascal ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Scid-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scid-users
