Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloads
Search: 

Alternative resize class
Metin Emre, Ozcom Bilgisayar Ltd.
This class an alternative for FoxPro's _resize class. I do it because FoxPro's _resize class resizes all controls except container based controls. I think some controls must be resizable and some controls must be movable with user choice. My class can move all controls and it resizes all the controls except container based controls (it works on pageframes). You can choose to do vertical or horizontal resize or both.
Created on
21 years ago
Downloads
1923
File type
Rating
3.50/5.00
General information
Rating:
3.50/5.00 (2 rates) Rate this item
Description
put your controls tags these: RESIZABLE NOVERTICAL_RESIZE NOHORIZONTAL_RESIZE MOVABLE NOVERTICAL_MOVE NOHORIZONTAL_MOVE VERTICAL_GROUP or store .t. to xresize's AUTO property.
Created by
Metin Emre, Ozcom Bilgisayar Ltd.

Comments
Nice job. Although, I would like to see one addition to it: a new control tags which will freeze the distance from the form's right and bottom edge. Codemine users will know what I mean: Hfollow and Vfollow in control's cReposition property. Sasha Burkich, April 22, 2003

Okey. i had thought centerizing is more important i'll add it. Metin Emre, April 23, 2003

i found this class very nice. i would recommend that class be able to determine when a control RESIZABLE will overwrite other RESIZABLE and maintain a distance between them. what do you think ? John Harold Belalcazar Lozano, June 8, 2006

Thank you John. I moved to VFP9 and I don't use this class anymore because of VFP9's anchor feature. But you can freely update and re-publish this clas what you needed... Metin Emre, June 9, 2006

Add a comment
More downloads created from this member
Metin Emre, Ozcom Bilgisayar Ltd.
There is some pure VFP code for get CPU ID but this code works unstable with some computers. Waits until ten minutes sometimes. This .DLL works fast, get IDE serial too also doesn't require regsrv. If just getting HDD serial enough for you that feature is free. If you also want CPU ID too you have ...
Created on
8 years ago
Downloads
1261
File type
Shareware
Metin Emre, Ozcom Bilgisayar Ltd.
It generates a .PRG file for cursoradapter. So you can use that .prg file with your different forms. There isn't 512 chars barrel anymore. 09-02-10: small bug fix. 04-02-10: small bug fix. 02-02-10: bug fix about long field names. Update: ---------- -added bigint, blob, int support -option ...
Created on
14 years ago
Downloads
2429
File type
Freeware
Metin Emre, Ozcom Bilgisayar Ltd.
You can put right aligned numeric input with your textboxes in your VFP 8 forms with this class. This class is freeware. Also there is an another function version for Foxpro for DOS.
Created on
19 years ago
Downloads
1596
File type
Rating
4.50/5.00
Metin Emre, Ozcom Bilgisayar Ltd.
This library support multilingual use easily. You put it into forms, pageframes and containers and your program will be multilingual. Another way you can do it - put line "caption(this)" in your controls.
Created on
21 years ago
Downloads
1530
File type