AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Suchfunktion Ergebnis der Suchanfrage

Ergebnis der Suchanfrage


Datum des Suchindex: Heute, 10:32

Parameter dieser Suchanfrage:

Suche in Thema: Transparentes TCustomControl
Suche alle Beiträge, die von "Kas Ob." geschrieben wurden
• Suchmethode: "Suche nach allen Begriffen"
• Nach Datum (firstpost) sortiert
• Zeige Treffer als Beiträge
Zeige 4 von insges. 4 Treffern
Suche benötigte 0.000s

Es liegen Ergebnisse in folgenden Bereichen vor:

  • Forum: GUI-Design mit VCL / FireMonkey / Common Controls

    AW: Transparentes TCustomControl

      Delphi
      by Kas Ob., 26. Sep 2023
    Off-Topic : One more point i forgot to mention, with all Windows Theme disabled (or removed from the root), Delphi IDE performs more responsively and shows more stability at noticeable behavior, yet my latest IDE is Seattle, so may be it is better with the newer ones.
  • Forum: GUI-Design mit VCL / FireMonkey / Common Controls

    AW: Transparentes TCustomControl

      Delphi
      by Kas Ob., 26. Sep 2023
    It it solve OP problem then it would be better solution of course, but he might need the TImage for Better control over the design in the IDE.


    I really don't care about all the above, I don't need the fancy look, just working PC without wasting energy or burning CPU cycles as total waste.
    My CPU is already 13 years old and i am happy with it, almost i can lie and say i can hear the cycles...
  • Forum: GUI-Design mit VCL / FireMonkey / Common Controls

    AW: Transparentes TCustomControl

      Delphi
      by Kas Ob., 26. Sep 2023
    I figured another solution that might solve the whole flickering thing.

    try this
    procedure TForm1.FormPaint(Sender: TObject);
    begin
    Self.Canvas.CopyRect(Rect(Image1.Left,Image1.Top,Image1.Width,Image1.Height),Image1.Picture.Bitmap.Canvas,Image1.ClientRect);
    end;

    And make sure Image1.Visible := False; of course adjust the drawing rectangles accordingly, mine are might be off, also...
  • Forum: GUI-Design mit VCL / FireMonkey / Common Controls

    AW: Transparentes TCustomControl

      Delphi
      by Kas Ob., 26. Sep 2023
    I can't reproduce that annoying flicker, because on my Windows i have all theming and visual enhancement disabled even the Windows service is disabled.

    But i barely notice an empty box around the mouse cursor as you move it, i think you referring to this barely noticeable behavior, which might be a flickering a lot on other Windows's.

    Anyway, i don't have a definite answer or solution, but...


URL zu dieser Suchanfrage:

https://www.delphipraxis.net/dp_search.php?do=usersearch&search_username=Kas+Ob.&search_exact_username=1&search_sortby=dateline&search_resulttype=post&search_matchmode=0&searchthreadid=213785
Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:42 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz