From mint-bounce@lists.fishpool.fi Sat Oct 15 15:00:33 2005 X-Original-To: fnaumann@mail.boerde.de Delivered-To: fnaumann@mail.boerde.de Message-ID: <1129381079.4350fcd7e995d@webmail2.utbm.fr> Date: Sat, 15 Oct 2005 14:57:59 +0200 From: "olivier.landemarre@utbm.fr" To: mint@fishpool.com Subject: Re: [MiNT] some gem question References: <433E5857.80605@hysteria.sk> <1128178738.433ea432eff28@webmail1.utbm.fr> <20051001155230.GA22982@hysteria.sk> <4350F51E.8080209@hysteria.sk> In-Reply-To: <4350F51E.8080209@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 j9FD0Xjn027346 Selon Miro Kropacek : > Hello, > > welcome to our questions & answers window again :) > > This time I've got serious problem with that dialogs - I use window > dialogs (you know, CFLib) which use just MOVER, SMALLER, CLOSER and > maybe some others. What is important - it doesn't use SIZER. And now we > arrive to my problem - it's even possible to resize window without > SIZER? Simple change of window height (and ROOT object in dialog) > produces very strange results ("unlimited" height of window)... I tested > it in Magic, too and the same thing. Ofcourse, there's a possibility to > delete and create window everytime there's some window size change but > this solution I find really bad. > > Don't get me wrong - it's no problem to add this SIZER to the window. > I'm looking for the solution how to make "custom" sizer (i.e. as > icon)... it's even possible? > > Thanks (as always) for any hint. I not see any reason that change windows size, for a window without SIZER, could explain a trouble for an AES. Just notice that width and height are smaller than previous it is possible that the application have no message redraw for this. This possible problem for cflib? Olivier