DelphiDigest
65 subscribers
226 photos
13 videos
11 files
1.09K links
Download Telegram
Watch "Primeiros passos com ExtAngular" on YouTube
https://youtu.be/BIUCp2v6RQE
Бесплатный вебинар. Практика создания мобильного приложения с FGX Native
11 июля 2019 12:00 МСК.
http://forms.embarcadero.com/FGXNative
Бесплатный вебинар.
ExtWebComponents: Ext JS компоненты в любом приложении
18 июля 2019 12:00 МСК.
http://forms.embarcadero.com/ExtWebComponents
Webinar: Introduction to FmxLinux - Delphi's FireMonkey for Linux Solution
Presenters: Jim McKeeth
Session: Tuesday, Jul 9th, 2019 12:00 PM - 1:00 PM CT
https://register.gotowebinar.com/register/7090006518033574924?source=email
#ObjectPascalNotes

Object Pascal uses a single pass compiler, so it cannot paste in the code of a function it hasn't compiled yet.
Steve Tendon.

Steve has been interested in the performance of IT teams and organizations for many years. His work goes back to the 90’s when he experienced, first-hand, what a hyper performing team feels like during his stint at Borland International.

Borland famously fought off Microsoft in one of the most competitive markets in the 90’s: the code editor and compiler market.
https://github.com/andrea-magni/TFrameStand/tree/TSubjectStand

TFrameStand / TFormStand news:
- TFormStand now have its own icon (bluish);
- TFormStand component editor is now available;
- FrameStandPackage splitted into runtime and designtime (10.3 Rio)
Webinar staff to everyone

Q:
Isn't the update subscription required to be Enterprise or Architect?

A:
Update Subscription comes with your purchase, but expires after a year. So if your purchsed over a year ago and didn't renew then you wouldn't have it anymore.
#Q&A
Q:
From your point of view, when / how / how likely is Arm (Pi) support likely to be added (for FMXLinux & also normal non-GUI Linux on Pi)

A:
I would love for it to happen and am always pushing for it. But it isn't on the roadmap yet.
Q:
That's not my question. I have Delphi professional with update for the next three years. I am under the impression that I need to have Enterprise or Architect to download this

A:
Ah, sorry I misunderstood. FmxLinux requires the Delphi for Linux compiler, which is only included in Enterprise and Architect.
Q:
Is this now fully native code? The previous effort needed a run-time.

A:
It is fully native. Just a single binary is deployed. Later I'll show you how to add a Desktop Entity to create a launcher with icon, etc.
Q:
A lot of great info (thanks), but too much to take in at once. How soon will the slides/replay be up do you think?

A:
I'll have the slides online later today. Replay might be a week or so.
Q:
Had one small issue when using WSL + X410 - not able to debug through PAServer - but program runs fine - not really supported setup - I know - or maybe just me making a mistake :D

A:
I noticed the same thing, but decided not to try covering it today. It is an issue for port binding. Since Windows Subsystem for Linux is technically running on the same machine as Windows you are trying to bind twice to the same port with the IDE and PAServer. So it gets a conflict (at least that is what I think is happening)