Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2004.05.16;
Скачать: 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 вся ветка

Текущий архив: 2004.05.16;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.066 c
14-1082957791
Alx2
2004-04-26 09:36
2004.05.16
"Спросите Касперского"


3-1082641651
Nebiyev
2004-04-22 17:47
2004.05.16
Как поместить картинку в базу данных?


3-1081932454
AndrewK
2004-04-14 12:47
2004.05.16
Как обратиться к DBF через ADO напрямую без ODBC?


8-1077631750
Neep
2004-02-24 17:09
2004.05.16
Кто знает как вписать текст в прямоугольник


1-1083326170
ЮрийК
2004-04-30 15:56
2004.05.16
util pas to c (or other lang) with sources - есть ли?