Widget not showing

Hey @Andreas_Hegenberg I placed a swift file in '/Library/Application Support/BetterTouchTool/Plugins'


it got precessed but I can’t find it anywhere in BetterTouchTool config. Any idea where to look?

In the floating menu item dropdown you'll have "Custom Widget Plugin"

There you can then select it:

I'll make this a bit easier tomorrow by having a separate plugin section in the standard selector

Thx, found it:
How do you show it on the desktop? It's not in Edit Widgets:

see

added a named trigger with the timer widget. when run it repeatedly:

macOS: Sequoia (15.7.3)
BetterTouchTool: 6.210

if possible please share the crashlog (console app crash report section).

Where exactly did you add a named trigger?

For all apps

I mean, did you add it as an action to the widget?

Like this?

Or something else?

send the console log by email

wait, that named trigger triggers itself :slight_smile: (resulting in millions of calls within seconds, eventually crashing BTT)

What are you trying to set up?

I just want to show the widget on the desktop, I thought I try it tem. via a named trigger. I've tried the level setting but doesn’t seem to show the widget.

timer_widget.bttpreset (11.0 KB)

Does the widget show in your floating menu in general? Just not on desktop?

no also not there, but if pressed the preview

it shows:

could you share the timer.swift you used? was it the example from my docs?

yes it is, here is the file (.swift upload not allowed :slight_smile: :

timer.swift.zip (1.2 KB)

I think the maximum width and height of your floating menu item are set to 40px, maybe that causes it to not render correctly.

played with the menu and item sizes:

clicking preview:

great, then it works! (these plugins can unfortunately not be previewed for technical reasons thus the yellow/red warning sign). Because of that it will only work when really being rendered in the real menu).

Now you should be able to change the z-index.

ok, thx for now to be continued tomorrow :slight_smile: