<?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[SBGWindow raising]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">I have noticed that SBGWidow objects have a <code>raise</code> function that works only if the <code>locked</code> flag is set to true otherwise calling the <code>raise</code> function has no effect on the window. Is it possible to change this behavior such it would work independently of this flag ?</p>
<p dir="auto">Thanks in advance !<br />
Yassine</p>
]]></description><link>https://forum.samson-connect.net/topic/46/sbgwindow-raising</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 05:42:03 GMT</lastBuildDate><atom:link href="https://forum.samson-connect.net/topic/46.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 23 Apr 2018 12:46:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SBGWindow raising on Wed, 25 Apr 2018 11:18:09 GMT]]></title><description><![CDATA[<p dir="auto">Actually I didn't explain well the case where the <code>raise</code> didn't worked for me as I expected. When you have two windows, with the first one locked and the second unlocked. If the <code>raise</code> function is called for the second unlocked window, it doesn't go on top of the first locked window.</p>
<p dir="auto">For those who might interest, I found a simple solution. You need to temporarily lock the window, call the <code>raise</code> function then unlock the window.</p>
<p dir="auto">Thank you Stephane for your quick answer !<br />
Yassine</p>
]]></description><link>https://forum.samson-connect.net/post/161</link><guid isPermaLink="true">https://forum.samson-connect.net/post/161</guid><dc:creator><![CDATA[Yassine]]></dc:creator><pubDate>Wed, 25 Apr 2018 11:18:09 GMT</pubDate></item><item><title><![CDATA[Reply to SBGWindow raising on Wed, 25 Apr 2018 08:40:13 GMT]]></title><description><![CDATA[<p dir="auto">Can you please post a code example? When a user presses an app icon we call the <code>raise</code> function to put its GUI on top and it works whatever the flag is:</p>
<pre><code>	gui-&gt;getWindow()-&gt;show();
	gui-&gt;getWindow()-&gt;raise();
</code></pre>
]]></description><link>https://forum.samson-connect.net/post/159</link><guid isPermaLink="true">https://forum.samson-connect.net/post/159</guid><dc:creator><![CDATA[Stephane]]></dc:creator><pubDate>Wed, 25 Apr 2018 08:40:13 GMT</pubDate></item></channel></rss>