Difference between revisions of "SBAR Elephant"

From GrunchWiki
Jump to navigation Jump to search
m
(Proper link, no broken installation support.)
 
(2 intermediate revisions by one other user 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
 
{STANDARDEXTRACT}
 
If EXISTS "SYS:Classes/Screenbar/Elephant.sbar"
 
Delete FORCE "SYS:Classes/Screenbar/Elephant.sbar"
 
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 FORCE "SYS:Classes/Screenbar/Elephant.sbar"
 
GSignal "#?Public#?Screen#?Manager#?" SIGNAL 14
 
Delete FORCE "SYS:Locale/Catalogs/#?/Elephant_sbar.catalog"
 
Delete FORCE "SYS:Locale/Help/#?/Elephant_sbar.guide"
 
*<nowiki>##</nowiki> UNINSTALL END
 
*<nowiki>##</nowiki> ITEM 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/.