Have an irritating program that have a portion disappear at the bottom of my screen. I can't resize it and applescript is reporting a problem when I use this sort of code:
set bounds of first window to {0, 0, 200, 200}
What to do? Already tried scrapping the plist and it doesn't work.
set bounds of first window to {0, 0, 200, 200}
What to do? Already tried scrapping the plist and it doesn't work.