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
WinLIRC Plugin (outdated)
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="jlb1234" data-source="post: 14527" data-attributes="member: 12609"><p>I am happy to know that you also found the problem with GUIWindowManager.</p><p></p><p>I am using the WinLIRC with my programs for some time and already tried many forms to configure the delay and the repeat rate.</p><p>The repeat counter from WinLIRC was the best way that I found.</p><p></p><p>The option "do not allow repeats" is not acceptable, because it makes the navigation very slow. </p><p>When I use a low delay setting, the action is sent twice. When I use a hight delay setting, the navigation is very slow and sometimes the action is sent twice.</p><p>None of these problems occurs with the use of the repeat counter from WinLIRC.</p><p></p><p>Here is the code:</p><p></p><p>[code]</p><p>if (command.iRepeat == 0)</p><p>{</p><p> SendCommand = true;</p><p>}</p><p>else</p><p>{</p><p> if (command.iRepeat > RepeatDelay)</p><p> {</p><p> if ((command.iRepeat - RepeatDelay) % RepeatRate == 0)</p><p> {</p><p> SendCommand = true;</p><p> }</p><p> }</p><p>}</p><p>[/code]</p></blockquote><p></p>
[QUOTE="jlb1234, post: 14527, member: 12609"] I am happy to know that you also found the problem with GUIWindowManager. I am using the WinLIRC with my programs for some time and already tried many forms to configure the delay and the repeat rate. The repeat counter from WinLIRC was the best way that I found. The option "do not allow repeats" is not acceptable, because it makes the navigation very slow. When I use a low delay setting, the action is sent twice. When I use a hight delay setting, the navigation is very slow and sometimes the action is sent twice. None of these problems occurs with the use of the repeat counter from WinLIRC. Here is the code: [code] if (command.iRepeat == 0) { SendCommand = true; } else { if (command.iRepeat > RepeatDelay) { if ((command.iRepeat - RepeatDelay) % RepeatRate == 0) { SendCommand = true; } } } [/code] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
WinLIRC Plugin (outdated)
Contact us
RSS
Top
Bottom