Many thanks, but it didn't work either :(
Thanks a lot for your help, but it still didn't work, unfortunately.
As soon as I put the lines you wrote, i get an error when i start my application and it doesn't load:
com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.isc.DetailTabSet' is null or not an object
number: -2146823281
description: '$wnd.isc.DetailTabSet' is null or not an object
at com.sns.fms.common.client.DetailTabSet.create(Native Method)
I tried putting the code inside an "if (isc.DetailTabSet)", i tried putting it after the "isc.defineClass("DetailTabSet", "TabSet")" and i even tried putting it before. But, it always gives the same error.
I tried putting alerts inside the load_skin.js before and after defining the DetailTabSet. None of the alerts pops up if i have these new lines of code in, no matter where i put them. But if i remove them, those alerts all pop up. It's as if the whole file is not being read when i have these lines in it.
Any idea what i'm doing wrong?
Thanks
Thanks a lot for your help, but it still didn't work, unfortunately.
As soon as I put the lines you wrote, i get an error when i start my application and it doesn't load:
com.google.gwt.core.client.JavaScriptException: (TypeError): '$wnd.isc.DetailTabSet' is null or not an object
number: -2146823281
description: '$wnd.isc.DetailTabSet' is null or not an object
at com.sns.fms.common.client.DetailTabSet.create(Native Method)
I tried putting the code inside an "if (isc.DetailTabSet)", i tried putting it after the "isc.defineClass("DetailTabSet", "TabSet")" and i even tried putting it before. But, it always gives the same error.
I tried putting alerts inside the load_skin.js before and after defining the DetailTabSet. None of the alerts pops up if i have these new lines of code in, no matter where i put them. But if i remove them, those alerts all pop up. It's as if the whole file is not being read when i have these lines in it.
Any idea what i'm doing wrong?
Thanks
Comment