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