Larry Hengen
It’s been a couple of years since I made the jump to Ubuntu 18.04 LTS as my primary operating system, thanks in no small part to Windows 10 updates and BODs. It all started when… … Read more
4 years ago in Delphi, hcOPF0
jpluimers
To prevent a screen-saver from kicking in [WayBack] jiggling the mouse – twm’s blog: My solution then is this procedure: procedure JiggleMouse; var Inpt: TInput; begin Inpt.Itype := INPUT_MOUSE; Inpt.mi.dx := 0; Inpt.mi.dy := 0;… … Read more
4 years ago in Delphi, Development, Power User, Software Development, windows0
Embarcadero
“This book will make you a faster Delphi developer, it doesn’t matter if you are just starting out, or have been using Delphi since version 1, you will find all sorts of tips, tricks and… … Read more
4 years ago in book, Books, Delphi, Learn, object pascal, programming0
jpluimers
If I ever need a thread pool in Delphi, then I need to look at this class: [WayBack] iocp-delphi/ThreadPool.pas at master · tondrej/iocp-delphi · GitHub. Via: [WayBack] Don’t lose time with a known Delphi bug affecting TParallel.Join… … Read more
4 years ago in Delphi, Development, Software Development0
John McDonald
Monday 21 September at 6 for 6:15pm start. We met online, instead of meeting at the Shed. Malcolm Groves from Code Partners showed his CodeBindings open source library open source library. The repository is at… … Read more
4 years ago in Delphi, LiveBindings, Meetings, Melbourne0
jpluimers
Reminder to self to install this to more than just the main dev VM as it combines DProjNormalizer and DProjSplitter, then adds a few more features: [WayBack] Keep Your Project Files Clean With Project Magician –… … Read more
4 years ago in Delphi, Development, Software Development0