Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 11/22/19 in Posts

  1. Lars Fosdal

    RAD Studio 10.3.3 now available

    I tested building all our code, and luckily no surprises there. Delphi 10.3.3, TMS 9.03, Eurekalog 7.8.1. Actually running the code is next 😛
  2. PeterPanettone

    Delphi 10.3.3 has been released

    Uwe, thank you for your information. Why does Embarcadero use ambiguous terms (and possibly not explain them in the UI)? A user could easily believe that "Upgrade" means upgrading to the new version 10.3.3.
  3. Markus Kinzler

    Sourcetrail support for Delphi

    LLVM is under a BSD-like licence not GPL. And using other people work is quite the opposite of contribute to it.
  4. dummzeuch

    30 % and 35 % discount on Delphi

    I just read about the special offer from code partners (for NZ, AUS and South East Asia only): https://www.code-partners.com/rad-studio-10-3-3-released-and-a-special-offer-to-celebrate/ I wonder wether a similar offer is forthcoming for the rest of the world.
  5. dummzeuch

    Changing label text in thread leads to weird display

    ... or use a variable type that does not require such protection because access is atomic, e.g. an integer on Windows (not sure about other platforms).
  6. limelect

    Hebrew in mail

    @Remy Lebeau looking into the raw did not help. The content is -0000000000009167230597ebd2b6 Content-Type: text/html; charset="UTF-8" << this is OK. and the attached is Content-Transfer-Encoding: base64 X-Attachment-Id: 16e9172ed2a2ffb332f1 Content-ID: <16e9172ed2a2ffb332f1> Have you an idea which is the best place to put my problem for Android. Since it seem to be an Android question. P.S do not forget that loading the same text not with our application it is OK. Did i say crazy? May be an Android bug?
  7. Daniel

    RAD Studio 10.3.3 now available

    That one came quickly ... looks like we have the first patch available for 10.3.3: ID: 30899, RAD Studio 10.3.3 iOS 13 Dark Theme Patch This patch addresses the following issues: Applications built for iOS 13 with RAD Studio 10.3.3 require the user to restart their FireMonkey iOS application on their iOS device after switching between the iOS light and dark theme in iOS settings. Download: https://cc.embarcadero.com/item/30899
  8. Rollo62

    HTML Library limited offer

    @Alexander Sviridenkov Have you considered to get a special HtmlComponents forum space here in DP ? Maybe you can check with Daniel about what the conditions would be to get such space. I think this is a great place for technical discussions.
  9. Kryvich

    RAD Studio 10.3.3 now available

    @Uwe Raabe Yes, I just upgraded my Delphi CE 10.3.2 to 10.3.3, a serial number is the same. The problem is a product license status: 2 days remaining on license.
  10. Uwe Raabe

    RAD Studio 10.3.3 now available

    AFAIK the CE will always be the latest available release. So if you get a brand new CE today you should get 10.3.3 - at least that is what the Feature Matrix suggests.
  11. Ugochukwu Mmaduekwe

    RAD Studio 10.3.3 now available

    Does anyone know if a community edition of 10.3.3 will be released?
  12. Stefan Glienke

    Default for published property

    The TypeInfo uses the value $80000000 to indicate that this property has no default value. That unfortunately overlaps with Low(Integer). You have to use the stored keyword: property MinValue: Integer read FMinValue write SetMinValue stored IsMinValueStored; function TMyComponent.IsMinValueStored: Boolean; begin Result := FMinValue <> Low(Integer) end;
  13. f.m

    TEdit with a background color

    Hi, Try Result.Locked := True;
  14. Sherlock

    Change the background color of a TEdit

    Tried it, and this is what it looks like: To the edit I added this line of code to the OnChangeTracking Event: procedure TForm20.Edit1ChangeTracking(Sender: TObject); begin Rectangle1.Visible := Edit1.Text.Length > 5; end; That's it.
  15. FredS

    RAD Studio 10.3.3 now available

    I checked for installation instructions and found none, attempted an install and failed. Enough new EMB tech for now.. 🙂 BTW: Its difficult to compare previous installers since they change (and fail) frequently but in the last few ISO versions it prompted for an uninstall before installing. Will see how that goes on my laptop later, its setup using 'Web Installer'..
×