From mint-bounce@lists.fishpool.fi  Sat Oct 15 23:59:39 2005
X-Original-To: fnaumann@mail.boerde.de
Delivered-To: fnaumann@mail.boerde.de
Subject: Re: [MiNT] some gem question
From: Evan Langlois <Evan@CoolRunningConcepts.com>
To: "olivier.landemarre@utbm.fr" <Olivier.Landemarre@utbm.fr>
Cc: MiNT List <mint@fishpool.com>
In-Reply-To: <1129396791.43513a377355b@webmail1.utbm.fr>
References: <E1EIvO9-0002DG-OU@mother.fishpool.fi>
	 <433E5857.80605@hysteria.sk> <1128178738.433ea432eff28@webmail1.utbm.fr>
	 <20051001155230.GA22982@hysteria.sk>  <4350F51E.8080209@hysteria.sk>
	 <1129390467.5862.186.camel@linuxbox> <4351120A.4010207@hysteria.sk>
	 <435127B4.6090106@hysteria.sk> <1129393691.43512e1b33dbe@webmail1.utbm.fr>
	 <435135A0.1000804@hysteria.sk>  <1129396791.43513a377355b@webmail1.utbm.fr>
Content-Type: text/plain
Date: Sat, 15 Oct 2005 16:58:39 -0500
Message-Id: <1129413519.13062.17.camel@taro.coolrunningconcepts.com>
Mime-Version: 1.0
X-Mailer: Evolution 2.4.1 
Content-Transfer-Encoding: 7bit
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - esc14.midphase.com
X-AntiAbuse: Original Domain - fishpool.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - CoolRunningConcepts.com
X-Source: 
X-Source-Args: 
X-Source-Dir: 
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-To: mint-bounce@lists.fishpool.fi
X-original-sender: Evan@CoolRunningConcepts.com
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
X-Virus-Scanned: by amavisd-new at relay.boerde.de
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de
X-Spam-Status: No, hits=2.4 tagged_above=-50.5 required=7.0 tests=AWL,
 BAYES_00, RCVD_IN_SORBS, TO_ADDRESS_EQ_REAL
X-Spam-Level: **

On Sat, 2005-10-15 at 19:19 +0200, olivier.landemarre@utbm.fr wrote:

> This is simply impossible to do what you want! So not try to do this, because
> AES will never send you message for button click in the sizer part and never
> send you message for redraw this part, and you never be able avaible rect to
> redraw for this part.
> So no it's impossible.

You'll get a mouse down event right?  Pass mouse coords to objc_find ...
lock screen, start a mouse watch rectangle to track the mouse and do do
whatever fancy resize graphics/animation is required, then on mouse up,
stop mouse tracking, send self a redraw just in case, and unlock screen.

As long as the sizer is in the working area of the window it should
work.


