<div dir="ltr">edit:<br><div>on Mint only works with qt (qt4 and qt5) but not with gtk (gb.gui)</div><div><br></div><div>Regards</div><div>Gianluigi<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mar 11 giu 2019 alle ore 11:36 Gianluigi <<a href="mailto:bagonergi@gmail.com">bagonergi@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I tried on my Mint 19.1 CINNAMON and it works well, it could also be a matter of theme, what theme do you have?</div><div><br></div><div>Regards</div><div>Gianluigi<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mar 11 giu 2019 alle ore 09:55 Gianluigi <<a href="mailto:bagonergi@gmail.com" target="_blank">bagonergi@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi Ced,</div><div>here with Ubuntu 18.04.02 and e2581fb (master) works fine.<br>You could try putting brackets like Form1.Showmodal().<br><br>Regards<br>Gianluigi</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mar 11 giu 2019 alle ore 00:10 Cedron Dawg <<a href="mailto:cedron@exede.net" target="_blank">cedron@exede.net</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Here is an issue that I have run into, but I am not the first:<br>
<br>
<a href="http://gambas.8142.n7.nabble.com/Dialog-on-top-of-FullScreen-window-td46253.html" rel="noreferrer" target="_blank">http://gambas.8142.n7.nabble.com/Dialog-on-top-of-FullScreen-window-td46253.html</a><br>
<br>
Okay, I have Linux Mint 17 Mate.<br>
<br>
So, create a Qt or Gtk project (or download attached).  Add a second form, accept the default name.  Put this in the main form code:<br>
<br>
<br>
Public Sub Form_KeyPress()<br>
<br>
        Select Case Key.Code<br>
          Case Key["1"]<br>
            Me.FullScreen = Not Me.FullScreen<br>
<br>
          Case Key["2"]<br>
            Form1.title = Str(Now)<br>
            Form1.Showmodal<br>
<br>
        End Select<br>
<br>
End<br>
<br>
Run the project.  Press [1] a few times, works as expected.<br>
<br>
When the form is not full screen, press [2], works as expected.<br>
<br>
Close the second form by clicking its 'x'.<br>
<br>
Press [1] to go into full screen.  works as expected.<br>
<br>
Press [2].<br>
<br>
Now things don't work any more.  The form apparently opens, but it is hidden by the full screen form instead of showing.  Even though the full screen form is on top it doesn't have focus and thus will not take any keystrokes.<br>
<br>
To get out, I have to "Alt-Tab' to the IDE and stop the program.<br>
<br>
What to do?<br>
<br>
Thanks,<br>
<br>
Ced<br>
<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div>
</blockquote></div>
</blockquote></div>