hello I'm trying to display the backglass on the second monitor but is not appearing so ultravpserver window appears on top of the playfield
UVP I put the right name of the table and PNG PNG is also placed in the folder image backglass.
I have other work to normal
another thing I left in my script like this
Sub LoadVPM (VPMver, VBSFile, VBSver)
On Error Resume Next
If ScriptEngineMajorVersion <5 Then MsgBox "VB Script Engine 5.0 or higher required"
ExecuteGlobal GetTextFile (VBSFile)
If Err Then MsgBox "Unable to open" & & VBSFile. "Ensures that it is in the Same folder to this table." & VbNewLine & Err.Description
Set controller = CreateObject ("UltraVP.BackglassServ")
On Error Goto 0
end Sub
thanks
Edited by ninjitsu12, 23 November 2011 - 02:38 PM.