Jump to content
The simFlight Network Forums

Tom-D

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by Tom-D

  1. "SimConnect causing the Simulator to freeze on the release version We are aware of this issue, and working on a fix right now. We hope to have news very soon. Sol / Asobo"

    Gotta wonder what debug switch/flag they left set in the final compile.

     

  2. Pete or John, if you find this post inappropriate, please scrub it.

    I am only posting here because the official flight simulator forum page is slammed and thought it might help some folks.

    If your installation appears to be stalled with a blue bar, cancel and restart your browser with "Run as Administrator" (Right click on browser icon to do this from the pop-up menu)

  3. I'm only a lowly user :-) but here are a couple of suggestions that may help you and others to help you.

    Post the FSUIPC5.INI file located in the Modules folder with the other FSUIPC software.  (Just copy the file text and paste it into a post here.)

    Do not move the USB ports the devices are connected to unless you have edited that ini file so that FSUIPC can find the device regardless of which USB port those devices are connected to.

    Read the user's guide section that discusses PROFILES. These can be simple or complex depending on your needs. You could set up  profiles for YOKE airplanes and JOYSTICK airplanes for example.

    TD

     

  4.  

    " surely you want working controls you can send, not menus? "

    In a word, ABSOLUTELY!

    My only reason for this exercise was to see if it was practical to select a menu choice with a button.

    I have no idea what might be involved in creating a control to select a view. I do have some Windows programming experience and know that setting a character to underline in a menu list is very easy.

    My thought was to ask LM to create controls to select views or, if that is too difficult, underline the view numbers. Since the latter would not be a practical solution, I will only suggest the former.

    Truly, I don't hold out much hope that either would be done.   

  5. Just to tie up the loose ends of this thread, I did try using the press/hold control with only limited success.

    This sequence:

    58=PY,1,C1071,2066     -{key press/hold: (null)}-
    59=UY,1,K86,8     -{Key press: V}-
    60=UY,1,K87,8     -{Key press: W}-
    61=UY,1,C1072,2066     -{key release: (null)}-

     

    and this sequence:

    58=HY,1,K18,8     -{Key press: (null)}-
    59=HY,1,K86,8     -{Key press: V}-
    60=PY,1,K87,8     -{Key press: W}-

    both result in toggling Window Titles with the latter being more consistent than the former.

    With each, the menus must be unhidden. Two button presses are required to achieve the desired result once if the menus are hidden.

    Likewise each scenario leaves focus on the menus thus preventing any further action until clicking off the menu area. With actual keystrokes, focus is returned to the window after the menu operation is completed. 

    This says to me that even if  VIEW00-VIEW09 (underlining) was implemented by LM, controlling the menu by a button would not be reliable enough to accomplish my desire to direct focus to VIEW00 before sending VIRTUAL COCKPIT FORWARD.

    I will ask LM on the P3D forum if they would create a control to select a given view.

    Thanks for your suggestions, Pete. Still lovin' FSUIPC!

  6.  

    On 10/14/2017 at 7:08 PM, Pete Dowson said:

    Possibly.  Are your other views docked or undocked?

    I tested KeyboardFocus=yes with both a docked and undocked VIEW_01. With focus in this view, a button command did not send focus to VIEW_00 :-(

     

    Multiple windowed views are all part of the FS process. It's a long time ago when that option was implemented, but I think that what it does is switch focus back to FS itself when it currently is on another process altogether.  The keyboard focus actually needed for FS to receive the keypresses is the FS window procedure within FS, of class "FS98MAIN", which processes all Windows messages. It is to that "main window" which the keyboard focus is changed IF it isn't already there.

    So, tell me, are you sending keypresses to FS for it to process which it isn't processing because of focus being elsewhere?

    My goal is to send the control (Virtual Cockpit Forward) to View00 regardless of what other window might have focus at the time. I thought if KeyboardFocus=yes worked as I had thought then I could send some keystroke prior to sending the control.

     

    Oh, BTW, that option is much older than "early 4.x", ;-)

    I figured as much but my first experience with FSUIPC was in 2010 when I moved beyond a single joystick and acquired a yoke, throttle quadrant and pedals.

    Like you, I've been using FS since the Amiga days (flying around San Francisco bay.) FS  1 and 2 for the PC were the gold standard for ensuring that an IBM clone was fully compatible with its namesake. My small company build our own clones for resale to the publishing industry. We used FS at trade expos to show that we met the "total clone compatibility" standard.  

     

     

    Anything is possible in software but some things are easier than others. I would consider suggesting to LM that it create a control code to bring focus to a the given view. Barring that, it could add the underline flag to the VIEWS menu view section (VIEW00 - VIEW09) . Unfortunately, at least on my machine, selecting a menu choice via keystrokes is unreliable  whether using the actual keyboard or sending a key sequence with a button.

    Using, as a test, the keyboard sequence ALT, V ,W to toggle Window Titles,  I found that the results were (1) move the selection to WORLD, (2) do nothing or (3) toggle titles.  Using a button to send these three keys is even less successful. FWIW, sending ALT+V (K86,24) does not work at all. This assignment works to toggle WINDOW TITLES about 10 percent of the time:

    1=PY,1,K18,8     -{Key press: (null)}-
    2=PY,1,K86,8     -{Key press: V}-
    3=PY,1,K87,8     -{Key press: W}-

    Most likely, if the view numbers were underlined, selecting them via a button could not be done with any consistency.

    I may be on a fool's errand here.

    The testing was done with P3D 4.1 and FSUIPC 5.121b

     

     

  7. Some time ago I remember reading a statement in the FSUIPC Advanced User's Guide that might have been the answer to my issue.

    In the Buttons Programming section:

    KeyboardFocus: When this is included and set to 'Yes' it ensures that any keypresses assigned to buttons (or sent by
    external programs as FSUIPC controls) are directed to the main FS window for processing.

    I've entered KeyboardFocus=Yes in the Buttons section of the ini file but it seems not to have the effect that I want. In fact it appears to have no effect at all. Is this still a valid option? I see it in the oldest Advanced User's Guide I have (early 4.x) and also in the most recent. The option seems easy enough to employ. Is there something I might be missing in its use or am I misinterpreting what the option actually does?

  8. Pete, Thanks for the prompt response.

    I had looked at those controls but when issuing VIEW_AUX_00, focus does not move to VIEW00. By their names one might think that they might be helpful in making a view get focus but alas, that did not appear to be the case.

    There is an old post on the P3D forum http://www.prepar3d.com/forum/viewtopic.php?t=110755 which makes reference to the lack of view management. In all of my searching, this is the only forum post that found with a query along the lines of mine. I would think that this is such an obvious thing to want to do (forcing focus to the parent window) there would be many discussions about it.

    I guess it's not the big deal I thought it might be.

     

    TD

     

  9. I come here today on bended kneeboard, helmet in hand, hoping I haven't overlooked something obvious.

    My goal is to assign a button on my CH yoke to change the window focus to the parent window (VIEW 00) and set the view to Virtual Cockpit Forward. The latter is easy, the former is where I am having trouble. In my research, searching this forum, other sim forms, P3D documentation, FSX documentation and, of course, FSUIPC documentation. I have not found a way to programaticly bring focus to VIEW00, the parent window of P3D.

    According to P3D's documentation there are only three ways to get to VIEW00: mouse click in the window, choose VIEW00 from the View menu, and key "s" to cycle through the views. None of these is appropriate for a button operation.

    If anyone has any ideas on how to accomplish this, please let me know.

    Thanks

  10. At the risk of being rude by hijacking a thread, it does appear that this one has reached its conclusion.

    A comment by the OP about Windows 7 Search rings true with me. There are some alternatives out there, one of the best in my opinion is a utility called "Everything" available from http://www.voidtools.com/. It is available in 32 and 64 bit configurations. It does not search inside files but it is lightning fast at finding file names and/or extensions. 

  11. Not at present. Are you volunteering? ;-)

     

    I suspect I might shuck off 64-bit when that (inevitably?) comes to Prepar3D.

     

    Any volunteer will have a hard job with my code. I gave up commenting code many years ago.  Too much typing! ;-)

     

    Regards

    Pete

     

    An often heard phrase in software house where I was once employed, "I never comment my code. It was difficult to write, it should be difficult to understand."

  12. But the email attached to the account IS the one you just said works okay!! vhernandezpal@orange.es. I told you that above. There is NO account in SimMarket with the email associated with your FSUIPC3 key!!

     

    This is where you are going wrong all the time, and you are not reading my replies!!

     

     

    They do not send passwords, they do not have access to your password, it is private to you. You must always make sure you use one which you will not forget!

     

    Anyway, I have managed to get them to change your password to an easy one and I have sent you an email -- to vhernandezpal@orange.es, which is the one associated with your account AND the one you said was working !!!

     

    Regards

    Pete

     

    I'll bet this is the hardest you've ever worked for 24 EURO in your life! :razz: I understand you are leaving on holiday. Can an update to P3D be far behind?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.