<?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[Problem mit MediaPlayer OnNotify]]></title><description><![CDATA[<p>Hallo,<br />
ich habe eine TMediaPlayer Komponente in meinem Form und ich starte das Abspielen durch den Klick auf einen seperaten button.</p>
<p>deshalb will ich, dass auch dann der playbutton disabled und der stopbutton enabled wird, wenn ich andere buttons nutze.</p>
<p>Leider klappt es mit dieser Lösung nicht:</p>
<pre><code>if(MediaPlayer-&gt;Mode == mpPlaying)
        MediaPlayer-&gt;EnabledButtons = MediaPlayer-&gt;EnabledButtons &gt;&gt; btPlay &lt;&lt; btPause &lt;&lt; btStop;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/191489/problem-mit-mediaplayer-onnotify</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 17:29:22 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/191489.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 03 Sep 2007 16:38:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit MediaPlayer OnNotify on Mon, 03 Sep 2007 16:38:32 GMT]]></title><description><![CDATA[<p>Hallo,<br />
ich habe eine TMediaPlayer Komponente in meinem Form und ich starte das Abspielen durch den Klick auf einen seperaten button.</p>
<p>deshalb will ich, dass auch dann der playbutton disabled und der stopbutton enabled wird, wenn ich andere buttons nutze.</p>
<p>Leider klappt es mit dieser Lösung nicht:</p>
<pre><code>if(MediaPlayer-&gt;Mode == mpPlaying)
        MediaPlayer-&gt;EnabledButtons = MediaPlayer-&gt;EnabledButtons &gt;&gt; btPlay &lt;&lt; btPause &lt;&lt; btStop;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1358120</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1358120</guid><dc:creator><![CDATA[speedtouch92]]></dc:creator><pubDate>Mon, 03 Sep 2007 16:38:32 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit MediaPlayer OnNotify on Mon, 03 Sep 2007 18:42:58 GMT]]></title><description><![CDATA[<p>&quot;Geht nicht&quot; ist keine ausreichende Problembeschreibung.</p>
<p>Davon abgesehen dürfte OnNotify nicht der richtige Ansatz sein. Setz die EnabledButtons einfach im OnClick deines zusätzlichen Buttons, unmittelbar vor dem Aufruf der Play-Funktion.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1358239</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1358239</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Mon, 03 Sep 2007 18:42:58 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit MediaPlayer OnNotify on Mon, 03 Sep 2007 19:37:14 GMT]]></title><description><![CDATA[<p>Ich weiß, aber es passiert nichts, kein fehler oder so.</p>
<p>Es direkt in meinem Button so zu machen habe ich auch schon probiert.</p>
<p>(Keine zeit zum einloggen)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1358292</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1358292</guid><dc:creator><![CDATA[spedtouch92]]></dc:creator><pubDate>Mon, 03 Sep 2007 19:37:14 GMT</pubDate></item></channel></rss>