From fnaumann@mail.cs.uni-magdeburg.de Thu Jun 24 17:40:51 2004 Message-ID: <40DAF397.8010908@utbm.fr> Date: Thu, 24 Jun 2004 17:30:31 +0200 From: Olivier Landemarre User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: mint@fishpool.com Subject: Re: [MiNT] AES desktop extension References: <40DACB32.8070303@utbm.fr> <40DAD865.1050002@seznam.cz> In-Reply-To: <40DAD865.1050002@seznam.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=6.0 tests=BAYES_56 autolearn=no version=2.63 X-Spam-Level: Score: X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on portail2.utbm.fr X-Virus-Scanned: by amavisd-new-20030616-p7 (Debian) at fishpool.fi Delivered-To: mint@fishpool.com Delivered-To: mint@lists.fishpool.fi 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-Milter: ClamAV 0.70/0.70kjel X-Milter: milter-regex 1.5jel X-Milter: ClamAV 0.70/0.70kjel X-Milter: milter-regex 1.5jel ... > > >> It's true for old AES only in monotos, it work perfectly under Magic, >> MyAeS and I think under NAES, XaAES and perhaps Geneva. The only >> restriction can comme with supervisor stack size. > > > Well, this proves that it is not possible to write an application to > work on all these... Just not call AES in userdef! for compatibility, you should not need, what do you want to do that need this? ... > >> I have not understand exactly what you wan't to do with desktop, if >> you wan't send a redraw for the desktop, I think you not need >> anything at all, just wind_get WF_FIRSTXYWH and WF_NEXTXYWH on >> window 0 and then do a form_dial( FMD_FINISH) on parts get with >> wind_get() I think it work (to test) > > > It is not a problem to send the 'desktop redraw', but rather handle > the redraw action by the desktop application. Ok, but why would you take place of the desktop application? Do you wan't take control for desk or for all applications? In fact in modern AES since TOS 4 it's possible you can take the object tree from the desktop and you should able to change the desk (not very clean) but possible for example to do a truecolor picture to a desk that not support this, it work fine (except with Jinee that is badly write and directly write texte of icon on object 0 rather stay system do it with icons! (really I don't know why?!)) > Now it is different than the other window handling which is the thing > we are trying to change. > > regards > > STan > > > Olivier