<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[TPaintBox::Color Fehler ?]]></title><description><![CDATA[<p>Ich verwende BCB 6.<br />
Wenn ich bei meiner TPaintBox-Komponente die Eigenschaft Color auf irgendeinen Farbwert setze, als Beispiel mal clRed hat das überhaupt keine Auswirkungen aufs Zeichnen. Die Eigenschaft ParentColor ist auf false gesetzt.<br />
Ist das so gewollt oder hab ich da irgendwas verplant?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/139360/tpaintbox-color-fehler</link><generator>RSS for Node</generator><lastBuildDate>Sun, 02 Aug 2026 22:29:31 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/139360.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 06 Mar 2006 08:04:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to TPaintBox::Color Fehler ? on Mon, 06 Mar 2006 08:04:32 GMT]]></title><description><![CDATA[<p>Ich verwende BCB 6.<br />
Wenn ich bei meiner TPaintBox-Komponente die Eigenschaft Color auf irgendeinen Farbwert setze, als Beispiel mal clRed hat das überhaupt keine Auswirkungen aufs Zeichnen. Die Eigenschaft ParentColor ist auf false gesetzt.<br />
Ist das so gewollt oder hab ich da irgendwas verplant?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1009428</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1009428</guid><dc:creator><![CDATA[marmey]]></dc:creator><pubDate>Mon, 06 Mar 2006 08:04:32 GMT</pubDate></item><item><title><![CDATA[Reply to TPaintBox::Color Fehler ? on Mon, 06 Mar 2006 08:11:40 GMT]]></title><description><![CDATA[<p>so zeichnest du in PaintBox</p>
<p>PaintBox1-&gt;Canvas-&gt;Pen-&gt;Color=clRed;<br />
PaintBox1-&gt;Canvas-&gt;MoveTo(0,0);<br />
PaintBox1-&gt;Canvas-&gt;LineTo(100,100);</p>
<p>den code kannst du z.B bei :</p>
<p>void __fastcall TForm1::Button1Click(TObject *Sender)<br />
{</p>
<p>}</p>
<p>einfügen damit das ergebnis sichtbar wird.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1009432</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1009432</guid><dc:creator><![CDATA[timer]]></dc:creator><pubDate>Mon, 06 Mar 2006 08:11:40 GMT</pubDate></item><item><title><![CDATA[Reply to TPaintBox::Color Fehler ? on Mon, 06 Mar 2006 08:13:16 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>für die Canvas-Operationen must du <em>PaintBox-&gt;Canvas-&gt;Pen-&gt;Color</em> bzw. <em>PaintBox-&gt;Canvas-&gt;Brush-&gt;Color</em> verwenden.</p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1009434</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1009434</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Mon, 06 Mar 2006 08:13:16 GMT</pubDate></item></channel></rss>