Hi Matt,
Your problem was found and fixed in sq 7004. See mantis bug report. http://bugs.impara.de/view.php?id=2452 Since you are still having the problem I imangine you are using a 3.8 version of squeak and maybe a squeakland version. It has not been fixed there. You can try the patch in the bug report. If that does not work (some of the methods in the patches changed between versions) you msy be able to follow the outline of the patching to determine where to fix things in your version. Let us know how you fare. Yours in service, -- Jerome Peace P.S. I highly recommend browsing mantis for newbies. It is a good place to find answers and more importantly questions about how squeak works. A good style for mining mantis is to click view issues. Type in keywords and press the "apply filter" (aka search) button. You will get a list of relevant topics. Hmmm. You will also probably want to see even closed issues. >[Newbies] Changing click behaviour >Matt Mower self at mattmower.com >Fri Aug 25 12:35:46 UTC 2006 > > > >As a Squeak beginner (on MacOSX Tiger) one of the things that I find >most confounds me is the way that clicking a selected item deselects >it. > >Where this bothers me most is, for example, when I want to define a >method in a category where the category already has focus. When I >click back into the window the new method template is not displayed, I >have to select the category to see it. > >But the first click on the category actually deselects it, rather than >giving it selected focus. I then have to click it again to give it >focus and get the new method template. > >I find the "clicking a selected item deselects it" metaphor >counter-intuitive and would like to change it so that clicking a >selected item simply makes it selected again. > >I took a look through the user interface category in Object and a few >other places but couldn't see where this behaviour might be __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Hi Jerome,
On 27/08/06, Peace Jerome <[hidden email]> wrote: > Your problem was found and fixed in sq 7004. > That's great thanks. I am using the stock 3.8 vm with basic image as you guessed. With a little help from the folks in #squeak i was able to fix this myself by modifying PluggableListMorph (and the subclass responsible for method categories) to set audoDeselect to be false although I didn't modify mouseUp behaviour. In the process I learned a little something about how Squeak works so it was a useful exercise :) Good to know about mantis too. Regards, Matt -- Matt Mower :: http://matt.blogs.it/ _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Free forum by Nabble | Edit this page |