Jump to content

Lajos Juhász

Members
  • Content Count

    820
  • Joined

  • Last visited

  • Days Won

    11

Posts posted by Lajos Juhász


  1.  

    4 minutes ago, Rollo62 said:

    What the heck is this DTPlatformName good for, is there any offical documentation about it?

    Maybe there are there other options too ...

    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

    • Like 1

  2. 4 hours ago, PeterPanettone said:

     In the ActionList Editor, when executing the "New Standard Action..." command, it takes more than ONE MINUTE (!!!) to display the list of available action classes

     

    With no 3rd party installed it is very fast, I get the list instantly. Get a cat, dogs are boring.


  3. 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.


  4. 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.


  5. In Delphi 12.1 if you press F1 on SelectDirectory you get the Rad Studio Topics then select 

     

    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.


  6. 8 minutes ago, rudy999 said:

    OK, I am able to attempt to install now, but back to the original error where installation continues and 'registering entries' and copying files to ..\Embarcadero\Studio\23.0  but fails to install bds.exe. Looking at the 23.0\bin folder - folder structure folders and files are there but NOT bds.exe?!  I see bds.* files but not that one...

    Any help is appreciated

    Maybe your antivirus software deletes it?


  7. 1 minute ago, shineworld said:

    So to get the new 12.1 I've to uninstall and reinstall all by zero?
    1] I have got a lot of manually installed 3rd part libraries (13, ... uh...).
    2] What happens with the Installation counter? Do they take into account that I've uninstalled it?

    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.)


  8. 9 minutes ago, giomach said:

    I suspect the trouble is the type declaration string[32].  When the data file was created (D5), this would have been an old-style string, and moreover the encoding would have been Windows 1252.  How can I make XE interpret these strings correctly (if that is what is wrong)?

     

    That should not be the issue, shortstring should be compatible with D5 (I have never tested, it is not unicode like string).

×