Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 11/28/19 in all areas

  1. Anders Melander

    ANN: Better Translation Manager released

    New version released: v1.0.7271.54299 http://melander.dk/download/amTranslationManagerInstall-1.0.7271.54299.exe Changes since v1.0.7254.4932 New features: GNU GetText PO file import. Improvements: Copy to clipboard not uses tab delimited CSV for better integration with Excel. Normalization rules can now be configured. New validation rules: pipe | and surround ()[]{}<> mismatch. Validation warnings can now be dismissed and resolved. New equalization rules: Leading space and Trailing space. Duplicates in Translation Memory lookup results are now ranked by the similarity of the translation source to the value being looked up. Other: Installation of the command line tool is now optional. Primarily because it is currently being flagged as a false positive by several virus checkers. Removed dependency on midas.dll A slew of performance and usability improvements and bug fixes. Thank you to all those that have sent me suggestions, feedback and bug reports.
  2. If interested, I put together a blog post yesterday of links for Black Friday/Cyber Monday discounts. This list currently includes discounts from: CleverComponents Components4Developers DelphiParser DevArt EurekaLog https://www.ideasawakened.com/post/black-friday-discounts-from-delphi-related-third-party-vendors There's also info on current discounts for RAD Studio/Delphi. If you know of any more, I'll be happy to update the list.
  3. Anders Melander

    GExperts and virus scanners

    Completely OT but in Denmark every citizen has a personal certificate issued by the state for verification of online identity etc. This was introduced 20 years or so ago. In theory this certificate can be used for code signing (and I used to do so) but about ten years back the state outsourced the whole operation, implementation and infrastructure, to a private company (Nets DanID) which then introduced a solution called NemID (rimes with GlemID and SlemID = ForgetID and BadID). NemID is still based on certificates but it's so idiotically implemented that both the public and private keys are stored on the Nets servers. In other words: I don't have access to my own private keys and I have no control over who has access to them. Sorry. I get really pissed off every time someone mentions certificates 🙂
  4. dummzeuch

    Import .NET Assembly list is empty

    I submitted a bug report for Delphi 10.3.3 (with screenshots from both, Delphi 10.3.3 (empty list) and Delphi 10.2.3 (list not empty) https://quality.embarcadero.com/browse/RSP-27046 This happened on both of my computers.
  5. Mr. Fosdal... If ever a random Canadian walks up and high-fives you at a conference of something, it is me... I have no explanation of WHY, but even though my query was set to fmFetchAll, simply adding a call to the FetchAll() method fixed this issue. Thanks so much, I would never have thought to try this...
  6. dummzeuch

    GExperts and virus scanners

    Just got an Answer from Microsoft: Now that's useful ... not!
  7. Yaron

    Android, TWebBrowser & Uploading files

    I figured out why it's crashing in my code and not in the simple sample page, If the HTML form file input has an "accept" field (e.g. "<input type="file" accept=".jpg, .jpeg" name="UploadImage" required>"), the App will crash. Since I may not have control over the form's design, I am still looking for a solution around this issue. You can easily test this with the code I linked in the previous post by replacing: WebBrowser.Navigate('https://ps.uci.edu/~franklin/doc/file_upload.html'); With: WebBrowser.LoadFromStrings( '<HTML><HEAD><TITLE>Test</TITLE></HEAD><BODY>'+ '<form method="post" enctype="multipart/form-data" action="https://bla.com">'+ '<input type="file" accept=".jpg, .jpeg" name="UploadImage" required>'+ '<input type="submit" value="Save">'+ '</form>'+ '</BODY></HTML>','');
  8. I've not used animations much, as I mostly do desktop UI. I assume you have read this: http://docwiki.embarcadero.com/RADStudio/Rio/en/Using_FireMonkey_Animation_Effects ?
  9. Ian Branch

    IDE Fix pack for Rio

    When I installed D10.3.3 replacing D10.3.2, it seemed to lose the Fix Pack in part. Couldn't find a .dll, although IDE Fix Pack 6.4.4 still showed during Delphi start up. I found the IDE to be horribly slow and a little weird compared to what it was in D10.3.2 with FM 6.4.4. :-( I reinstalled FP 6.4.4 and all performance restored. :-)
  10. Remy Lebeau

    IDE Fix pack for Rio

    I don't think a new Fix Pack has been released yet. On the other hand, the download links do say "10.3 (RTM/UP1/2/3)", though the update dates are several months old.
  11. Stéphane Wierzbicki

    RAD Studio 10.3.3 now available

    Sorry for the confusion! I should have said that I don't understand why your fixes are not TOTALLY included in Delphi RIO! Anyways... I'm still thanking you for all your hard work.
  12. Dalija Prasnikar

    RAD Studio 10.3.3 now available

    Also there are some bugs with that circles... Stepping through debugger activates file modified icon https://quality.embarcadero.com/browse/RSP-26776
×