[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] WM_REPOSED implementation



Selon Evan Langlois <Evan@CoolRunningConcepts.com>:

> On Thu, 2005-12-08 at 09:54 +0100, Olivier Landemarre wrote:
> > Hello all
> >
> > I'm quite surprising of the implementation in XAAES of new message
> > WM_REPOSED, I think WM_REPOSED is a very good way to change position and
> > size in same time, and I totaly agree with this, because change position
> > then change size is some time not very beautifull on screen. But I'm
> > quite surprising, that this message is send only if application have
> > done a wind_set(WF_OPTS) so for all windows that need support this, this
> > is a general message, and more simple for application should to use
> > shel_write(SWM_NEWMSG,wisgr,...) with wisgr  with bit 1 to 1 if
> > WM_REPOSED is support, I 'm going to add this in myaes.
>
> What applications are you guys running that change the size and position
> at the same time?   When would you ever do this?  HOW?  I can change the
> size of my window or the position, but I'd need a second mouse to do
> both at once.
>
Same answer as Odd, I do same sort of program, I do an AES and we can use to
resize windows from any corner of windows or side. This is not new, Eric Reboux
windframe for Magic already do this for a long time, perhaps is it possible in
NAES I don't know (never use it), XAAES do it and since is start MyAeS too.

Notice a lot of software could not need a specific message if they don't think
that only 2 coordinate could be change on WM_MOVED or WM_RESIZED, unfortunatly,
it's not the case, and actually all AES do a WM_MOVED and WM_RESIZED to solve
this problem, some time this is not very beautifull on to see on screen, it's
why I agree to support new message for this, if software wan't it, for other we
continue to send 2 messages.

regards

Olivier

>
>
>
>


--