Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 836 by julioari...(a)gmail.com: Bug in GLMMorphicBrowserRenderer
http://code.google.com/p/moose-technology/issues/detail?id=836
Hello, in the class GLMMorphicBrowserRenderer I had a out of bound problem
the first time that a model was charged (click on model).
I changed the code of the render method (when activeEntity message on
aBrowser object is sent)as follow:
aBrowser activeEntity: ((aBrowser panes at: (ann pageIndex max: aBrowser
panes size)) port: #entity) value ].
It was ok for me.
So, I suggest this change to the Moose Developers.
Hugs,
Julio Ariel Hurtado