Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 05/31/19 in Posts

  1. Offers Java files and interfaces, along with steps, for adding Android Firebase client support in FMX apps. http://blog.marcocantu.com/blog/2019-05-android-firebase-patch-blog.html
  2. Remy Lebeau

    converting a C enum to Delphi

    Embarcadero's documentation says otherwise: Enumerated Types with Explicitly Assigned Ordinality
  3. Stefan Glienke

    Show public/published distinction in code-completion popup?

    Writing entire words in uppercase (even more so if colored red) is considered shouting on the internet
  4. Stefan Glienke

    Show public/published distinction in code-completion popup?

    What should it show? scnr 😉
  5. FPiette

    ICS registration

    @Bob4231, don't do that. I'm only interested in real picture postcard. If you really like ICS, maybe you'll take time to find a picture postcard in a nearby town. I think they are sold everywhere in the world. BTW: I already have more than 4000 postcards!
  6. Dmitry Arefiev

    Saving a large project takes soooo Loooonnnnggg..

    In short future this and other IDE performance issues will be resolved ... I hope 🙂
  7. Ian Branch

    Saving a large project takes soooo Loooonnnnggg..

    Hi Guys, I just disabled the BPLs in Delphi. 1. Go to Component|Install Packages 2. Disable the LiveBindings packages. See picture attached. That's all. Regards, Ian
  8. haentschman

    Saving a large project takes soooo Loooonnnnggg..

    Please give a tutorial...
  9. Ian Branch

    Saving a large project takes soooo Loooonnnnggg..

    Hi Anders, Partially my fault, I initially thought it was the save action until I saw that it wasn't and it was in fact the close. YESSSS!!!!!! All good now. I disabled the 3 LiveBindings libraries and now the save/close all takes around 10 seconds. :-) Having now done that, I seem to recall a similar thing a couple of years ago. Note to self - Disable LiveBindings when any new Delphi comes along. Thanks Anders, and to all the other contributors. Regards, Ian
  10. timfrost

    Saving a large project takes soooo Loooonnnnggg..

    Sysinternals tools may give you a clue as to what is happening. Process Monitor filtered on the Delphi process will show you if the active thread is busy accessing the file system or the registry, and Process Explorer will display the active threads of the process and can snapshot the stack of each one - it can show much more information about the process than Task Manager.
  11. Kinda pointless to measure a getter that just returns or sets the field. Try measuring one that does some work.
×