[fusion-dev] loadingObj is undefined
Simon Pelicon
simon at sl-king.com
Tue Apr 21 02:22:53 EDT 2009
Hi!
I am trying to use Fusion with Mapguide 2.0.2.
I have created a new Jx.Panel and then i use setContentURL function to
some url addres.
This works fine in Fusion 1.1 but with Fusion 2.0 beta i get error:
this.loadingObj
is undefined in function
setBusy : function(isBusy) {
this.busyCount += isBusy?1:-1;
this.loadingObj.img.style.visibility =
(this.busyCount>0)?'visible':'hidden';
},
Thanks
Simon
More information about the fusion-dev
mailing list