Jump to content

Lajos Juhász

Members
  • Content Count

    820
  • Joined

  • Last visited

  • Days Won

    11

Everything posted by Lajos Juhász

  1. Lajos Juhász

    Delphi and "Use only memory safe languages"

    Also until developers did not start to use multiple languages.
  2. Lajos Juhász

    Trackbar height, fmx, android

    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.
  3. Lajos Juhász

    Delphi and "Use only memory safe languages"

    During code review I can find cases when the developer assumes that the strings are zero based.
  4. Lajos Juhász

    Delphi and "Use only memory safe languages"

    The mobile platform was a failed experiment to move string to be zero based.
  5. Lajos Juhász

    ActionList Editor: New Standard Action...

    I can confirm that it does work.
  6. 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
  7. Lajos Juhász

    ActionList Editor: New Standard Action...

    With no 3rd party installed it is very fast, I get the list instantly. Get a cat, dogs are boring.
  8. Compile the fmx application for windows 32 platform. (Unfortunately) The (only) most stable platform to debug delphi application.
  9. 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
  10. Lajos Juhász

    Set form in read only mode

    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.
  11. Lajos Juhász

    problems deploying skia

    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.
  12. Lajos Juhász

    Custom Control for TDBCtrlGrid showing only active data

    The paint method is to paint on the canvas not to set a property value.
  13. Lajos Juhász

    Custom Control for TDBCtrlGrid showing only active data

    During the Paint method you have to handle csPaintCopy in ControlState (you can check in Vcl.DBCtrls).
  14. Lajos Juhász

    {$Defines xxxx} not working at design time..

    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.
  15. Lajos Juhász

    {$Defines xxxx} not working at design time..

    In D12.1 the units I have tested the color is changed after 0-15 seconds.
  16. 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
  17. Lajos Juhász

    Android immersive mode / kiosk mode with C++Builder

    You should see how it is done and Delphi and do it in C++ https://github.com/Embarcadero/Android-Kiosk-Mode-FMXTemplate
  18. Lajos Juhász

    Android immersive mode / kiosk mode with C++Builder

    I don't have C++, maybe this can help? https://blogs.embarcadero.com/easily-deploy-advanced-android-kiosk-mode-with-this-firemonkey-template/
  19. Lajos Juhász

    F1 = Permission error

    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.
  20. Lajos Juhász

    Delphi 12.1 is available

    Maybe your antivirus software deletes it?
  21. Lajos Juhász

    Delphi 12.1 is available

    1.) Usually the uninstall asks if you want to remove registry entries - you should choose not to do so and everything should stay. 2.) It should not increase the installation counter. (I am going to test the upgrade process tomorrow or during the weekend.)
  22. Lajos Juhász

    Delphi 12.1 is available

    The page is wrong. I am downloading it and it is 7.2GB.
  23. Lajos Juhász

    D5 data file misread in XE program

    That should not be the issue, shortstring should be compatible with D5 (I have never tested, it is not unicode like string).
  24. Unfortunately only @Marco Cantu could answer if this is the same bug.
×