Jump to content

pinsel

Frozen-Inactivity
  • Content Count

    85
  • Donations

    $0.00 
  • Joined

  • Last visited

Community Reputation

1 Neutral

Profile Information

  • Gender
    Male

Flight Sim Profile

  • Commercial Member
    No
  • Online Flight Organization Membership
    none
  • Virtual Airlines
    No

Recent Profile Visitors

1,240 profile views
  1. You could use a little AutoHotkey-Script like this: #n:: WinMove, ahk_exe prepar3d.exe, , 0, 0, 1024, 768 return If you press WIN+n the window is set to position 0, 0 and is sized to 1024x768. It works with fullscreen and window.
  2. I have the same problem (sometimes). So i made an Autohotkey-script to start REF: Menu, Tray, Icon SetBatchLines -1 SendMode Input SetWorkingDir %A_ScriptDir% Process, Exist, rexenvforce.exe REFPStatus := errorLevel if (REFPStatus != 0) and (WinExist("REX Environment Force") = 0x0) { Process, Close, rexenvforce.exe Process, WaitClose, rexenvforce.exe Run, "D:\FluSi\Prepar3D v4\REXModules\rexenvforce.exe" } else if (REFPStatus = 0) and (WinExist("REX Environment Force") = 0x0) { Run, "D:\FluSi\Prepar3D v4\REXModules\rexenvforce.exe" } WinWaitClose, REX Environment Force Process, Exist, rexenvforce.exe REFPStatus := errorLevel if (REFPStatus != 0) { Process, Close, rexenvforce.exe }
  3. Hi Maarten, that sounds good. Thank you very much. Cheers, Walter. P.S. Just installed the new version. Everything looks good. Could you explain which functions will not work?
  4. Hi Maarten, i just re-installed v5.7.6087.38961. It runs fine without elevated rights and sadly will be my last SLX version. Thanks for you information and your great work. Cheers, Walter.
  5. Hi Maarten, till the last few SLX-versions i was able to set the "RunAsInvoker" flag with Application Compatibility Toolkit to run SLX in normal user context. if i start SLX now, i get a message box "You need to use an account with administrator rights...". We had discussed that in the past and i understand your arguments for running SLX as admin. But it would be nice if you allow to set "RunAsInvoker" at least. Cheers, Walter.
  6. Hi Oliver, do you use Win 10 with virtual desktops? With virtual desktops you see the icon of the application only in that taskbar that belogs to the screen where the application is running. Cheers, Walter
  7. Have a look into the cameras.cfg, there are CameraDefinition entries.
  8. Hi Maarten, as i told you in the last mail the issues are solved now. thanks, Walter
  9. Hi Maarten, i sent it via the new 'Send Feedback' function. Have a sunny weekend. Cheers, Walter.
  10. Hi Maarten, there are no visible changes in the message line. But now on every launch of SLX it detects 273 new aircraft types (my AI traffic): 20160506095343 Active pane: xFlightPlansPane 20160506095352 " 273 new aircraft types found: D:\FluSi\P3Dv3 AddOns\Sceneries\02 - Traffic\MyTraffic\Aircraft\A10MX\aircraft.cfg D:\FluSi\P3Dv3 AddOns\Simobjects\WOAI Airplanes\UGA_HTAI Gulfstream3 Part1\aircraft.cfg ... here follows about 6000 lines with aircrafts and variations Nr of non-AI aircraft types: 52 Nr of AI aircraft types: 290 Nr of aircraft variations: 5589 " 20160506095352 Updating weather themes Cheers, Walter.
  11. Hi Maarten, the messageline in the sim is still as ugly as seen in my startpost, but now everything works. Thanks, Walter.
  12. Hi Maarten, now the function is completely broken. You can't load any flightplan into the sim: '20160504100415 Fatal error "System.IO.FileNotFoundException: Could not find file 'C:\Users\xxx\Documents\Prepar3D v3 Files\EFB_current_garmin'. File name: 'C:\Users\xxx\Documents\Prepar3D v3 Files\EFB_current_garmin' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)' I think, you have forgotten the file extension. Cheers, Walter.
  13. Hi Maarten, would'nt it be more universal (and easy to code for you) to create a temporary file and send it to the sim, rather than changing the system settings? EFB e.g. creates a file called 'EFB_current_garmin.pln'. Cheers, Walter.
  14. Hi Maarten, i selected a flightplan with german characters in filename: 'EGKK - LEPA f. CLS Übungsflug.pln'. The message line in P3D looks like this: and nothing happens. When i rename the pln file into a name without german chars everything works like aspected. Cheers, Walter.
×
×
  • Create New...