Link to home
Start Free TrialLog in
Avatar of Unixers
Unixers

asked on

Need Delphi Component for "Drawing Canvas & Image Dragging"

Hello all,

I'm using C++Builder 2010.
May i know whether the following task possible in c++ builder or not?, by using 3rd party tools if possible.

I'me having advertisement magazine published every week.
We publish text and image advertisement.
We use Adobe InDeisign to design the pages in the magazine.
Now we need to make software to reduce the time in designing.

My magazine page size is 30 x 100 cm.

We are going to make a software that will take details of advertisements from the user and align on the page. And with one click of a button the program gives output in pdf, jpg or any other format.

The program should automatically adjust the ads for page and we should have options to move freely drag and align the ads over the page, just like a drawing surface.

Please suggest any components avaiable

Can you experts pls suggest us.

Anticipating reply.

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Emmanuel PASQUIER
Emmanuel PASQUIER
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Unixers
Unixers

ASKER

No, i think you didn't get what i mentioned.

I'm looking for a drawing surface, where i can drag images on to it and having programmatically align them on the drawing surface.

Thanks
I understood perfectly what you wanted, and the solution I provided is the best and easiest way to achieve it.
how can you drag images on a canvas if they have not different windows handle ? you wish to capture all mouse events for you single surface and compare mouse coordinates with the positions of your drawn images ? what's the point ? Why not use panel & TImage components ?
This question has been classified as abandoned and is being closed as part of the Cleanup Program.  See my comment at the end of the question for more details.