<?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[SetEventMask wieder rückgängig machen]]></title><description><![CDATA[<p>Hallo</p>
<p>ich ordne meinem RichTextEditor mittels</p>
<pre><code class="language-cpp">rTaEditor.SetEventMask(ENM_UPDATE);
</code></pre>
<p>eine Eventmaske hinzu.<br />
Wunderbar - nur wie kann ich diese Maske wieder entfernen ?</p>
<p>Es gibt ja kein UnsetEventMask <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>
<p>P.S: Ich kanns zwar mit SetEventMask(0) löschen, aber dann sind alle weg, und ich will nur wieder genau den SetEventMask(ENM_UPDATE) entfernen</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/193565/seteventmask-wieder-rückgängig-machen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 07:36:13 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/193565.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 27 Sep 2007 09:24:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SetEventMask wieder rückgängig machen on Thu, 27 Sep 2007 09:30:19 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>ich ordne meinem RichTextEditor mittels</p>
<pre><code class="language-cpp">rTaEditor.SetEventMask(ENM_UPDATE);
</code></pre>
<p>eine Eventmaske hinzu.<br />
Wunderbar - nur wie kann ich diese Maske wieder entfernen ?</p>
<p>Es gibt ja kein UnsetEventMask <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>
<p>P.S: Ich kanns zwar mit SetEventMask(0) löschen, aber dann sind alle weg, und ich will nur wieder genau den SetEventMask(ENM_UPDATE) entfernen</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1373697</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1373697</guid><dc:creator><![CDATA[Multiplex]]></dc:creator><pubDate>Thu, 27 Sep 2007 09:30:19 GMT</pubDate></item><item><title><![CDATA[Reply to SetEventMask wieder rückgängig machen on Thu, 27 Sep 2007 09:37:17 GMT]]></title><description><![CDATA[<p>Du musst die Event-Maske einfach wieder auf default zuruecksetzten. ENM_NONE nehme ich an.</p>
<p>Wenn du nur die eine entfernen willst, musst du einfach ein bitweises XOR machen. Also etwa</p>
<p>rTaEditor.SetEventMask(rTaEditor.GetEventMask() ^ EMN_UPDATE);</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1373704</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1373704</guid><dc:creator><![CDATA[Ajaw]]></dc:creator><pubDate>Thu, 27 Sep 2007 09:37:17 GMT</pubDate></item><item><title><![CDATA[Reply to SetEventMask wieder rückgängig machen on Thu, 27 Sep 2007 09:36:45 GMT]]></title><description><![CDATA[<p>Es muss doch was besseres (schneller/einfacher bzw. profilösung) für:</p>
<p>rTaEditor.SetEventMask(0);<br />
rTaEditor.SetEventMask(ENM_SELCHANGE);</p>
<p>wenn davor ENM_SELCHANGE &amp; ENM_CHANGE existiert haben ?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1373705</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1373705</guid><dc:creator><![CDATA[Multiplex]]></dc:creator><pubDate>Thu, 27 Sep 2007 09:36:45 GMT</pubDate></item><item><title><![CDATA[Reply to SetEventMask wieder rückgängig machen on Thu, 27 Sep 2007 09:39:06 GMT]]></title><description><![CDATA[<p>Hab dein Edit gesehen... danke das ist es... hatte das selbe mit oder probiert und ging net.. dann hab ich aufgegeben <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="😞"
    /> danke dir</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1373706</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1373706</guid><dc:creator><![CDATA[Multiplex]]></dc:creator><pubDate>Thu, 27 Sep 2007 09:39:06 GMT</pubDate></item></channel></rss>