Posted by member 12135 on 2003-04-11 05:09:34
Well, to get straight to the point, i've made an lsbox containing the setup panel for the display, my plan was to have a small triangle button at the bottom (pagedown.bmp), to do a [!ShortcutGroupShow #x] [!shortcutgrouphide #x] style thing so clicking the button would go to the second page, dispbg.bmp is the background pic for the first page, and dispbg2.bmp is the second bg pic respectivly, i've torn out the buttons from the below code, but left the background pics and page switch button..
when i try this, no matter how i position the layers, hoving over the normal background switches to the second page then back again when i stop. any ideas guys?
*Shortcut "Switch page" 78 88 "$ThemeDir$box\pagedown.bmp" "$ThemeDir$box\pagedownb.bmp" .none #9 !execute [!ShortcutGroupHide #9] [!ShortcutGroupShow #1]
*Shortcut "" 0 0 "$ThemeDir$box\dispbg.bmp" "$ThemeDir$box\dispbg2.bmp" .none #9 !none
when i try this, no matter how i position the layers, hoving over the normal background switches to the second page then back again when i stop. any ideas guys?
*Shortcut "Switch page" 78 88 "$ThemeDir$box\pagedown.bmp" "$ThemeDir$box\pagedownb.bmp" .none #9 !execute [!ShortcutGroupHide #9] [!ShortcutGroupShow #1]
*Shortcut "" 0 0 "$ThemeDir$box\dispbg.bmp" "$ThemeDir$box\dispbg2.bmp" .none #9 !none
*Shortcut "Switch page" 78 88 "$ThemeDir$box\pagedown.bmp" "$ThemeDir$box\pagedownb.bmp" .none #1 !execute [!ShortcutGroupShow #9] [!ShortcutGroupHide #1]
*Shortcut "" 0 0 "$ThemeDir$box\dispbg2.bmp" "$ThemeDir$box\dispbg2.bmp" .none #1 !none
*Shortcut "" 0 0 "$ThemeDir$box\dispbg2.bmp" "$ThemeDir$box\dispbg2.bmp" .none #1 !none