@cmd said:
Myhand,
Sorry.. I replaced the wrong file. Here is what I get in the Ruby console with your debug script after I launch the tool.
@unknownuser said:
calling function >>refreshMaterialsÂ<<
!!!!! - IN refreshMaterials !!!!!
String Time = 3.0e-06
Total Entities = 0I hope this helps
CMD
Excellent this helps a lot. It tells us that somewhere the function name gets corrupted between where it is hardcoded in the javascript to where it enters the Ruby environment.
Was that the whole output? Were there no other lines following the below patterns? I would have expected at least one more set, probably before the above lines.
calling function >>xxxx<<
!!!!! - IN xxxx !!!!!
Where xxxx is any name.
I suspect driven might be correct. Let me give this some thought.