Submitted by Anonymous (not verified) on Mon, 04/16/2007 - 00:00
Forums

How can I close Swiftview by pressing the F12 key? - or change the language?

Full name
Administrator

admin

Mon, 04/16/2007 - 00:00

Insert the line:
ICS0=gui key "F12" quit

in the file C:\WINDOWS\sview.ini (or C:\Winnt\sview.ini if you are running Windows NT).

The change can be done using e.g. Notepad og Wordpad.

You can change the language of the main icons to e.g. german, if you insert the lines below in sview.ini:

   ;*** Define buttons
 ;*** First clear any GUI definitions.

 ICS1=gui controls clear
 ICS2=gui button label "Verlassen" icon exit info "Exit" command "quit"
  ICS3=gui button label "Alles" icon all info "Ganze seite anshauen" command "draw all"
 ICS4=gui button label "Breit" icon wide info "Breites schirm" command "draw widetop"
  ICS5=gui button label "Rotieren" icon rotate info "Rotieren" command "rotate next|draw"
 ICS6=gui button label "Drucken" icon print info "Dokument drucken" command "gui dialog print"
 ICS7=gui button label "Öffnen" icon open info "Datei öffnen" command "gui dialog open"
  ICS8=gui button label "Konvertieren" icon save info " Konvertier zu TIFF" command "gui dialog save"
 ICS9=gui button label "Hilfe" icon help info "Tips" command "gui dialog help" 

You can activate both functions above if you install the sview.ini file below:

Locate the sview.ini file at your C-drive on your PC. Exchange the file for this attached file to change the language to german (save or rename the original sview.ini file). If needed you can change the contents by use of e.g. Notepad to your local language.