problems with POPoll
Mariano Martinez Peck
marianopeck at gmail.com
Wed Jun 24 01:28:18 MEST 2009
You must probably attach more info. I tried it and get this:
Internal ErrorError: subscript is out of bounds: 6
MethodContext(Object)>>errorSubscriptBounds:
MethodContext(ContextPart)>>at:
MethodContext>>tempAt:
MethodContext>>tempNamed:
[] in [] in WAWalkback>>renderStackFrame:on:
Array(SequenceableCollection)>>do:
[] in WAWalkback>>renderStackFrame:on:
BlockClosure>>renderOn:
[] in WAGenericTag(WATagBrush)>>with:
BlockClosure>>renderOn:
WARenderCanvas(WACanvas)>>nest:
WAGenericTag(WABrush)>>with:
WAGenericTag(WATagBrush)>>with:
WARenderCanvas(WAHtmlCanvas)>>definitionList:
WAWalkback>>renderStackFrame:on:
[] in [] in [] in WAWalkback>>renderStackOn:
BlockClosure>>renderOn:
[] in WAGenericTag(WATagBrush)>>with:
BlockClosure>>renderOn:
WARenderCanvas(WACanvas)>>nest:
After debugging a while, the problem is:
WAWalkback>>renderStackFrame: aContext on: html
html definitionList: [
self
renderObject: aContext
labelled: 'thisContext' on: html.
self
renderObject: aContext receiver
labelled: 'self' on: html.
aContext tempNames do: [ :name |
self aContext tempNamed: 'each'
renderObject: (aContext tempNamed: name)
labelled: name on: html ] ]
In this case, aContext tempNames is an Array with #('anObject' 'selectors'
'container' 'description' 'result' 'each')
However, if you try to do aContext tempNamed: 'each' you will get the
subscript is out of bound.
That's all I could figure out. Perhaps is a problem related with the new
BlockClosure.
Best,
Mariano
On Tue, Jun 23, 2009 at 7:02 PM, Ilya Tim <ilya.ufo at gmail.com> wrote:
> I need to make poll in my site. I loaded this package Poll-pmm.15.mcz,
> but when i tried to add such component on the page Error: "Subscript
> out of bound" raised and this node added in the tree. In stack trace
> something about MANamedBuilder was mentioned. When i opened this node
> another error about using obsolete functionality raised. How can i fix
> this problems and what other packages i need?
> Thanks in andvance.
>
> __
> Ilya Timofeev
> _______________________________________________
> Magritte, Pier and Related Tools ...
> https://www.iam.unibe.ch/mailman/listinfo/smallwiki
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.iam.unibe.ch/pipermail/smallwiki/attachments/20090623/7651a489/attachment.html>
More information about the smallwiki
mailing list