home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Webinterface plugin - Screenshots not showing
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="D4bFz3awSRYHKjr3" data-source="post: 71189" data-attributes="member: 24102"><p>Search in the file snapshot.asmx for this function and change it to this:</p><p></p><p>[code] </p><p>Private Function CheckWindow() As Boolean</p><p> Dim winHandle as Integer</p><p> </p><p></p><p> ' Examine the window names.</p><p> winHandle = GetWindow( "MediaPortal" )</p><p></p><p> ' See if we got an hwnd.</p><p> if winHandle = 0 then</p><p> return True</p><p> else</p><p> return True</p><p> End If</p><p>End Function</p><p>[/code]</p><p></p><p>When you have done that save the file and retest.</p><p>Now it works because it wil always find a windows with the name "MediaPortal" and so it wil always show a snapshot</p></blockquote><p></p>
[QUOTE="D4bFz3awSRYHKjr3, post: 71189, member: 24102"] Search in the file snapshot.asmx for this function and change it to this: [code] Private Function CheckWindow() As Boolean Dim winHandle as Integer ' Examine the window names. winHandle = GetWindow( "MediaPortal" ) ' See if we got an hwnd. if winHandle = 0 then return True else return True End If End Function [/code] When you have done that save the file and retest. Now it works because it wil always find a windows with the name "MediaPortal" and so it wil always show a snapshot [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Webinterface plugin - Screenshots not showing
Contact us
RSS
Top
Bottom