<?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[Darstelungs problem]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe ein Eingabenfeld wo ich status anzeigebn ausgebe.<br />
mein Programm startet eine Funktion die viele daten bearbeitet.(dauert ne weile)<br />
in der Funktion rufe ich eine Metode des Dialogfeldes auf um status anzeigen an das Eingabefeld wieter zugeben.</p>
<pre><code class="language-cpp">void COberflche_alkDlg::ausgabe(char *aus)
{
	CString temp;
	temp=m_ausg;
	m_ausg.Format(&quot;%s%s&quot;,temp,aus);
	UpdateData(FALSE);
	//Invalidate();

	//OnPaint();
}
</code></pre>
<p>aber leider zeikt er rest nach beenden der Funktion alles an.<br />
ich brauche das aber weren er arbeitet.</p>
<p>ich habe schon fersucht das Dialogfeld neu zu zeichne ( Invalidate();, OnPaint(); ).</p>
<p>hat da jemand ne ahnug was man da machen sollte???</p>
<p>MFG TaccoGo</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/84635/darstelungs-problem</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 02:16:07 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/84635.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 01 Sep 2004 08:15:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Darstelungs problem on Wed, 01 Sep 2004 08:15:09 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe ein Eingabenfeld wo ich status anzeigebn ausgebe.<br />
mein Programm startet eine Funktion die viele daten bearbeitet.(dauert ne weile)<br />
in der Funktion rufe ich eine Metode des Dialogfeldes auf um status anzeigen an das Eingabefeld wieter zugeben.</p>
<pre><code class="language-cpp">void COberflche_alkDlg::ausgabe(char *aus)
{
	CString temp;
	temp=m_ausg;
	m_ausg.Format(&quot;%s%s&quot;,temp,aus);
	UpdateData(FALSE);
	//Invalidate();

	//OnPaint();
}
</code></pre>
<p>aber leider zeikt er rest nach beenden der Funktion alles an.<br />
ich brauche das aber weren er arbeitet.</p>
<p>ich habe schon fersucht das Dialogfeld neu zu zeichne ( Invalidate();, OnPaint(); ).</p>
<p>hat da jemand ne ahnug was man da machen sollte???</p>
<p>MFG TaccoGo</p>
]]></description><link>https://www.c-plusplus.net/forum/post/596681</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/596681</guid><dc:creator><![CDATA[TaccoGo]]></dc:creator><pubDate>Wed, 01 Sep 2004 08:15:09 GMT</pubDate></item><item><title><![CDATA[Reply to Darstelungs problem on Thu, 02 Sep 2004 07:51:22 GMT]]></title><description><![CDATA[<p>Klingt wie das gleiche Problem wie hier:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39085" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic.php?t=39085</a></p>
<p>von Unix-Tom: Habe den Link geändert</p>
]]></description><link>https://www.c-plusplus.net/forum/post/596695</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/596695</guid><dc:creator><![CDATA[isabeau]]></dc:creator><pubDate>Thu, 02 Sep 2004 07:51:22 GMT</pubDate></item><item><title><![CDATA[Reply to Darstelungs problem on Wed, 01 Sep 2004 08:45:38 GMT]]></title><description><![CDATA[<p>o das war keine absicht das es den beitrag mermals gesendethat.<br />
da dei verbindung han bin ich auf aktualsiren gegangen.</p>
<p>MFG TaccoGo</p>
]]></description><link>https://www.c-plusplus.net/forum/post/596713</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/596713</guid><dc:creator><![CDATA[TaccoGo]]></dc:creator><pubDate>Wed, 01 Sep 2004 08:45:38 GMT</pubDate></item><item><title><![CDATA[Reply to Darstelungs problem on Wed, 01 Sep 2004 08:53:18 GMT]]></title><description><![CDATA[<p>danke das hat mir wietergeholfen!!</p>
<p>MFG TaccoGo</p>
]]></description><link>https://www.c-plusplus.net/forum/post/596724</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/596724</guid><dc:creator><![CDATA[TaccoGo]]></dc:creator><pubDate>Wed, 01 Sep 2004 08:53:18 GMT</pubDate></item><item><title><![CDATA[Reply to Darstelungs problem on Thu, 02 Sep 2004 07:34:21 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ne frage zu den Code vom Link</p>
<pre><code class="language-cpp">void CWipeFreeDlg::DoEvents()   // Evtl. Anstehende Events ausführen 
{ 
    MSG msg;                    // Message Variable 

    // Process existing messages in the application's message queue. 
    // When the queue is empty, do clean up and return. 
    while (PeekMessage(&amp;msg,NULL,0,0,PM_NOREMOVE)) {    // Solange Messages vorhanden 

        if (!AfxGetThread()-&gt;PumpMessage()) return;      // Kein plan...  :-) 
    } 
}
</code></pre>
<p>das beabeited ja alle Events im Programm.<br />
das Problem ist aber das wen ich das Programm Beende das Fenster weg ist aber im Task-Manager leuft er noch da die funktion noch arbeited und Events sendet die wiert einfach nicht mehr beendet?? <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>
<p>Wie kann ich das fehidern??<br />
Wie kann ich dei Funktieon auch benden??</p>
<p>MFG TaccoGo</p>
]]></description><link>https://www.c-plusplus.net/forum/post/597548</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/597548</guid><dc:creator><![CDATA[TaccoGo]]></dc:creator><pubDate>Thu, 02 Sep 2004 07:34:21 GMT</pubDate></item><item><title><![CDATA[Reply to Darstelungs problem on Thu, 02 Sep 2004 07:53:49 GMT]]></title><description><![CDATA[<p>Einfach: UpdateWindow()</p>
<p>Schwieriger aber schöner:<br />
Threads für deine Funktion. Man sollte immer GUI von Arbeit trennen.</p>
<p>Oder deine Funktion bei Programmende irgendwie abbrechen. z.B. booll stezen und in deiner Schleife immer wieder abfragen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/597559</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/597559</guid><dc:creator><![CDATA[Unix-Tom]]></dc:creator><pubDate>Thu, 02 Sep 2004 07:53:49 GMT</pubDate></item><item><title><![CDATA[Reply to Darstelungs problem on Thu, 02 Sep 2004 08:00:00 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>zu den Threads kanst du mir bitte mall ein Bsp. geben??</p>
<p>MFG TaccoGo</p>
]]></description><link>https://www.c-plusplus.net/forum/post/597562</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/597562</guid><dc:creator><![CDATA[TaccoGo]]></dc:creator><pubDate>Thu, 02 Sep 2004 08:00:00 GMT</pubDate></item><item><title><![CDATA[Reply to Darstelungs problem on Fri, 03 Sep 2004 11:53:44 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>das was ich mit den Threads probirt habe fürt zum selben ergebnis.</p>
<p>Oder mache ich da was falsch.</p>
<pre><code class="language-cpp">AfxBeginThread( (AFX_THREADPROC)geoTools.startProcessing(this,m_INI,16,arr),  this, THREAD_PRIORITY_NORMAL, 0,CREATE_SUSPENDED );
</code></pre>
<p>MFG TaccoGo</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598721</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598721</guid><dc:creator><![CDATA[TaccoGo]]></dc:creator><pubDate>Fri, 03 Sep 2004 11:53:44 GMT</pubDate></item><item><title><![CDATA[Reply to Darstelungs problem on Mon, 06 Sep 2004 06:33:38 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>mein programm bearbeited immer noch nicht dei wieteren events auch wen ich dei funktin als Treahd starte??</p>
<p>MFG TaccoGo</p>
]]></description><link>https://www.c-plusplus.net/forum/post/600420</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/600420</guid><dc:creator><![CDATA[TaccoGo]]></dc:creator><pubDate>Mon, 06 Sep 2004 06:33:38 GMT</pubDate></item></channel></rss>