Re: [Lazarus] quitar foco a un componente get off focus

2017-07-10 Thread Denis Kozlov via Lazarus
In Delphi, this can be accomplished by TForm.ActiveControl := nil. In Lazarus world, there is no substitute yet. The closest seems to be Windows.SetFocus(0). Bug report: https://bugs.freepascal.org/view.php?id=25396 On 08/07/2017 22:22, hfiandor via Lazarus wrote: Dear colleagues Estimados

Re: [Lazarus] quitar foco a un componente get off focus

2017-07-10 Thread coppolastudio via Lazarus
You can change focus to another control (tcontrol.setfocus) Inviato tramite il client di Posta WPSIl 08/lug/2017 11:25 PM, hfiandor via Lazarus ha scritto: Dear colleagues Estimados listeros: I have a form with a button that get focus to make easy the action. When the action is finished, the but

Re: [Lazarus] Cross OS API Wrappers

2017-07-10 Thread Michael Van Canneyt via Lazarus
On Mon, 10 Jul 2017, R0b0t1 via Lazarus wrote: Hello, I was wondering if cross-platform (Linux, BSD, Windows) wrappers exist for certain goals like "create a system timer" or "use asynchronous IO." A good example would be a class which uses timerfds and epoll on Linux, kqueues and kevent on