1
Icons / Re: Beecons – 250+ icons for your toolbar buttons
« on: June 20, 2025, 08:08:27 AM »
DM'd @boroda
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
1. support for a bg2 value on Block elements, so blocks can have gradients. --- only vertical is supported
2. support for rgba (alpha) values on Text / Field elements --- thats not possible with the windows api used
4. element of type PlayDuration does not update its contents ("-4:03") during playback. --- should be fixed
<element type="Icon" name="#playbuttonbg" image="Images/test/ButtonPlay.png" xAnchor="Panel.50" x="-64" yAnchor="#Controls.50" y="-32" width="100" height="64" onClick="PlayPause" visibleTrigger="Playing" />
<element type="Icon" name="#playbuttonbg" image="Images/test/ButtonPause.png" xAnchor="Panel.50" x="-64" yAnchor="#Controls.50" y="-32" width="100" height="64" onClick="PlayPause" visibleTrigger="NotPlaying" />