Jump to content

Vandrovnik

Members
  • Content Count

    521
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Vandrovnik

  1. Vandrovnik

    What makes code not to compile

    What error message do you get?
  2. But it does not change internal layout, does it? Just the address of code, data and stack segments is randomized.
  3. Why? Can this be a problem for a correctly written application?
  4. Eh, sorry, I have seen UInt16 in parameter definition and did not notice that temporary variable is Int16, without the "U"...
  5. For input = 0, I would expect the problem already here: Dec(TempInt, 2048);
  6. Vandrovnik

    Loop a Delay in a thread??

    That will loop the code (x+1) times 🙂
  7. Vandrovnik

    FMX mobile database

    IBX components allow you to connect to Interbase server, with some effort to Firebird server, too.
  8. Hi, currently I do not have this problem, Ctrl+space works fine even after if etc.
  9. Vandrovnik

    Printing PDF

    I understood - Fastreport should allow to print this existing PDF.
  10. Vandrovnik

    Printing PDF

    FastReport should be able to print PDF (I did not try it): https://www.fast-report.com/en/blog/show/pdf-document-in-report-vcl/
  11. Vandrovnik

    pdfDoc

    https://github.com/synopse/SynPDF
  12. Hello, I have a text file which I need to load from my app on Android. So I put it in Deployment Manager, remote path = assets\internal\ (tried assets\internal too). For the first time, it works fine - file is deployed and I can read it in my app from tPath.Combine(tPath.GetDocumentsPath, TestFileName); But, when I update the file and deploy again, my application still sees the old version of it. In Deployment Manager, there is a column named Overwrite, I have set it to Always. When I uninstall and deploy again, application has access to new version of the file. Looking to System.StartUpCopy.pas, it seems that it never overwrites existing files. Please how to solve it? I need my application to be able to read actual version of the file. I probably could change the name of the file each time I make a change in it, but I do not like this way because I will certainly sometimes forget to rename it. Kind regards, Karel
  13. Vandrovnik

    K-Software

    From communication in their chat: Hello, I have found a 5 years code signing certificate in your offer. I just wonder if it is true - even Sectigo itself does not offer 5 years certificate...? Grace Hello, Karel A warm welcome from our Chat Support Team. Firsthand, thank you for visiting our website and for your concern here. Sure, we do offer 5-year code signing certificates. Well, I wonder I can I check that your offer is not just a scam... Grace Kindly also be informed here, in the 5-Year bundle, your certificate will be initially issued for 3 years for Security reasons. You would be notified prior for the reissue/regenerating the certificate to your registered email. But in next 3 years, a hardware device will be necessary for code signing certificates, so that you cannot just reissue new one. Rob Karel, That will depends on once the Token becomes mandatory for OV order as well. But yes Sectigo is allowing to place the order for 5 years. SO after 3 years reissue will be still there but instead of PFX a token will be sent out, But that process is yet to define so I also cannot comment on that for now Like it suppose to be mandatory from last Nov 2022 but its still not done and new date was June 2023. OK, thank you.
  14. Vandrovnik

    K-Software

    Well, it looks suspicious - even on Sectigo's shope I have not seen 5-years code signing certificate. I wonder if someone already tried them 🙂
  15. Vandrovnik

    K-Software

    What about https://signmycode.com/offers/code-signing-certificates ? If I now buy code signing certificate for 5 years, can I really use it during next 5 years without hardware device?
  16. Vandrovnik

    Delphi 11.3 is available now!

    You can still use Ctrl+Shift+F11 or Alt+p, o.
  17. Vandrovnik

    Delphi 11.3 is available now!

    I agree - tollbars never worked for me as expected. Finally, I have disabled all of them, keeping only "Component" enabled, and problem is solved 🙂
  18. Vandrovnik

    D 11.3 Word occurrences marking - colour setting

    Thank you! I completly missed this! (It applies even to .sql files, where I would like to highlight NULL, etc.)
  19. Vandrovnik

    D 11.3 Word occurrences marking - colour setting

    For me, it works in whole unit. Do not know why, but it does not work for reserved words (double clicking a "begin" does not highlight other occurencies of begin).
  20. Hello, I am not able to start 1 Android app of 3 apps since migration to Delphi 11. I did the "Revert system files to default" on Libraries. It fails in FMX.Platform.Android, TPlatformAndroid.Create, on the line Activity.addListener(FActivityListener): Please any ideas what can be wrong / how to repair it?
  21. Vandrovnik

    Delphi 11.3 is available now!

    It seems, that when you run RAD Studio Command Prompt, you can use: "c:\Program Files (x86)\Embarcadero\Studio\22.0\bin\GetItCmd.exe" -l= -f=installed
  22. Vandrovnik

    Delphi 11.3 is available now!

    The same here... It was working just a few minutes ago...
  23. Vandrovnik

    Delphi 11.3 is available now!

    I can reproduce (125 %):
  24. Vandrovnik

    your own DB vs. 3rd-party?

    If you use "normal" databases liky MySQL, Firebird etc., network administrators should be familier with them and can backup them, restore, move to another server etc. - form the point of view of a network administrator, this is much better than having to work with something unknown.
×