1. ReSizE
- Posted by Robsz2 at aol.com Mar 29, 2002
- 365 views
--part1_ba.2391d5be.29d6c239_boundary How can I make my programs to where they still look right after being resized? Is it possible? --part1_ba.2391d5be.29d6c239_boundary <HTML><FONT FACE=arial,helvetica><FONT SIZE=2>How can I make my programs to where they still look right after being resized? --part1_ba.2391d5be.29d6c239_boundary--
2. Re: ReSizE
- Posted by Dan Moyer <DANIELMOYER at prodigy.net> Mar 30, 2002
- 364 views
Rob, There is an example included with Win32Lib, "Button3.exw", which shows how to some degree. It also takes whatever text you want to put into a button and auto-sizes the button to fit the text. (The internal description of the program is not accurate, though, it pertains to an earlier simpler version from which it was developed.) Here's part of it: procedure onResize_Win(atom flag, integer w, integer h) -- Whenever the window is resized, this routine -- ensures that the button are anchored to the -- bottom righthand corner. Dan Moyer > Robsz2 at aol.com wrote: > > How can I make my programs to where they still look right after being > > resized? > > Is it possible? > > > > > > >