how to disable morph moving

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

how to disable morph moving

Petr Fischer-3
Hi, how to disable morph moving via mouse (click and drag morph)?

morph>>#lock: is not suitable for me - if I click on locked morph,
windows/morphs under this morph gets active...

Thanks, pf

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: how to disable morph moving

Brad Fuller-3
Petr Fischer wrote:
> Hi, how to disable morph moving via mouse (click and drag morph)?
>
> morph>>#lock: is not suitable for me - if I click on locked morph,
> windows/morphs under this morph gets active...
>  

"resist being picked up" doesn't do the job?

--
brad fuller
www.bradfuller.com

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: how to disable morph moving

Petr Fischer-3
Brad Fuller píše v St 03. 01. 2007 v 17:05 -0800:
> Petr Fischer wrote:
> > Hi, how to disable morph moving via mouse (click and drag morph)?
> >
> > morph>>#lock: is not suitable for me - if I click on locked morph,
> > windows/morphs under this morph gets active...
> >  
>
> "resist being picked up" doesn't do the job?
>

Yes, this works (method Morhp>>#toggleStickiness).

Thanks! pf

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners