Squeak 3.10 and Whisker (new tree view)

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

Squeak 3.10 and Whisker (new tree view)

Ted
Hi,
I've tried to install Whisker in a 3.10 image, but found that the new
tree view cuts the text of the items in the tree. This makes Whisker
unusable. I tried different fonts but that does not seem to make any
difference.
Anybody else noticed it? Can I do something about it, should I install
something additional? Can I revert back to the 3.9 tree view?
Thanks
Ted
Reply | Threaded
Open this post in threaded view
|

RE: [squeak-dev] Squeak 3.10 and Whisker (new tree view)

Gary Chambers-4
This is due to a discrepancy between WhiskerListItemMorph and
IndentingListItemMorph modified by UI Enhancements.

A workaround is to remove the #drawToggleOn:in: method from
WhiskerListItemMorph and to append


        self extent: self minWidth @ self minHeight

to the end of #initWithContents:prior:forList:indentLevel:

Gary

> -----Original Message-----
> From: [hidden email]
> [mailto:[hidden email]]On Behalf Of
> Flying Dutchman
> Sent: 17 April 2008 2:54 PM
> To: [hidden email]
> Subject: [squeak-dev] Squeak 3.10 and Whisker (new tree view)
>
>
>
> Hi,
> I've tried to install Whisker in a 3.10 image, but found that the new
> tree view cuts the text of the items in the tree. This makes Whisker
> unusable. I tried different fonts but that does not seem to make any
> difference.
> Anybody else noticed it? Can I do something about it, should I install
> something additional? Can I revert back to the 3.9 tree view?
> Thanks
> Ted
> --
> View this message in context:
> http://www.nabble.com/Squeak-3.10-and-Whisker-%28new-tree-view%29-
tp16744016p16744016.html
Sent from the Squeak - Dev mailing list archive at Nabble.com.