<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>榆树网 &#187; 自动按键</title>
	<atom:link href="http://www.wenzk.com/archives/tag/%e8%87%aa%e5%8a%a8%e6%8c%89%e9%94%ae/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wenzk.com</link>
	<description>http://www.wenzk.com</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:57:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VLC disable error messages (error messages suppressed)</title>
		<link>http://www.wenzk.com/archives/539</link>
		<comments>http://www.wenzk.com/archives/539#comments</comments>
		<pubDate>Thu, 07 Jan 2010 00:48:07 +0000</pubDate>
		<dc:creator>ELM</dc:creator>
				<category><![CDATA[榆树网-系统]]></category>
		<category><![CDATA[AutoHotKey]]></category>
		<category><![CDATA[VLC]]></category>
		<category><![CDATA[快捷键]]></category>
		<category><![CDATA[自动按键]]></category>

		<guid isPermaLink="false">http://www.wenzk.com/?p=539</guid>
		<description><![CDATA[VLC from throws and not turn-off errors in a separate error window [1] [2] [3]. These errors particularly annoying when VLC is operated with a remote control or keyboard. Also setting the “verbose level” ( “Verbosity”) to “0&#8243; or the quiet switch “be quiet” ( “Be”) under “Tools-&#62; Settings” ( “Tools-&#62; Preferences) does not prevent [...]]]></description>
			<content:encoded><![CDATA[<p>VLC from throws  and not turn-off errors in a separate error window [1] [2] [3]. These errors particularly annoying when VLC  is operated with a remote control or keyboard. Also setting the “verbose level” ( “Verbosity”)  to “0&#8243; or the quiet switch “be quiet” ( “Be”) under “Tools-&gt;  Settings” ( “Tools-&gt; Preferences) does not prevent VLC still sporadic  error messages. The problem can be solved but with  <a href="http://www.autohotkey.com/" target="_blank">AutoHotkey</a> and a corresponding script. This script monitors the open window in  Windows and includes an error occurs, the information window of VLC.</p>
<p><span id="more-539"></span></p>
<blockquote>
<pre>SetTitleMatchMode, 3
Loop
{
	; English and German
	if WinExist("Errors ahk_class QWidget")
	   or WinExist("Fehler ahk_class QWidget")
	{
		WinKill ; Close
		WinWaitClose
		;MsgBox Closed Error
	}

	; Error Message after Crash
	IfWinExist, VLC media player ahk_class #32770
	{
		WinKill	 ; Close
		WinWaitClose
		;MsgBox Closed Error
	}
	Sleep, 2000
}
</pre>
</blockquote>
<p>From: http://sysout.twoday.net/stories/5758698/</p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.wenzk.com/archives/543" title="AutoHotKey-梦里寻她千百度">AutoHotKey-梦里寻她千百度</a> (1)</li><li><a href="http://www.wenzk.com/archives/541" title="AutoHotkey is a free, open-source utility for Windows">AutoHotkey is a free, open-source utility for Windows</a> (0)</li><li><a href="http://www.wenzk.com/archives/1113" title="在CentOS上升级vlc至最新版本">在CentOS上升级vlc至最新版本</a> (0)</li><li><a href="http://www.wenzk.com/archives/1034" title="VLC流媒体转换的一个用法">VLC流媒体转换的一个用法</a> (0)</li><li><a href="http://www.wenzk.com/archives/1031" title="通过VLC将媒体流保存成FLV文件">通过VLC将媒体流保存成FLV文件</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.wenzk.com/archives/539/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

