by Newtone - Product Type: Component / ActiveX OCX / VCL
I used the trial version of ResizeKit2 in Delphi XE and added some code to make the resizer adjust the font size and header heights of a number of non-Delphi TMS Smooth Panels and Smooth TabPagers. The resizer did the resizing jobs perfectly but the application started triggering "Invalid floating point" errors upon displaying pages with those components on them. I removed the resizer and no more crashes. Anybody run into this problem and know how to fix it? I'd really like to use this component and not have to mess with scaling, aligning, margins, etc..to resize everything. All ideas welcome.
Reply
Is there any way to get this control to install under Windows 7?
We have new systems and still in the process of upgrading all applications from VB6 and are required continue to make modifications to the applications that use the Resize control. Can't get it to install.
Any help would be appreciated.
Thanks,
Vickie
Reply
Hey great component. (I tested it against one other resizing component and I belive ResizeKit does a better job! Anyway.)
Main form with ReisizeKit dropped on. I have a TCombobox dropped on the form. In code I have a decendent of TCombobox that I create as follows:
cbxYear and cbxMonth are both TCombobox.
procedure TMyForm.FormCreate(Sender: TObject);
begin
MYDD := TDoubleDateDD.Create(Self);
Mydd.BoundsRect := cbxYear.BoundsRect;
MyDd.Parent := cbxYear.Parent;
MyDd.MonthComponent := cbxMonth;
FreeAndNil(cbxYear);
end;
Now MyDd is located where cbxYear was but ResizeKit does not know it, and when resizing the form it does not resize.
Question: How do I tell ResizeKit about this component?
TIA,
Andy
Reply
RE: Adding components to ResizeKit in code... andyts [USA] 22-Aug-2007 23:47:34
Figured it out. Just give the component created in code that replaces the design time component a valid name:-)
Thanks for a great component.
Andy
Reply
Hey great component. (I tested it against one other resizing component and I belive ResizeKit does a better job! Anyway.)
Main form with ReisizeKit dropped on. I have a TCombobox dropped on the form. In code I have a decendent of TCombobox that I create as follows:
cbxYear and cbxMonth are both TCombobox.
procedure TMyForm.FormCreate(Sender: TObject);
begin
MYDD := TDoubleDateDD.Create(Self);
Mydd.BoundsRect := cbxYear.BoundsRect;
MyDd.Parent := cbxYear.Parent;
MyDd.MonthComponent := cbxMonth;
FreeAndNil(cbxYear);
end;
Now MyDd is located where cbxYear was but ResizeKit does not know it, and when resizing the form it does not resize.
Question: How do I tell ResizeKit about this component?
TIA,
Andy
Reply
ComponentSource offers a unique global service, used by over 1,000,000 software developers worldwide.