[Newbies] [Magritte] default value again

stéphane ducasse ducasse at iam.unibe.ch
Sun May 28 14:09:27 UTC 2006


Mathieu

you should register to the maggrite smallwiki pier mailing-list this  
way lukas will reply to you.
looks for Smallwiki at iam.unibe.ch

Stef

On 28 mai 06, at 02:51, math wrote:

> Hello,
>
> I have folllowing the exercises of Magritte
> (http://www.lukas-renggli.ch/smalltalk/magritte) but I can't set the
> default value of nationality field.
> Here my code:
>
> descriptionNationality
>     ^ (MASingleOptionDescription auto: 'nationality' label:
> 'Nationality' priority: 55)
>         options: #( 'France' 'England' 'Switzerland' 'Span' );
>         default: 'Switzerland';
>         beSorted;
>         yourself
>
> Somthing strange is that I have 2 selected option blanck.
> I have try to do this with Title option and it work.:
>
> descriptionTitle
>     ^ (MASingleOptionDescription auto: 'title' label: 'Title'  
> priority: 10)
>         options: #( 'Mr.' 'Mrs.' 'Ms.' 'Miss.' );
>         default: 'Mrs';
>         yourself.
>
> If somone know what is going wrong :-\ ...
>
> Thanks.
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners



More information about the Beginners mailing list