Bo Peng wrote: > There is one trick here. Session Geometry is released when it is used > once (to save a few bytes of ram), you will need to change a previous > call to load(key, false) to be able to load it again.
Sorry, I don't understand. Could you elaborate? > What session file provies you are: > > Toolbar x, y, window width, height and isMaximized. I think this is > enough information for you to determine if two toolbars can be put in > the same line, Yes, I tried to use WindowWidth and WindowHeight. > and you would better restore overlapped toolbars as in > the previous session. The order toolbars are loaded is an issue > though. I thought about storing the order and let the line be handled by the width calculation (for now). Jürgen