Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <wwvjzg9rc17.fsf@LkoBDZeT.terraraq.uk>
Deutsch   English   Français   Italiano  
<wwvjzg9rc17.fsf@LkoBDZeT.terraraq.uk>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!news.gegeweb.eu!gegeweb.org!nntp.terraraq.uk!.POSTED.tunnel.sfere.anjou.terraraq.org.uk!not-for-mail
From: Richard Kettlewell <invalid@invalid.invalid>
Newsgroups: comp.os.linux.misc
Subject: Re: memory managment and (its) protection under Linux
Date: Wed, 21 Aug 2024 19:00:52 +0100
Organization: terraraq NNTP server
Message-ID: <wwvjzg9rc17.fsf@LkoBDZeT.terraraq.uk>
References: <va24hg$3cdd8$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Info: innmantic.terraraq.uk; posting-host="tunnel.sfere.anjou.terraraq.org.uk:172.17.207.6";
	logging-data="57873"; mail-complaints-to="usenet@innmantic.terraraq.uk"
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Cancel-Lock: sha1:AWKZR2Ot/+NZ59YO2JhnX9nm/Q4=
X-Face: h[Hh-7npe<<b4/eW[]sat,I3O`t8A`(ej.H!F4\8|;ih)`7{@:A~/j1}gTt4e7-n*F?.Rl^
     F<\{jehn7.KrO{!7=:(@J~]<.[{>v9!1<qZY,{EJxg6?Er4Y7Ng2\Ft>Z&W?r\c.!4DXH5PWpga"ha
     +r0NzP?vnz:e/knOY)PI-
X-Boydie: NO
Bytes: 2024
Lines: 18

MarioCCCP <NoliMihiFrangereMentulam@libero.it> writes:
> If the answer is, YES, then the problems evolves to
> is it there a way to query the system (X server ? Who else ?) what is
> the topmost (active desktop, foreground) graphical element at given
> mouse coordinates ? Are list boxes standard enough to be accessed in a
> fairly portable way disregarding the many different graphic engines
> (QT, GTK or else) and DM (I have XFCE, but there are plenty of), so to
> locate the strings arrays ?

In terms of in-memory representation, no, they are totally different.

One way to programmatically interact with a GUI application from
‘outside’ is via Accesibility APIs.
https://fedoramagazine.org/automation-through-accessibility/ is an
example. I’ve no idea how standardized this is between different GUI
toolkits.

-- 
https://www.greenend.org.uk/rjk/