From mint-bounce@lists.fishpool.fi Tue May 20 16:33:44 2008 From: "Jo Even Skarstein" To: "mint" Subject: Re: [MiNT] Iconified windows and button events under XaAES Date: Tue, 20 May 2008 22:29:54 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <200805180914.24619.jflemaire@skynet.be> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1914 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: joska@online.no Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: > -----Original Message----- > From: mint-bounce@lists.fishpool.fi > [mailto:mint-bounce@lists.fishpool.fi]On Behalf Of J. F. Lemaire > Sent: Sunday, May 18, 2008 9:14 AM > To: mint > Subject: [MiNT] Iconified windows and button events under XaAES > > > I can't get iconified windows under XaAES to trigger events. It's as if > as soon as a window is iconified the AES no longer registers button A brief look in the code suggests that this should work, but I'm probably wrong. I have never tried to process button-events on a iconified window. > events in it. Aren't iconified windows supposed to behave more or less > like normal windows? I haven't found the various documentations > particularly clear on that point. IMHO it's not logical to interact with the contents of an iconified window. It's a representation of the actual contents, not a mini-window intended for interaction. Un-iconify the window if you need to interact with it's contents. > that I tried his MyJester application under NAES back in the days. This > app displays pictures in an iconified window and when clicked opens a > bubblegem message. It worked under NAES but nothing happens under > XaAES, which leads me to believe that my own application is not at > fault. It also suggests that I'm wrong when I assume that it should work under XaAES ;-) So I tried it, and I couldn't get any mouse events on iconified windows either. Jo Even