Hi,

take a look at WidgetExamples class>>exampleBasicControls
one of the inputs is a morph drop list.

Peter

On Tue, Mar 24, 2015 at 6:02 PM, Hilaire <hila...@drgeo.eu> wrote:

> Hello,
>
> From the settings browser, I want a drop list populated with morph of my
> choice; for example coloured rectangle morphs: I want the user to select
> a colour from such a predefined set and not from a text list.
>
> I did not find it is possible. Did I miss something ?
>
>
>
>                 (aBuilder pickOne: #pointColor)
>                         label: 'Colour' translated;
>                         description: 'The default point colour.';
>                         default: #red;
>                         domainValues: {#red->Color red asMorph .
> #black-> Color black asMorph}].
>
> Thanks
>
> --
> Dr. Geo - http://drgeo.eu
> iStoa - http://istoa.drgeo.eu
>
>
>
>

Reply via email to