Silverfrost Forums

Welcome to our forums

Resizing multiple controls with %pv

13 Jun 2006 3:16 #723

Is it possible to resize several controls automatically using %pv. I have a resizeable window containing two edit boxes - one is a multi-line edit occupying all of the window, except for a single-line at the bottom. I can get the main edit to resize with the window by preceding it with a %pv, however the edit at the bottom does not resize - I'd like it to have the same width as the upper edit, but just be 1 line high.

I guess I could do this by handling the window resize message and manually resizing the lower control ? Any suggestions ?

Thanks

13 Jun 2006 5:10 #725

Alan

Have you considered using %st between %ob[status] and %cb?

Please login to reply.