[squeak-dev] Re: CheckBoxes and Drop-down Lists with MorphicToolBuilder

Andreas Raab andreas.raab at gmx.de
Fri Sep 10 16:17:37 UTC 2010


On 9/10/2010 3:47 AM, Rob Withers wrote:
> I am trying to build a log viewer that will filter the results based on
> check boxes selected and a selection in a drop-down box. I am using the
> MorphicToolBuilder to do so, but I am having trouble figuring this out.
>
> CheckBoxes: I see ToolBuilder>>#buildPluggableCheckBox:, but it defers
> to #buildPluggableButton:. I didn't see a PluggableCheckBoxMorph or
> anything. Is there a way to configure a PluggableButtonMorphPlus to be a
> CheckBox?

Currently not. It's a place holder. Up for extending this properly?

> DropDownMenuBox: I didn't see anything about this. Is there a way to do
> thid?

No, but it should extend the pluggable list. Then you'd need a properly 
fronting widget for it, just like with the checkbox.

Cheers,
   - Andreas



More information about the Squeak-dev mailing list