Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 05/21/24 in Posts

  1. Wow, I think my bullshit-meter just broke. Their marketing sounds like a non-technical managers dream.
  2. Jim McKeeth

    Stack Overflow Developer Survey for 2024

    I'm curious if everyone gets the same "make sure you are paying attention" question... I wonder if this answer is valid.
  3. Stack Overflow Developers Survey for 2024 is live https://stackoverflow.com/dev-survey/start Let's put Delphi on the map
  4. Anders Melander

    Access violation installing a component

    That's not necessary; The attach dialog doesn't allow you to attach an instance to itself:
  5. Brian Evans

    FireDac in memory dataset filter before iterate?

    Usually start with the bottom question/answer from: TFDMemTable Questions - RAD Studio (embarcadero.com) especially the use of BeginBatch / EndBatch.
  6. JonRobertson

    Why does IDE require UAC elevation when starting?

    Have you tried launching BDS with a different registry key? This would not load components installed after the IDE was installed. In my tests, experts and add-ins are still loaded. For example: bds -r"clean" I wonder if there is something else (such as a DLL) being loaded by the IDE that is triggering the elevation requirement. Using Process Monitor could be helpful to track what BDS is doing before the elevation dialog appears.
  7. On the other hand.. what if you train a 70B model with only Delphi code?
  8. MrZ

    Custom button's style (TStyleContainer)

    Did you set HitTest to False?
  9. The product About page gives you an explanation. According to that page it is an automatized robot that can analyze and rewrite your code. In my experience that is a very bold claim.
  10. Roger Cigol

    Why does IDE require UAC elevation when starting?

    Everyone accepts that it is correct that you need elevated privileges to install. "There is no difference between them" means for me either route has always led to being able to run the IDE from a "standard user" account without elevated privileges.
  11. To be clear, the question is not about Delphi installer. The elevated privileges are requested when running the IDE, after installation. Or is it me that did not understood the question ?
  12. Jim McKeeth

    FireDac in memory dataset filter before iterate?

    Ultimately testing and looking at the code is your best way to know the correct answer, but here is some advice: Without the use of an existing index, when you filter, it will need to iterate through the entire dataset to apply the filter. If you think about it that makes sense. The only time filtering (or indexing) provide value is if you are going to use the results more than once. With an in-memory dataset that is usually not the case. It will really depend on your use case. If you will only ever do a single iteration pass then filtering or indexing don't make sense. You might consider where you are pulling the data from and what that process looks like. Maybe you can update it during that process.
  13. Jim McKeeth

    Why does IDE require UAC elevation when starting?

    Is the user you are running under Administrator or Standard? I've not tried running the IDE under a Standard user. It could also be a setting in your shortcut. Make sure "Run program as Administrator" isn't selected under the Compatibility tab.
  14. Roger Cigol

    Why does IDE require UAC elevation when starting?

    I've been using RAD Studio since 2009 (ie pre "XE" days") and never had to use elevated privileges to run the IDE. 12.1 exactly the same..... I second this.
  15. I have the same UAC setting as you but I don't have any issue with the IDE requesting elevated privileges. There is something suspect on your system. Don't relax UAC settings!
  16. Angus Robertson

    THttpConnection.AnswerBytes

    AnswerBodyTB is now in SVN and overnight zip updated. Angus
×