Board index » delphi » !Looking for a TPolygon or enhanced TShape component - DELPHI 1.0

!Looking for a TPolygon or enhanced TShape component - DELPHI 1.0

Can you help?

I am a writing a graphic editor using DELPHI 1.0 and need either a TPolygon
component or an enhanced TShape that will allow me to create polygons or
polylines at runtime and allow me to select them at will using MouseDown,
MouseOver and MouseUP events.

Thanks in advance for any help you can offer.
________________________________________
Richard Sutcliffe
BSc Computing
Leeds Metropolitan University

Mail: rsutcli...@enterprise.net
Web: http://homepages.enterprise.net/rsutcliffe

 

Re:!Looking for a TPolygon or enhanced TShape component - DELPHI 1.0


Hi,

there's a component on dsp sunsite.icm.edu.pl/delphi

--
Jean-Luc
jl...@club-internet.fr

Rick <rsutcli...@enterprise.net> wrote in article
<01bc2ecd$23af5dc0$0100007f@default>...

Quote
> Can you help?

> I am a writing a graphic editor using DELPHI 1.0 and need either a
TPolygon
> component or an enhanced TShape that will allow me to create polygons or
> polylines at runtime and allow me to select them at will using MouseDown,
> MouseOver and MouseUP events.

> Thanks in advance for any help you can offer.
> ________________________________________
> Richard Sutcliffe
> BSc Computing
> Leeds Metropolitan University

> Mail: rsutcli...@enterprise.net
> Web: http://homepages.enterprise.net/rsutcliffe

Re:!Looking for a TPolygon or enhanced TShape component - DELPHI 1.0


Quote
Rick wrote:

> Can you help?

> I am a writing a graphic editor using DELPHI 1.0 and need either a TPolygon
> component or an enhanced TShape that will allow me to create polygons or
> polylines at runtime and allow me to select them at will using MouseDown,
> MouseOver and MouseUP events.

Look at the source for the TShape class and you'll find that it's quite
easy to extend it to draw other shapes, you just need to know the
correct formulas and the IDE handles the sizing. Add some drag'n'drop
code and you can slot 'em in at run-time as use them like drawing
objects. C'mon, trapping mouse events ain't hard.....I know you can do
it buddy.....you wrote START 95!

______________________________________

Imran Ali
mailto:im...@enterprise.net
http://people.whowhere.com/pages/imran
______________________________________

Other Threads