1. For tag <Label /> need the support of one-way scrolling(a looped scrolling). Scrolling text from right to left; or left to right.
2. For tags <Image />, <Label />, <PicLabel />, <Slider />, <Buttons /> need the support this commands - CMD_ON_MEDIA_PLAY, CMD_OFF_MEDIA_PLAY, CMD_ON_FULLSCREEN and CMD_OFF_FULLSCREEN
example - <Label State='CMD_ON_FULLSCREEN '/>
3. Tag <Static /> with UsingAlpha='1'. "Vusual" and Buttons located under the tag <Static UsingAlpha='1' /> is not refresh.
video - https://mega.nz/#!b1VnRKiS!2TGn6k9Of9jnVTrVhMP_kmVMAPnJh4y6xJvIKLcNIhc
4. Tag <Static /> slowly(with a delay) appears \ disappears when it contains a command - CMD_ON_MEDIA_PLAY, CMD_OFF_MEDIA_PLAY and VisMinLeft, VisMinTop, VisMinWidth, VisMinHeight, VisParentMinWidth, VisParentMinHeight, VisParentMaxWidth, VisParentMaxHeight. Need to <Static /> with these commands appear \ disappears momentarily.
example - <Static State='CMD_OFF_MEDIA_PLAY' ... >
video - https://mega.nz/#!C4dDhI5A!jx6B8Yt1VB2H9CSC3wK0ywmVeCjpSiQk-FGS7VY6_CY
5. Need the ability to create shadows for Potplayer windows. Without use - UseWindowFrame=1 or 2 or 3
6. Need new command to create shadows for text(in tag "Label" - <Label Text='TEST_TEXT' /> ).
7. Need customization(<CustomPopupMenuDef />) of all the contexts menu in the Potplayer, including its own context menus - <UserMenu> </UserMenu>.