Prev: Clear Recent docs in Acrobat
Next: smooth scrolling?
From: dorayme on 3 Jul 2010 20:58 In article <i0o503$ikm$1(a)news.eternal-september.org>, John McWilliams <jpmcw(a)comcast.net> wrote: > Gerry wrote: > > In article <i0o3pu$ef5$1(a)news.eternal-september.org>, > > John McWilliams <jpmcw(a)comcast.net> wrote: > > > >> Gerry wrote: > > > >>> I would very much like to know how one would get a app who is off screen > >>> back home just for future reference. > >> Change the resolution to showing the most pixels possible. > > > > My monitor was already set to the largest size. > > Then do the opposite! Doctor, the skin on my hand is burning hot when I am not anywhere near anything hot. So put your skin in a fire! -- dorayme
From: John McWilliams on 3 Jul 2010 21:05 dorayme wrote: > In article <i0o503$ikm$1(a)news.eternal-september.org>, > John McWilliams <jpmcw(a)comcast.net> wrote: > >> Gerry wrote: >>> In article <i0o3pu$ef5$1(a)news.eternal-september.org>, >>> John McWilliams <jpmcw(a)comcast.net> wrote: >>> >>>> Gerry wrote: >>>>> I would very much like to know how one would get a app who is off screen >>>>> back home just for future reference. >>>> Change the resolution to showing the most pixels possible. >>> My monitor was already set to the largest size. >> Then do the opposite! > > Doctor, the skin on my hand is burning hot when I am not anywhere > near anything hot. > > So put your skin in a fire! I have another suggestion as to where to stick it..... :-) Happy Fourth. -- john mcwilliams
From: Calum on 4 Jul 2010 11:47 On 03/07/10 20:30, Gerry wrote: > I would very much like to know how one would get a app who is off screen > back home just for future reference. Save and run this AppleScript while the app in question is focused: tell application "System Events" set FrontApplication to (get name of every process whose frontmost is true) as string tell process FrontApplication set position of window 1 to {0, 22} --window 1 is always the frontmost window. end tell end tell --- news://freenews.netfront.net/ - complaints: news(a)netfront.net ---
From: Gerry on 4 Jul 2010 13:15 In article <i0qae7$5oo$1(a)adenine.netfront.net>, Calum <com.gmail(a)nospam.scottishwildcat> wrote: > tell application "System Events" > set FrontApplication to (get name of every process whose frontmost is > true) as string > tell process FrontApplication > set position of window 1 to {0, 22} > --window 1 is always the frontmost window. > end tell > end tell Thanks, I've put it in my Computer Info file for future reference.
From: Wayne C. Morris on 4 Jul 2010 22:25
In article <everyday-F9A537.12305203072010(a)news.eternal-september.org>, Gerry <everyday(a)sunrise.net> wrote: > I've fixed the problem by starting up from one of my external hard > drives and copying the RadioShark app from here to my internal drive, > replacing the old version. Rebooted and now everything is fine. [snip] > I would very much like to know how one would get a app who is off screen > back home just for future reference. If the app has a Windows > Zoom [or Zoom Window] command, that usually brings the window back onto the screem. It's equivalent to clicking the green + button in the window's top left corner. Once the window's on the screen again, you can resize and position it where you want. |