Jump to content

Phil J.

Members
  • Content Count

    4
  • Joined

  • Last visited

Posts posted by Phil J.


  1. Is it possible to have the FMX TTreeview display checkboxes only on the deepest node level? That is, only on items that have no children? It was relatively simple to do that with the VCL treeview, but I'm having a difficult time figuring out how to (or whether!) accomplish that in FMX.

     

    Any hints are welcome - Thanks!


  2. 7 hours ago, Dalija Prasnikar said:

    @Phil J. If I may ask, what are your computer specs? CPU, screen resolution, graphics card? 

     

    I would like to file issue in Quality Portal so adding those specifications might help in pinpointing and fixing the problem for the future. 

     

    I don't think it can be completely fixed because using styled custom painting on top of Windows controls can never be as fast as plain Windows painting, but speed improvements might be possible.

    Oh, it's really an old system...

    CPU: AMD Athlon II X2

    RAM: 8 GB

    Video: Nvidia 9500 GT

    Screen Resolution: 1680 x 1050

    Storage: 320 GB WD Blue

    OS: Windows 7 SP1

     

    As I say, really ancient, but has worked just fine for anything I've wanted to do up to this point.

    • Thanks 1

  3. 14 minutes ago, Dalija Prasnikar said:

    Delphi Rio introduced new IDE styling (themes) that are not exactly super performant. If you have older computer, you might have some issues. I don't think you should have as much problem as you describe, but anything is possible.

     

    You can try disabling new IDE theming and use default Windows theme. You can find how to do that at https://dalijap.blogspot.com/2019/05/disable-delphi-rio-ide-theme.html

     

    I have to mention that using Windows theme is no longer officially supported and you can run into some issues because of that. I have been using Rio with default Windows theme since it was released and I didn't have any major issues (ones I did have - crashes in GetIt package manager and Find in files) have been resolved in the meantime.

    Dalija, thank you VERY much! That did the trick. So it looks like I'll be able to use the latest for my hobby experiments, and that's a good thing.

     

    Thanks again!

    • Like 1

  4. I've installed the latest Delphi CE, Rio 10.3.3, and am experiencing some very strange behavior. When I open a project, or start a new one, nothing displays properly, and the menus are visually unresponsive. If I press F12 to switch to the code editor, nothing happens until I click the mouse in the editing area, and then some text appears. If I then scroll up and down eventually all the code in the unit does appear. The menus never appear when clicked, settings dialogs don't appear, the component palette, object inspector, etc. are all not visible.

     

    Oddly enough, 10.3.2 works perfectly, no visual glitches at all. But 10.3.3 is literally unusable for me, which is disappointing. I cannot think of anything else to try: my video drivers are up to date (according to Windows, anyway), I've tried completely removing and re-installing, and it's made no difference.

     

    One other thing: with just the IDE open and a project loaded, the Windows task manager/performance tab shows +50% cpu usage!

     

    Obviously something has changed in the IDE, but I don't know what might cause this problem.

     

    The computer I'm using is by no means state-of-the-art: it's old, and runs Windows 7. But 10.3.2 works perfectly on the same hardware...

     

    I'm open to any suggestions of things to try (other than replacing the computer, that's not going to happen any time soon). Otherwise, I'll simply go back to 10.3.2...Thanks!

×