Jump to content

Dave Craggs

Members
  • Content Count

    94
  • Joined

  • Last visited

Everything posted by Dave Craggs

  1. Dave Craggs

    Issue with CTRL-A

    It does say this in the blog. Am using Delphi 11.3 High DPI support. I'm not going go into to detail on this, it's a complex issue with major differences between windows versions, and limited High DPI support in Delphi. I will say, think very carefully before you enable this, High DPI support in Delphi depends very much on the version of delphi, and third party control support. Don't just enable High DPI support without serious testing. See the msdn doco link at the bottom of this post.
  2. Dave Craggs

    Issue with CTRL-A

    yes and Windows 11 probably. This is just the first quick fix until I am back next week. Thanks
  3. Dave Craggs

    Issue with CTRL-A

    Thanks, I am using this as a start point
  4. Dave Craggs

    Issue with CTRL-A

    Hmm - do I need to extract the XML from the res file so Finalbuilder can use it? Need to sort this out next week - am away for the rest of the week. Thanks for the help so far.
  5. Dave Craggs

    Issue with CTRL-A

    I did look at that, need to work out what values should be put into the manifest. Really don't know why I should need one 😞
  6. Dave Craggs

    Issue with CTRL-A

    Bit confused about manifest. Delphi suggests it shod auto generate, but I can't find any.
  7. Dave Craggs

    Issue with CTRL-A

    It works when built using the dev system, but not with finalbuilder. Reverts to old style open dialogs too.
  8. Dave Craggs

    Issue with CTRL-A

    @Vincent ParrettHave you any thoughts on this?
  9. Dave Craggs

    Issue with CTRL-A

    D11
  10. Dave Craggs

    TFrames in pallete

    HI All, I have some frames I have created. I moved them to another folder, but am now getting errors when loading forms using the frames. I updated the paths in the project file, but that did not fix the problem. Any ideas?
  11. Dave Craggs

    TFrames in pallete

    All fixed now.
  12. Dave Craggs

    TFrames in pallete

    Interersting, if I open just the project it works. If I open the grouproject it is a part of it doesn't. Have changed the references in all the other projects. Ah - found some references in .dproj files
  13. Dave Craggs

    Stringgrid cell color

    This should be a basic question, but I am trying to draw the colour of a cell in a stringrid grdDetails.Canvas.Font.Style := [fsBold]; grdDetails.Canvas.Brush.Color := clSilver; grdDetails.Canvas.TextRect(Rect, Rect.Left, Rect.Top+4, 'Test Header'); But I am getting this Note the cell is not fully coloured. Any ideas on what I am doing wrong?
  14. Dave Craggs

    Stringgrid cell color

    Thanks Attila you are correct!
  15. Dave Craggs

    Copy name

    Hi, MMX has these options Would be nice if there was an option Copy fullname and unit. Keep up the good work. Dave Craggs
  16. Dave Craggs

    Fastreports

    Hi, I am currently using FastReports VCL 5 that comes with Delphi 10.3. Anyone know how much better the paid for version is? Thanks Dave Craggs
  17. Dave Craggs

    Fastreports

    Thanks. Do you use FastReports?
  18. Dave Craggs

    XML Read CDATA

    Hi, Howe do I read the text part of a CDATA not in an XML file? am using TXMLDocument then finding a node, (IXMLNode), but both node.,text and node,textvalue return the full CDATA string. Am using Delphi 10.3. Am doing a work around to remove the CDATA stuff, but I would have though there should be a simple way of getting this text. Dave Craggs
  19. Dave Craggs

    Forms showing on multiple desktops

    Hi I have a VCL application. Some of the forms stay visible when switching between windows desktops. The main form doesn't. Couldn't see an obvious property causing ths. Any ideas?
  20. Dave Craggs

    Forms showing on multiple desktops

    I'll have a go next week. Thanks
  21. Dave Craggs

    Forms showing on multiple desktops

    Thanks for the reply. These are the windows 10 virtual desktops. Border style is bsSizable Attribute WS_EX_TOOLWINDOW is not present in my code.
  22. Dave Craggs

    Forms showing on multiple desktops

    Application.MainFormOnTaskbar := True; Delphi 10.3 at the moment
  23. Dave Craggs

    Panels and alignment

    If you have a panel with items inside all aligned left. How do you maintain the order when you change visibility? The items start in the correct order, but it you hide one and then later make it visible, it can end up in the wrong position.
  24. Dave Craggs

    Panels and alignment

    OK got it. Hide all the controls and set align to alNone. then go though in the order that you want setting them to visible and align to alLeft.
  25. Dave Craggs

    Panels and alignment

    Hmm - could I do something with the Left property maybe?
×