SBAR Rockford
Jump to navigation
Jump to search
;--------------------------------------------
- ## ITEM "SBAR_Rockford" DISPLAYNAME "Screenbar Rockford"
- ## DATE "28.07.2011"
- ## DESCRIPTION
Rockford Screenbar Module A simple screenbar module that provides some static and some animated images from the game BoulderDäsh. Its basic function is to open the web browser when getting double clicked, but this predefined action can be modified to any other action. In other more simple words it is a "click to run" screenbar module.
- ## DESCRIPTION END
- ## APPTYPE "SCREENBAR"
- ## APPAUTHOR "Guido Mersmann <geit&gmx$de>"
- ## APPWEBPAGE "http://www.geit.de"
- ## APPPICTURE "http://www.geit.de/images/grunch/Rockford.sbar"
- ## GRUNCHAUTHOR "Guido Mersmann <geit&gmx$de>"
- ## URLREADME "http://www.geit.de/stupid/Rockfordsbar.readme"
- ## URLARCHIVE "http://www.geit.de/stupid/Rockfordsbar.lha"
- ## ARCHIVESIZE 23399
- ## INSTALLDIR DISABLED
- ## INSTALLCHECK "SYS:Classes/Screenbar/Rockford.sbar"
- ## INSTALL
LhA x "{DOWNLOADDIR}{ARCHIVE}" "{TEMPDIR}"
If EXISTS "SYS:Classes/Screenbar/Rockford.sbar"
Delete "SYS:Classes/Screenbar/Rockford.sbar"
GSignal "#?Public#?Screen#?Manager#?" SIGNAL 14
EndIf
Delete "{TEMPDIR}Rockfordsbar/Locale/Catalogs/#?/Drivelamps.ct"
Delete "{TEMPDIR}Rockfordsbar/Locale/Drivelamps.cd"
Delete "{TEMPDIR}Rockfordsbar/Docs.info"
Copy "{TEMPDIR}Rockfordsbar/#?" "SYS:" all
GSignal "#?Public#?Screen#?Manager#?" SIGNAL 14
- ## INSTALL END
- ## UNINSTALL
Delete "SYS:Classes/Screenbar/Rockford.sbar" GSignal "#?Public#?Screen#?Manager#?" SIGNAL 14 Delete "SYS:Docs/Rockford.readme" Delete "SYS:Docs/Rockford.readme.info" Delete "SYS:Locale/Catalogs/#?/Rockford_sbar.catalog"
- ## UNINSTALL END