WACUP

General => Skins => Topic started by: Denis on July 26, 2021, 01:28:18 PM

Title: Defix Neom (skin)
Post by: Denis on July 26, 2021, 01:28:18 PM
Experimental skin.
Yet much remains to be done.

It's interesting to know how the fade effect works for you. I'm still working on an animation script, but for now I recommend setting the timer resolution to 15ms.

I also want to make a dark version of the skin.



Title: Re: Defix Neom (skin)
Post by: Eris Lund on July 26, 2021, 07:19:50 PM
It's awesome so far, the fading animation are probably the most impressive thing thus far, surprising us more what the Modern Skin engine is capable of doing!

The only personal nitpick that I have is the timer's display being anything but consistent, you can read more about it here (https://getwacup.com/community/index.php?topic=1150.0) to get a better understanding, the script in that thread isn't updated anymore so the latest version (pertaining to Winamp Modern that is) can be found in either the newest beta build or here (https://github.com/0x5066/WinampModernForked/blob/main/scripts/MMdisplay.m)
Title: Re: Defix Neom (skin)
Post by: Denis on July 26, 2021, 09:37:37 PM
It's awesome so far, the fading animation are probably the most impressive thing thus far, surprising us more what the Modern Skin engine is capable of doing!

The only personal nitpick that I have is the timer's display being anything but consistent, you can read more about it here (https://getwacup.com/community/index.php?topic=1150.0) to get a better understanding, the script in that thread isn't updated anymore so the latest version (pertaining to Winamp Modern that is) can be found in either the newest beta build or here (https://github.com/0x5066/WinampModernForked/blob/main/scripts/MMdisplay.m)

Thanks.

Do you mean the song timer? I haven't thought about the design of the round display yet. I wanted to first bring the skin to the point where it can be used.
I will definitely use your script for the timer when the display is ready.


Title: Re: Defix Neom (skin)
Post by: Eris Lund on July 26, 2021, 09:49:26 PM
Yeah, I meant the song timer.
Title: Re: Defix Neom (skin)
Post by: ariszlo on July 27, 2021, 01:54:53 PM
the latest version (pertaining to Winamp Modern that is) can be found in either the newest beta build or

I did not notice it until you mentioned it. So it is no longer just a personal mod of the Winamp Modern skin but has become part of WACUP. 👍
Title: Re: Defix Neom (skin)
Post by: ariszlo on July 27, 2021, 02:04:11 PM
It is cool that hovering over the album art shows the toggle buttons but I have an issue with it. Since the buttons seem to be inside a circle, one would assume that you could drag the window by grabbing the area outside the circle but you cannot. See in the attached screenshot where I tried to grab the window.
Title: Re: Defix Neom (skin)
Post by: Denis on July 27, 2021, 02:44:51 PM
It is cool that hovering over the album art shows the toggle buttons but I have an issue with it. Since the buttons seem to be inside a circle, one would assume that you could drag the window by grabbing the area outside the circle but you cannot. See in the attached screenshot where I tried to grab the window.

Thanks a lot for the bug reports. Here is a modified version of the skin.
Title: Re: Defix Neom (skin)
Post by: ariszlo on July 27, 2021, 05:36:22 PM
Thanks, that was fast!
Title: Re: Defix Neom (skin)
Post by: burndev on July 31, 2021, 09:39:00 PM
Great work on your skin! Works perfectly here on my Win 10 machine.

What could be improved is the title length. Maybe cutoff the title when its too long and have it shown on hover.

(https://i.imgur.com/ZgrX5DX.png)

I really like the equalizer!

(https://i.imgur.com/tvSwqhO.png)

Thanks for making it
Title: Re: Defix Neom (skin)
Post by: Denis on August 03, 2021, 02:15:00 PM

What could be improved is the title length. Maybe cutoff the title when its too long and have it shown on hover.

Fixed bug in this version.
Title: Re: Defix Neom (skin)
Post by: Denis on December 29, 2023, 03:15:32 AM
 added the Trinity script
Title: Re: Defix Neom (skin)
Post by: ariszlo on January 04, 2024, 06:20:47 PM
Both Defix Neom 100 and Defix Neom Trinity are smooth, elegant skins but I have found a glitch with the Trinity skin. Occasionally, when I switch to Trinity from another skin, the list view area of the playlist editor is fully transparent, showing the desktop instead of the playlist. What is even more strange is that when I click on the Close button of the playlist editor, instead of closing the window, it now shows the playlist. Once the playlist is shown, I can close the playlist editor window.

Also, most of the color themes look much the same as the default theme.except Noir, which changes the seek and volume animations to grey, and Macintosh Full, which is plain ugly.

Apart from the above issues, both skins are really great.  8)
Title: Re: Defix Neom (skin)
Post by: dro on January 04, 2024, 10:42:51 PM
That's a gen_ff handling issue which can affect any skin.

-dro
Title: Re: Defix Neom (skin)
Post by: ariszlo on January 05, 2024, 07:29:51 AM
That's a gen_ff handling issue which can affect any skin.

You are working on it so you must know but I cannot trigger the invisible list view bug with any other skin I am using.

The following steps always trigger the bug for me:
What distinguishes Defix Neom Trinity from other skins is that it is a hybrid of SUI and multi-window skins so there must be something wrong in the mixture that triggers the bug.

Edit: fixed some grammar for better intelligibility.
Title: Re: Defix Neom (skin)
Post by: Denis on January 05, 2024, 11:41:20 PM
Yes, this is a bug in the skin, but I warned you that this is a test version and there will be errors in it. If I think to enable a timer that everyone has subsequently enabled that needs to be displayed, then this will fix the error in the line input editor.

Although this is not the biggest problem.
In fact, the more I try to improve this fiddle, the more errors I encounter. Now it seems to me that it is not possible to achieve stable and smooth operation of the script, since there will be two usage containers, one for the company and the second for the shadows. It's a pity that the Desktopalpha="1" parameter does not work with components.
 
I think it would be easier to create a skin using <Wasabi:Frame> so that you can change the position of the windows relative to another friend.