Meridian
Jump to navigation
Jump to search
;--------------------------------------------
- ## ITEM "Meridian"
- ## DATE "29.09.2011"
- ## DESCRIPTION
The system-wide mouse gesture handler. You all know PDAs where you use a pen to draw invisible lines on the display. The PDA is converting these combinations into characters or functions. Meridian is doing exactly this! Meridian is a small commodity to create virtual hotkeys by using the mouse. You draw a symbol and Meridian is starting the requested action. Since the starting point and the direction is also important, there are countless combinations you can use. I promise! You'll love it. Flipping screens and windows, closing windows, quitting requesters, starting programs and actions just by moving the mouse. No visible GUI, dock or something like that. Just the mouse pointer on screen. I am using Meridian now for around 24 hours and I can't live without it anymore. Features: ° Compact Commodity ° 68K and PPC versions ° MUI preferences ° Many internal commands for window, screen, input and DOS action ° Online Help ° Locale support
- ## DESCRIPTION END
- ## APPTYPE "DESKTOP"
- ## DEPENDENCIES "MCC_NList"
- ## APPAUTHOR "Guido Mersmann <geit&gmx$de>"
- ## APPWEBPAGE "http://www.geit.de/eng_meridian.html"
- ## GRUNCHAUTHOR "Guido Mersmann <geit&gmx$de>"
- ## URLARCHIVE "http://www.geit.de/stupid/meridian.lha"
- ## URLREADME "http://www.geit.de/stupid/meridian.readme"
- ## ARCHIVESIZE 374546
- ## INSTALLCHECK "{INSTALLDIR}{NAME}/{NAME}"
- ## INSTALL
{STANDARDBACKUP}
{STANDARDEXTRACT}
Rename "{TEMPDIR}{NAME}" "{TEMPDIR}{NAME}_INST"
Rename "{TEMPDIR}{NAME}_INST/InstallData" "{TEMPDIR}{NAME}"
Copy "{TEMPDIR}{NAME}/Bin/{NAME}_{SYSCPU}" "{TEMPDIR}{NAME}/{NAME}"
Copy "{TEMPDIR}{NAME}/Bin/{NAME}_{SYSCPU}.info" "{TEMPDIR}{NAME}/{NAME}.info"
Copy "{TEMPDIR}{NAME}/Bin/{NAME}Server_{SYSCPU}" "{TEMPDIR}{NAME}/{NAME}Server"
Copy "{TEMPDIR}{NAME}/Bin/{NAME}Server_{SYSCPU}.info" "{TEMPDIR}{NAME}/{NAME}Server.info"
FailAt 30
Delete FORCE ALL "{TEMPDIR}{NAME}/Bin"
FailAt 10
If EXISTS "{INSTALLDIR}{NAME}/{NAME}Server.info"
If EXISTS "{TEMPDIR}{NAME}/{NAME}Server.info"
Delete FORCE "{TEMPDIR}{NAME}/{NAME}Server.info"
EndIf
EndIf
If EXISTS "{INSTALLDIR}{NAME}/{NAME}Server_WBStartup.info"
If EXISTS "{TEMPDIR}{NAME}/{NAME}Server_WBStartup.info"
Delete FORCE "{TEMPDIR}{NAME}/{NAME}Server_WBStartup.info"
EndIf
Else
If EXISTS "{TEMPDIR}{NAME}/{NAME}Server.info"
Copy "{TEMPDIR}{NAME}/{NAME}Server.info" "{TEMPDIR}{NAME}/{NAME}Server_WBStartup.info"
GTooltype "{TEMPDIR}{NAME}/{NAME}Server_WBStartup" STACK 16364 TYPE WBPROJECT X -1 Y -1 DEFAULTTOOL "{INSTALLDIR}{NAME}/{NAME}Server" TOOLTYPES "CX_POPUP" "-" CX_POPUP "NO"
EndIf
EndIf
{STANDARDCOPY}
- ## INSTALL END
- ## UNINSTALL
{STANDARDBACKUP}
Delete FORCE "{INSTALLDIR}{NAME}" ALL
Delete FORCE "{INSTALLDIR}{NAME}.info"
Delete FORCE "SYS:WBStartup/{NAME}.info"
Delete FORCE "SYS:WBStartup/{NAME}_WBStartup.info"
Delete FORCE "SYS:WBStartup/{NAME}Server.info"
Delete FORCE "SYS:WBStartup/{NAME}Server_WBStartup.info"
Delete FORCE "ENVARC:MUI/{UPPERNAME}{MUIPREFSPATTERN}"
Delete FORCE "ENV:MUI/{UPPERNAME}{MUIPREFSPATTERN}"
Delete FORCE "ENV:{LOWERNAME}.prefs"
Delete FORCE "ENVARC:{LOWERNAME}.prefs"
Delete FORCE "ENV:{LOWERNAME}prefs.prefs"
Delete FORCE "ENVARC:{LOWERNAME}prefs.prefs"
- ## UNINSTALL END
- ## ITEM END