Re: [Pharo-users] GUI Builder

2016-10-14 Thread Dimitris Chloupis
You got 2 options a) for regular GUIs a combination of halos and inspector will give the information you need about the proper location, size etc and allow you to fine tune your morphs far easier than doing it by code b) for custom GUIs you divert the design to a proper design application like gi

Re: [Pharo-users] GUI Builder

2016-10-14 Thread Johan Fabry
Hi Roman, in Pharo there is no GUI for building GUI’s, sadly. You will need to make your GUI by writing code. The default framework for that is Spec. Documentation for Spec is a work in progress, you can find a booklet (also under construction) here: https://ci.inria.fr/pharo-contribution/view

[Pharo-users] GUI Builder

2016-10-14 Thread Roman G
Im sorry if this a repeated question. I´m a newbie to Pharo. I would like to know what are the available tools for designing GUIs for desktop applications (a la Delphi/Visual Basic). In the Pharo by Example book there is only one chapter dedicated to GUI building by code. Thanks in advance. -- Sa

Re: [Pharo-users] The Ultimate Smalltalk Tutorial

2016-10-14 Thread horrido
Wow! How did I miss this??? It looks great! I guess I have to modify my campaign to avoid overlap. Thanks. -- View this message in context: http://forum.world.st/The-Ultimate-Smalltalk-Tutorial-tp4918859p4918877.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] The Ultimate Smalltalk Tutorial

2016-10-14 Thread Johan Fabry
Hi Horrido, did you have a look at the Pharo Mooc? http://files.pharo.org/mooc/ it has exactly the same target audience and also covers Seaside. -- Does this mail seem too brief? Sorry for that, I don’t mean to be rude! Please see http://emailcharter.org . Johan Fabry - http://pleiad.cl/~

[Pharo-users] The Ultimate Smalltalk Tutorial

2016-10-14 Thread horrido
GoFundMe for the Ultimate Smalltalk Tutorial . The plan is to create a complete and full-featured tutorial showing how to write a Seaside application using Pharo. The tutorial is aimed at rank beginners who know absolutely nothing