<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/rbtray/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/rbtray/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 25 Dec 2021 19:32:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/rbtray/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#29 Cannot get Registry Editor into Win 10 tray</title><link>https://sourceforge.net/p/rbtray/bugs/29/?limit=25#e223/61ad/6b33</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;thank you Scott R&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nakhla3</dc:creator><pubDate>Sat, 25 Dec 2021 19:32:04 -0000</pubDate><guid>https://sourceforge.net7ba37706e002b1ae792acab9cec4404f2137b9c2</guid></item><item><title>Exit RBTray menu does not work as expected v4.3</title><link>https://sourceforge.net/p/rbtray/bugs/32/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Exit RBTray menu does not work as expected v4.3, after clicking  it , it remove the trayed icons from tray but the RBTray.exe  process itself still exists in the task manager.&lt;br/&gt;
this issue was not in the previous versions.&lt;/p&gt;
&lt;p&gt;I found "exit RBTray wo=rks only if the about men is opened , then it will closes normally from the process as well.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nakhla3</dc:creator><pubDate>Fri, 24 Dec 2021 22:42:20 -0000</pubDate><guid>https://sourceforge.neta2b53dde6e6627ad5166a329c40e499c98e451df</guid></item><item><title>#29 Cannot get Registry Editor into Win 10 tray</title><link>https://sourceforge.net/p/rbtray/bugs/29/?limit=25#e223/61ad</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;That link can be found  &lt;a class="" href="http://web.archive.org/web/20190204054311/https://www.sevenforums.com/tutorials/11949-elevated-program-shortcut-without-uac-prompt-create.html" rel="nofollow"&gt;here&lt;/a&gt; &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Scott R</dc:creator><pubDate>Fri, 24 Apr 2020 05:39:39 -0000</pubDate><guid>https://sourceforge.neta0b02b8a8ad2d3b84eb2ee2f1bbb96ef319d02ef</guid></item><item><title>RBTray only working on first minimize</title><link>https://sourceforge.net/p/rbtray/bugs/31/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It seems that the newest version (4.3) only works on the first minimize.  I find this highly annoying, as it means if I accidentally minimize a program normally, RBTray stops working for all programs.  The process continues to run, but it does nothing.  Please fix.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Darth_Vader</dc:creator><pubDate>Sun, 28 May 2017 14:11:17 -0000</pubDate><guid>https://sourceforge.neta4c450d1fd1bfc267e1e917bb1ec928d296fb83f</guid></item><item><title>#27 Not working Firefox with Windows Visual Effects mostly "off".</title><link>https://sourceforge.net/p/rbtray/bugs/27/?limit=25#df4a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Still happening to me on Windows 10 64 Bits :(&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamz</dc:creator><pubDate>Fri, 19 May 2017 10:58:25 -0000</pubDate><guid>https://sourceforge.netfcab62f20aa17c24f5f879d7c4051e7e62610a4d</guid></item><item><title>#18 RBTray does not minimize Firefox 4 to tray</title><link>https://sourceforge.net/p/rbtray/bugs/18/?limit=25#173d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Still happening to me on Windows 10 64 Bits :(&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jamz</dc:creator><pubDate>Fri, 19 May 2017 10:58:23 -0000</pubDate><guid>https://sourceforge.net0155a672da4a32371b6d945d4394c78b897715ec</guid></item><item><title>#28 Minimized Programs have tray icon hidden</title><link>https://sourceforge.net/p/rbtray/bugs/28/?limit=25#1875</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;found a guy on github that could be up for the task.  &lt;em&gt;fingers crossed&lt;/em&gt;&lt;br/&gt;
&lt;a href="https://github.com/benbuck/rbtray/issues/2" rel="nofollow"&gt;https://github.com/benbuck/rbtray/issues/2&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">CoderB</dc:creator><pubDate>Thu, 11 May 2017 16:43:31 -0000</pubDate><guid>https://sourceforge.net4214dad7fb7e54ac77d3692417eea34f7fabfbd4</guid></item><item><title>#28 Minimized Programs have tray icon hidden</title><link>https://sourceforge.net/p/rbtray/bugs/28/?limit=25#888e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;i'm having the same issue.&lt;/p&gt;
&lt;p&gt;i'm a programmer and looked at the code.  i think i have a fix, but i don't have c/c++ dev tools installed and i don't want to be a maintainer.&lt;/p&gt;
&lt;p&gt;i would recommend checkint the return values of the calls to Shell_NotifyIcon(NIM_ADD, &amp;amp;nid) (and all api calls) and NOT calling ShowWindows(SW_HIDE) if it fails.&lt;/p&gt;
&lt;p&gt;in general there is minimal return code / error checking.  the code is very short so someone should go through it an be diligent about checking ALL return codes and altering the code paths appropriately.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">CoderB</dc:creator><pubDate>Thu, 11 May 2017 16:37:50 -0000</pubDate><guid>https://sourceforge.net39e54fe42eeedcee83b42449c0c3f4e03bbde450</guid></item><item><title>#29 Cannot get Registry Editor into Win 10 tray</title><link>https://sourceforge.net/p/rbtray/bugs/29/?limit=25#e223</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Create a task in the Task Scheduler.&lt;/p&gt;
&lt;p&gt;Check out for example &lt;a href="https://www.sevenforums.com/tutorials/11949-elevated-program-shortcut-without-uac-prompt-create.html." rel="nofollow"&gt;https://www.sevenforums.com/tutorials/11949-elevated-program-shortcut-without-uac-prompt-create.html.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You don't have to go through the steps to create a shortcut for the task (towards the end). Just add a trigger (in the Trigger tab) that runs the task at startup or logon.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gerhard</dc:creator><pubDate>Sun, 19 Mar 2017 19:05:50 -0000</pubDate><guid>https://sourceforge.net1b2bdf872da6fa1c12c6cb64b4d2a6d832096d94</guid></item><item><title>#29 Cannot get Registry Editor into Win 10 tray</title><link>https://sourceforge.net/p/rbtray/bugs/29/?limit=25#74bc</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks, no but I will do so. I know how to do that manually, but could you  advise how to it on boot-up please?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">terrypin</dc:creator><pubDate>Wed, 15 Mar 2017 07:04:46 -0000</pubDate><guid>https://sourceforge.netb16c26a33934cb486765ca3d154b0d0a58019aaf</guid></item></channel></rss>