your windows spec are nearly there.

        specMorph 
                ^CLPanel new color: (Color r: 0.654 g: 0.678 b: 0.694);width: 
250; height: 225; name: 'container'.

by transforming the previous into the following you get a spec that you can 
then interpret


        specMorph 
                ^#(CLPanel new color: (Color r: 0.654 g: 0.678 b: 0.694);width: 
250; height: 225; name: 'container').







On Sep 9, 2009, at 12:13 AM, nullPointer wrote:

> 
> 
>> Ehm, my bad, I didn't mean "old" values, I meant the current values of 
>> the morph. Anchors and Style were the only ones, I believe.
> 
> ahhh now understand :)  I believe is best in that case put the options as
> toolbar action, above. of that way the change of styles and anchors work
> with various morphs in a one time.
> 
>> 
>>> - The menu editor was very nice (a bit unintuituve that you had to
>>> ctrl-s after entering data before navigating away though, yet autosaving
>>> on icon selection. Also, only icon changes were accepted when you chose
>>> a new icon, the rest (label etc.) were lost)
>>> 
>> I´m not be good tester i believe. I´m cannot reproduce the error. Note the
>> text value, or help text only is updated in the treeview when the intro
>> key
>> is pressed in the textbox.
>> 
> 
> In the first moment the value of textbox was changed for each key press, and
> updated in treeview.But in two last versions of Pharo after each keypress
> the cursor of textbox was put in the first character. I have search a
> solution for that.The Control-Save in Windows or intro 
> 
> Is possible change the order of tabsIndex in Polymorph?  If exists a way
> perhaps i could incorporate too in the designer.  
> 
> Regards
> 
> 
> -- 
> View this message in context: 
> http://n2.nabble.com/CLFramework-UIBuilder-tp3594252p3606541.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
> 
> _______________________________________________
> Pharo-project mailing list
> Pharo-project@lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to