Jump to content

Stano

Members
  • Content Count

    861
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Stano

  1. Stano

    Unit dependency viwer

    Suggestion for improvement. I have two disks mapped in the tree on the right: C and D. I am not interested in disk C at all. I click on it. Its contents disappear from the graph. That would be good: Root Node C changes color (probably red) collapses. It just hangs there ----- Every node should be able to collapse and expand. Maybe it's there. Unfortunately, we don't have any instructions available.
  2. Stano

    To turn off the error warning

    I installed GXRS11_1.3.22_experimental-twm_2023-03-25. Just because of the size and position of the IDE windows. I would like to turn off the error warning. It reads very badly to me. For me the classic message is quite sufficient. I haven't found it anywhere. Thanks.
  3. I have a little problem. I can't get rid of it. The picture explains it. Deleting the text would certainly help. I'd rather have it there.
  4. Stano

    Add TODO item to new method

    Probably not. I turned it on once. I thought it would help me. Then I found out I was wrong. I can't get rid of it anymore. I deleted the text and I have peace of mind. As soon as I put it back, the problem is back. I consider that resolved.
  5. Stano

    Currency Calculations

    I would first of all use the corresponding components on the form. If I have a Currency type, I wouldn't use a component that works with text! It's best not to use the StrToCurr() and CurrToStr() functions at all.
  6. Stano

    GDI Objects limitation

    I would reach out to TMS as well. They are flexible. They respond quickly.
  7. Stano

    ANN: StyleControls VCL v. 5.52 just released!

    Thank you for your reply. It answered what I wanted to know. I personally am not a fan of different styles and effects. Especially the effects are very taxing on the eyes. But then again, all this "nonsense" sells products And I'm not a programmer either. It was just a curiosity.
  8. Stano

    Error on read-only transaction

    I didn't even know about TFDManager. There is no answer here: Personally, I always work with a single Connection (in the DataModule) with a single transaction that I store in a variable.
  9. Stano

    Error on read-only transaction

    Um, in that case, it looks like there's a typo somewhere, or there's an unintentional transaction substitution Personally, I would check the code.
  10. Stano

    ANN: StyleControls VCL v. 5.52 just released!

    Off-topic question. What is the basic difference between those components and TMS? So briefly. Thank you.
  11. You must have that Status Bar! I've had it since D11. It's always been there. It's on the bottom edge of the editor window. All the way to the right are tabs like Code, Design and History. If you don't see it there, you've got a narrow window, panel of editor. Now I've tried it
  12. Stano

    VirtualStringTree (VST) - big problems

    Hooray, I found it. I lost FVst.EndUpdate in CustomVst.FinallyFill;
  13. I have on form 10 VST as trees with two levels. I'm getting very strange behavior that I haven't encountered before. VST: have set basic properties - for sure they appear collapsed I expand a node (of course on level 0). I won't expand another node. I have two options: I put Sender.Invalidate in OnExpanded, or click on another VST and go back I select the node at level 1. If I want to select another one, I have to click 2x on the tree, the node There are considerably more of these problems. Trees are simply not updating, not redrawing or something else Plus my custom navigator, based on TAdvPanel, doesn't call the OnEnter event. With that state, the form can't be worked with at all. It's driving me crazy already. Is there a soothsayer who can direct me?
  14. Stano

    VirtualStringTree (VST) - big problems

    Repaired units. Cleaned uses. Pokusy.zip
  15. Stano

    VirtualStringTree (VST) - big problems

    Thank you for your contribution. I will take a look at the article. For me there is no point in changing it. The problem is elsewhere. I still add that it will never call OnChange !!! When using the RealitonTree class all VSTs as trees are broken. For me it is very complicated. And unnecessary. I have to keep the data somewhere. So let them be in VST.
  16. Stano

    VirtualStringTree (VST) - big problems

    Attached are separate units Form and DataModule UPokusActionBar.pas dmBasic.pas Auxiliary files DeclarationTypes.pas FDFunction.pas SQLTexts.pas VSTreeFunctions.pas Basic files that form the skeleton in my programs CustomObject.pas CustomVst.pas VstAsTree.pas "Superstructure" files. There is a problem somewhere CoachToTeam.pas RelationTree.pas Everything can be downloaded here. Working example.. www.uschovna.cz/zasilka/MJ3XRK2MDRGJDWWJ-53U Shipment code MJ3XRK2MDRGJDWWJ-53U Pokusy Units.zip
  17. Stano

    VirtualStringTree (VST) - big problems

    Make-up. It probably plays a role. If I add or remove any unit in the dpr, it throws me a DataModule reference after the end of the dpr. Something is wrong with it and I can't seem to get rid of it.
  18. Stano

    TButtonEdit and left button dropdown menu

    Neviem, či máš na mysli toto: It is in: procedure TAppearance.mniAlwaysStartOverClick(Sender: TObject);
  19. I have CnPack installed and there the Code Input helper is active. I want only this to be functional. Why is this happening? It happens mostly in cases where it is nonsense on my part. See sample.
  20. I don't know it yet. I just tried something. My point is whether the custom component can be translated. I have no idea. It shows me units (red) that I don't care about. From the program there are blue units. The others are system ones and I don't want to have/see them there. I need what is in the Localization directory. Thank you Note: I would appreciate if the individual nodes/units could be hidden. Just the ones that are not to be translated. It would greatly increase readability and work.
  21. Stano

    Better Translator Manager - Custom component

    It's okay now. I use Brave and in critical cases Edge. The problem has been with both. Both are "new".
  22. Stano

    Scaling (DPI Change) + Anchors

    To clarify. I meant a custom panel for each group.
  23. Stano

    Scaling (DPI Change) + Anchors

    Try putting them on the panel. This is a common solution.
×