what happened to #onResized:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

what happened to #onResized:

Howard Oh
#onResized: method seems to be missing since 3.05.
Is there some good will for that?

#wmSize:wParam:lParam: will be the choice for now.

Have a good one
Hwa Jong Oh


Reply | Threaded
Open this post in threaded view
|

Re: what happened to #onResized:

Ted Bracht-2
Hi Hwa Jong,


"Hwa Jong Oh" <[hidden email]> wrote in message
news:90lngu$1kcf3$[hidden email]...
> #onResized: method seems to be missing since 3.05.
> Is there some good will for that?
>
> #wmSize:wParam:lParam: will be the choice for now.
>

try #positionChanged:

> Have a good one
> Hwa Jong Oh
>
>

Ted

>


Reply | Threaded
Open this post in threaded view
|

Re: what happened to #onResized:

Howard Oh
Ted Bracht,

>
> try #positionChanged:
>
You must have ment #onPositionChanged: right? I was a little
surprised to see "no match found" for looking up definitions.
Anyway, I didn't know that PositionEvent has resize information.
Thanks.

Hwa Jong Oh