Roberto

Results 26 comments of Roberto

What I need to do is a conditional boom() of the menu button, the menu is shown only if some settings are ok, otherwise the click on the menu button...

This code is a sample to show you how I create the HAM buttons: ` rightBmb.addBuilder(new HamButton.Builder() // Commons .buttonHeight(Util.dp2px(btnHeight)) .buttonWidth(Util.dp2px(btnWidth)) .textSize(textSize) .subTextSize(subTextSize) .textGravity(Gravity.TOP) .subTextGravity(Gravity.TOP) .textRect(new Rect(Util.dp2px(textRectLeft), Util.dp2px(textRectTop), Util.dp2px(textRectRight), Util.dp2px(textRectBottom)))...

I think the error you have comes from the format of the newlines in the script. Bash wants LF only, but I'm pretty sure the script contains CR+LF.

I checked the Dido channel (the channel I used in my previous post) directly in browser with: https://www.youtube.com/playlist?list=UU9Nyyq3qHochdTq1klPyVIQ (note the "UU" at the start of the channel id which should...

For anyone is interested: I created an open source repo on Github which tries to overcome some Avalonia LibVlcSharp issues and missed things. Give a look to **YAMP** (**Y**et **A**nother...

@Symbai Yes it doesn't solve the issues, just tries to live with them and have a decent result.

@Geektoolkit YAMP doesn't use MPV, it uses LibVlc mediaplayer. You did really an interesting job with Raspberry. I'm working with a couple of pi4 for a TinyML project and peraphs...

I created 2 repos on Github to show working samples on how to successfully **embed VLC MediaPlayer** into Avalonia [Window](https://github.com/radiolondra/AvaVLCWindow)s and [UserControl](https://github.com/radiolondra/AvaVLCControl)s. Still trying to find the best way to...

**How to add a UserControl on top of VLC MediaPlayer** I modified the Avalonia [Window ](https://github.com/radiolondra/AvaVLCWindow) repository to show how to put a UserControl on top of MediaPlayer (VideoView). To...

**EDIT:** Successfully tested on **Kubuntu 18.04** ![AvaVLCWindow-Kubuntux64](https://user-images.githubusercontent.com/20070559/161396810-966f81d9-311d-4c65-8f28-6da3a67988d2.png) Successfully tested on **MacOS 10.13 (High Sierra)** ![AvaVLCWindow-MacOS](https://user-images.githubusercontent.com/20070559/161376137-ade56fd3-c2ff-4199-aeba-a2bdc0fc4474.png)