-
Content Count
2833 -
Joined
-
Last visited
-
Days Won
168
Everything posted by Uwe Raabe
-
What new features would you like to see in Delphi 13?
Uwe Raabe replied to PeterPanettone's topic in Delphi IDE and APIs
You have already been told: -
What new features would you like to see in Delphi 13?
Uwe Raabe replied to PeterPanettone's topic in Delphi IDE and APIs
There is a reason why that is not supported: type TRecA = record; TRecB = record FieldA: TRecA; end; TRecA = record FieldB: TRecB; end; -
TNumberBox question regarding mode=nbmFloat in Version 12
Uwe Raabe replied to Gord P's topic in VCL
The current Delphi 12 version doesn't support that out of the box. -
What new features would you like to see in Delphi 13?
Uwe Raabe replied to PeterPanettone's topic in Delphi IDE and APIs
SetThreadDpiAwarenessContext has to be wrapped around the creation of a top level window handle to work correctly. All child windows then inherit the context of the top level one. This rules out any docked forms or frames, which explains why it is not feasible for the Embedded Designer. (Fun fact: an undocked designer window would have worked with that.) A solution for this problem could be SetThreadDpiHostingBehavior and AFAIK that is something Embarcadero is investigating in. -
As of today a rebuilt 11.3 web installer is available on my.embarcadero.com.
-
GetIt Package Manager Delphi 11.3 Timeout
Uwe Raabe replied to VolkerS's topic in Delphi IDE and APIs
As of today there is a rebuild web installer for 11.3 available on my.embarcadero.com. -
What new features would you like to see in Delphi 13?
Uwe Raabe replied to PeterPanettone's topic in Delphi IDE and APIs
Sounds like it were a religion... -
Maybe related to RSP-43625
-
Currently there is no GetIt server for 11.2! They are still working on it.
-
Error : constant expression violates subrange bounds
Uwe Raabe replied to Connie McBride's topic in RTL and Delphi Object Pascal
Then you seem to have Winapi.Windows.pas in your search path. Otherwise the compiler won't try to compile that issuing that error. -
Error : constant expression violates subrange bounds
Uwe Raabe replied to Connie McBride's topic in RTL and Delphi Object Pascal
Question: Why are you compiling Winapi.Windows.pas in the first place? -
They probably just had to be recompiled.
-
Delphi 12 Update 1 is not displayed in the IDE About dialog
Uwe Raabe replied to PeterPanettone's topic in Delphi IDE and APIs
I am not aware of any. -
Delphi 12 Update 1 is not displayed in the IDE About dialog
Uwe Raabe replied to PeterPanettone's topic in Delphi IDE and APIs
I have issued a request to install the patch for All Users to fix these inconveniencies (it is a simple setting in the GetIt configuration). I hope someone will take care of that. Otherwise I have to wait for the new QP to get online. -
Delphi 12 Update 1 is not displayed in the IDE About dialog
Uwe Raabe replied to PeterPanettone's topic in Delphi IDE and APIs
GetIt creates a subkey in the registry under CatalogRepository for each installed item. It is probably there where the about dialog gets is information from, but I am only guessing. Another weird thing is, that another user or registry branch (with -t parameter) won't see the patch either - albeit being installed. -
How to obtain new 1-year licence for RAD Studio 10.4.2 CE
Uwe Raabe replied to Willicious's topic in Delphi IDE and APIs
I am with Nigel here: That seems to be the best solution. -
How to obtain new 1-year licence for RAD Studio 10.4.2 CE
Uwe Raabe replied to Willicious's topic in Delphi IDE and APIs
In contrast to CE do paid licenses come with access to the majority of previous versions. -
How to obtain new 1-year licence for RAD Studio 10.4.2 CE
Uwe Raabe replied to Willicious's topic in Delphi IDE and APIs
AFAIK, there is no way to get a CE license for a version below the current CE. You should consider buying a Professional license instead. -
Shortly
-
The GetIt server is back online - With the 12.0 Patch 1
Uwe Raabe replied to Lars Fosdal's topic in General Help
As mentioned in the blog: People just have different interpretations of shortly. -
The GetIt server is back online - With the 12.0 Patch 1
Uwe Raabe replied to Lars Fosdal's topic in General Help
If I understand this paragraph correctly you still need to install from the ISO or wait for the inline release. -
The GetIt server is back online - With the 12.0 Patch 1
Uwe Raabe replied to Lars Fosdal's topic in General Help
Yes, Embarcadero General Packages Download for RAD Studio 12.0 on https://my.embarcadero.com/ -
FYI - Several Embarcadero services are currently unavailable
Uwe Raabe replied to Keesver's topic in General Help
Unfortunately that doesn't address the CE problems, because the available GetIt server is only for Delphi 12. -
The GetIt server is back online - With the 12.0 Patch 1
Uwe Raabe replied to Lars Fosdal's topic in General Help
I guess this is the reason for -
Search for XPMan or Vcl.XPMan in your uses clauses and remove any of those entries. In case you have a component of type TXPManifest remove that, too.