RM extension usage for RRC 4.0.5 M2
Hi,
I tried to install the examples of RM extension usage provided by Dominic Tulley with RRC 4.0.5 M2.
I succeed in using the "Hello World" example that is trivial, but nothing happend with "Module Status".
It seems that there is no connection between the gadget in the mini-dashboard (that is visible) and the event of opening a module. I am using CLM 4.0.5 on tomcat, with Chrome 28 as browser.
An idea ? somebody succeed ?
Luc
One answer
Hi,
Sorry for the slow response on this one.
If you click on Chrome developer tools (tools > Developer Tools) or hit CTRL-SHIFT-I then you should be able to see from the JavaScript console why this is not working for you. One suggestion is that the "Module Status" sample relies on a JavaScript library called D3 which it loads from a CDN, if your browser cannot access the CDN server then it will be unable to load the D3 script and the sample will not do anything.
Thanks,
Steven Wood
RM Client Team
Sorry for the slow response on this one.
If you click on Chrome developer tools (tools > Developer Tools) or hit CTRL-SHIFT-I then you should be able to see from the JavaScript console why this is not working for you. One suggestion is that the "Module Status" sample relies on a JavaScript library called D3 which it loads from a CDN, if your browser cannot access the CDN server then it will be unable to load the D3 script and the sample will not do anything.
Thanks,
Steven Wood
RM Client Team