From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,3b9d131e799185e3 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!c2g2000yqi.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Hibou57_=28Yannick_Duch=EAne=29?= Newsgroups: comp.lang.ada Subject: Re: gnat gps Date: Thu, 16 Jul 2009 03:59:26 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 86.66.190.141 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1247741966 28048 127.0.0.1 (16 Jul 2009 10:59:26 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 16 Jul 2009 10:59:26 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c2g2000yqi.googlegroups.com; posting-host=86.66.190.141; posting-account=vrfdLAoAAAAauX_3XwyXEwXCWN3A1l8D User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr),gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7082 Date: 2009-07-16T03:59:26-07:00 List-Id: On 16 juil, 06:50, Dennis Lee Bieber wrote: > [...] (I'd really love the Amiga's "push to > back" button, which keeps the focus in the application but puts it under > all other applications -- makes it much simpler to transcribe data from > one application while typing it into a covered window). Thanks for the point, it was nice to learn it (I like to learn about exotic UIs) By the way, you can achieve the same in Windows : you have to make one of the window a top-level window while leaving the other (the one you type in) a normal window which still keep the keyboard focus. As most applications does not allow you to make it a top-level-window explicitely, you may need a tool like DeskPins : http://users.forthnet.gr/pat/efotinis/programs/deskpins.html then, simply put a pin on the title bar of the window you want to stay on top.