Jump to content

Attila Kovacs

Members
  • Content Count

    1977
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Attila Kovacs

  1. Attila Kovacs

    In Case You Didn't Know

    Come on 🙂 @Lars Fosdal remove the topic if it's inappropriate, the screenshot is still from emba wiki.
  2. Attila Kovacs

    In Case You Didn't Know

    @Anders Melander I meant it in a ascii art way 😄
  3. Attila Kovacs

    Manage overloaded IfThen functions

    for sure H := (C = 0 ? 0 : V = r ? (g - b) / C : V = g ? (b - r) / C + 2 : (r - g) / C + 4 );
  4. Attila Kovacs

    Manage overloaded IfThen functions

    isn't this "IfThen" is the one that nobody uses because it evaluates both branches?
  5. Attila Kovacs

    SQL Update

    Warning. This changes the SP fundamentally where negative numbers were ignored.
  6. Attila Kovacs

    SQL Update

    I don't know IB nor do I know the result of the IM JOIN WH but I don't like the "SUM(IM.TRS)TRS" I would write this like ISNULL( SUM( ISNULL(IM.TRS, 0) ), 0) AS TRS
  7. At least a splash screen would be nice. You don't want to put your db connection into a thread. Nor many other things. It's so 90's. ctrl+shift+esc
  8. Attila Kovacs

    HTML Library review and sale: 25% off.

    It is.
  9. "Premature optimization" is a phrase used to describe a situation where a programmer lets performance considerations affect the design of a piece of code. This can result in a design that is not as clean as it could have been or code that is incorrect, because the code is complicated by the optimization and the programmer is distracted by optimizing. "Premature optimization is the root of all evil." December 1974 Test-driven development is related to the test-first programming concepts of extreme programming, begun in 1999, but more recently has created more general interest in its own right. Just move on.
  10. Attila Kovacs

    GExperts menu too long

    I just installed GExperts for D2007 as there is no code-formatter out of the box and saw that the GExperts menu is taller as my screen. Just saying.
  11. Attila Kovacs

    GExperts menu too long

    Ah I see now what you mean. In this case my apologies, the vertical resolution was virtually bigger, did not except that you made the menu dynamic. Good to know!
  12. Attila Kovacs

    GExperts config

    Pressing escape anywhere on the config window closes the form automatically losing every changes. <o>
  13. Only if it make sense. (Not for every call) We don't know how your code work.
  14. Wrong. It's faster because you don't have a managed type as a local variable. a procedural type would be enough, no pointer needed
  15. Attila Kovacs

    GExperts config

    It's a bit unexpected, especially when you press escape in the filter-edit.
  16. Attila Kovacs

    GExperts menu too long

    1280x800 🙂 Fits everything except Gexp. After turning off everything but formatter the menu became too short 😛
  17. Attila Kovacs

    [Firedac] SQLServer Table Locked

    keywords: "fetchall" / "optimistic"
  18. Attila Kovacs

    Hex2Binary

    @Stefan Glienke The last (edited) version still has the "label" and does not yield on HexToBinStefan(#0). Not sure if this should be considered a bug or not.
  19. Attila Kovacs

    Issue with UsesCleaner..

    I thought ppl. who are having more than one unit in a row are doesn't care about the order as it's impossible to reorder it quickly with the line-up/down expert.
  20. Attila Kovacs

    Issue with UsesCleaner..

    What does this UsesCleaner supposed to do? It removes linked modules from the uses list.
  21. Attila Kovacs

    Default value

    Too bad there is no multiple inheritance. Is it possible to hook a constructor on startup?
  22. Attila Kovacs

    Welcome, users of C++Builder

    I'll go with "yet". I'll take your word for it 😉
  23. Attila Kovacs

    Welcome, users of C++Builder

    How can I ignore it?
  24. Attila Kovacs

    FireDAC Add On discountinued? (Good by Embarcadero?)

    @Juan C.Cilleruelo I think it's about half the price, but get an offer. And if you do so, don't miss this (if you have purchased FD separately back in the days) : Do you offer competitive upgrades? Yes, we do offer competitive upgrades, with the proof of purchase of competing product (invoice, order confirmation etc).
×