03-05-2019 09:32 AM - edited 03-05-2019 09:33 AM
Hi Community,
I'm currently checking out the new capabilities with Finesse 12.0, but I'm failing to add a custom gadget to the horizontal header. It works when it's loaded in the regular tabs.
The code looks good/processed in the debugger, but the onConnect function is not called.
layout:
<headercolumn width="251px"> <gadget>/3rdpartygadget/files/TopBarGadget/TopBarGadget.xml</gadget> </headercolumn>
gadget:
<?xml version="1.0" encoding="UTF-8"?> <Module> <ModulePrefs title="top bar sample gadget" description="top bar sample gadget"> <Require feature="pubsub-2" /> <Require feature="setprefs" /> </ModulePrefs> <Content type="html"> <![CDATA[ <!DOCTYPE html> <!-- jQuery --> <script type="text/javascript" src="/desktop/assets/js/jquery.min.js"></script> <!-- Finesse Library --> <script type="text/javascript" src="/desktop/assets/js/finesse.js"></script> <body> <div id="displayOut">Hello World!</div> </body> <script type="text/javascript"> // initialize the gadget gadgets.HubSettings.onConnect = function () { console.log("onConnect"); $(document).ready(function(){ console.log("onConnect - ready"); }); }; </script> ]]> </Content> </Module>
Solved! Go to Solution.
03-12-2019 10:47 AM
Hi,
I was able to reproduce your issue and looks like you are hitting a bug (CSCvn92810). This will be fixed in 12.0 ES1.
Thanx,
Denise
05-09-2019 06:43 AM
Thanks, Denise. Checked ES01 out today and it works :)
03-06-2019 02:21 PM
Hi,
I don't think it is intended for gadgets to be put into the horizontal header. I was trying to double check in the admin guide, but it seems to be down right now.
Thanx,
Denise
03-07-2019 12:44 AM
Hey Denise,
Thanks for your answer. In the sessions regarding release 12.0 they were promoting that we can use all the space in the header for custom gadgets.
The admin guide says: "The Horizontal Header on the Finesse desktop has the following components from left to right. All these components can be removed and replaced with custom gadgets as required."
Thanks,
Matthias
03-08-2019 02:01 PM
Hi,
My 12.0 testbeds are tied up for other issues right now, so I can't test this out for myself. I have reached out to the Finesse team to get clarification because the text you provided does seem like it is supposed to be possible.
I will try to add a gadget to the header once one of my testbed frees up.
Thanx,
Denise
03-12-2019 10:47 AM
Hi,
I was able to reproduce your issue and looks like you are hitting a bug (CSCvn92810). This will be fixed in 12.0 ES1.
Thanx,
Denise
03-18-2019 12:59 PM
I was able to reproduce your issue and looks like you are hitting a bug (CSCvn92810). This will be fixed in 12.0 ES1.
Denise, FYI the above bug can't been seen by the public - and interested developers.
Paolo
03-18-2019 01:31 PM
I have reached out to the engineer to make it visible.
Thanx,
Denise
05-09-2019 06:43 AM
Thanks, Denise. Checked ES01 out today and it works :)
05-09-2019 08:26 AM
Great! I'm glad its fixed.
09-22-2020 07:30 AM - edited 09-22-2020 07:35 AM
Works pefect also on 12.5 without title of gadget
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide