Re: Mwresize

2015-03-07 Thread William Pew
began to design form in 800*600 and with mwresize they match screen resolution automatically but it is not always beautiful : things can become too big. Si I have modified Markus'class to limit the 'growing ratio'. What I have done is built a form class with the mwresize in it; I added

Re: Mwresize

2015-03-06 Thread Sytze de Boer
, 2015 at 11:20 AM, William Pew b...@msn.com wrote: Hi Tracy! Thanks for the quick reply. Actually what I'm trying to do is 'automate' a feature that's already built into mwresize. If you right click the resizer tab in the bottom right hand corner of the form mwresize pops up a small menu

RE: Mwresize

2015-03-06 Thread Tracy Pearson
William Pew wrote on 2015-03-06: Hi Tracy! Thanks for the quick reply. Actually what I'm trying to do is 'automate' a feature that's already built into mwresize. If you right click the resizer tab in the bottom right hand corner of the form mwresize pops up a small menu of choices

Mwresize

2015-03-06 Thread William Pew
Hello, again! Here we go with yet another resizer question. I have not been able to find a drop in automatic resizer to handle screen resolution differences among computers. If anyone knows of one I'd be very interested - problem solved. Failing that, I've been using mwresize

RE: Mwresize

2015-03-06 Thread Tracy Pearson
. Failing that, I've been using mwresize for interactive screen resizing. It works beautifully. I thought if I could find a way to pass the vcx a parameter to have it resize the form to a particular percentage of the original size when the form is called this would be close enough. I have no idea

Re: Mwresize

2015-03-06 Thread Jean MAURICE
Hi William, as I am an old foxer, I began to design form in 800*600 and with mwresize they match screen resolution automatically but it is not always beautiful : things can become too big. Si I have modified Markus'class to limit the 'growing ratio'. What I have done is built a form

Re: Mwresize

2015-03-06 Thread William Pew
Hi Tracy! Thanks for the quick reply. Actually what I'm trying to do is 'automate' a feature that's already built into mwresize. If you right click the resizer tab in the bottom right hand corner of the form mwresize pops up a small menu of choices (75%, 85%, 95%, etc) which, when you make

Another Problem with the MWResize Implementation

2013-05-15 Thread Kurt Wendt
On this one screen, I have these field Labels that are all Right Justified - but, if you Resize the screen - the labels are no longer lined up. I just did another Test - with another column of labels on the same Screen - I LEFT Aligned them - ran a test - and they stay aligned when the screen

RE: Another Problem with the MWResize Implementation

2013-05-15 Thread Tracy Pearson
Kurt Wendt wrote on 2013-05-15: On this one screen, I have these field Labels that are all Right Justified - but, if you Resize the screen - the labels are no longer lined up. I just did another Test - with another column of labels on the same Screen - I LEFT Aligned them - ran a test

RE: Another Problem with the MWResize Implementation

2013-05-15 Thread Kurt Wendt
Hey Tracy - thanks for your input. Seems to me that the Resizer does NOT respect that the Labels Should be Right Aligned. So - here was my problem work around (and maybe I was the ONE to cause part of the problem) - and maybe it will help others who end up trying to use the MWResizer tool.

RE: FOCUS the MWResize implementation...

2013-04-01 Thread Kurt
[mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Friday, March 29, 2013 4:38 PM To: profoxt...@leafe.com Subject: RE: FOCUS the MWResize implementation... I'm inserting a handful of lines into code into a much larger method so not sure if a download is really the best way to go

RE: FOCUS the MWResize implementation...

2013-04-01 Thread Richard Kaye
. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Sent: Monday, April 01, 2013 9:49 AM To: profoxt...@leafe.com Subject: RE: FOCUS the MWResize implementation... Hey - GREAT RK - I just tried it out - and the Font sizing problem no longer

RE: FOCUS the MWResize implementation...

2013-04-01 Thread Kurt
Sounds good to me! Thanks again for your help on this. -K- -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Monday, April 01, 2013 9:58 AM It's always good to get independent corroboration. It works on my system is one of those

Re: FOCUS the MWResize implementation...

2013-04-01 Thread MB Software Solutions, LLC
On 4/1/2013 9:57 AM, Richard Kaye wrote: It's always good to get independent corroboration. It works on my system is one of those things I like to avoid before saying I have a solution to a problem. I'll check the details of MW's license, if any, and put up a patched version in Ed's download

RE: FOCUS the MWResize implementation...

2013-03-29 Thread Richard Kaye
, March 28, 2013 1:36 PM To: profoxt...@leafe.com Subject: RE: FOCUS the MWResize implementation... I think I have a different solution and will post here after I do a bit more testing. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Sent

Re: FOCUS the MWResize implementation...

2013-03-29 Thread MB Software Solutions, LLC
On 3/29/2013 9:20 AM, Richard Kaye wrote: Seems to be working reasonably well. Here's what I did. In the resizeControl method, I added a test to see if the control passed in is a textbox in a column. If it is, I set the fontsize value to the column fontsize, bypassing the calculation.

Re: FOCUS the MWResize implementation...

2013-03-29 Thread Kurt @ VR-FX
I totally agree w/Mike - it should be on the Downloads page - albeit - the explanation of the How Why will probably be longer than the Code Snippet itself! I will DEFINITELY Implement it on Monday! -K- On 3/29/2013 9:57 AM, MB Software Solutions, LLC wrote: On 3/29/2013 9:20 AM, Richard

RE: FOCUS the MWResize implementation...

2013-03-29 Thread Richard Kaye
I'm inserting a handful of lines into code into a much larger method so not sure if a download is really the best way to go. Here's what I've added to the resizeControl method: After this line right at the top of the method - lcControlName = m.This.GetName( m.toControl ) Add this: LOCAL

RE: FOCUS the MWResize implementation...

2013-03-28 Thread Richard Kaye
I think I have a different solution and will post here after I do a bit more testing. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Sent: Wednesday, March 27, 2013 5:15 PM To: profoxt...@leafe.com Subject: RE: FOCUS the MWResize

MWResize implementation

2013-03-27 Thread Richard Kaye
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

RE: MWResize implementation

2013-03-27 Thread Kurt
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

Re: MWResize implementation

2013-03-27 Thread MB Software Solutions, LLC
On 3/27/2013 4:01 PM, Kurt wrote: Does this mean that in order for the ReSizer stuff to work right - that I MUST Get Out of VFP7 - and stick w/VFP9??? Why would you want to stay in VFP7 anyway especially when VFP9 is an option?? It's not like the EULA is any friendlier. -- Mike

RE: MWResize implementation

2013-03-27 Thread Richard Kaye
-Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Sent: Wednesday, March 27, 2013 4:01 PM To: profoxt...@leafe.com Subject: RE: MWResize implementation Hey there RK, Yes - I've been starting to use this a Lot - both in this small system we have (that my

RE: MWResize implementation

2013-03-27 Thread Kurt
: Wednesday, March 27, 2013 4:13 PM To: profoxt...@leafe.com Subject: RE: MWResize implementation There were so many improvements to the grid control alone in VFP 9 that I would run to get out of 7. Not to mention much better support for more current versions of Windoze. I'm still poking at the active

FOCUS the MWResize implementation...

2013-03-27 Thread Kurt
??? TIA, -K- -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Sent: Wednesday, March 27, 2013 4:19 PM To: profoxt...@leafe.com Subject: RE: MWResize implementation Mike - U the EULA Thing - thanks for a Chuckle! RK - I hear both of you - why bother

RE: FOCUS the MWResize implementation...

2013-03-27 Thread Richard Kaye
There is an activecontrol property of the form container that you should be able to query. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Sent: Wednesday, March 27, 2013 5:08 PM To: profoxt...@leafe.com Subject: FOCUS the MWResize

RE: FOCUS the MWResize implementation...

2013-03-27 Thread Kurt
with my Kid for his Spring Break - and my regular Friday extra day off! L8r, -K- -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Sent: Wednesday, March 27, 2013 5:08 PM To: profoxt...@leafe.com Subject: FOCUS the MWResize implementation... I hope

RE: FOCUS the MWResize implementation...

2013-03-27 Thread Richard Kaye
columns as the column values appear to remain consistent with the form sizing. Still poking... -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Kurt Sent: Wednesday, March 27, 2013 5:15 PM To: profoxt...@leafe.com Subject: RE: FOCUS the MWResize

Re: FOCUS the MWResize implementation...

2013-03-27 Thread Kurt @ VR-FX
...@leafe.com Subject: RE: FOCUS the MWResize implementation... Spoke TOO Soon - as I JUST found the Sys(18) command, as well as the Active Control Property - are both options I should be able to use to run a TEST to try and make a work-around for this Resizer problem w/Grid Active Cell. Will be back

MWResize debugging fun

2013-03-06 Thread Richard Kaye
For anyone following along, I 've narrowed it down to the saveOriginalSize method where it attempts to add a property on the fly. My suspicion is the property is already there and attempting to add the same property causes the C5 error. More to come... -- rk

RE: MWResize debugging fun

2013-03-06 Thread Tracy Pearson
Richard Kaye wrote on 2013-03-06: For anyone following along, I 've narrowed it down to the saveOriginalSize method where it attempts to add a property on the fly. My suspicion is the property is already there and attempting to add the same property causes the C5 error. More to come... --

RE: MWResize debugging fun

2013-03-06 Thread Richard Kaye
To: profoxt...@leafe.com Subject: MWResize debugging fun For anyone following along, I 've narrowed it down to the saveOriginalSize method where it attempts to add a property on the fly. My suspicion is the property is already there and attempting to add the same property causes the C5 error. More