SBAR Rockford

From GrunchWiki
Revision as of 23:10, 26 October 2011 by Db2wiki (talk | contribs) (1.16)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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´s is a "click to run" screenbar module.
{STANDARDEXTRACT}
If EXISTS "SYS:Classes/Screenbar/Rockford.sbar"
Delete FORCE "SYS:Classes/Screenbar/Rockford.sbar"
GSignal "#?Public#?Screen#?Manager#?" SIGNAL 14
EndIf
FailAt 30
Delete FORCE "{TEMPDIR}Rockfordsbar/Locale/Catalogs/#?/Rockford.ct"
Delete FORCE "{TEMPDIR}Rockfordsbar/Locale/Rockford.cd"
Delete FORCE "{TEMPDIR}Rockfordsbar/Docs.info"
FailAt 10
Copy "{TEMPDIR}Rockfordsbar/#?" "SYS:" all
GSignal "#?Public#?Screen#?Manager#?" SIGNAL 14
  • ## INSTALL END
  • ## UNINSTALL
Delete FORCE "SYS:Classes/Screenbar/Rockford.sbar"
GSignal "#?Public#?Screen#?Manager#?" SIGNAL 14
Delete FORCE "SYS:Docs/Rockford.readme"
Delete FORCE "SYS:Docs/Rockford.readme.info"
Delete FORCE "SYS:Locale/Catalogs/#?/Rockford_sbar.catalog"
  • ## UNINSTALL END
  • ## ITEM END