[Pharo-project] PluggableThemedOverflowPanelMorph(Object)>>doesNotUnderstand: #statusColor
Just try open a TestRunner. You will get a DNU and that won't let you even debug the error. Pharo core version: PharoCore-1.2-12061 I attach PharoDebug.log PluggableThemedOverflowPanelMorph(Object)>>doesNotUnderstand: #statusColor Issue: http://code.google.com/p/pharo/issues/detail?id=2717 Cheers Mariano
We need help to solve this problem....I cannot do anything as I need the TestRunner. WE have http://code.google.com/p/pharo/issues/detail?id=2717 and http://code.google.com/p/pharo/issues/detail?id=2700 I tried a Compiler recompileAll but still have the same problem. Cheers Mariano On Mon, Jul 26, 2010 at 11:02 PM, Mariano Martinez Peck < marianopeck@gmail.com> wrote:
Just try open a TestRunner. You will get a DNU and that won't let you even debug the error.
Pharo core version: PharoCore-1.2-12061
I attach PharoDebug.log
PluggableThemedOverflowPanelMorph(Object)>>doesNotUnderstand: #statusColor
Issue: http://code.google.com/p/pharo/issues/detail?id=2717
Cheers
Mariano
ok...as martin said, recompiling (change and save) PluggableButtonMorph>>#update: did the trick...weird. Now we need to include this fix ASAP in the stream.. cheers mariano On Thu, Jul 29, 2010 at 7:23 PM, Mariano Martinez Peck < marianopeck@gmail.com> wrote:
We need help to solve this problem....I cannot do anything as I need the TestRunner.
WE have http://code.google.com/p/pharo/issues/detail?id=2717
and http://code.google.com/p/pharo/issues/detail?id=2700
I tried a Compiler recompileAll but still have the same problem.
Cheers
Mariano
On Mon, Jul 26, 2010 at 11:02 PM, Mariano Martinez Peck < marianopeck@gmail.com> wrote:
Just try open a TestRunner. You will get a DNU and that won't let you even debug the error.
Pharo core version: PharoCore-1.2-12061
I attach PharoDebug.log
PluggableThemedOverflowPanelMorph(Object)>>doesNotUnderstand: #statusColor
Issue: http://code.google.com/p/pharo/issues/detail?id=2717
Cheers
Mariano
On Jul 29, 2010, at 7:38 PM, Mariano Martinez Peck wrote:
ok...as martin said, recompiling (change and save) PluggableButtonMorph>>#update: did the trick...weird. Now we need to include this fix ASAP in the stream..
I did: -> fix all refrences to PluggableButtonPlus (and all other Undeclared) -> recompile the image. Works.
cheers
mariano
On Thu, Jul 29, 2010 at 7:23 PM, Mariano Martinez Peck <marianopeck@gmail.com> wrote: We need help to solve this problem....I cannot do anything as I need the TestRunner.
WE have http://code.google.com/p/pharo/issues/detail?id=2717
and http://code.google.com/p/pharo/issues/detail?id=2700
I tried a Compiler recompileAll but still have the same problem.
Cheers
Mariano
On Mon, Jul 26, 2010 at 11:02 PM, Mariano Martinez Peck <marianopeck@gmail.com> wrote: Just try open a TestRunner. You will get a DNU and that won't let you even debug the error.
Pharo core version: PharoCore-1.2-12061
I attach PharoDebug.log PluggableThemedOverflowPanelMorph(Object)>>doesNotUnderstand: #statusColor
Issue: http://code.google.com/p/pharo/issues/detail?id=2717
Cheers
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
Thanks gary mentions that to me but I was off. http://code.google.com/p/pharo/issues/detail?id=2732 On Jul 29, 2010, at 8:54 PM, Marcus Denker wrote:
On Jul 29, 2010, at 7:38 PM, Mariano Martinez Peck wrote:
ok...as martin said, recompiling (change and save) PluggableButtonMorph>>#update: did the trick...weird. Now we need to include this fix ASAP in the stream..
I did:
-> fix all refrences to PluggableButtonPlus (and all other Undeclared) -> recompile the image.
Works.
cheers
mariano
On Thu, Jul 29, 2010 at 7:23 PM, Mariano Martinez Peck <marianopeck@gmail.com> wrote: We need help to solve this problem....I cannot do anything as I need the TestRunner.
WE have http://code.google.com/p/pharo/issues/detail?id=2717
and http://code.google.com/p/pharo/issues/detail?id=2700
I tried a Compiler recompileAll but still have the same problem.
Cheers
Mariano
On Mon, Jul 26, 2010 at 11:02 PM, Mariano Martinez Peck <marianopeck@gmail.com> wrote: Just try open a TestRunner. You will get a DNU and that won't let you even debug the error.
Pharo core version: PharoCore-1.2-12061
I attach PharoDebug.log PluggableThemedOverflowPanelMorph(Object)>>doesNotUnderstand: #statusColor
Issue: http://code.google.com/p/pharo/issues/detail?id=2717
Cheers
Mariano
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Marcus Denker -
Mariano Martinez Peck -
Stéphane Ducasse