gettingstarted
[Top] [All Lists]

Re: Title Bar Events

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: Title Bar Events
From: Arnaud Nicolet <arnaud at tribu dot ch>
Date: Mon, 28 Aug 2006 23:41:30 +0200
Delivered-to: listarchive at realsoftware dot com
Delivered-to: gettingstarted at lists dot realsoftware dot com
References: <20060828151817 dot BEE4E8B4DA at xprdmxin dot myway dot com>
Le 28 août 06 à 17:18 Soir, Steven Hedgepeth a écrit:

Is there any way to get a title bar to respond to events, specifically a mouse enter or mouse over event, so that a window can remain over the desktop with just its title bar showing and then show the entire window when the mouse enters the title bar?
Sincerely,
Steven Hedgepeth

In addition to other responses, you can make a fake method.
You use a timer which gets where the mouse is. Using declares, you get the window's titlebar's bounds (you store them in variables so you don't use the declare everytime).
Then, you can compute when the mouse is inside the titlebar.

This is not an "event"-trust method, but, for your needs, I think there would be no problem._______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>