<html><head></head><body style="zoom: 0%;"><div dir="auto">I tried the variation with the settings that was suggested made absolutely no difference.<br><br></div>
<div dir="auto"><!-- tmjah_g_1299s -->Sent from <!-- tmjah_g_1299e --><a href="http://www.typeapp.com/r"><!-- tmjah_g_1299s -->TypeApp<!-- tmjah_g_1299e --></a><!-- tmjah_g_1299s --> <!-- tmjah_g_1299e --></div>
<div class="gmail_quote" >On Feb 10, 2022, at 12:59, <a href="mailto:user-request@lists.gambas-basic.org" target="_blank">user-request@lists.gambas-basic.org</a> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="blue">Send User mailing list submissions to<br> user@lists.gambas-basic.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br> <a href="http://lists.gambas-basic.org/listinfo/user">http://lists.gambas-basic.org/listinfo/user</a><br>or, via email, send a message with subject or body 'help' to<br> user-request@lists.gambas-basic.org<br><br>You can reach the person managing the list at<br> user-owner@lists.gambas-basic.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of User digest..."<br><br><br>Today's Topics:<br><br> 1. Re: something wrong with new gambas version (Bruce Steers)<br> 2. IDE Crash ...a lot (Pino Zollo)<br><br><br><hr><br><br>Message: 1<br>Date: Thu, 10 Feb 2022 21:47:47 +0000<br>From: Bruce Steers <bsteers4@gmail.com><br>To: Gambas Mailing List <user@lists.gambas-basic.org><br>Subject: Re: [Gambas-user] something wrong with new gambas version<br>Message-ID:<br> <CABuQYCAUDOP5uo-gNMBTKDsMLYXxjskcptDvXwp2cXt1qpWHNA@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>Did you try using the Window.Settings method to save all co-ords at once?...<br><br>ie...<br><br>Public Sub Form_Open()<br> Settings.Read(FMain)<br>End<br><br>Public Sub Form_Close()<br> Settings.Write(FMain)<br>End<br><br><br>If your window dimensions is 100,100,400,100 then your setting will save<br>as...<br>[FMain]<br>Geometry=[100,100,400,100,0]<br><br>(not sure what the 0 at the end is for? i thought it was the screen but i<br>guess not.)<br><br>BruceS<br><br>On Thu, 10 Feb 2022 at 19:44, Steve G via User <user@lists.gambas-basic.org><br>wrote:<br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;"> It looks like I am using gtk + 2. My previous gambas version was version<br> 3.15. I do not have a window manager installed until after this to correct<br> the problem. It is being run on gnome 41.<br> I use very simple stuff.<br> Fmain.top=settings["fmaintop"]<br> That is done on the form open in the Form close I have<br> Settings["fmaintop"]=fmain.top<br><br> And yes I do save the setting. What I have noticed is that even after<br> moving the window and then closing it the setting has the wrong coordinate<br> it seems to have the original coordinate not the new one.</blockquote><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <<a href="http://lists.gambas-basic.org/pipermail/user/attachments/20220210/031d45af/attachment-0001.htm">http://lists.gambas-basic.org/pipermail/user/attachments/20220210/031d45af/attachment-0001.htm</a>><br><br><hr><br><br>Message: 2<br>Date: Thu, 10 Feb 2022 18:56:41 -0300<br>From: Pino Zollo <pinozollo@gmail.com><br>To: user@lists.gambas-basic.org<br>Subject: [Gambas-user] IDE Crash ...a lot<br>Message-ID: <f3f8a720-fbd8-f7b0-3ae2-075e727a3975@gmail.com><br>Content-Type: text/plain; charset="utf-8"; Format="flowed"<br><br>:-(<br><br>Pino<br>-------------- next part --------------<br>A non-text attachment was scrubbed...<br>Name: CrashIDE.png<br>Type: image/png<br>Size: 14232 bytes<br>Desc: not available<br>URL: <<a href="http://lists.gambas-basic.org/pipermail/user/attachments/20220210/5b86cd9f/attachment.png">http://lists.gambas-basic.org/pipermail/user/attachments/20220210/5b86cd9f/attachment.png</a>><br><br><hr><br><br>Subject: Digest Footer<br><br>----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net">https://www.hostsharing.net</a> ]----<br><br><br><hr><br><br>End of User Digest, Vol 53, Issue 29<br>************************************<br></pre></blockquote></div></body></html>