I'm getting this draw error(no formal red bar error at top,etc) on the final score where it's showing parts of my pieces from somewhere overlaid on the score window.
Ideas on how to fix?
Ideas on how to fix?
Post by garcia1968 »
Post by garcia1968 »
Post by garcia1968 »
Code: Select all
var scoreDlg = new dijit.Dialog({
title: dojo.string.substitute( __('lang_mainsite', 'End of game, ${winner} wins'), { winner: scores[0].name } )
});
var html = [...]
scoreDlg.attr("content", html );
scoreDlg.show();Post by garcia1968 »