Re: mobile phone logo editor

From: Supply and Demand (_at_)
Date: 03/23/04


Date: Tue, 23 Mar 2004 19:41:28 GMT

Sorry for the weird formatting of my previous post...
If you want a .pas-file instead or the entire project, I can send it to you!

"Jörg Schneider" <ng1.5.nekratog@spamgourmet.com> wrote in message
news:c3mo6g$2ahut9$1@ID-72028.news.uni-berlin.de...
> I'd like to write the following program:
> - a simple paint application like a mobile phone logo editor
> - display (canvas) size is about 200x100 Pixels and should be displayed
> as a grid
> - painting should be possible with different tools (brush, circle, square
> etc)
> - 1Bit-display (black/white) is enough
> - saving/loading of images, preferably in bmp, but any other format is ok.
>
> My first thought was to use one TPanel per pixel and keep them in an
array,
> but the handling is pretty cumbersome (e.g. when you hold the mouse button
> to draw a line from the upper left to the lower right)...
>
> Are there any components (especially for the display and/or the tools) or
> complete applications with source for this task?
>
> Thanks in advance,
> Jörg
>
> F'up2 alt.comp.lang.borland-delphi
>
>