Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!mcvax!tuvie!gollman From: gollman@tuvie (Georg Gollman) Newsgroups: comp.lang.smalltalk Subject: St/V Mac fix Keywords: multiple monitors Message-ID: <702@tuvie> Date: 31 May 89 15:09:31 GMT Organization: TU Vienna EDP-Center, Vienna, AUSTRIA Lines: 31 To whom it may concern: I have had a bit of trouble with St/V Mac on my MacII with 2 monitors (seems to be a bit of trashing of the WindowManagerPort). After some peeking and poking around I came up with the following fix: ! SystemDictionary methods ! multipleMonitors "Seems to fix the problem St/V Mac has with multiple monitors under Multifinder. But no guaranties I NOTE: putting this into startUp does+nt help. Written by G.Gollmann 31.5.89" (MPointer fromInteger: (MHandle fromInteger: (Window windowManagerPort longAtOffset: 24)) deref) wordAtOffset: 8 put: Screen boundingBox right! ! Execute "Smalltalk multipleMonitors" as soon as the system has started up, putting it into "Smalltalk startUp" does'nt work. Use with caution, I have just tested it for a short while !!! (BTW, I have no response from digitalk yet, but then I just mailed yesterday ...) Have fun Georg Georg Gollmann e-mail: gollman@tuvie.at TU Wien, EDVZ Gusshausstr. 25, A-1040 Wien