Jump to content

PeterPanettone

Members
  • Content Count

    1318
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by PeterPanettone

  1. When right-clicking a container-component (e.g. TCard) in the Designer Structure Panel, the PASTE Item in the Edit sub-menu is DISABLED, although there is a valid object text in the clipboard (e.g. from a previous object copy action): Can anybody confirm this?
  2. PeterPanettone

    Designer Structure Panel: Paste DISABLED!

    I have found a time-consuming workaround: Create a dummy TPanel inside the TCard container inside the Structure Panel and then paste the object from the clipboard to the Panel inside the Structure Panel. Then inside the Structure Panel DRAG the pasted object from the Panel to its parent TCard. (Then afterward you can delete the dummy Panel). Obviously, the IDE DENIES to paste onto a TCARD inside the Structure Panel but explicitly ALLOWS pasting onto a TPanel inside the Structure Panel. This is weird!
  3. Delphi 10.4.2: Has anyone ever had a Warning and an Error at the same time?
  4. PeterPanettone

    Warning and Error at the same time?

    I prefer "Warror". It sounds better.
  5. PeterPanettone

    Warning and Error at the same time?

    I am not sure whether this is a bug or not.
  6. PeterPanettone

    Scalable IDE Toolbar icons?

    The IDE's toolbar icons are 16-pixel from stone-age. Wouldn't it be nice if the IDE's toolbar icons could be freely scaled? On my 4K main monitor, 20 pixels for the toolbar-icons would be a better fit. To achieve this, the IDE's toolbar-icons should be based on SVG and fall back on single icons where only a bitmap-icon is available. I.e., SVG-ImageLists always output bitmap icons, they only save the images internally as SVG. This would contribute to the usability of the IDE. What do you think?
  7. PeterPanettone

    Scalable IDE Toolbar icons?

    Come on, why do you start again with harassment? Does it make you feel good?
  8. PeterPanettone

    Scalable IDE Toolbar icons?

    You do not understand the concept of SVG-ImageLists: SVG-Images are not scaled in SVG-ImageLists, the pixel-output of SVG-ImageLists is scaled according to the user setting. And the IDE does not have to determine any scale. Let the user determine the scale of the icons according to his wishes.
  9. PeterPanettone

    Scalable IDE Toolbar icons?

    Instead of forcing "HIGH-DPI on the IDE, wouldn't it be better to use SVG-ImageLists for the toolbar-icons and menu-icons, and for all other IDE-components have a user-configuration for the font-sizes? It would be so easy!
  10. PeterPanettone

    Scalable IDE Toolbar icons?

    Isn't it time to undock the Designer from the rest of the IDE?
  11. PeterPanettone

    Scalable IDE Toolbar icons?

    Does anybody know what the CODENAME for 10.5 will be? Maybe "LUNARBASE" or "DARKSIDEOFTHEMOON"?
  12. PeterPanettone

    Scalable IDE Toolbar icons?

    They write: "High DPI IDE Support". Is that meant for the WHOLE IDE or only for parts of the IDE?
  13. PeterPanettone

    Scalable IDE Toolbar icons?

    It has some tiny rendering errors with some very complex SVG documents. But it is easy to use for Icon-List purposes. For Embarcadero it would be perfect. As I said, the effort for Embarcadero would be minimal.
  14. PeterPanettone

    Scalable IDE Toolbar icons?

    Is this a request to Embarcadero to use SVGIconImageList for the IDE toolbar-icons instead of the stone-age 16x16 Pixel-ImageLists? Will Embarcadero hear the request? BTW, all the icons Embarcadero uses for the IDE toolbar-icons are also available as SVG icons. So the effort to switch to scalable icons would be MINIMAL!
  15. In the Delphi 10.4.2 Source Editor, when hovering the mouse pointer over a Property Identifier, the Property Name and the unit where it's declared are shown in a popup. In this screenshot, the mouse pointer is hovering over "Text": Is it possible to also show the TYPE in this popup? (In this case, that would be "TCaption").
  16. PeterPanettone

    Scalable IDE Toolbar icons?

    I want MORE: I want FREELY SCALABLE icons!
  17. PeterPanettone

    Strange Dialog UI

    What could be done to visually optimize this strange dialog UI:
  18. PeterPanettone

    Strange Dialog UI

    Is this what everyone else has in Computer\HKEY_CURRENT_USER\Software\Embarcadero\BDS\21.0\Theme:
  19. PeterPanettone

    Strange Dialog UI

    Why so many developers have a deep love for TINY LITTLE BOXES and refute to make functional dialogs? (When thinking about little boxes, this wonderful folk-song came to my mind): )
  20. PeterPanettone

    Strange Dialog UI

    BTW, what does "Convert to const" mean? And yes, you could put the labels above the edit fields (as Thomas suggested). Which is a common UI suggestion. What is the difference between theory and practice?
  21. PeterPanettone

    Strange Dialog UI

    Dear Uwe, yes please add some extra space and put the labels above the edit-fields. Correct the UI bugs made by the previous author.
  22. PeterPanettone

    Strange Dialog UI

    That's a very good idea! But HOW MUCH above the edit field? And should the Label.Layout be tlTop, tlBottom, or tlCenter?
  23. PeterPanettone

    TNumberBox suffix?

    In TNumberBox, it seems not possible to set a unit suffix like "pixel", "cm" or similar. Or did I miss something?
  24. PeterPanettone

    Delphi 10.4.2 first impressions

    Have you tried deleting the .DPROJ file and then reopening the .DPR project file?
  25. PeterPanettone

    Delphi 10.4.2 first impressions

    But Error Insight is a PRODUCTIVITY FEATURE!
×