 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Chris Krohn Guest
|
Posted: Tue Feb 21, 2006 2:03 pm Post subject: Delphi Form Designer Type Functionality |
|
|
I'm working on a project where I need to have functionality equivilant to the Delphi form
designer. I need to be able to create components (not delphi components) that have a
graphical image and then be able to drop them on a form or panel, move them around, resize
them, get properties for them, etc. I don't know what this type of functionality would
even be called so I don't know where to start looking. Can someone give me some ideas as
to where to find sample code or components, or even theory.
Thanks!
Chris |
|
| Back to top |
|
 |
Marko Binic Guest
|
Posted: Tue Feb 21, 2006 4:03 pm Post subject: Re: Delphi Form Designer Type Functionality |
|
|
Hi!
You can take a look at JVCL, they have some runtime designer components. I
think LMD has some components like that too.
You can also try my SizeComps, they're runtime-resizable/movable shapes
(rectangle, square, ellipse and circle) derived from TGraphicControl, you
can use the OnPaint event to draw whatever you want onto their canvas'
(buttons, edits, etc...). Take a look at http://mxs.bergsoft.net .
Regards
Marko |
|
| Back to top |
|
 |
Roddy Guest
|
Posted: Fri Feb 24, 2006 9:03 am Post subject: Re: Delphi Form Designer Type Functionality |
|
|
"Chris Krohn" <chris at krohn dot org> wrote in message
news:f95mv1hr9u3gvefg9c1s98456itpsvpg98 (AT) 4ax (DOT) com...
| Quote: | I'm working on a project where I need to have functionality equivilant to
the Delphi form
designer. I need to be able to create components (not delphi components)
that have a
graphical image and then be able to drop them on a form or panel, move
them around, resize
them, get properties for them, etc.
|
LMD DesignPack. www.lmd.de
It leverages existing VCL data structures, functions and streaming
mechanisms. The components that you place/edit with it MUST be delphi
components in the broadest sense - descended from TComponent. that means you
can use standard ones, or even write your own.
- Roddy |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|