Вниз
Скачать: CL | DM;

Application.OnIdle := MoveBall;   Найти похожие ветки 

 
zeddy   (2003-11-24 21:20) [0]

What is the KOL equivalent for Application.OnIdle event?
I have a mck form, an imagelist and a paitbox. I have loaded a bitmap picturing a tennis ball.
How can i move the ball on the form"s surface, up and down, if i have no .OnIdle event?
Is there a secret windows message that i can track to get this kind ov eventloop ?

Thanks


 
Vladimir Kladov   (2003-11-24 21:48) [1]

RegisterIdleHandler, KOL 1.85+.

But it is possible (and better) to use in OnTimer: PaintBox1.Invalidate;

and move your balls in PaintBox1.OnPaint.

Or even more better to change ball position in OnTimer, and in OnPaint just repaint it.


 
Gandalf ©   (2003-11-25 10:06) [2]

Look throw in old topics - you can find full answer on english


 
puky   (2003-11-25 21:16) [3]

It is better to use kol Thread object, you can reach maximum posibble redraw speed.



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.034 c
14-1082786750
Mr.Credo
2004-04-24 10:05
2004.05.16
Shareware


1-1083224549
denpro
2004-04-29 11:42
2004.05.16
Меню и MDI


11-1069751193
Ал
2003-11-25 12:06
2004.05.16
Сделал .hlp с помощью MS Help Workshop. Под Win XP - глюк!


1-1083299977
zsv
2004-04-30 08:39
2004.05.16
Win98-WinXP


3-1082555985
Сказочник
2004-04-21 17:59
2004.05.16
Почему не обновляются данные?




   Наверх