Jump to content

Lajos Juhász

Members
  • Content Count

    1063
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Lajos Juhász

  1. Lajos Juhász

    DLL access error

    During the debug you must get a call stack.
  2. Lajos Juhász

    Possible Delphi 12.1 inheritance bug, could someone test also

    I saw this in Delphi 11.2, whenever I open those files in D12.1 it removes them.
  3. Lajos Juhász

    Memo and html

    In that case you will have to implement it yourself.
  4. Lajos Juhász

    ...cannot contact a domain controller..

    Why are you unhappy with Embarcadero if you have permission problems with your regular account?
  5. Lajos Juhász

    Delphi and "Use only memory safe languages"

    Also until developers did not start to use multiple languages.
  6. 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.
  7. 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.
  8. Lajos Juhász

    Delphi and "Use only memory safe languages"

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

    ActionList Editor: New Standard Action...

    I can confirm that it does work.
  10. 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
  11. 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.
  12. Compile the fmx application for windows 32 platform. (Unfortunately) The (only) most stable platform to debug delphi application.
  13. 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
  14. 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.
  15. 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.
  16. 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.
  17. 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).
  18. 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.
  19. 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.
  20. 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
  21. 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
  22. 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/
  23. 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.
  24. Lajos Juhász

    Delphi 12.1 is available

    Maybe your antivirus software deletes it?
×