> Hi,
>
> I'm a bit (well, totally) lost on how to build a GUI with Polymorph or
> ToolBuilder or whatever. I want to code a GUI with the same look & feel as
> Pharo tools. I cannot find any up to date comprehensive guide on the
> subject. May be you have some links, or good books ....
>
Laurent,

Not exactly a compreensive documentation but rather a quick start:

In a workspace evaluate:

UITheme exampleBasicControls.
UITheme exampleColorControls.
UITheme exampleDialogs.
UITheme exampleGroups.
UITheme exampleOtherControls.
UITheme exampleWindowWithToolbars.

Once you're done (and if you managed *not* to click any "OK" button on the examples ;-) ) evaluate:

UITheme closeExampleDialogs.

HTH

PS.: Is it "known" (a.k.a. 'intentional') that in the Font Selector example the Preview isn't functional?

 

_______________________________________________
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