Jump to content

Stano

Members
  • Content Count

    889
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Stano

  1. Stano

    Customizing source editor

    Green literally heals the eyes. Please take a screenshot and drop here. I don't know how to get to the Grass Green background. Well thank you. I saw the best color rendering in the black and white era. They were French monitors. The base was brown-yellow and the font yellow. It was a pleasure to look at them.
  2. Stano

    Customizing source editor

    Me too? I had in mind during the programming and in one place.
  3. Stano

    Customizing source editor

    They don't all show up at once
  4. Stano

    Footman

    procedure TfrmOptions.SpeedButton1Click(Sender: TObject); begin // frmMain.mruDB.ShowPath := chbMRUPath.Checked; ModalResult := mrOK; end;
  5. Stano

    Footman

    Use help first. Place the cursor in / on the (caFree) keyword and press F1 Close = Self.Close = FormAbout.Close = onFormClose
  6. Stano

    Filter on InternalCalc field

    Basic information. Type of Database?
  7. Stano

    Footman

    Where is the published code from? Own? Probably not. Do you have experience with programming? If so, which ones? In any case, I very hard recommend you http://docwiki.embarcadero.com/Libraries/Sydney/en/Main_Page
  8. I have these basic rules procedure name - verb. It expresses what the procedure does. He always has to do only one thing! function name - noun. It expresses what it will actually return names of routine argument - must express their purpose It's nothing special if I rename something 5 times
  9. Stano

    Customizing source editor

    ť -> ť. ď -> ď.
  10. Stano

    Customizing source editor

    I think that's a side effect of fixes for this problem: I kind of don't understand that. It does not matter. E.g. if you are using my dzeditorlineendsfix tool. I do not use it. I did an experiment and tried different fonts. The trailing character is always the same. Each time at the full height of the line. The Courier New I use is probably the highest. It's not something I really need. I close my problem.
  11. Stano

    Customizing source editor

    The question was: Can it be changed? I mean size of the trailing character.
  12. Stano

    Customizing source editor

    I would like the line breaks to be displayed. But that huge beast discourages me. Can it be changed?
  13. I also highly recommend the book "Code Complete 2nd Edition by Steve McConnell"
  14. Stano

    Delphi Code-Insight problems

    I'm so sorry. I made a mistake I have 10.4.1. I've already been notified.
  15. Stano

    Delphi Code-Insight problems

    The update to version 10.4.2 will help in part
  16. Whether this is in fact your bottleneck in the program.
  17. Stano

    Delphi Code-Insight problems

    Um, for me, it's crap
  18. The AnsiString function is now in two units. The new unit is System.AnsiStrings. Further, let them be competent to do so. I'm not him! The change of unit helped me.
  19. Stano

    grid with expandable area below each row?

    VirtualStringTree? I don't know DevEx Quantum Grid or similar components. I can't judge.
  20. Stano

    Call stack does not show source unit code

    I would delete the other files first. dproj last.
  21. Stano

    Unfixed bug in Sydney

    And every night go to sleep with disturbed nerves
  22. Stano

    Assigning Null value to Parameter

    Do not use direct assignment to a field! Always use a parameter. Due to SQL injection
  23. Stano

    Assigning Null value to Parameter

    xx.ParamByName („Konkurencia“). Hodnota: = null;
  24. Stano

    Attempted Update During Read Only Transaction

    We don't know the basic thing. How to connect to a DB. Which components do you use.
  25. Stano

    Attempted Update During Read Only Transaction

    The message is about the transaction. Check settings of transaction
×