Just did a bit of searching and found this not tried it (yet) or even read it all.
This may be our solution..
All the best
Dave
Dutcheeseblend said: ↑
This is interesting, since I do recognise part of the problem. My pull-down menus (of any software other than FSX) don't pull down completely, but only when FSX is the underlying window. So, if I minimise FSX, everything works correctly. Is this comparable to your problem?
This was exactly my problem. It sort of crept up on me, one day I noted my EZCA pull downs were a bit dodgy. The Aerosoft Airbus fuel planner's pull down lists refused to lower. I then found it was when FSX was active.
Since then and after I had some great help from another forum, I was given a detailed fix. I found it was pretty common issue and found some links..
http://forum.simflight.com/topic/73942-enable-aero-using-fsuipc/ This fix can be applied via Pete Dowsons FSUIPC..or if you want to apply outside FSUIPC...
Aero must be ENABLED before starting FSX
Aero can affect vSync in full screen so put this into your FSX.cfg: graphics section First
[GRAPHICS]
ForceFullScreenVsync=1
Now, to restart the Aero system with FSX
create a batch file by
opening a new Windows notepad file
and add the text below
replacing (your fsx install folder path) with the actual path to your install - Example. c:/program files (x86)/Microsoft games/Microsoft/Fsx
@echo off
start (your FSX install folder path) \FSX.exe
net stop uxsms
net start uxsms
Save it to your FSX install folder as FSX Aero.bat
use file type -- All files (*.*)
Create a shortcut to this file on your desktop
By right mouse click then choose send to desktop (shortcut)
Right mouse click on the new desktop shortcut
and
Select RUN dropdown list-- alter to - minimised -
Select advanced - click the box -run as administrator - ok
Select icon - ok - browse to your FSX.exe file
Click on open
Click on ok
Click on apply
Click on ok
To open FSX click on the new shortcut - the aero manager will be re-started
drop down lists and other apps should appear as they would under Windows normally
VSync in full screen should not have any screen tearing -
Windowed mode is unaffected by aero ON