Look at spotter. It is not super fancy, but it has all the margins done right, it does not have extra borders and all this little details. If you have seen Brick widgets they have all the nice proportions, they are not over encumbered by details, they have nice animations, they have nice gamma. There are small details everywhere. Ok, maybe Iâve exaggerated with âuglyâ, but when I was deciding between Pharo and Squeak (I had to choose what will I use for my programming class), I opened Squeak, saw the strange greenish background, some mouse face, and windows with the style of 90s. Then I opened Pharo and it had this OS X-ish look so definitely I choose Pharo. Now style guides have changed. We have dropped watery look of OS-X but now we have turned into OS9 with all the rectangular gray widgets. I know that we donât have designers to inverted something cool, but what GT teem did is they took Google material design guidelines and implemented widgets in Pharo, so if I use them it will be pleasant to the userâs eye. Otherwise we are saying how cool Pharo is and how good we are, but a random Android developer can build nicer interface because they have this sexy widgets. And yes, in the end for me the big turn off with Spec is the direct example with Tommaso. You know that something is wrong, so you want to change the size of a font. And then you ask on the mailing list and it turns out that itâs not that easy and you have to either hack something, or submit patch to Spec⦠In the end Iâve decided to use plain morphic because at least there I can change whatever I want. Uko
On 25 Jun 2016, at 00:00, Johan Fabry <jfabry@dcc.uchile.cl> wrote:
Hi Uko,
just wondering: for you, what makes Spec UIâs ugly? And also, what are the features that are missing that require magic? I donât understand your example either, sorry :-(
-- Does this mail seem too brief? Sorry for that, I donât mean to be rude! Please see http://emailcharter.org <http://emailcharter.org/> .
Johan Fabry - http://pleiad.cl/~jfabry <http://pleiad.cl/~jfabry> PLEIAD and RyCh labs - Computer Science Department (DCC) - University of Chile
On Jun 24, 2016, at 17:50, Yuriy Tymchuk <yuriy.tymchuk@me.com <mailto:yuriy.tymchuk@me.com>> wrote:
But when you take Spec and build a UI it is ugly. And it is very painful to change it. You cannot say `model title size: model title size * 1.5`, you have to do some magic.