October 16, 201312 yr Hello, Under FSX undocked views always appears with a two pixels border that can't be removed. Using Prepar3d, do we have the same behaviour or is it possible to remove the border of the undocked views ? Thank you ! Paul-Henri
October 18, 201312 yr Moderator Not in v1.4 we can't. Whether this will be possible in v2.0 is a question we'll just have to wait to find out. ^_^ Fr. Bill AOPA Member: 07141481 AARP Member: 3209010556 Avsim Board of Directors | Avsim Forums Moderator
October 19, 201312 yr Under FSX undocked views always appears with a two pixels border that can't be removed For FSX. It can be done, you'll need to write an app and make a few API calls! As for P3D? What Bill wrote, Ramón. Time, is the one thing no one can buy.
October 21, 201312 yr Author Bill, Ramon, Thank you for your answers ! So, I will wait to see wether is will be possible in the V 2.0 or not ... Ramon, I'm can you tell me a little bit more about the solution you mentionned for FSX ? Best regards. Paul-Henri
October 21, 201312 yr Thank you for your answers ! So, I will wait to see wether is will be possible in the V 2.0 or not ... Ramon, I'm can you tell me a little bit more about the solution you mentionned for FSX ? Best regards. Paul-Henri You're welcome. It is not hard, but needs some programming: Using API calls you get a handle to the main FSX window; (Or with managed code C#, you can get the FSX main window handle via Process)from there you can enumerate its child windows. Once you have a handle to a window, you call some other API methods, in this case GetWindowLong, SetWindowLong and SetWindowPos. You can then get or set the window style and position. Cheers Ramón. Time, is the one thing no one can buy.
Create an account or sign in to comment