RE: Frustrations on anchor=15 resizing not happening until I go off the page and come back to it

2018-08-23 Thread Dave Crozier
t Subject: Re: Frustrations on anchor=15 resizing not happening until I go off the page and come back to it On 2018-08-22 11:21, Richard Kaye wrote: > Is the chart container magically zooming when you activate the 2nd > page? If so, what code is executing at that time? I used EVENTTRACKING t

Re: Frustrations on anchor=15 resizing not happening until I go off the page and come back to it (SOLVED)

2018-08-23 Thread Charlie-gm
I was going to suggest .lockscreen but I see you already found it :) The .lockscreen approach will usually take care of a lot of visual oddities (I used it frequently with OCX components).  Recall that VFP "draws" its own display, and does not use the underlying Windows "controls", etc. So,

RE: Frustrations on anchor=15 resizing not happening until I go off the page and come back to it (SOLVED)

2018-08-22 Thread Richard Kaye
...@mbsoftwaresolutions.com Sent: Wednesday, August 22, 2018 12:18 PM To: profoxt...@leafe.com Subject: Re: Frustrations on anchor=15 resizing not happening until I go off the page and come back to it (SOLVED) On 2018-08-22 10:43, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: > VFP9SP2 using FoxCharts (1

Re: Frustrations on anchor=15 resizing not happening until I go off the page and come back to it (SOLVED)

2018-08-22 Thread mbsoftwaresolutions
On 2018-08-22 10:43, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: VFP9SP2 using FoxCharts (1.37 and 1.46beta) I've got FoxCharts working somewhat in my testing so far, but I can't get the first showing page to fully resize automatically and some trickery I've tried is driving me nuts.

Re: Frustrations on anchor=15 resizing not happening until I go off the page and come back to it

2018-08-22 Thread mbsoftwaresolutions
On 2018-08-22 11:21, Richard Kaye wrote: Is the chart container magically zooming when you activate the 2nd page? If so, what code is executing at that time? I used EVENTTRACKING to tell me. I set ET on in the pag1.Deactivate and turned it back off in the pag1.Activate (so when I navigated

RE: Frustrations on anchor=15 resizing not happening until I go off the page and come back to it

2018-08-22 Thread Richard Kaye
Subject: Frustrations on anchor=15 resizing not happening until I go off the page and come back to it VFP9SP2 using FoxCharts (1.37 and 1.46beta) I've got FoxCharts working somewhat in my testing so far, but I can't get the first showing page to fully resize automatically and some trickery I've

Frustrations on anchor=15 resizing not happening until I go off the page and come back to it

2018-08-22 Thread mbsoftwaresolutions
VFP9SP2 using FoxCharts (1.37 and 1.46beta) I've got FoxCharts working somewhat in my testing so far, but I can't get the first showing page to fully resize automatically and some trickery I've tried is driving me nuts. See 20-second demo showing my frustration:

Re: Resizing

2015-03-04 Thread mbsoftwaresolutions
On 2015-02-25 14:01, Sytze de Boer wrote: I use *CodeMine Stretchy-Resize Control *Copyright 1999, Soft Classics, Ltd. All Rights Reserved. I've tried other resizers but I found this one met all my criteria, especially once I figured out how to auto resize subsequent forms. i.e. if the user

Re: Resizing

2015-03-04 Thread Sytze de Boer
No, a smallish vcx only On Thu, Mar 5, 2015 at 6:35 AM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: On 2015-02-25 14:01, Sytze de Boer wrote: I use *CodeMine Stretchy-Resize Control *Copyright 1999, Soft Classics, Ltd. All Rights Reserved. I've tried other resizers but I found

RE: Resizing

2015-02-25 Thread Chris Davis
Oh yes relative anchoring seems to do what I want I hadn't done that extra click. Thank you. -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Laurie Alvey Sent: 25 February 2015 12:18 To: profoxt...@leafe.com Subject: Re: Resizing What about using

RE: Resizing

2015-02-25 Thread Darren
Davis Sent: Wednesday, 25 February 2015 11:10 PM To: profoxt...@leafe.com Subject: Resizing What's the best resize out there which will keep all controls in their oringal positions etc just making everything bigger ... would need to support containers ... Thanks Chris

Re: Resizing

2015-02-25 Thread Laurie Alvey
What about using anchoring? Laurie On 25 February 2015 at 12:10, Chris Davis chr...@actongate.co.uk wrote: What's the best resize out there which will keep all controls in their oringal positions etc just making everything bigger ... would need to support containers ... Thanks Chris.

RE: Resizing

2015-02-25 Thread Chris Davis
Thanks Richard the anchor thing seems to be working a treat for me but I will keep it in mind. -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: 25 February 2015 13:08 To: profoxt...@leafe.com Subject: RE: Resizing You might want

Resizing

2015-02-25 Thread Chris Davis
What's the best resize out there which will keep all controls in their oringal positions etc just making everything bigger ... would need to support containers ... Thanks Chris. __ This email has been scanned by the Symantec

RE: Resizing

2015-02-25 Thread Richard Kaye
: Resizing What's the best resize out there which will keep all controls in their oringal positions etc just making everything bigger ... would need to support containers ... Thanks Chris. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance

RE: Resizing

2015-02-25 Thread Richard Kaye
[mailto:profoxtech-boun...@leafe.com] On Behalf Of Chris Davis Sent: Wednesday, February 25, 2015 8:15 AM To: profoxt...@leafe.com Subject: RE: Resizing Thanks Richard the anchor thing seems to be working a treat for me but I will keep it in mind. -Original Message- From: ProfoxTech

Re: Resizing

2015-02-25 Thread Koen Piller
Hi, anchors for resizing objects. than use Greg Reichert's Style class to change Fontsize, -Name, -Colour, -Attribute all over your form, particulary handy when you make a poss-application for a bigger-screen than originaly coded. You can find Greg's class at: Changing Colors and Styles

RE: Resizing

2015-02-25 Thread Chris Davis
In their original relative positions to each other I think I meant -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Darren Sent: 25 February 2015 12:18 To: profoxt...@leafe.com Subject: RE: Resizing If you keep everything in their original positions

Re: Resizing

2015-02-25 Thread Sytze de Boer
re-adjust. On Thu, Feb 26, 2015 at 2:42 AM, Koen Piller koen.pil...@gmail.com wrote: Hi, anchors for resizing objects. than use Greg Reichert's Style class to change Fontsize, -Name, -Colour, -Attribute all over your form, particulary handy when you make a poss-application for a bigger

RE: Weird Grid Resizing

2015-02-02 Thread Dave Crozier
: Weird Grid Resizing I have a grid with 8 columns. I set the column widths in the init and also set moveable and resizeable to .f.. The grid is displaying a cursor. When I requery the cursor and reset the record source the cursor data displays but the columns are all resized! I can't find

Re: Weird Grid Resizing

2015-02-02 Thread Jeff Johnson
Johnson Sent: 02 February 2015 14:11 To: profox@leafe.com Subject: Weird Grid Resizing I have a grid with 8 columns. I set the column widths in the init and also set moveable and resizeable to .f.. The grid is displaying a cursor. When I requery the cursor and reset the record source

RE: Weird Grid Resizing

2015-02-02 Thread Dave Crozier
... I should have added ... set it back to what it should be after the requery... Dave -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Dave Crozier Sent: 02 February 2015 14:14 To: ProFox Email List Subject: RE: Weird Grid Resizing Jeff, Reset

Weird Grid Resizing

2015-02-02 Thread Jeff Johnson
allow bizarre resizing like this and there is nothing in any of the methods. Any ideas? -- Jeff Jeff Johnson j...@dcsoftware.com (623) 582-0323 Please reply to j...@san-dc.com! Visit our forum at www.san-dc.com/forum Register and join in the discussion

Re: Weird Grid Resizing

2015-02-02 Thread Peter Cushing
anything that would allow bizarre resizing like this and there is nothing in any of the methods. Any ideas? I've had this a few times on the odd form and never really got to the bottom of it. I was also setting the grid up at design time and assigning record source and column in the init

RE: Weird Grid Resizing

2015-02-02 Thread Dave Crozier
No problem at all That one usually catches people out! Dave -Original Message- From: ProFox [mailto:profox-boun...@leafe.com] On Behalf Of Jeff Johnson Sent: 02 February 2015 14:22 To: profox@leafe.com Subject: Re: Weird Grid Resizing That worked Dave! Thanks! On 2/2/2015 7:14

How to prevent form resizing horizontally

2013-12-27 Thread MB Software Solutions General Account
VFP9SP2 I want this form to be allowed to be resized vertically but not horizontally. I know there's a trick to this, done in the Mover event perhaps? tia, --Mike ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: How to prevent form resizing horizontally

2013-12-27 Thread Mike Copeland
Just set the min and max width values to whatever size you want it to be. Done. Mike C Original Message Subject: How to prevent form resizing horizontally From: MB Software Solutions General Account mbsoftwaresoluti...@mbsoftwaresolutions.com To: profoxt...@leafe.com Date

Re: How to prevent form resizing horizontally

2013-12-27 Thread MB Software Solutions General Account
On Sat, December 28, 2013 12:18 am, Mike Copeland wrote: Just set the min and max width values to whatever size you want it to be. Done. Sheesh. Yep...it was even easier than I thought! Thanks! ___ Post Messages to: ProFox@leafe.com Subscription

sysmetric function and form resizing

2012-12-11 Thread Rafael Copquin
after I call a secondary form, to make a special calculation. When focus returns to the main form, the size is all screwed up. I need to know how to automatically doubleclick the top band, so even if it does not show, the resizing class operates and shows the whole form properly. Is there any

RE: sysmetric function and form resizing

2012-12-11 Thread Tracy Pearson
, the resizing class operates and shows the whole form properly. Is there any method/property that I can use? Or any special trick that escapes me? Rafael Copquin Rafael, When a user Dbl-Clicks on the Caption band.. I believe this is the TitleBar that also has the Min/Max buttons

Re: sysmetric function and form resizing

2012-12-11 Thread Rafael Copquin
doubleclick the top band, so even if it does not show, the resizing class operates and shows the whole form properly. Is there any method/property that I can use? Or any special trick that escapes me? Rafael Copquin Rafael, When a user Dbl-Clicks on the Caption band.. I believe

Re: sysmetric function and form resizing

2012-12-11 Thread Tracy Pearson
Rafael Copquin rcopq...@fibertel.com.ar wrote: Thanks for your reply You're right, it is called the TitleBar (I had just forgotten that and in haste, I called it the caption band :-[ ). I tried using the windowstate property, but it does not work well in some monitors. That is why I want to

Want grid to stay in middle of page when resizing

2011-06-13 Thread MB Software Solutions, LLC
VFP9SP2 I have a grid on a page in a pageframe. Pageframe has anchor property set to 15 (width and height resizable). Can this be done for the via the Anchor property or must I use custom code? I thought I'd tried many Anchor values but without success. tia, --Mike -- Mike Babcock, MCP

Re: Want grid to stay in middle of page when resizing

2011-06-13 Thread Grigore Dolghin
Set the Grid's anchor value to 768. On Mon, Jun 13, 2011 at 3:22 PM, MB Software Solutions, LLC mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: VFP9SP2 I have a grid on a page in a pageframe.  Pageframe has anchor property set to 15 (width and height resizable).  Can this be done for the

Re: Want grid to stay in middle of page when resizing

2011-06-13 Thread MB Software Solutions, LLC
On 6/13/2011 8:50 AM, Grigore Dolghin wrote: Set the Grid's anchor value to 768. Perfect...thanks, Grigore! -- Mike Babcock, MCP MB Software Solutions, LLC President, Chief Software Architect http://mbsoftwaresolutions.com http://fabmate.com http://twitter.com/mbabcock16

RE: Want grid to stay in middle of page when resizing

2011-06-13 Thread Grigore Dolghin
You're welcome, Mike. Anytime. -Original Message- From: profoxtech-boun...@leafe.com [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Monday, June 13, 2011 11:14 PM To: profoxt...@leafe.com Subject: Re: Want grid to stay in middle of page when resizing

RE: Want grid to stay in middle of page when resizing

2011-06-13 Thread Rick Schummer
Mike, I have a grid on a page in a pageframe. Pageframe has anchor property set to 15 (width and height resizable). Can this be done for the via the Anchor property or must I use custom code? I thought I'd tried many Anchor values but without success. Have you tried the Anchor Builder?

Resizing Forms

2007-11-30 Thread Kent Belan
Hello, I am have a hard time trying to get forms to resize correctly. I am using a resize class that seems to work ok, but some of the labels in front of text boxes jump all over the place. Other labels follow the text boxes fine. All the properties on the labels are the same so it is very weird.

RE: Resizing Forms

2007-11-30 Thread Kent Belan
All the Anchors are set to 0 ... I deleted the bad labels and added them back and now they are working ok ... weird. How do I get the sub forms to resize if the main form is maximized or minimized? Thanks, Kent Hi Kent, but some of the labels in front of text boxes jump all over the place.

RE: Resizing Forms

2007-11-30 Thread Christof Wollenhaupt
Hi Kent, but some of the labels in front of text boxes jump all over the place. Sounds like Anchor is not 0 for some of the labels. When you resize or move a control, you first have to set Anchor to 0, then move/resize the control, then restore the old value for Anchoring. -- Christof

Re: Resizing spinners

2007-11-16 Thread Brian Abbott
Personally I think the spinner resizing horizontally would look better but everyone to their own taste I guess. Thanks anyway. Alan Bourke wrote: Brian, ACA Systems wrote: Do other people get the same effect? Anyone know how to work round it so that the 'spinner' part resizes in proportion

Resizing spinners

2007-11-15 Thread Brian, ACA Systems
I've been playing around with resizing spinners (vfp8 and 9) and have found that, horizontally, only the textbox part resizes - not the actual 'spinner'. The result if the control size is increased is that the 'spinner' looks tall and narrow. Do other people get the same effect? Anyone know

Re: Resizing spinners

2007-11-15 Thread Alan Bourke
Brian, ACA Systems wrote: Do other people get the same effect? Anyone know how to work round it so that the 'spinner' part resizes in proportion? I think that horizontally it looks much better if just the textbox resizes. Vertically, I can't see any other way that it could resize apart

RE: [NF] Amazing new Image Resizing

2007-08-29 Thread Michael Madigan
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Crozier A short video about the new technology for image resizing by Adobe. But it’s not JUST resizing as it incorporates object removal and image insertion. The results are really awesome, especially if you’ve ever struggled to remove

RE: [NF] Amazing new Image Resizing

2007-08-29 Thread Allen
The modern world thinking Allen -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Madigan Sent: 29 August 2007 20:38 To: [EMAIL PROTECTED] Subject: RE: [NF] Amazing new Image Resizing That's perfect for divorced couples. You can cut out your ex

RE: [NF] Amazing new Image Resizing

2007-08-29 Thread Michael Madigan
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Madigan Sent: 29 August 2007 20:38 To: [EMAIL PROTECTED] Subject: RE: [NF] Amazing new Image Resizing That's perfect for divorced couples. You can cut out your ex and still save the Hawaii vacation photos

RE: [NF] Amazing new Image Resizing

2007-08-29 Thread Allen
Image Resizing This will make the doctored photos coming out of the Middle East even less likely to be detected. At some point it will be completely impossible to tell a doctored photo from an undoctored photo. No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.484

Re: [OT] Amazing new Image Resizing

2007-08-29 Thread Ricardo Aráoz
Michael Madigan wrote: This will make the doctored photos coming out of the Middle East even less likely to be detected. At some point it will be completely impossible to tell a doctored photo from an undoctored photo. So take note blokes. Those pictures of Mike, they are all doctored.

Anchoring\Resizing a Grid above a Listbox

2007-08-17 Thread Garry Bettle
Howdy, Hope this email finds you all well - roll on the weekend. I'm trying to add an anchor to my form objects to facilitate resizing, and I've come across a small problem. This is in VFP 9, SP 1. I have a grid on the form, which I've set the Anchor property to 15 ( Resize height and width

Re: Anchoring\Resizing a Grid above a Listbox

2007-08-17 Thread Tracy Pearson
The obj above needs a relative bottom - anchor=75 The obj below needs a relative top - anchor=30 HTH, Tracy Garry Bettle wrote: Howdy, Hope this email finds you all well - roll on the weekend. I'm trying to add an anchor to my form objects to facilitate resizing, and I've come across

Re: Anchoring\Resizing a Grid above a Listbox

2007-08-17 Thread Garry Bettle
On 8/17/07, Tracy Pearson wrote: The obj above needs a relative bottom - anchor=75 The obj below needs a relative top - anchor=30 HTH, Tracy Sorry for the delay in my reply... that certainly does the trick! Thanks again and have a great weekend. Cheers, Garry