[Pharo-users] Pharo desktop UI

2016-11-02 Thread vikenti
Hello, i'm newbie in Pharo, converted from Visual Works which is quite different from Pharo Smalltalk. I started to port my application (i've been working on for about three years) from VW (because of new personal user licensing limitations of Visual Works), but i have to solve some problems and ne

Re: [Pharo-users] Pharo desktop UI

2016-11-02 Thread vikenti
"addSeparator", if i use it - i get an error. On Wed, 2 Nov 2016 14:53:56 -0700 (PDT) "jfabry [via Smalltalk]" wrote: > > > Hello Vikenti, > > for writing UIs in Pharo the UI builder you should use is Spec. We have > documentation online in the form of

Re: [Pharo-users] Pharo desktop UI

2016-11-04 Thread vikenti
Thanks for advices, i added them to my work notes. Working with Spec i found another problem: I create a window with simple layout: menu + custom morph. I want my morph to do some interactive work for me - it must display data and handle mouse down\move\wheel. The problem is: when i start the

Re: [Pharo-users] Pharo desktop UI

2016-11-05 Thread vikenti
Last time i wrote about problem with catching mouse events in custom morph embedded in Spec layout. The reason was very simple: my custom widget didn't resized automatically so events were handled properly only in the small area - the area of base class morph size. On Thu, 3 Nov 2016 08:46:29

Re: [Pharo-users] Pharo desktop UI

2016-11-05 Thread vikenti
or something like it ). Any ideas? On Thu, 3 Nov 2016 05:28:25 -0700 (PDT) "stepharo [via Smalltalk]" wrote: > > > > > Le 2/11/16 à 22:43, vikenti a écrit : > > Hello, i'm newbie in Pharo, converted from Visual Works which is quite > > different from Ph

Re: [Pharo-users] Pharo desktop UI

2016-11-06 Thread vikenti
also be included in Spec booklet. On Sun, 6 Nov 2016 10:01:39 -0800 (PST) "jfabry [via Smalltalk]" wrote: > > > Hello Vikenti, > > I think that you are using the SpecAdapter for morphs in ways it has never > been tried or used. So the problems you are having revea

Re: [Pharo-users] Pharo desktop UI

2016-11-07 Thread vikenti
ean to be rude! > Please see http://emailcharter.org <http://emailcharter.org/> . > > Johan Fabry - http://pleiad.cl/~jfabry > PLEIAD and RyCh labs - Computer Science Department (DCC) - University of > Chile > > > On 06 Nov 2016, at 18:23, vikenti wrote: > > >