08-10-2017 09:14 AM
We have a requirement in finesse to launch a custom desktop application. We are doing this by using the screen pop gadget and then hiding the actual gadget on finesse screen.This setup works with Finesse 10.5.
But similar setup doesn't work with Finesse 11. Even removing the title in the xml doesn't work as the gadget title shows up with value as "Finesse gadget".
Is there a way to hide the title of 3rd party gadget in Finesse 11?
08-10-2017 12:03 PM
Hi,
If you are just trying to hide the title, put a space in the title string instead of empty string.
<ModulePrefs title=" "
I tried this on my system and it seemed to not have a title. Like you said, if it is an empty string it defaults to "Finesse gadget".
Thanx,
Denise
08-10-2017 01:47 PM
Thanks Denise. I was looking to see if I can get rid of the empty title bar.
In 10.5 by making the title blank the whole gadget did not show up.
08-10-2017 02:26 PM
That was probably a bug in 10.5, hence it showing up in 11.0. I am not aware of how to hide the whole gadget. There might be a way, but you would probably have to play around with the gadget preferences.
05-14-2020 08:10 AM
05-14-2020 02:16 PM
You can hide a Gadget - effectively making it a background task.
Headless gadgets are gadgets which do not need a display space, but can be loaded and run like a background task in the browser. The Hidden attribute (optional) is used to support headless gadgets in the layout XML. When an attribute is set to "hidden=true", then the gadget is loaded by the container, but will not be displayed. The default value set for the attribute is "false".
Reference:
Regards,
Gerry
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