On 3/5/2013 4:31 PM, Dave Thayer wrote:
On Tue, Mar 5, 2013 at 2:01 PM, Kurt <[email protected]> wrote:

Now my boss gets on my case today. He claims that the system should have
screens that are sizable. Like - if people are working on BIG Monitors -
that the screens should be expandable to fill the screen. Of course, doing
Data entry like that - means all fields & labels must scale dynamically -
and move dynamically. Needless to say - he wants an ENTIRE System converted
in MINIMAL time - so, something fancy like that - I told him its just NOT
VIABLE!

Try a resizer control for your form. I like Markus Winhard's mwResize
<http://www.ios.mu/prolib/VFP/mwResize50.zip>.

From its README.TXT:

How to use it:

Drop it on a form or form class in any place (it positions itself at runtime).
The only code snippet you really need is this:

in Form.Resize:
  *********************************
  m.This.mwResize1.Resize( m.This )
  *********************************

The only thing you have to add to your project is the mwResize class library.
The other files are only for demonstration purposes (see mwResize' zz_ReadMe()
method).

Super simple, and you'll look like a genius!

hth

dt


Dave,

Does this handle adjusting the font sizes as well or just the width/height of the objects?

Thanks,
--Mike



--
Mike Babcock, MCP
MB Software Solutions, LLC
President, Chief Software Architect
http://mbsoftwaresolutions.com
http://fabmate.com
http://twitter.com/mbabcock16

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to