ADXOlForm in inspector keeps rendering extra buffer in the inspector window

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

ADXOlForm in inspector keeps rendering extra buffer in the inspector window
 
nwein




Posts: 577
Joined: 2011-03-28
I've noticed this issue for a while now and decided to replicate it.
The replication is quite easy (no need for me to send you project):
1. Create a brand new ADX COM Add-in (I'm targeting .NET 4.5 but don't think it really matters) for Outlook 2010
2. Create a new ADXOlForm (I added a docked-fill coloured panel so I can clearly see it, but that's not necessary)
3. In the AddinModule designer add Outlook Form Manager
4. In the ADXOLFormsManager add an item with the following settings:
InsepctorItemTypes = Mail
InspectorLayout = RightSubpane
DefaultRegionState = Hidden
ForClassName = the form created in step 2
IsMinimizedStateAllowed = False

Leave all other properties untouched
5. Register and run your add-in
6. Open an email, drag slightly the hidden pane so yo ucan see it
7. In the inspector window start navigating to other emails using the arrows or use Ctrl+> or Ctrl+< to navigate
8. Observe the inspector window

User added an image
Posted 02 Oct, 2015 12:37:01 Top
Andrei Smolin


Add-in Express team


Posts: 18823
Joined: 2006-05-11
Hello Nir,

Thank you for pointing us to this.

I've sent you an email with a download link and instructions how to install the assemblies that fix this issue. Please check your Inbox.


Andrei Smolin
Add-in Express Team Leader
Posted 05 Oct, 2015 09:52:13 Top
nwein




Posts: 577
Joined: 2011-03-28
Oh beautiful, it works like a charm!
Why did I take so long to report this...
Thanks!
Posted 05 Oct, 2015 10:00:27 Top
Andrei Smolin


Add-in Express team


Posts: 18823
Joined: 2006-05-11
Welcome!


Andrei Smolin
Add-in Express Team Leader
Posted 05 Oct, 2015 10:05:39 Top