Ondrej Kelle
chakracore-delphi now contains WasmSample, a new sample project using ChakraCore to load and run a WebAssembly module (in this case, an implementation of Conway’s Game of Life). It’s based on Colin Eberhardt’s blog post Writing… … Read more
6 years ago in chakracore, Delphi, fpc, Lazarus, wasm0
blong
Some Delphi users building iOS applications have been thwarted by a…, well let’s be polite and call it a bit of an annoyance, when building their applications. What should just be an informational message about… … Read more
6 years ago in Delphi, iphone0
zarkogajic
The TListView Delphi control displays a list of items in a fashion similar to how Windows File Explorer displays files and folders. The ReadOnly property of a List View, determines whether the user can modify… … Read more
6 years ago in Delphi, tlistview, windows messages0
zarkogajic
In my previous post, Coding a Game of Memory in Delphi – OOP Model, I’ve been developing the model, aka the back end, for the Memory (Match Up, Concentration, …) game. The idea was to… … Read more
6 years ago in Delphi, games, oop, tgridpanel, User Interface0
blong
This year at CodeRage 2018 I presented a session on Creative Delphi Debugging Techniques.Other than my speaking volume being a bit quiet, it generated a number of very nice comments about the subjects covered so… … Read more
6 years ago in Delphi0
blong
Sometimes when a new product is released there are a few ‘teething issues’. That certainly seems to be the case with RAD Studio 10.3 Rio. Both Delphi and C++Builder are hitting a few problems on… … Read more
6 years ago in CPlusPlus, Delphi0
zarkogajic
Memory, Match Up, Concentration … there are many names for a simple card game I’m certain you’ve been playing with your friends at some point during your childhood. I’m also certain you are still playing… … Read more
6 years ago in Delphi, games, oop0
David
A week ago, we released RAD Studio 10.3. Since then, I’ve had many people asking when Bookmarks and Navigator are going to be updated for it! The answer is soon. I had hoped this weekend,… … Read more
6 years ago in Delphi0
blong
Just when I thought conference season was over, CodeRage 2018 came rapidly into view!I like CodeRage – there’s always a good range of session subjects to choose from, and alwyas a range of good speakers… … Read more
6 years ago in Delphi0
gabr42
On December, 6th I’ll be showing all that is new and shiny in 10.3 Rio to anyone that happens to pass by!Join me in Ljubljana at 9:30 in the “standard” venue … just don’t forget… … Read more
6 years ago in cbuilder, Delphi, presentations, RAD Studio0
gabr42
Hear, hear, new OmniThreadLibrary is here!Version 3.07.6 brings official support for Delphi 10.3 Rio, few changes and bugfixes.You can get it now on git, download the ZIP archive, install it with Delphinus or with GetIt.For… … Read more
6 years ago in Delphi, multithreading, OmniThreadLibrary, Open Source0
blong
RAD Studio 10.3 Rio has just been released for General Availability, as you’ll have doubtless learned from the spree of blog posts on the subject. This is a great new release with a lot of… … Read more
6 years ago in android, CPlusPlus, Delphi0
GunSmoker
We are pleased to announce Black Friday and Cyber Monday 25% discount on any of our EurekaLog products using the coupon code found below. The sale starts on Black Friday (23 November) and ends at… … Read more
6 years ago in Delphi, EL 7.x, non-technical0
gabr42
Today I was porting some legacy code and noticed a weird warning:Weird warning, I thought. Obviously the loop variable can be passed as a var parameter as the code compiles. Why a warning and not… … Read more
6 years ago in definitely not best practices, Delphi, programming0
Ondrej Kelle
I’ve just pushed some updates to chakracore-delphi. A new feature worth mentioning is support for inheritance (I mean Javascript-style, “prototypical inheritance”) in both directions. Suppose the following hierarchy: First, here is Shape the “supercl… … Read more
6 years ago in chakracore, Delphi, fpc0