

Lajos Juhász
Members-
Content Count
1063 -
Joined
-
Last visited
-
Days Won
15
Everything posted by Lajos Juhász
-
During the debug you must get a call stack.
-
Possible Delphi 12.1 inheritance bug, could someone test also
Lajos Juhász replied to Tommi Prami's topic in VCL
I saw this in Delphi 11.2, whenever I open those files in D12.1 it removes them. -
In that case you will have to implement it yourself.
-
Why are you unhappy with Embarcadero if you have permission problems with your regular account?
- 12 replies
-
Delphi and "Use only memory safe languages"
Lajos Juhász replied to Die Holländer's topic in General Help
Also until developers did not start to use multiple languages. -
I don't have Android platform at the moment. On Windows you can change the scale.y to a value <1 to get a smaller trackbar.
-
Delphi and "Use only memory safe languages"
Lajos Juhász replied to Die Holländer's topic in General Help
During code review I can find cases when the developer assumes that the strings are zero based. -
Delphi and "Use only memory safe languages"
Lajos Juhász replied to Die Holländer's topic in General Help
The mobile platform was a failed experiment to move string to be zero based. -
ActionList Editor: New Standard Action...
Lajos Juhász replied to PeterPanettone's topic in General Help
I can confirm that it does work. -
Delphi 12.1 for iOS: Additional parameters in info.plist
Lajos Juhász replied to Rollo62's topic in Cross-platform
There is only limited information here: https://docwiki.embarcadero.com/Support/en/“ERROR_ITMS-90507:_Missing_Info.plist_value._A_value_for_the_key_'DTPlatformName'_is_required”_when_submitting_an_app_to_the_iOS_App_Store -
ActionList Editor: New Standard Action...
Lajos Juhász replied to PeterPanettone's topic in General Help
With no 3rd party installed it is very fast, I get the list instantly. Get a cat, dogs are boring. -
android Delphi 12.1 Android API 34 - not support architecture
Lajos Juhász replied to nevez's topic in General Help
Compile the fmx application for windows 32 platform. (Unfortunately) The (only) most stable platform to debug delphi application.- 12 replies
-
- rad studio
- platform
-
(and 2 more)
Tagged with:
-
Disabled floating point exceptions are problematic for DLLs
Lajos Juhász replied to A.M. Hoornweg's topic in Delphi IDE and APIs
It really depends how many Delphi versions you have to support. The change is documented and was made to make life easier to integrate with other programming languages. Mora information: https://dalijap.blogspot.com/2023/09/coming-in-delphi-12-disabled-floating.html https://docwiki.embarcadero.com/RADStudio/Athens/en/Floating_Point_Operation_Exception_Masks -
A more details could help. One solution can be to place a panel onto the form where you place your UI controls. If the record is lock set the enabled proprty of the panel to false.
-
It was a request to change the exception to a proper message before Embarcadero included it in D12. Unfortunately the answer was it is a known limitation of Delphi.
-
Custom Control for TDBCtrlGrid showing only active data
Lajos Juhász replied to Hugo Bendtner's topic in VCL
The paint method is to paint on the canvas not to set a property value. -
Custom Control for TDBCtrlGrid showing only active data
Lajos Juhász replied to Hugo Bendtner's topic in VCL
During the Paint method you have to handle csPaintCopy in ControlState (you can check in Vcl.DBCtrls). -
{$Defines xxxx} not working at design time..
Lajos Juhász replied to Ian Branch's topic in Delphi IDE and APIs
The IDE can be strange from time to time. I have a unit that I cannot edit it. If you try to add a property the editor will jump to another line. The only way to edit is to paste the text from another editor. I have tried to create a sample project to reproduce the bug and report it and failed. When I copy the class that fails in the text project I cannot reproduce the bug. -
Install ICS V9.1 in D10.4
Lajos Juhász replied to HGRogers's topic in ICS - Internet Component Suite
-
{$Defines xxxx} not working at design time..
Lajos Juhász replied to Ian Branch's topic in Delphi IDE and APIs
In D12.1 the units I have tested the color is changed after 0-15 seconds. -
Strange bug with string literals in RAD Studio 12
Lajos Juhász replied to luebbe's topic in RTL and Delphi Object Pascal
The ide will generate object Label1: TLabel Left = 303 Top = 233 Width = 99 Height = 15 Caption = #1058#1086' '#1073#1077' '#1086#1088' '#1085#1086#1090' '#1090#1086' '#1073#1077 end -
Android immersive mode / kiosk mode with C++Builder
Lajos Juhász replied to steve.b's topic in General Help
You should see how it is done and Delphi and do it in C++ https://github.com/Embarcadero/Android-Kiosk-Mode-FMXTemplate- 4 replies
-
- c++builder
- android
-
(and 2 more)
Tagged with:
-
Android immersive mode / kiosk mode with C++Builder
Lajos Juhász replied to steve.b's topic in General Help
I don't have C++, maybe this can help? https://blogs.embarcadero.com/easily-deploy-advanced-android-kiosk-mode-with-this-firemonkey-template/- 4 replies
-
- c++builder
- android
-
(and 2 more)
Tagged with:
-
In Delphi 12.1 if you press F1 on SelectDirectory you get the Rad Studio Topics then select Vcl.FileCtrl.SelectDirectory The system will open a docwiki page: https://docwiki.embarcadero.com/Libraries/Updates/en/Vcl.FileCtrl.SelectDirectory with the content: Permission error You do not have permission to read this page, for the following reason: The action you have requested is limited to users in one of the groups: writer, l10n, RADBeta, ConnectBeta, Employee.
-
Maybe your antivirus software deletes it?