[Gambas-user] something wrong with new gambas

Steve G simonlebon54 at yahoo.com
Thu Feb 10 23:20:35 CET 2022


I tried the variation with the settings that was suggested made absolutely no difference.

⁣Sent from TypeApp ​

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


More information about the User mailing list