Fixed Frame-size Ignored

When I create a frameset and specify a frame width of 75 pixels for example, I notice that the frame size will vary if I make the window larger or smaller on the Notes client.

I first noticed this in R5 and now I’m running R6.0.1 with the same behavior. It is difficult to design nice graphical interfaces when the frame size varies for differing resolutions even when specifying a fixed frame size.

Anyone have a fix for this or has anyone else noticed this?

Thanks!

Subject: Fixed Frame-size Ignored

Make sure that the other frame is set to “relative” rather than “percent”. If one is in pixels and the other is in percent, the two measures will fight for control.

Subject: My Man, Stan

Thanks! You solved the problem. I don’t know how I overlooked that.