Just try open a TestRunner. You will get a DNU and that won't let you even debug the error.PluggableThemedOverflowPanelMorph(Object)>>doesNotUnderstand: #statusColor Issue: http://code.google.com/p/pharo/issues/detail?id=2717 Cheers Mariano _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project PharoDebug.log (76K) Download Attachment |
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 <[hidden email]> wrote: Just try open a TestRunner. You will get a DNU and that won't let you even debug the error.PluggableThemedOverflowPanelMorph(Object)>>doesNotUnderstand: #statusColor _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
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 <[hidden email]> wrote: We need help to solve this problem....I cannot do anything as I need the TestRunner. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
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 <[hidden email]> 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 <[hidden email]> 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 > [hidden email] > 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 [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
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 <[hidden email]> 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 <[hidden email]> 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 >> [hidden email] >> 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 > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |