Hiding Application Launcher

Post your Gambas programming questions here.
Post Reply
bill-lancaster
Posts: 190
Joined: Tuesday 26th September 2017 3:17pm
Location: NW England

Hiding Application Launcher

Post 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.
User avatar
cogier
Site Admin
Posts: 1118
Joined: Wednesday 21st September 2016 2:22pm
Location: Guernsey, Channel Islands

Re: Hiding Application Launcher

Post by cogier »

On the Form's properties set the 'SkipTaskbar' to True. This will prevent Gambas showing the launcher on the Taskbar.
bill-lancaster
Posts: 190
Joined: Tuesday 26th September 2017 3:17pm
Location: NW England

Re: Hiding Application Launcher

Post by bill-lancaster »

Thank you very much cogier!
Such a simple answer to my problem.
Post Reply