[Gambas-user] window placement

Steve G simonlebon54 at yahoo.com
Thu Feb 17 20:48:18 CET 2022


Do we have any idea when the ability to place Windows using the top and left property will be fixed in gtk two or three? Or do I have to switch and if so what do I have to switch to

⁣Sent from TypeApp ​

On Feb 17, 2022, 08:59, at 08: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: ToggleButton issue (Fabien Bodard)
>   2. Re: ToggleButton issue (Fabien Bodard)
>   3. Gambas on Haiku? (roberto.premoli at tiscali.it)
>   4. Re: WebView - How to show images? (T Lee Davidson)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Thu, 17 Feb 2022 15:31:20 +0100
>From: Fabien Bodard <gambas.fr at gmail.com>
>To: Gambas Mailing List <user at lists.gambas-basic.org>
>Subject: Re: [Gambas-user] ToggleButton issue
>Message-ID:
>	<CAFkCsL6gPB-VrHOPcmrgwDK9RaOAoEzhyNd5JVYdA-=z138WqQ at mail.gmail.com>
>Content-Type: text/plain; charset="UTF-8"
>
>Hi Olivier
>
>All your buttons are linked by the same action keyword.
>
>Action can be use a unique action like click, activate , etc on
>different widget.
>
>for example like menu and toggle buttons in the ide to  show or Hide
>toolboxes
>
>So a click on a toggle button set all the others to true..
>
>.Action = "setup" & iloop ''This is the line that 'solve' the problem
>
>Best Regards
>
>
>------------------------------
>
>Message: 2
>Date: Thu, 17 Feb 2022 15:32:03 +0100
>From: Fabien Bodard <gambas.fr at gmail.com>
>To: Gambas Mailing List <user at lists.gambas-basic.org>
>Subject: Re: [Gambas-user] ToggleButton issue
>Message-ID:
>	<CAFkCsL4hnZsJd547VS+sR05VTBMDUzcao_WU-4dpbPJTa9faLQ at mail.gmail.com>
>Content-Type: text/plain; charset="UTF-8"
>
>17 f?vr. 2022 ? 15:31, Fabien Bodard <gambas.fr at gmail.com> a ?crit :
>>
>> Hi Olivier
>
>Oups ... Sorry Charlie :-D
>
>
>------------------------------
>
>Message: 3
>Date: Thu, 17 Feb 2022 18:01:56 +0100
>From: roberto.premoli at tiscali.it
>To: <user at lists.gambas-basic.org>
>Subject: [Gambas-user] Gambas on Haiku?
>Message-ID: <4f1a05536024aabfd1e862004020df54 at tiscali.it>
>Content-Type: text/plain; charset="utf-8"
>
>  
>Hello All. 
>Maybe someone of you know haiku (haiku-os.org). 
>I use
>it as "spare OS" on a secondary PC of mine and also in virtual machine.
>Haiku is light, clean, and stable enough for "everyday tasks" 
>There are
>more than 3000 packages avaialable, some "heavy" software (i.e.
>libreoffice 7, GTK3, inkskapes, falkon, ecc) is already available:
>
>other like GIMP and WINE are near to ether into their repositories
>after the due time of test by developers. 
>Long story short: I am
>writing here because it will be nice to see "our" gambas present on
>that
>OS because I think it is feasable 
>to became another "big one" to see
>into haiku's repository. There is a tool,
>https://github.com/haikuports,
>that allow to "cook" source 
>code to make it installable on haiku. I
>hane not enough competences to look inside, but maybe someone else in
>this Mailing List, has. 
>Best Regards. 
>Roberto  
>
>
>Con Tiscali Mobile Smart 70 hai 70 GB in 4G, minuti illimitati e 100
>SMS a soli 7,99? al mese http://tisca.li/Smart70
>
>-------------- next part --------------
>An HTML attachment was scrubbed...
>URL:
><http://lists.gambas-basic.org/pipermail/user/attachments/20220217/79a0e886/attachment-0001.htm>
>
>------------------------------
>
>Message: 4
>Date: Thu, 17 Feb 2022 12:56:10 -0500
>From: T Lee Davidson <t.lee.davidson at gmail.com>
>To: user at lists.gambas-basic.org
>Subject: Re: [Gambas-user] WebView - How to show images?
>Message-ID: <87fd6374-171d-ef6f-9f84-66f0ac6511d6 at gmail.com>
>Content-Type: text/plain; charset="utf-8"; Format="flowed"
>
>On 2/17/22 05:32, Bruce Steers wrote:
>> I tried your code and found this...
>> 
>> With GTk i was clueless as to why its not working.
>> 
>> With QT i got this error message...
>> *js: Not allowed to load local resource:
>file:///tmp/Asymmetricwave2.png*
>> 
>> Can't seem to enable it
>> 
>> And used the above code so have not used any JS as far as i can see,
>it must be internal.
>> 
>> BruceS
>> 
>
>I don't get *any* errors with that same code.
>
>The results of "Print
>WebSettings[WebSettings.LocalContentCanAccessFileUrls]" are:
>GTK3: False
>Qt5: True
>
>But, setting that to True appears to have no effect on the behavior of
>either toolkit in this context.
>
>Using GTK3, a right-click on the empty image container allows me to
>copy the image address. And, a generic image (from where, I 
>have no idea) shows up in my clipboard [attached].
>
>Using Qt5, a right-click on the empty image container brings up a
>page-context menu, not an image-context menu.
>
>
>-- 
>Lee
>-------------- next part --------------
>A non-text attachment was scrubbed...
>Name: generic-image.png
>Type: image/png
>Size: 31459 bytes
>Desc: not available
>URL:
><http://lists.gambas-basic.org/pipermail/user/attachments/20220217/15f6f844/attachment.png>
>
>------------------------------
>
>Subject: Digest Footer
>
>----[ Gambas mailing-list is hosted by https://www.hostsharing.net
>]----
>
>
>------------------------------
>
>End of User Digest, Vol 53, Issue 46
>************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220217/4f0a63b0/attachment.htm>


More information about the User mailing list