Page 1 of 1

Hiding Application Launcher

Posted: Monday 21st January 2019 2:13pm
by bill-lancaster
I'm using Kubuntu 18.04 and have written a programme to display a lis of calendar items for the coming week.
It's controlled from a tray icon but an application launcher item is shown as well.
Is there any way of suppressing the application launcher display? (to reduce 'clutter' on the task bar)
This may be seen as an operating system problem but I need to solve it from with a Gambas project.

Re: Hiding Application Launcher

Posted: Monday 21st January 2019 4:37pm
by cogier
On the Form's properties set the 'SkipTaskbar' to True. This will prevent Gambas showing the launcher on the Taskbar.

Re: Hiding Application Launcher

Posted: Monday 21st January 2019 4:56pm
by bill-lancaster
Thank you very much cogier!
Such a simple answer to my problem.