For iStoa I need to rescale the view when the VM window is resized. I am just
overriding as follow:
MorphicUIManager>>checkForNewDisplaySize
"Check whether the screen size has changed and if so take appropriate
actions"
Display extent = DisplayScreen actualScreenSize ifTrue: [^
Any question about pharo is welcome
> Antwort an: Any question about pharo is welcome
> Betreff: Re: [Pharo-users] image resize event
>
>
> On Aug 19, 2013, at 6:07 , Usman Bhatti wrote:
>
>> Hello,
>>
>> I would like to resize all my windows opened ins
uestion about pharo is welcome
>> *Antwort an: *Any question about pharo is welcome
>> *Betreff: *Re: [Pharo-users] image resize event
>>
>>
>> On Aug 19, 2013, at 6:07 , Usman Bhatti wrote:
>>
>> Hello,
>>
>> I would like to resize all my wind
> *Betreff: *Re: [Pharo-users] image resize event
>
>
> On Aug 19, 2013, at 6:07 , Usman Bhatti wrote:
>
> Hello,
>
> I would like to resize all my windows opened inside my image when resizing
> the image window. Can anyone point me to the hook where I can plug my code
> f
On Aug 19, 2013, at 6:07 , Usman Bhatti wrote:
> Hello,
>
> I would like to resize all my windows opened inside my image when resizing
> the image window. Can anyone point me to the hook where I can plug my code
> for window resizing?
>
> For example, it would like to do
> onImageResize
>
Somewhere in World doOneCycle I guess
Ben
On Aug 19, 2013, at 6:07 PM, Usman Bhatti wrote:
> Hello,
>
> I would like to resize all my windows opened inside my image when resizing
> the image window. Can anyone point me to the hook where I can plug my code
> for window resizing?
>
> For exam