Delphi For PHP Forums       


Go Back   Delphi-PHP Forums > Delphi For PHP > Tutorials
Forum Jump Register FAQ Members List Downloads Search Today's Posts Mark Forums Read

Tutorials This forum focuses on showing people how to do things in Delphi for PHP including step by step how-to guldes and screencasts etc.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 29th June 2009, 16:20
just Joined!
 
Join Date: Jun 2009
Posts: 2
Snuppy is on a distinguished road
Question Draw in Delphi (usee timer)

Hello!
Hello!

The line draw in delphi (use timer):

Code:
var x1,x2,y1,y2:integer;
t:extended;
procedure TForm1.Button1Click(Sender: TObject);
begin
timer1.enabled:=true;
x1:=10;x2:=100;
y1:=100;y2:=140;
t:=0;
end;

procedure TForm1.Timer1Timer(Sender: TObject);
var x,y:integer;
begin
if t<=1 then
begin
x:=round((1-t)*x1+t*x2);
y:=round((1-t)*y1+t*y2);
PaintBox1.Canvas.Pixels[x,y]:= clRed;
t:=t+0.01;
end
else
timer1.enabled:=false;
end;

bet help me - how draw RECTANGLE in Delphi rectangle (use Timer).

Thanx.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 29th June 2009, 17:24
delphi-php's Avatar
Forum Admin
 
Join Date: Mar 2007
Location: London, UK
Posts: 599
delphi-php has a reputation beyond reputedelphi-php has a reputation beyond reputedelphi-php has a reputation beyond reputedelphi-php has a reputation beyond reputedelphi-php has a reputation beyond reputedelphi-php has a reputation beyond reputedelphi-php has a reputation beyond reputedelphi-php has a reputation beyond reputedelphi-php has a reputation beyond reputedelphi-php has a reputation beyond reputedelphi-php has a reputation beyond repute
Default

Snuppy,

This is a PHP programming forum (Delphi for PHP). It is not a Delphi (Object Pascal) programming forum.

Regards,
Gerald.
__________________
Don't forget to add to a users reputation if they have helped you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 29th June 2009, 19:04
just Joined!
 
Join Date: Jun 2009
Posts: 2
Snuppy is on a distinguished road
Default

Vups Sorry
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 23:59.




Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Copyright © 2004 - 2009, G&J Solutions Ltd. All Rights Reserved. terms of use