Difference between revisions of "SBAR Elephant"

From GrunchWiki
Jump to navigation Jump to search
(Created page with "<nowiki>;--------------------------------------------</nowiki> *<nowiki>##</nowiki> ITEM "SBAR_Elephant" DISPLAYNAME "Screenbar Elephant" *<nowiki>##</nowiki> DATE ...")
 
(Proper link, no broken installation support.)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<nowiki>;--------------------------------------------</nowiki>
+
The latest version of the Elephant screenbar module can be downloaded from http://tokai.binaryriot.org/public/.
*<nowiki>##</nowiki> ITEM        "SBAR_Elephant" DISPLAYNAME "Screenbar Elephant"
+
 
*<nowiki>##</nowiki> DATE        "24.08.2011"
 
*<nowiki>##</nowiki> DESCRIPTION  "Screenbar module showing if Enhanced Display Engine is used for current screen"
 
*<nowiki>##</nowiki> APPTYPE      "SCREENBAR"
 
*<nowiki>##</nowiki> APPAUTHOR    "Christian Rosentreter <tokai&binaryriot$org>"
 
*<nowiki>##</nowiki> APPWEBPAGE  "http://tokai.binaryriot.org/public/"
 
*<nowiki>##</nowiki> GRUNCHAUTHOR "Guido Mersmann <geit&gmx$de>"
 
*<nowiki>##</nowiki> URLARCHIVE  "http://morphos-files.net/download/Elephant.sbar"
 
*<nowiki>##</nowiki> URLWEBPAGE  "http://morphos-files.net/find.php?n&find=Elephant.sbar"
 
*<nowiki>##</nowiki> URLPATTERN  "class=*"vr*">{VERSION}.{REVISION}<"
 
*<nowiki>##</nowiki> ARCHIVESIZE  66796
 
*<nowiki>##</nowiki> INSTALLDIR  DISABLED
 
*<nowiki>##</nowiki> INSTALLCHECK "SYS:Classes/Screenbar/Elephant.sbar"
 
*<nowiki>##</nowiki> INSTALL
 
LhA x "{DOWNLOADDIR}{ARCHIVE}" "{TEMPDIR}"
 
If EXISTS "SYS:Classes/Screenbar/Elephant.sbar"
 
Delete "SYS:Classes/Screenbar/Elephant.sbar"            FORCE
 
GSignal "#?Public#?Screen#?Manager#?" SIGNAL 14
 
EndIf
 
Copy "{TEMPDIR}sbar_elephant-{VERSION}.{REVISION}-morphos/Classes/Screenbar/Elephant.sbar" "SYS:Classes/Screenbar/Elephant.sbar"
 
Copy "{TEMPDIR}sbar_elephant-{VERSION}.{REVISION}-morphos/Locale/#?"                      "SYS:Locale" ALL
 
GSignal "#?Public#?Screen#?Manager#?" SIGNAL 14
 
*<nowiki>##</nowiki> INSTALL END
 
*<nowiki>##</nowiki> UNINSTALL
 
Delete "SYS:Classes/Screenbar/Elephant.sbar"            FORCE
 
GSignal "#?Public#?Screen#?Manager#?" SIGNAL 14
 
Delete "SYS:Locale/Catalogs/#?/Elephant_sbar.catalog"    FORCE
 
Delete "SYS:Locale/Help/#?/Elephant_sbar.guide"          FORCE
 
*<nowiki>##</nowiki> UNINSTALL END
 
  
 
[[Category:SCREENBAR]]
 
[[Category:SCREENBAR]]

Latest revision as of 10:30, 8 February 2012

The latest version of the Elephant screenbar module can be downloaded from http://tokai.binaryriot.org/public/.