Commit Graph

4 Commits

Author SHA1 Message Date
a1tsal d7ab5839a9 Version 2.0b1p4 (23 September 03, sent only to Werner Bruns and madkar@tiscali.it)
Commented out (but did not remove) the Startup installation feature (because,
  due to Word bugs, WW doesn't work right when loaded from Startup).

  Removed some code that was supposed to deal with the "sara->sra" bug
  (#800153 in SourceForge) but didn't.  The code was not actually called
  (because I knew it didn't work) but I had left it in on the theory that
  it might be fixable (but it probably isn't; a different approach is required).

  Added comment to code about ga.yarma problem.

  Updated the EWTS URL in the Tibetan menu for new thdl.org organization.

  On the Italian keyboard layout, there is simply no way to get a backquote,
  so VkKeyScan returns -1, which was causing four different pieces of code to
  blow up.  Fixed to check this case.  (For an unnamed friend of Werner Bruns.)

  Improve success message for phonetics testing.
2003-09-23 16:49:58 +00:00
a1tsal 38a78ad576 Work around two VBA bugs that caused WW not to work with the German
keyboard layout (as reported by Werner Bruns).
2003-09-16 20:41:30 +00:00
a1tsal 822fd4a675 2.0b1p2: Various attempts to work around Word "object not found"
problems seen by other people but not me.  Specifically:

  Added "Microsoft Scripting Runtime" to VBA References.  This might fix Werner
  Bruns's problem with "object not found" error during installation.

  Eliminated use of SendKeys in CapsLock translation, on the theory that it was
  responsible for DG's CapsLock problem.

  Changed all instances of Application. to Word.Application., which shouldn't
  be necessary according to the documentation, but seems to be more robust.

  Type-declared all Function return values (in attempt to avoid stupid run-time
  errors when loading from Startup folder; apparently code run from there is
  executed differently from that loaded from the templates folder, in a mode that
  is more sensitive to missing type declarations).
2003-09-15 00:21:04 +00:00
a1tsal f6fc902973 Initial check-in of 2.0b1 binary files. 2003-09-04 03:14:24 +00:00