[BUG][FIX] BFAV Halo Debug Fix

steve.gilbert at comcast.net steve.gilbert at comcast.net
Sun Feb 22 23:01:52 CET 2004


When you attempt to use the Debug halo button on the BFAV Client window
you get a walkback.  The problem is that the label for the window is set
to a Text object rather than a String.  When the debug menu gets built
it trys to invoke a String only method that is not implemented in Text
and so fails.  The simple fix is to add this change that converts the
Text object to a String object using Text>>asString.













<This post brought to you by BFAV2>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BFAV Halo Debug Fix.cs.gz
Type: application/octet-stream
Size: 414 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-harvest/attachments/20040222/1f02acc3/BFAVHaloDebugFix.cs.obj


More information about the Squeak-harvest mailing list