I've finally gotten around to releasing my modified version of DVD Play that's been sitting on my hard drive for a year or so.
You can read more about it, and find the download here
Is there any way to set the default screen size to something larger? or perhaps make the movie list populate the entire screen area when you maximize it? And also possibly faster scroll with the mouse? Thanks a lot for all the work you have put into this. Its good to see someone is supporting the software.
Sorry for the late reply, I'm always surprised when people actually find my blog!
I'll upload the source code so people can have a go at changing things.
The window size can be changed in line 114:
Gui, Show, h600 w1235 , %AppName%
Update those values, and the screen size will change.
If you make it much bigger, you'll want to change the number of columns on line 83:
if (z > 5)
Change 5 to whatever value you want.
The mouse scrolling is defined in functions.ahk, on line 520:
static SIF_ALL=0x17, SCROLL_STEP=30
Change scroll step, and see if it feels any better. I think I doubled this from the original script anyway, it was very slow to start with.
Grab the source here:
http://www.helixtech.org.uk/DVD_Play_Source.zip
Have fun!
Write a comment
* = required field