Oddbjørn Bakke
Oddbjørn Bakke
Just write your own controller, with a renderer. :) Or you could hack something up, like having two controllers inside and switching with triggers or similar. But I would really...
My PL is still pending. However, have you tried the [Xamarin Forms themes](https://github.com/xamarin/xamarin-forms-samples/tree/master/Themes/ThemesDemo)? This might be the solution if nothing happens with this PL.
It's a strange design, check the extension methods to the renderer (if I remember correctly): https://github.com/paulpatarinski/Xamarin.Forms.Plugins/blob/master/RoundedBoxView/RoundedBoxView/RoundedBoxView.Forms.Plugin.Android/ExtensionMethods/ViewExtensions.cs ```csharp public static void InitializeFrom(this View nativeControl, Abstractions.RoundedBoxView formsControl) { if (nativeControl == null...
This might be possible to create from the beta. The StreamDeck 0.17 plugin does have some working indicators. Light on if correct profile is selected, or light on if route...
Seems to be in the backlog... From the discord: ``` spdermn02 — 02/05/2021 I think a notification process is on the dev backlog. And part of that was for plugin...
Also adding a github pages site? Maybe... Could be of the TouchPortalSDK instead, and then link to download latest etc. of the individual plugins.
Hi. Cool, I am happy to share. Please just ask. :) It should still work, at least the last time I checked (I can retest later, and come back). There...
Great. 👍 There was a change in the v0.18 of the Stream Deck plugin, so the Simulator might have some issues there (was built for the v0.17). They changed some...
Working on putting things into the Wiki.
Hi. I have plans to add more features and also bought a SD Plus for this reason. There is also a lot of other features I would like to add,...