Armin Roehrl wrote: > Hi all, > > I use the FXSplitter to split my windows into two > parts. Using the mouse I can now adjust the two > halfs (group1, group2) of the window as I like. > > Suppose I want to set this new value again when > I restart the application. How do I specify that > group one should be 90% of the window-size? Hi, Armin! I'm still clumsy with Fox, but here's a thought. Maybe you can find the width of the parent, then manually calculate the widths of group1 and group2 and set them. By the time I looked up the method names, you'd have figured it out anyway. :) Hal