<?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[Grafik laufen lassen]]></title><description><![CDATA[<p>Ich wollte Kurven zeichnen lassen auf einen bmp, das funktioniert auch soweit aber leider wenn die Zeichnung auf dem bild das ednde erreicht hat dann , werden keine kurven mehr gezeichnet und endet bei der Bildbreite 265.<br />
Es soll aber weiterlaufen.</p>
<pre><code class="language-cpp">int wid=265,lef=0;
while(los)
{
mx++;
PaintWatcher-&gt;PaintPanel-&gt;DoubleBuffered = true;
Sleep(100);
PaintWatcher-&gt;CanvasPanel-&gt;Canvas-&gt;Pen-&gt;Color = clLime;
PaintWatcher-&gt;CanvasPanel-&gt;Canvas-&gt;Pen-&gt;Width = 1;
lef++;
wid--;
PaintWatcher-&gt;CanvasPanel-&gt;Left = wid; // Die gRafik schliesst nach rechts
PaintWatcher-&gt;CanvasPanel-&gt;Width = lef;// Die Grafik öffnet von null bis 265
// Grafik soll dann weiterlaufen und Zeichnet endet aber bei 265
PaintWatcher-&gt;Label1-&gt;Caption = lef;
PaintWatcher-&gt;Label2-&gt;Caption = wid;
PaintWatcher-&gt;CanvasPanel-&gt;Canvas-&gt;LineTo(mx,my);
}
</code></pre>
<p>Das vorhergehende soll langsam sich nach links aus dem bild rausbewegen und rechts weiterzeichnen wie z.b ein EKG.<br />
hänge mal die EXE zum Download an .<br />
[url]<br />
<a href="http://www.top-versicherungsuebersicht.de/down/paint.rar" rel="nofollow">http://www.top-versicherungsuebersicht.de/down/paint.rar</a><br />
[/url]<br />
Lege das gesamte projekt bei in rar gepackt<br />
<strong>PS: einfach mit der maus im Schwarzen Fenster bewegen um Kurven zu erzeugen</strong></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/124102/grafik-laufen-lassen</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Jul 2026 20:37:41 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/124102.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 23 Oct 2005 20:05:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Grafik laufen lassen on Mon, 24 Oct 2005 06:55:43 GMT]]></title><description><![CDATA[<p>Ich wollte Kurven zeichnen lassen auf einen bmp, das funktioniert auch soweit aber leider wenn die Zeichnung auf dem bild das ednde erreicht hat dann , werden keine kurven mehr gezeichnet und endet bei der Bildbreite 265.<br />
Es soll aber weiterlaufen.</p>
<pre><code class="language-cpp">int wid=265,lef=0;
while(los)
{
mx++;
PaintWatcher-&gt;PaintPanel-&gt;DoubleBuffered = true;
Sleep(100);
PaintWatcher-&gt;CanvasPanel-&gt;Canvas-&gt;Pen-&gt;Color = clLime;
PaintWatcher-&gt;CanvasPanel-&gt;Canvas-&gt;Pen-&gt;Width = 1;
lef++;
wid--;
PaintWatcher-&gt;CanvasPanel-&gt;Left = wid; // Die gRafik schliesst nach rechts
PaintWatcher-&gt;CanvasPanel-&gt;Width = lef;// Die Grafik öffnet von null bis 265
// Grafik soll dann weiterlaufen und Zeichnet endet aber bei 265
PaintWatcher-&gt;Label1-&gt;Caption = lef;
PaintWatcher-&gt;Label2-&gt;Caption = wid;
PaintWatcher-&gt;CanvasPanel-&gt;Canvas-&gt;LineTo(mx,my);
}
</code></pre>
<p>Das vorhergehende soll langsam sich nach links aus dem bild rausbewegen und rechts weiterzeichnen wie z.b ein EKG.<br />
hänge mal die EXE zum Download an .<br />
[url]<br />
<a href="http://www.top-versicherungsuebersicht.de/down/paint.rar" rel="nofollow">http://www.top-versicherungsuebersicht.de/down/paint.rar</a><br />
[/url]<br />
Lege das gesamte projekt bei in rar gepackt<br />
<strong>PS: einfach mit der maus im Schwarzen Fenster bewegen um Kurven zu erzeugen</strong></p>
]]></description><link>https://www.c-plusplus.net/forum/post/899593</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/899593</guid><dc:creator><![CDATA[Praetorianer_33]]></dc:creator><pubDate>Mon, 24 Oct 2005 06:55:43 GMT</pubDate></item><item><title><![CDATA[Reply to Grafik laufen lassen on Sun, 23 Oct 2005 22:27:48 GMT]]></title><description><![CDATA[<p>Meine Vermutung ist, daß das Ende der Imagebreite (wid=256) erreicht ist.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/899661</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/899661</guid><dc:creator><![CDATA[helmuth]]></dc:creator><pubDate>Sun, 23 Oct 2005 22:27:48 GMT</pubDate></item><item><title><![CDATA[Reply to Grafik laufen lassen on Sun, 23 Oct 2005 22:31:50 GMT]]></title><description><![CDATA[<p>Mein Vorschlag wäre zwei Images zu verwenden und in das zweite immer das erste - ohne die erste &quot;Spalte&quot; reinzukopieren und die letze Spalte hinzufügen mit der Position der Maus. Dann kann man nur nicht mehr MoveTo und LineTo verwenden und muss sich dafür etwas überlegen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/899663</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/899663</guid><dc:creator><![CDATA[helmuth]]></dc:creator><pubDate>Sun, 23 Oct 2005 22:31:50 GMT</pubDate></item><item><title><![CDATA[Reply to Grafik laufen lassen on Mon, 24 Oct 2005 06:51:26 GMT]]></title><description><![CDATA[<p>*.exe zum download anbieten ist unklug (wird sicher keiner runterladen, weil niemand weiss, was dein programm tut!).</p>
<p>packe lieber das projekt mit winzip, winrar, winace oder ähnlichem und biete es zum download an, dann kann jeder der interesse hat, das runterladen und es sich selbst compilieren.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/899739</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/899739</guid><dc:creator><![CDATA[Sunday]]></dc:creator><pubDate>Mon, 24 Oct 2005 06:51:26 GMT</pubDate></item><item><title><![CDATA[Reply to Grafik laufen lassen on Mon, 24 Oct 2005 06:58:27 GMT]]></title><description><![CDATA[<p>So Sei es habe es in Rar gepackt und hinterlegt villeicht kann mir ja einer weiter Helfen Danke</p>
<p>[url]<br />
<a href="http://www.top-versicherungsuebersicht.de/down/paint.rar" rel="nofollow">http://www.top-versicherungsuebersicht.de/down/paint.rar</a><br />
[/url]</p>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /> <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/899749</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/899749</guid><dc:creator><![CDATA[Praetorianer_33]]></dc:creator><pubDate>Mon, 24 Oct 2005 06:58:27 GMT</pubDate></item><item><title><![CDATA[Reply to Grafik laufen lassen on Mon, 24 Oct 2005 07:44:24 GMT]]></title><description><![CDATA[<p>Mit welcher Borland C++ Builder Version ist ist das Projekt zu öffnen ? Meine 1.0er akzeptiert nur *.mak Projektdateien ... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/899785</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/899785</guid><dc:creator><![CDATA[Hallo-C++]]></dc:creator><pubDate>Mon, 24 Oct 2005 07:44:24 GMT</pubDate></item><item><title><![CDATA[Reply to Grafik laufen lassen on Mon, 24 Oct 2005 08:25:22 GMT]]></title><description><![CDATA[<p>bcb 6</p>
]]></description><link>https://www.c-plusplus.net/forum/post/899814</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/899814</guid><dc:creator><![CDATA[Sunday]]></dc:creator><pubDate>Mon, 24 Oct 2005 08:25:22 GMT</pubDate></item><item><title><![CDATA[Reply to Grafik laufen lassen on Mon, 24 Oct 2005 19:27:33 GMT]]></title><description><![CDATA[<p>Das nach links 'rausschieben' kannste doch mit Canvas-&gt;Draw(...); machen</p>
<p>gibst einfach (negativ an, wieweit nach links soll der alte Inhalt.</p>
<p>Günstig: das ganze in nem (unsichtbaren) Bitmap machen.</p>
<p>An den rechten Rand kann neu gemalt werden.</p>
<p>Am Ende das ganze in die Anzeige kopieren - falls in extra Bitmap gemacht.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/900362</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/900362</guid><dc:creator><![CDATA[DerAltenburger]]></dc:creator><pubDate>Mon, 24 Oct 2005 19:27:33 GMT</pubDate></item></channel></rss>