Les trucs et astuces d'un développeur Pascal
Parmi les nombreuses possibilités de déploiement des projets FireMonkey, Delphi propose la diffusion en direct en utilisant les fonctionnalités de notarization imposées par (…) … Read more
4 years ago 0
Larry Hengen
In case you were wondering, GetIt appears to be down at the moment. I went to take 5 minutes to update a bug report, and I needed to install FmxLinux to do so, only to… … Read more
4 years ago in Delphi0
jpluimers
A while ago, I needed the opposite of InvRegistry.RegisterInterface(TypeInfo(MySoapInterfacePortType, ‘urn:myURN’, ‘utf-8’);, so instead of registering an interface with a namespace URN, obtain the URN by passing the interface inverting [WayBack] TInvokableClassRegistry.RegisterInterface. This is the class… … Read more
4 years ago in Conference Topics, Conferences, Delphi, Development, Event, SOAP/WebServices, Software Development0
Les trucs et astuces d'un développeur Pascal
Si vous avez l’habitude d’utiliser des bases de données SQLite dans vos projets vous avez dû voir plusieurs modifications dans les dernières versions de Delphi. La premi (…) … Read more
4 years ago 0
jpluimers
Given a Delphi build-VM with enough CPU cores to run many builds in parallel: [WayBack] GitHub – gabr42/MultiBuilder: Runs multiple programs in parallel, shows results. Much more on this at [WayBack] The Delphi Geek: Introducing MultiBuilder…. … Read more
4 years ago in Delphi, Development, Software Development0
Ian Barker
Here are the slides and links for the “Fluent UI” session at the Desktop First Summit. I’ll link to the replay here when it becomes available. Be sure to catch my other session: “How to… … Read more
4 years ago in Uncategorized0
Andrea Magni
A friend recently started two open source projects I consider very interesting for the Delphi community. IconFontsImageList and SVGIconImageList projects, by Carlo Barazzetta (Ethea), are available on GitHub.com. They enable Delphi developers to make a… … Read more
4 years ago in Delphi, English, Uncategorized0
Les trucs et astuces d'un développeur Pascal
Les 16 et 17 septembre se tient la conférence “Desktop First UX Summit”. J’en ai rapidement parlé en présentant les conférences de la fin de l’anné (…) … Read more
4 years ago 0
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