Click on pre selected folder in navigation pane does not hide displayed region.

Add-in Express™ Support Service
That's what is more important than anything else

Click on pre selected folder in navigation pane does not hide displayed region.
 
Yevhenii


Guest


I have the region in the navigation pane. When user select some item in this region i overlay folder view with my region, it automatically disappear when user select some other folder in the navigation panel (This work ok). But it does not disappears when user click on the same folder which already selected. Is it possible to detect that focus was moved to the navigation panel or user click on some folder?
Posted 06 Jun, 2018 07:37:43 Top
Andrei Smolin


Add-in Express team


Posts: 18817
Joined: 2006-05-11
Hello Yevhenii,

Your pane is shown because Add-in Express handles the events accompanying the folder switch, not because you click the folder. To find that a folder is clicked you need to use Win32 + UI Automation: set a mouse hook to detect a click and then use UI Automation to identify the folder clicked.


Andrei Smolin
Add-in Express Team Leader
Posted 06 Jun, 2018 08:50:20 Top