-
Content Count
57 -
Joined
-
Last visited
-
Days Won
1
Everything posted by #ifdef
-
+ https://github.com/digao-dalpiaz/DzHTMLText
-
Why are the system cursor and the application cursor different? Is there any way to use the system one instead of the built-in one (I want red and transparent by default too, but Delphi only uses non-transparent for any drag-n-drop operations)?
-
[source] I have a harmless Windows-application but won’t it turn out that even with a certificate it will be recognized as malicious (like one popular FTP client)?
-
[source] It's funny because in the first time upload it seems was looks like a normal installer (not sponsored).
-
Maybe but... What does this change? Is this still a file from the official website with sources?
-
i need help with uploading a file from android device to distant server
#ifdef replied to houssam1984's topic in Cross-platform
https://www.youtube.com/watch?v=ouNEdebsq8Y + https://github.com/dondonondon/FMXTutorialYoutube/tree/main/Sesi%201/%23012%20Upload%20%26%20Download%20WebService%20.%20RESTAPI%20%26%20Permission -
I disabled both labels, but the panel does not respond if the cursor is over the label. How to fix it?
-
Em.... but the size of the Form1 changes (this can be seen on OnResize).
-
ANN: StyleControls VCL v. 5.70 just released!
#ifdef replied to Almediadev Support's topic in Delphi Third-Party
Are native Aero Snap and Snap Layouts supported? -
It doesn't work with Win+D 😞
-
FMX form called from VCL form doesn't apply Top Most style to its child windows.
#ifdef replied to vhanla's topic in FMX
But how? [dcc32 Error] uMainForm.pas(27): E2010 Incompatible types: 'TFmxObject' and 'TForm1' -
Now Embarcadero may give Delphi out with a delay, but completely free, right? What prevents them from distributing without delay so that ALL users can try innovations at the same time? I mean few new people will download TRIAL Delphi when FREE VS is available. Once again: set the threshold not at 5 thousand dollars per year, but at 1 thousand dollars per year (if you are afraid that they will use it unlicensed) but release all issues at the same time. If I need an IDE for a hobby, I'll switch to Lazarus. But I need Delphi just to keep abreast of trends and not fall out of the community, without using it for commercial purposes and without deriving any benefit. And when I need it, I’ll just apply for a license, and I won’t have to study anything after the purchase.
-
I think that their current policy is not aimed at attracting new users (and, as a result, expanding the community), but at retaining existing ones. And it’s a pity because new young people will choose VS precisely because it’s completely free. Embarcadero can do it too but doesn’t want to 😒 Ok, whatever 🥲
-
Your joke is bad, but it's my fault? Ok, ok
-
It will be useless when VS 2023 will be released but for now all editions are of the same version 😉
-
Set the threshold not to $5k/year, but to $1k/year, but release all editions at the same time.
-
Yeah, about Delphi but... who will use it if the owner of the IDE does everything to prevent it from being used?
-
Any? Visual Studio 2022 Community Edition 🥲
-
It's free - because it's useless (because it's outdated) 😒
-
But why do they need the outdated CE 12.x if they already have the outdated CE 10.x & 11.x? 🥲
-
Why and who needs an outdated CE?
-
There is a multi-line multi-lang (DE, EN, FR) document, and now I need to determine the language of each individual line. No any web. Local only. Preferably using VCL + ISpellChecker (WinAPI) or even Microsoft Word (OLE). What do you think, is it possible?