[lazarus] Application.OnIdle

2005-09-12 Thread Bogusław Brandys
Hi, I want something like password protect application when there is no input or mouse move for a selected period of time.How and if I can use Application.OnIdle OnEndIdle for this ? I know that under Win32 there is API for this but I want it to be Linux also. Also,I managed to check Lazarus

Re: [lazarus] Application.OnIdle

2005-09-12 Thread Tony Maro
Lord Satan wrote: I am using Ubuntu myself but I installed GTK1 and never tried to build Lazarus with GTK2 support so I cannot help you there. AHA! I always knew there was something evil about Ubuntu! If Lord Satan uses it, that just confirms my suspicions ;-) As far as I can see

Re: [lazarus] Application.OnIdle

2005-09-12 Thread dannym
Hi, Am Montag, den 12.09.2005, 10:45 +0200 schrieb Bogusław Brandys: Hi, I want something like password protect application when there is no input or mouse move for a selected period of time.How and if I can use Application.OnIdle OnEndIdle for this ? I know that under Win32 there is API