Jump to content

PeterPanettone

Members
  • Content Count

    1226
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by PeterPanettone

  1. PeterPanettone

    New annoying IDE malfunction

    Why do you waste your time criticizing things which are out of your reach?
  2. PeterPanettone

    New annoying IDE malfunction

    IMO, the logically correct conclusion would be: There is nothing in the IDE that has no purpose. So most likely the grey panel (invisible or not) has a purpose. (Please provide convincing evidence to the contrary if you can)
  3. PeterPanettone

    New annoying IDE malfunction

    That is clearly a RHETORICAL QUESTION. But it doesn't answer the question about the grey panel.
  4. PeterPanettone

    New annoying IDE malfunction

    The FACT is: The Delphi IDE contains a GREY PANEL that was previously INVISIBLE and now for some unknown reason has become visible. What could be the PURPOSE of the grey panel?
  5. PeterPanettone

    New annoying IDE malfunction

    I want to have public quality reports handled PUBLICLY, not thrown into a "laundry basket".
  6. PeterPanettone

    New annoying IDE malfunction

    Why would they want to keep this "panel affair" SECRET?
  7. PeterPanettone

    New annoying IDE malfunction

    Thank you very much! The JIRA comment says: "Internal copy (RS-100122) of this issue is closed as duplicate of internal issue RS-100117 by Calvin Tang on May 13, 2020. This issue is re-linked to internal issue RS-100117" What does this mean?
  8. Does GExperts have a built-in function to set the ParentFont property of ALL controls on the Form or application-wide to TRUE?
  9. PeterPanettone

    Set the ParentFont property of ALL controls to TRUE?

    I have found the very flexible Property Corrector in CnWizards.
  10. PeterPanettone

    Message Dialog Expert form is too small in Delphi 10.3.3 & 10.4

    I agree. It would be very useful if the MESSAGE DIALOG wizard would remember its size, also between sessions! It should also have a SIZE GRIP in the bottom right corner for easy resizing.
  11. PeterPanettone

    Crash when Delphi 10.n exits... again

    I find Pascal Expert particularly useful: https://www.peganza.com/products_pex.html https://www.peganza.com/find-bugs-early-with-pascal-expert.html It has a very large set of configurable reports about your code health and code quality. I consider it the "medical doctor and therapist of trust" for my code.
  12. In the Delphi 10.4 STRUCTURE PANEL, I select a TCard container control (containing several controls) and try to copy it to the clipboard with CTRL+C. It does not work. Even in the EDIT sub-context menu, the Copy item is disabled: Restarted the IDE. Tried again and again. Can anyone confirm this further annoying IDE bug?
  13. PeterPanettone

    Cannot copy a TCard in the Structure Panel

    If true, this would confirm my complexity hypothesis. (See above).
  14. PeterPanettone

    Cannot copy a TCard in the Structure Panel

    Eureka: I have found a solution at Stack Overflow: https://stackoverflow.com/questions/63336038/from-the-ides-structure-panel-how-to-copy-a-tcard-to-the-clipboard/63338826 Please vote for it!
  15. PeterPanettone

    Cannot copy a TCard in the Structure Panel

    I fear it is MUCH OLDER. Shall we call it PREHISTORIC?
  16. PeterPanettone

    Cannot copy a TCard in the Structure Panel

    Please calm down. Everything is OK. You are being loved and we like you.
  17. PeterPanettone

    Cannot copy a TCard in the Structure Panel

    The FUNDAMENTAL BUG here is that with specific controls like TCard (is that a TControl?) the control is synchronized (and therefore focused) in the Object Inspector BUT not in the Form Designer. I suspect that the causal chain does not go directly from the Structure Panel to the Form Designer but in this way: Structure Panel → Object Inspector → Form Designer and that Object Inspector is the real culprit for the chain interruption for containers like TCard. This is a typical bug that occurs when the complexity of the interacting objects surpasses the developer's capabilities in mastering this complexity.
  18. PeterPanettone

    Cannot copy a TCard in the Structure Panel

    Alternative solution: 1. First select the TCard in the Structure Panel 2. Then click on the Form Designer's TAB to focus the TCard in the Form Designer 3. Then press CTRL+C to copy the TCard together with all its sub-controls to the clipboard!
  19. PeterPanettone

    Cannot copy a TCard in the Structure Panel

    You are almost right: After showing the EDIT context menu directly in the Form Designer (right-click on a visual control in the Form Designer) the "Copy" item is enabled. Then showing the EDIT context menu for the same control in the Structure Panel shows the Copy context menu item still enabled but it is not working when clicking on it or when pressing CTRL+C! Therefore, the trick to copy a TCard with all its sub-controls is as following: 1. In the Form Designer, if the TCard is not visible because covered by a full-size control (e.g. a TPanel), click that TPanel and press the ESC key until the TCard is focused. (Look in the Object Inspector). 2. Then press CTRL+C to copy the TCard together with all its sub-controls to the clipboard. General rule: To copy a complex object structure, don't use the faulty Structure Panel but use the Form Designer!
  20. PeterPanettone

    Cannot copy a TCard in the Structure Panel

    Didn't somebody recently say that computers are DETERMINISTIC? https://en.wikipedia.org/wiki/Determinism As long as you have only a button on the TCard, this is easy. Try that with MANY controls and sub-containers on the TCard...
  21. PeterPanettone

    Cannot copy a TCard in the Structure Panel

    From your screenshot, you copied a TCardPanel. Not a TCard.
  22. PeterPanettone

    Cannot copy a TCard in the Structure Panel

    That's the moment when the fear of your own imagination increases the suspense in good horror movies.
  23. PeterPanettone

    Cannot copy a TCard in the Structure Panel

    Thank you for the confirmation. Could there be a WEIRD DIABOLIC PURPOSE of a sick Embarcadero developer mind behind this malfunction?
  24. PeterPanettone

    Delphi 10.4 PATCH 2 experiences

    Get It offers the new Delphi 10.4 PATCH 2: Unfortunately, the installer (= downloader) does not explicitly mention the information that the installation has to be done MANUALLY. So, if you have not by chance visited the Embarcadero blog: https://community.idera.com/developer-tools/b/blog/posts/patch-2-for-rad-studio-10-4-now-available ...you would believe that PATCH 2 has been installed while it has not. OK, this file has to be executed: \Embarcadero\Studio\21.0\CatalogRepository\10.4Patch2pro-10\R104_Patch2Pro\patch2.bat Since the readme file says: "-The installation will require elevation...", I tried to execute the patch2.bat file with Administrator rights: But it seems that nothing happened after doing this. So I simply double-clicked the patch2.bat file. But no console window was shown to give me visual feedback of the executing patch. The only visual feedback was the HOURGLASS mouse-cursor which remained for over a minute. So I restarted the Delphi 10.4 IDE. In the About dialog, there was no mention of the installed patches 1 and 2. And since the readme file also says the AV bug in the License Manager would be fixed with this Patch 2, I opened the License Manager and ... had the same AV as before the Patch 2: I haven't also found any installation log file. Can anyone confirm this?
  25. PeterPanettone

    Delphi 10.4 PATCH 2 experiences

×