Jump to content

Stano

Members
  • Content Count

    882
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Stano

  1. Stano

    GDI Objects limitation

    I would reach out to TMS as well. They are flexible. They respond quickly.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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
  7. Stano

    VirtualStringTree (VST) - big problems

    Hooray, I found it. I lost FVst.EndUpdate in CustomVst.FinallyFill;
  8. 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?
  9. Stano

    VirtualStringTree (VST) - big problems

    Repaired units. Cleaned uses. Pokusy.zip
  10. 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.
  11. 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
  12. 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.
  13. Stano

    TButtonEdit and left button dropdown menu

    Neviem, či máš na mysli toto: It is in: procedure TAppearance.mniAlwaysStartOverClick(Sender: TObject);
  14. 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.
  15. 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.
  16. 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".
  17. Stano

    Scaling (DPI Change) + Anchors

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

    Scaling (DPI Change) + Anchors

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

    Better Translator Manager - Custom component

    That was the first thing I did. Nothing. I don't deal with it anymore.
  20. Stano

    Better Translator Manager - Custom component

    Thank you very much. I think I have enough information. Unfortunately, all the links to your page show me a blank "screen". I hope that all the information will be used by other BTM users.
  21. Stano

    Better Translator Manager - Custom component

    Perhaps the last post I'm sure it will help. What I don't need, I ignore. I would like to know the answer to these questions. If they are not answered in the document in question. I have my own component. How should I proceed: 1 Translate the component itself and get this translation into the program translation 2 Always translate it in the program 3 Of course, I only want to translate it once Translation into other languages. I'm starting from programs that contain language files. Some user gets an English version of some file. He translates it into his language 4 What do I send him and 5 how do I get it into the program When you posted the first version, there was some description. The only thing I remember is that it automatically loads the language according to the OS. If no such language exists in the translation it will run the base language (source) 6 But users sometimes want to use a different language than they have the OS language 7 Is there such an option? I have created a component editor. It writes to *dfm. 8 Can *dfm be translated or do I have to, is it better to use another way? A) Some components have the same property. For example Caption. 9 Do I need to translate all the same occurrences? That's pretty much a no-brainer 10 Screw translating them and hard use resourcestring Such a trivial question at first glance. But I have no experience with this: 11 How (methodology) and where is the best way to assign each resourcestring to each component? 12 Will this work in FormCreate? A big thank you.
  22. If it's Android, the FB one isn't really appropriate. Based on what I've read.
×