Tordex Community
Cannot add new toolbars - Printable Version

+- Tordex Community (http://forum.tordex.com)
+-- Forum: True Launch Bar (http://forum.tordex.com/forum-3.html)
+--- Forum: Bugs (http://forum.tordex.com/forum-10.html)
+--- Thread: Cannot add new toolbars (/thread-3677.html)



Cannot add new toolbars - BitEaterK - 05-21-2010

I have upgraded to Windows 7 (had running XP before) on my computer and installed TLB 4.4.9.
Now I tried to add a new toolbar in TLB settings->Toolbars. After adding one with the New button, it is listed in the "Toolbars" list. But after closing the settings dialog with the OK button (after clicking the Apply button) and reopening the settings dialog, the list is empty.
When looking in the registry, HKEY_CURRENT_USER\Software\True Software\TrueLaunchBar\Toolbars is empty and HKEY_CURRENT_USER\Software\True Software\TrueLaunchBar\ has no values listed.
Is that a problem of TLB or a wrong setting of Windows 7?

Thanks for your help.


Re: Cannot add new toolbars - Yuri Kobets - 05-21-2010

Thank you for bug report. In the next version this bug will be fixed.

Temporary solution
Now TLB saves the global settings in the file "%appdata%\Tordex\True Launch Bar\options.xml"

You can edit this file to add toolbars. This is the example:
Code:
<toolbars>
        <toolbar name="CLOCK" path="C:\toolbars\CLOCK"/>
        <toolbar name="debug" path="c:\toolbars\debug"/>
        <toolbar name="debug2" path="c:\toolbars\debug2"/>
        <toolbar name="office" path="C:\toolbars\office"/>
    </toolbars>



Re: Cannot add new toolbars - BitEaterK - 05-21-2010

Ok, that works.
When is the next version planned to be released?

Best regards


Re: Cannot add new toolbars - Yuri Kobets - 05-21-2010

Quote:When is the next version planned to be released?
I plan to release new version during the next week.