Re: [Pharo-users] image resize event

2014-04-11 Thread hilaire
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: [^

Re: [Pharo-users] image resize event

2013-08-20 Thread Stéphane Ducasse
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

Re: [Pharo-users] image resize event

2013-08-20 Thread Usman Bhatti
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

Re: [Pharo-users] image resize event

2013-08-20 Thread Tudor Girba
> *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

Re: [Pharo-users] image resize event

2013-08-20 Thread fritsche . markus

Re: [Pharo-users] image resize event

2013-08-20 Thread Henrik Johansen
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 >

Re: [Pharo-users] image resize event

2013-08-19 Thread Benjamin
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