Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

Hey gang,

I'm making some changes to my theme and had a few questions:

Is it possible to make the selector bar transparent for items that are not selected?

Is it possible to have more than one image/video box? One that would display the preview video, and one for marquees?

I'm was playing around with AHK to make it easier to scroll through the letters with the below code. It works, but not 100% as sometimes it won't do anything, or sometimes it will skip pages. Also when using AHK my CapsLock LED flashes. Is this normal? Is there a way to disable this?

#SingleInstance Force
#IfWinActive GameEx

Left::
send {A down}{Left down}
send {A up}{Left up}
return

Right::
send {A down}{Right down}
send {A up}{Right up}
return

Anyone have any tips or input for me?

Thanks guys!

Posted
Is it possible to make the selector bar transparent for items that are not selected?

Yes just use a black image for the unselected png.

Is it possible to have more than one image/video box? One that would display the preview video, and one for marquees?

With version 4 themes.

Posted

Hey Tom!! :D

I think my theme is, or was a Version 2 theme that I hacked and slashed at. How can I convert it to a v4 theme, or add the second image box to my theme?

Also can the video previews be stretched to fill the box?

Posted

Just a preview of what I'm working on...

theme.jpg

Can I disable the top menu? And can I stretch the images and videos to fill the box?

  • 2 weeks later...
Posted

Try:

#SingleInstance Force
SetTitleMatchMode, 2
Return

#IfWinActive GameEx

Left::
send {A down}{Left down}
send {A up}{Left up}
return

Right::
send {A down}{Right down}
send {A up}{Right up}
return

Code is untested.

Edit: You may also want to look at SetKeyDelay

Guest
This topic is now closed to further replies.
×
×
  • Create New...