[Seaside] Re: SeaChart

Cédrick Béler cbeler at enit.fr
Mon Mar 6 17:42:16 UTC 2006


>>
>>Integer>>printPaddedWith:aCharacter to:anInteger base: aRadix
>>...
>>showRadix: false
>>...
>>
>>when changed to showRadix: true... it works...
>>
>>I have squeak 3.8. Is it an error ?
>>    
>>
>
>Yes, this should not happen. ;) I loaded the code into a fresh 3.8 and
>could not reproduce it. Can you provide a stacktrace and the seaside
>version you are using?
>  
>
I'm using seaside2.6a3-lr.22
scriptaculous-lr.30
...

Error: radix indicator not found.

    * SmallInteger(Object)>>error:

          self    177
          temps
          aString    'radix indicator not found.'

    * [] in SmallInteger(Integer)>>printOn:base:showRadix: {[self error: 
'radix indicator not found.']}

          self    177
          temps
          outputStream    a WriteStream ''
          baseInteger    16
          flagBoolean    false
          tempString    'B1'
          startPos    nil

    * ByteString(String)>>indexOf:startingAt:ifAbsent:

          self    'B1'
          temps
          aCharacter    $r
          start    1
          aBlock    [] in SmallInteger(Integer)>>printOn:base:showRadix: 
{[self error: 'radix indicator not found.']}
          ans    0

    * ByteString(SequenceableCollection)>>indexOf:ifAbsent:

          self    'B1'
          temps
          anElement    $r
          exceptionBlock    [] in 
SmallInteger(Integer)>>printOn:base:showRadix: {[self error: 'radix 
indicator not found.']}

    * SmallInteger(Integer)>>printOn:base:showRadix:

          self    177
          temps
          outputStream    a WriteStream ''
          baseInteger    16
          flagBoolean    false
          tempString    'B1'
          startPos    nil

    * SmallInteger(Integer)>>printPaddedWith:to:base:

          self    177
          temps
          aCharacter    $0
          anInteger    2
          aRadix    16
          aStream    a WriteStream ''
          padding    nil
          digits    nil

    * Color>>hex

          self    (Color r: 0.695 g: 0.84 b: 0.198)
          temps
          inst vars
          rgb    746417355
          cachedDepth    nil
          cachedBitPattern    nil

    * Color>>asHTMLColor

          self    (Color r: 0.695 g: 0.84 b: 0.198)
          temps
          inst vars
          rgb    746417355
          cachedDepth    nil
          cachedBitPattern    nil

    * [] in BGProgressBar>>style {[:stream | stream nextPutAll: ' .graph 
{ position: relative; /* ...]}

          self    a BGProgressBar
          temps
          stream    a WriteStream ' .graph { position: relative; /* IE 
is dumb */ width: 200px; ...etc...
          inst vars
          decoration    a WAStateHolder(a BGProgressBar)
          barColor    (Color r: 0.695 g: 0.84 b: 0.198)
          textColor    (Color r: 0.202 g: 0.202 b: 0.202)
          progress    53


--------------------------------
L'ENIT vous invite a sa journee portes ouvertes le 17 mars 2006 de 13h30 a 19h30
 Visite des locaux,  animations, cadeaux a gagner.

 Enit , 47 avenue d'Azereix 65000 Tarbes
 Bus N°1, arret ENI


More information about the Seaside mailing list