can’t see vpinmame anymore

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #168478
    djbone
    Participant
      @djbone

      Hello ! I have a small problem.

      When i play a game i can’t see the display. I can see it with external dmd but it never remain on top !

      If i rotate with “FS backdrop” it work but then wpinmame is not rotated and so “tilted”

      So someone know why i can’t see all my tables when i’m not rotated, or tell me how to put external dmd still on top, or how can i rotate pinmame….

      Thank you !!

      #168495
      djbone
      Participant
        @djbone

        ok i found myself. I have watch in pinball that worked why it worked and i have found code that make dmd visible

         

        .GameName = cGameName
        If Err Then MsgBox “Can’t start Game ” & cGameName & vbNewLine & Err.Description:Exit Sub
        .SplashInfoLine = “WHAT YOU WANT”
        ‘DMD position and size for 1400×1050
        ‘.Games(cGameName).Settings.Value(“dmd_pos_x”)=500
        ‘.Games(cGameName).Settings.Value(“dmd_pos_y”)=2
        ‘.Games(cGameName).Settings.Value(“dmd_width”)=400
        ‘.Games(cGameName).Settings.Value(“dmd_height”)=92
        .Games(cGameName).Settings.Value(“rol”) = 0
        .HandleKeyboard = 0
        .ShowTitle = 0
        .ShowDMDOnly = 1
        .ShowFrame = 0
        .HandleMechanics = 0
        .Hidden = 0
        ‘.SetDisplayPosition 0, 0, GetPlayerHWnd ‘uncomment this line if you don’t see the DMD
        On Error Resume Next
        .Run GetPlayerHWnd
        If Err Then MsgBox Err.Description
        On Error Goto 0
        .Switch(22) = 1 ‘close coin door
        .Switch(24) = 1 ‘and keep it close
        End With

         

        And now i have vpinmame on the corner left.

         

        In fact the most important is to change the => hidden = varHidden with hidden = 0

        the rest of the code can permit to force the change of the dmd position and even to rotate him with => .Games(cGameName).Settings.Value(“rol”) = 1

         

        #168521
        Thalamus
        Moderator
          @thalamus
          ContributorMemberModerator

          Yeah. I was really wondering what you meant by the topic. I didn’t know that pinmame had legs and was able to stand up and leave the computer. But, who knows in these covid19 days. ;)

          Of course, I’m just messing with you – happy that you figured it out.

          #168580
          djbone
          Participant
            @djbone

            really sorry for my english.

            I hope you understood me…

          Viewing 4 posts - 1 through 4 (of 4 total)

          Forums are currently locked.

          ©2024 VPinBall.com

          Log in with your credentials

          Forgot your details?