<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi!<br>
I am trying to use Fusion with Mapguide 2.0.2.<br>
I have created a new Jx.Panel and then i use setContentURL function to
some url addres.<br>
This works fine in Fusion 1.1 but with Fusion 2.0 beta i get error:<br>
<br>
<span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch"><b>this.loadingObj
</b>is undefined in function<br>
</span><span class="sourceRowText">setBusy : function(isBusy) {</span>
<div class="sourceRow"><a class="sourceLine"></a><span
 class="sourceRowText">this.busyCount += isBusy?1:-1;</span></div>
<div class="sourceRow"><a class="sourceLine"></a><span
 class="sourceRowText"><b>this.loadingObj.</b>img.style.visibility =
(this.busyCount&gt;0)?'visible':'hidden';</span></div>
<div class="sourceRow"><a class="sourceLine"></a><span
 class="sourceRowText">},<br>
<br>
Thanks<br>
<br>
Simon<br>
</span></div>
<br>
<br>
<br>
</body>
</html>