Re: [Pharo-users] Rubric events

2015-10-02 Thread Miguel Campusano
Yes, I tried. For what I see is the that the text of the morph still have not been setter when this announcement is triggered On Fri, Oct 2, 2015 at 8:36 AM Alain Plantec via Pharo-users < pharo-users@lists.pharo.org> wrote: > Hello Miguel, > Did you tried to subscribe to RubTextUpdatedInModel th

Re: [Pharo-users] Rubric events

2015-10-02 Thread Peter Uhnák
elcome Cc: Date: Fri, 2 Oct 2015 08:36:27 +0200 Subject: Re: [Pharo-users] Rubric events Hello Miguel, Did you tried to subscribe to RubTextUpdatedInModel through the model of the morph (and not directly the morph) ? Cheers Alain

Re: [Pharo-users] Rubric events

2015-10-01 Thread Marcus Denker
This mails arrived here empty. > On 02 Oct 2015, at 08:36, Alain Plantec via Pharo-users > wrote: > > > > >

Re: [Pharo-users] Rubric events

2015-10-01 Thread Alain Plantec via Pharo-users
--- Begin Message --- Hello Miguel, Did you tried to subscribe to RubTextUpdatedInModel through the model of the morph (and not directly the morph) ? Cheers Alain > On 30 Sep 2015, at 16:52, Miguel Campusano wrote: > > Hello, > I'm working on modifying the styling of text by using RubTextSegme

[Pharo-users] Rubric events

2015-09-30 Thread Miguel Campusano
Hello, I'm working on modifying the styling of text by using RubTextSegmentMorph. The problem is that the text could be modified dynamically by selecting another text, so the styling must be modified. I want to use the announcements system of Rubric but something weird happens. When I subscribe to