Hey there RK, Yes - I've been starting to use this a Lot - both in this small system we have (that my Boss wants to run on a Tablet) - and also as part of the Re-Write of this OLD BIG system we have (which currently runs under Windows but the screens are code running in windows that look like DOS w/White Text on Blue background). This old system, for the time being - was being re-written under VFP7. However, the small App that can also run on a Tablet - is being updated & compiled under VFP9 - because of a Strange Crashing that happens on the Tablet - that was resolved simply by compiling the App & running under VFP9 instead of 7.
So - after reading your thoughts below - I started to take a 2nd look at the implementation of this Class - and whether its working right. After a bunch of tests - I noticed some of the problems you mentioned. On one screen (in the BIGGer App running under VFP7) - the Font Wierdness on the Active Cell of a Grid was NOT happening. But, then I played around with the App for the Tablet - and sure enough I saw that problem with the Font in the Active Cell in the Grid. Very strange indeed. Even as I was writing thing - I started thinking of a possible work around for this problem. If I come up with anything - I will be sure to post my results here. I noticed another thing. The Grids in the BIG App (under VFP7) did NOT respond the same way as the Grids in that Smaller App (VFP9). Then I took at look at the Grids on each - and I saw that the VFP9 had that Anchor property - which does NOT Exist under VFP7. Of course, until it was mentioned around here - I never really played with that property. But, it seems - with this Resizer stuff - that Anchor MUST come into play... Does this mean that in order for the ReSizer stuff to work right - that I MUST Get Out of VFP7 - and stick w/VFP9??? -K- -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Richard Kaye Sent: Wednesday, March 27, 2013 1:27 PM I'm making good progress in reworking my main application to use this class and am looking forward to being able to put it in the hands of my users in the not too distant future. So far, most of the gotchas revolve around grids (surprise, surprise...) but there are a few other things. For example, fonts in textboxes scale best if IntegralHeight is .t. If using anchor values, things seem to work better if they are reset to 0. One of the things that is puzzling me at the moment is the font of the active cell in a grid textbox scaling inappropriately (i.e. smaller or larger than the surrounding controls). When I resize the form and the active control is a cell in a grid, the font size of that cell gets wacky. Restoring the form to its original size does not restore the font. Has anyone else decided to try using this class, and if so, what issues are you running into in your implementation? TIA -- rk _______________________________________________ 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/D4D6A17680594FD79061D027376289C3@Programming2 ** 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.

