From mint-bounce@lists.fishpool.fi Sat Oct 15 19:23:18 2005 X-Original-To: fnaumann@mail.boerde.de Delivered-To: fnaumann@mail.boerde.de Message-ID: <1129396791.43513a377355b@webmail1.utbm.fr> Date: Sat, 15 Oct 2005 19:19:51 +0200 From: "olivier.landemarre@utbm.fr" To: MiNT List Subject: Re: [MiNT] some gem question References: <433E5857.80605@hysteria.sk> <1128178738.433ea432eff28@webmail1.utbm.fr> <20051001155230.GA22982@hysteria.sk> <4350F51E.8080209@hysteria.sk> <1129390467.5862.186.camel@linuxbox> <4351120A.4010207@hyste In-Reply-To: <435135A0.1000804@hysteria.sk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 User-Agent: Internet Messaging Program (IMP) 3.2.8 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-To: mint-bounce@lists.fishpool.fi X-original-sender: Olivier.Landemarre@utbm.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: 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=-1.0 tagged_above=-50.5 required=7.0 tests=AWL, BAYES_00 X-Spam-Level: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by wh58-902.st.uni-magdeburg.de id j9FHNIF0015167 Selon Miro Kropacek : > > >Really I not understand what you wan't to do if it's to create your hown > custom > >window, with your own widget, the only way is to create a window with no > KIND, > >and redraw all as you wan't as EBModel do for example, in my point of view > it's > >not a good way, because it's slower than standard one, and have not the same > >look as other. If you wan't replace only one widget for example sizer this > >impossible because you can't have message. If you wan't change on top or > left > >part, it's possible but you are not sure it will work in all AES because > it's > >possible that some widget are not alway's in the same part (perhaps one day > an > >AES will wan't to put MOVER on left why not?!) > > > > > > > nono, we don't understand each other. Main goal isn't to make COMPLETELY > new window-look, I just wanted to do two things: > > 1. replace SIZER by custom icon > 2. resize window by this icon > > All other parts like MOVER, CLOSER etc will remain here. 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. > > Anyway, I fixed my problem - the main thing was I used all that > wind_get/set with closed window so I always got zeros as coordinates... > When I think now about it, it's quite logical ;-) It's as simple as > wind_get / add +160 to height / wind_set... as WF_WORKXYWH ofcourse. > > >Do one for MyAeS ;-) this is possible for far, it's even possible to add new > >widgets whithout the AES know it. > > > > > > > as soon as MyAES will run under memory protection ;-) But it work in memory protection! Not for a long time nor with a lot of software but it work, and if I have a good computer with memory protection it will be fix for a long time, but I have only an STF and Aranym. Olivier