Sorry for the mail flood, but I just found out it only happens when I call self session from an initialize method in a widget, which is when I have to use announcements, as in: SomeWidget >> initialize super initialize. self session announcer "<--- It never goes past self session" on: WhateverAnnouncement do: [:it | it doWhatever] 2011/6/28 Bernat Romagosa <tibabenfortlapalanca@gmail.com>
Actually, I traced the problem back to when I call self session from a widget.
2011/6/28 Bernat Romagosa <tibabenfortlapalanca@gmail.com>
Thanks Sebastien,
It fixed the "not doing anything" problem, but I still get the MessageNotUnderstood: receiver of "sender" is nil error.
It seems it happens whenever I use an announcement... did anything change?
2011/6/28 sebastien audier <sebastien.audier@gmail.com>
Hi Bernat, if you have the latest versions, you can do in a workspace:
Compiler recompileAll
it seems to solve the problem.
Cheers!
-- Sébastien AUDIER
ObjectFusion S.A.R.L. Applications web, consulting, design http://www.objectfusion.fr
-- Bernat Romagosa.
-- Bernat Romagosa.
-- Bernat Romagosa.