Board index » cppbuilder » Modify dimension of a component at runtime

Modify dimension of a component at runtime


2004-07-08 11:24:33 PM
cppbuilder50
Hi,
I need to modify the dimension of a set of TSpeedButton and other components
at runtime.
The problem is that I would to implement all this like the Borland
enviroment at design time, whit a shape with 8 vertex that can be ancorated
and dragged by mouse.
I've posted an image to attachment newsgroup
Thank and sorry for my bad English
Mario Sernicola
 
 

Re:Modify dimension of a component at runtime

Unless I am mis-understanding you..........
NewButton.Height := 55;
newButton.Width := 66;
NewButton.Top := 0;
etc
etc............
 

Re:Modify dimension of a component at runtime

I mean How Can I draw the frame with 8 vertex around a component and set the
dimension by anchor and drag frame's vertex by mouse
"Ant D" < XXXX@XXXXX.COM >ha scritto nel messaggio
Quote
Unless I am mis-understanding you..........


NewButton.Height := 55;
newButton.Width := 66;
NewButton.Top := 0;

etc
etc............


 

{smallsort}

Re:Modify dimension of a component at runtime

Quote
I mean How Can I draw the frame with 8 vertex around a component and set
the
dimension by anchor and drag frame's vertex by mouse
Not free, but works very well..
www.greatis.com/formdes.htm
John McTaggart
 

Re:Modify dimension of a component at runtime

Am Thu, 8 Jul 2004 17:25:24 +0200 hat Mario Sernicola
< XXXX@XXXXX.COM >geschrieben:
Quote
How can I realize this at runtime in order to set dimension of a
component?

Mario Sernicola



--
best regards
H.E. Angstenberger