Results 14 comments of Fredi

Kam auf die selbe Idee und habe versucht es möglichst einfach umzusetzen, folgendes Setup läuft im Moment. - `video_ids` ist eine datei in der ich id:videoname speichere - `rfid_video_play.sh `ist...

> So , habe nun noch folgenden Eintarg in der rfid_trigger_play.sh hinzugefügt: > fi > sudo echo ${PLAYLISTNAME} > $PATHDATA/../settings/Latest_Playlist_Played > sudo chmod 777 $PATHDATA/../settings/Latest_Playlist_Played > else > if [...

> Hi @supi4ever @soonshiny > danke für eure Initiative den Videosupport einzubinden. Wie schon oben gesagt, ich würde das gerne in den Core Code einbinden. Deshalb wäre es super, wenn...

@Ardios > sorry das ich mich jetzt erst wieder mit einklinke...aber manchmal fehlt es einfach an Zeit :) > > Also ich kam heute endlich dazu, dein Script zu testen...allerdings...

Had the same problem. Here is a small workaround for Firefox. 1. Edit your _userContent.css_ file / Create a _userContent.css_ file in _~/.mozilla/firefox/default/chrome/_ 2. Add the following bit to it:...

Seems like https://github.com/rotorgames/Rg.Plugins.Popup/blob/6a706ee4f10ff17097e83e29bd0b81878313cd15/Rg.Plugins.Popup/Animations/Base/BaseAnimation.cs#L40 doesn't return the correct values on UWP, when _Appearing_ gets called. Both content.Width and page.Width will return -1.

I wrote a simple workaround, first I used the original [MoveAnimation](https://github.com/rotorgames/Rg.Plugins.Popup/blob/develop/Rg.Plugins.Popup/Animations/MoveAnimation.cs) as my new custom animation and override the _GetLeftOffset_ method: ``` protected override int GetLeftOffset(View content, Page page) {...

Sounds good to me. You are right, it would change a lot of this code but that's a good thing. I also don't like the entanglement of the GUI and...

hey @ethanholz thanks for sharing. Will take a look at it for sure. I also worked a bit on splitting the code up and creating a library for the communication...