mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 11:35:47 +03:00
[GH-ISSUE #102] Toolbar Outlook 2007 hides only temporarly #999
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#999
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Offerel on GitHub (Jan 14, 2016).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/102
If i hide or disable the Toolbar (not the Plugin) in Outlook 2007, it comes back after restarting Outlook 2007. If i disable or hide other Toolbars, they stay hidden/disabled also after restarting Outlook 2007.
@aluxnimm commented on GitHub (Jan 14, 2016):
PierreMarieBaty implemented the OL2007 support. see #65
we don't have a test machine at, maybe he can check it.
@PierreMarieBaty commented on GitHub (Jan 14, 2016):
See my answer at #65
@Offerel commented on GitHub (Jan 19, 2016):
I have made a Workaround for me. I have added a small VBA Script in Application Startup of ThisOutlookSession with the following Code:
Application.ActiveExplorer.CommandBars("CalDav Synchronizer").Visible = FalseWith this, i can show the Commandbar manually if i want and it hides with the next start of Outlook (or if i hide it manually).
@aluxnimm commented on GitHub (Jan 19, 2016):
Thanks for the info, if I have some time I will check the proposed solution to save the info in the registry,
@aluxnimm commented on GitHub (Jul 29, 2016):
Save Outlook 2007 toolBar position and visibility in Registry, implemented in 2.3.0
@aluxnimm commented on GitHub (Jul 31, 2016):
@PierreMarieBaty can you check if the new code saves the toolbar position correctly please?
@PierreMarieBaty commented on GitHub (Jul 31, 2016):
@aluxnimm it does not exactly. The toolbar now appears vertical, clamped to the left border of the Outlook window, and when I drag it to a horizontal position this state is not saved when I restart Outlook, i.e. it still appears vertical. But note that the toolbar offset seems somewhat saved, at the exception that the horizontal offset to which I placed it has become a vertical offset, although clamped by the max height of the Outlook window.
I must add that I no longer actively develop on Microsoft systems. The stubbornly repeated dead-wrong choices of Microsoft regarding their main operating system and their understanding of privacy, and the enthusiastic reaction of the cattle, made me finally switch to a slightly lesser evil, i.e. Mac. In consequence I no longer have a usable machine for Win32 development. I nevertheless have to say that I did enjoy Outlook CalDAV Synchronizer while I used it. Congratulations for having created such a needed tool.
@aluxnimm commented on GitHub (Aug 3, 2016):
Thanks for the info and good luck with the Mac :)
Toolbar should be finally fixed in 2.3.1 meanwhile.