-
Content Count
564 -
Joined
-
Last visited
-
Days Won
8
Everything posted by Markus Kinzler
-
How to know that a file is not used by another program?
Markus Kinzler replied to Juan C.Cilleruelo's topic in Cross-platform
If the external program is written by himself then the task can be done with a "lockfile" or with ipc. If not the check for exclusive access in an interval is the next best solution. -
Have a look at this tool: https://github.com/grijjy/GrijjyCloudLogger
-
Is there already a statistic about the new registrations?
Markus Kinzler replied to sh17's topic in Community Management
The number of members is still rising. The start of the Forum was at november october 26th. We cannot expect that the registering rate being high constantly. More important is the number of new topics and posts. Sven asked for a statitics of new users. That was the reason I made this excel chart. When all basics of this forum are done, where be a more meaningful statistic. -
Is there already a statistic about the new registrations?
Markus Kinzler replied to sh17's topic in Community Management
-
firemonkey Compiler Defines for FireMonkey and VCL in inc files.
Markus Kinzler replied to Ugochukwu Mmaduekwe's topic in General Help
The use of a specific library/framework is different than the compilation for different cpus or platforms. Then same compiler is used regardless if it's a vcl or a fmx project. You can even mix up both inside a program. With onboard means Vcl is only available in win32 and win64, but with CrossVCL it can also be used for macOS and Linux targets. -
firemonkey Compiler Defines for FireMonkey and VCL in inc files.
Markus Kinzler replied to Ugochukwu Mmaduekwe's topic in General Help
And it is not appropriate for your problem. You have to set this define directly in your project. -
firemonkey Compiler Defines for FireMonkey and VCL in inc files.
Markus Kinzler replied to Ugochukwu Mmaduekwe's topic in General Help
FireMonkeyVersion is a constant not a conditional define. -
Does anyone have some library/unit to make coding of tokeniser/parser/somekind of tree easier?
Markus Kinzler replied to Tommi Prami's topic in Algorithms, Data Structures and Class Design
-
untilNov. 14: See What’s Coming in 10.3 Rio Presenters: The Embarcadero Product Management Team - Sarina DuPont, Marco Cantu and David Millington Sessions: 8:00 a.m. - 9:00 a.m. CDT AND 12:00 p.m. - 1:00 p.m. CDT One of our biggest releases ever, Rio, introduces many new features in the IDE, making it more effective and easy to use. Rio significantly improves your ability to build Windows 10 and Android applications, provides an updated RAD Server for your micro-service architectures and, last but not least, C++ 17 for Windows 32-bit and great new enhancements to the Delphi language. These new features along with quality improvements in all of the product areas, make 10.3 Rio a version not to miss -- and this webinar will help you quickly learn about what’s new and how you can immediately improve productivity after the release. Register Now
-
- 1
-
- delphi 10.3 rio
- sneakpeak
-
(and 1 more)
Tagged with:
-
New in 10.3: IDE UI Improvements in the Main Window
Markus Kinzler replied to Mohammed Nasman's topic in Delphi IDE and APIs
-
untilNov. 14: See What’s Coming in 10.3 Rio Presenters: The Embarcadero Product Management Team - Sarina DuPont, Marco Cantu and David Millington Sessions: 8:00 a.m. - 9:00 a.m. CDT AND 12:00 p.m. - 1:00 p.m. CDT One of our biggest releases ever, Rio, introduces many new features in the IDE, making it more effective and easy to use. Rio significantly improves your ability to build Windows 10 and Android applications, provides an updated RAD Server for your micro-service architectures and, last but not least, C++ 17 for Windows 32-bit and great new enhancements to the Delphi language. These new features along with quality improvements in all of the product areas, make 10.3 Rio a version not to miss -- and this webinar will help you quickly learn about what’s new and how you can immediately improve productivity after the release. Register Now
-
- delphi 10.3 rio
- sneakpeak
-
(and 1 more)
Tagged with:
-
Is there a way to jump to implementing classes in delphi RAD Studio?
Markus Kinzler replied to dummzeuch's topic in Delphi IDE and APIs
Because there is no central registry for implementors (as long as I know), there is no way to achieve this easily. -
The Only Coding Standard You’ll Ever Need
Markus Kinzler posted a topic in Software Testing and Quality Assurance
https://blog.gurock.com/only-coding-standard -
This features has needed the component from the beginning; this isn't new. The components on the frame should inherit the styles from their parent Form.
-
Welcome to the English speaking Delphi-PRAXiS
Markus Kinzler replied to Daniel's topic in Community Management
What are you missing? If the "all activity" stream is to "loudy" you can build your own only includes what your're interested. -
Is there already a statistic about the new registrations?
Markus Kinzler replied to sh17's topic in Community Management
-
New in 10.3: IDE UI Improvements in the Main Window
Markus Kinzler replied to Mohammed Nasman's topic in Delphi IDE and APIs
No. All posts are from EMBT employees or from people attended official presentations or discussing discovered features. Still there is no official date for release. -
JSON parsing fails on iOS but fine in Windows
Markus Kinzler replied to Chris Pim's topic in RTL and Delphi Object Pascal
Perhaps a test with another library helps. -
Personal streams are not availaible for other users or for anonymous access.
-
What does it mean, it doesn't work. What are you missing?
-
Time bomb
Markus Kinzler replied to Attila Kovacs's topic in Algorithms, Data Structures and Class Design
I don't really understand the problem you adress in your topc. I'll give you a suggestion if you provide a proper example for your problem. -
Time bomb
Markus Kinzler replied to Attila Kovacs's topic in Algorithms, Data Structures and Class Design
A title should describe the problem/the topc. -
Time bomb
Markus Kinzler replied to Attila Kovacs's topic in Algorithms, Data Structures and Class Design
And describe why you think that is a time bomb. -
The "official" way is to create a new style with a copy of the component and switch at runtime.
-
That's the question ...