Jump to content

Stano

Members
  • Content Count

    882
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Stano

  1. I feel the same way. I see no reason to worry about it.
  2. Stano

    Getters & Settters??

    I made one more attempt. Nothing again. Maybe they don't like that I'm from Slovakia - Central Europe I give up.
  3. Stano

    Getters & Settters??

    Interesting, they didn't send it to me
  4. Stano

    Getters & Settters??

    Free download Dependency Injection in Delphi Nick Hodges . https://lp.embarcadero.com/DependencyInjection
  5. Last patch - 4 oct. November nothing.
  6. Hi, I am using obsidium and have this problem. I have versions obsidium_x64_1.7.5.13.msi obsidium_x86_1.7.5.4.msi Build configurations: Release Targer platforms: Windows 32-bit [dcc32 Error] obsidium32_enc_start.inc(1): E2029 'END' expected but 'ASM' found [dcc32 Error] obsidium32_enc_start.inc(1): E2050 Statements not allowed in interface part 64bit [dcc64 Error] obsidium64_enc_start.inc(1): E2003 Undeclared identifier: 'obsidium_pattern_marker_a' [dcc64 Error] obsidium64_enc_start.inc(1): E2003 Undeclared identifier: 'obsidium_pattern_marker_c' [dcc64 Error] obsidium64_enc_start.inc(1): E2003 Undeclared identifier: 'obsidium_pattern_marker_b' Debugs are OK. Win11, D 11.2 Support response There's nothing about the include files themselves that could conceivably cause this. I'd think this is either an obscure bug in the Delphi compilers, or some other unit/component causes this. Does anyone know a solution?
  7. Stano

    obsidium: Build Release falls

    I had errors in the code. The compiler did not register them
  8. I would check the printer driver first. With almost every update, MS fixes these drivers. He breaks a lot of them. At one time, a bunch of printers were out of order because of it. They also changed the controller for me and I have to learn a new environment.
  9. Stano

    Is there such a tool/functionality??

    Static code analyzers can do that. PAL for sure.
  10. I assume that IBExpert is connected to the FB server. So it knows the path where it is installed. OP knows nothing.
  11. Stano

    Getters & Settters??

    That information about memory management is at least 20 years old. That's why I wrote that now it's probably irrelevant
  12. Stano

    Getters & Settters??

    I am a layman. I remember that the number of arguments 3 is related to memory management. I hope I'm not wrong. It is one "block". I don't know if this argument is still relevant today. I would like to know the answer, the opinion. Such a VirtualStringTree usually has functions with 7 parameters. All static analyzers (FixInsight, PAL) screamed at them. So I turned off this check.
  13. Stano

    Implement logic in TListView

    Oh, I forgot that. So I use a separate RadioButton. And he put the buttons in groups.
  14. Stano

    Implement logic in TListView

    In such cases I use RadioGroup. It is easier and the user immediately sees what he can and cannot do. The principle is the same.
  15. In my opinion, this is a typical example of failure - bad logic. Simply, the user cannot/must not enter such a combination. You have to solve that on the client.
  16. Stano

    Installing Pre-10.x Releases

    If I'm not mistaken, there is some time limit to get the lower versions. Did you not cross it?
  17. Stano

    The Delphi 11.2 release thread

    Turn on automatic saving.
  18. Stano

    Form 'appears' before it should

    It would be more correct to create the form only at the moment of need. Of course, this also depends on the logic of the program.
  19. Stano

    The Delphi 11.2 release thread

    I'm pissed too. They have stated on the WEB that the problem is solved. RSP-39640. https://quality.embarcadero.com/browse/RSP-39640 Try turning off error insight. Then that's how it works. It's not off my mind. It helped me. It can be lived with.
  20. Stano

    SingleStep with F7/F8 hang IDE

    I couldn't find a better picture.
  21. Stano

    SingleStep with F7/F8 hang IDE

    Sometimes I get the Fx keys to lock up. Try to unlock them. I have a "Lock" key for that
  22. Stano

    2 errors that do not exist?

    error1.jpg. I'm just guessing to the best of my knowledge. Is Tbasicdm a TDataModule? The parameter is of type TForm. I don't know if they are interchangeable.
  23. Stano

    Custom component on a VCL frame

    I don't know the answer. But many programmers use Subform because of problems with Frame. They have no problem with that. Me neither. Maybe it's better to go the Subform route.
  24. Stano

    DBRadiobutton

    If they are connected to the DB table and it is open, then their state reflects the state of the field for the current record! It must be so. Try it: Set them to show 3 statuses. DataSource.Enabled = False.
×