Quote:
I added a right click option so the message on the sign can be customized!

I made it with a little trick using the shortcutcore instead of "edit" object
1) I didn't want it editable on mouse click
just to note, it can also be done using promptbox, but promptbox is a simple box
Quote:
To be honest I started using the player's volume control after your first suggestion but I made some player widgets since then and I don't remember this "bug" before..
maybe it's not a bug, since the core couldn't control the player when the player not loaded yet,
but it also can be treated as bug if we decide to load the player at startup of widget, maybe better to have a option to start the player on start of widget
it doesn't start the player by refreshing the PlayerControlCore,
it will only start the player if a request is send to player (like stop,pause,loop,shuffle,...),
so as another solution, you can add a command to do one of these on start of widget,
but maybe better to wait for this option to be added to the core