AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein GUI-Design mit VCL / FireMonkey / Common Controls how do i remove white background in node inside virtual TVirtualStringTree?
Thema durchsuchen
Ansicht
Themen-Optionen

how do i remove white background in node inside virtual TVirtualStringTree?

Ein Thema von drama22 · begonnen am 6. Apr 2016 · letzter Beitrag vom 6. Apr 2016
Antwort Antwort
Benutzerbild von Zacherl
Zacherl

Registriert seit: 3. Sep 2004
4.629 Beiträge
 
Delphi 10.2 Tokyo Starter
 
#1

AW: how do i remove white background in node inside virtual TVirtualStringTree?

  Alt 6. Apr 2016, 14:50
i found something like that in action see this image
I can't even see the actual VirtualStringTree control on this picture Is it the gradient thingy in the background?
Projekte:
- GitHub (Profil, zyantific)
- zYan Disassembler Engine ( Zydis Online, Zydis GitHub)
  Mit Zitat antworten Zitat
drama22

Registriert seit: 12. Jan 2013
88 Beiträge
 
#2

AW: how do i remove white background in node inside virtual TVirtualStringTree?

  Alt 6. Apr 2016, 15:03

I can't even see the actual VirtualStringTree control on this picture Is it the gradient thingy in the background?
this gradient can be drawn easy on paint-background as eg .
Delphi-Quellcode:
procedure TForm2.VTs1PaintBackground(Sender: TBaseVirtualTree;
  TargetCanvas: TCanvas; R: TRect; var Handled: Boolean);
begin
 //
  GradientFillCanvas(TargetCanvas, clred, clWhite, R, gdHorizontal); // GraphUtil
  Handled := True;

end;
the white bg of node is the issue see my example
Angehängte Grafiken
Dateityp: jpg copied.jpg (32,4 KB, 17x aufgerufen)

Geändert von drama22 ( 6. Apr 2016 um 22:19 Uhr)
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:10 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz