Posted by member 333 on 2003-04-11 05:56:05 link
I didn't actually look at the file you said, but this is probably the problem:
See? dispbg.bmp is the normal bmp, while is the hovering one, and that means that whenever you hover over dispbg.bmp, you WILL see dispbg2.bmp.
From what I understood of your problem, this would be the problem.
You need two separate shortcuts to do what you want, ie.:
and then the triangle-button would be like this:
You might also wanna make another pagedowngroup for the second page, to do the opposite, but I'll leave that to you ;)
*Shortcut "" 0 0 "$ThemeDir$box\dispbg.bmp" "$ThemeDir$box\dispbg2.bmp" .none #9 !none
See? dispbg.bmp is the normal bmp, while is the hovering one, and that means that whenever you hover over dispbg.bmp, you WILL see dispbg2.bmp.
From what I understood of your problem, this would be the problem.
You need two separate shortcuts to do what you want, ie.:
*Shortcut "" 0 0 "$ThemeDir$box\dispbg.bmp" .none .none #9 !none
*Shortcut "" 0 0 "$ThemeDir$box\dispbg2.bmp" .none .none #10h !none
*Shortcut "" 0 0 "$ThemeDir$box\dispbg2.bmp" .none .none #10h !none
and then the triangle-button would be like this:
*Shortcut "Switch page" 78 88 "$ThemeDir$box\pagedown.bmp" "$ThemeDir$box\pagedownb.bmp" .none #1 !execute [!ShortcutGroupShow 10] [!ShortcutGroupHide 9]
You might also wanna make another pagedowngroup for the second page, to do the opposite, but I'll leave that to you ;)