ADXOlForm Changing size on folder switch

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

ADXOlForm Changing size on folder switch
 
Todd Carlson




Posts: 29
Joined: 2006-05-07
Running Office 2007 with ADX 3.1.1864.2005 and ADX.OL 3.1.903.2005. Setting an explorer form to TopSubpane the form will shrink when switching folders.
Posted 03 Jan, 2007 12:50:02 Top
Fedor Shihantsov


Guest


Hi Todd,

I can not reproduce this issue.
I have created the add-in with one ADXOlFormsCollectionItem that has the following properties:
ExplorerItemTypes = olMailItem;
ExplorerLayout = TopSubpane;
FormClassName = "MyAddin12.ADXOlForm1";
I opened Outlook 2007 and switched between folders but the form had a permanent size.

Though your instruction is very simple, could you please create a test add-in with the same behavior and send it to the support email.

P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 04 Jan, 2007 11:01:00 Top
Todd Carlson




Posts: 29
Joined: 2006-05-07
Fedor,
I will start working on a test.

Todd
Posted 04 Jan, 2007 12:04:25 Top
Todd Carlson




Posts: 29
Joined: 2006-05-07
Fedor,
I've tracked it down. The size only changes when the ADXOlForm is set to AutoSize. Not sure when or why that got set, but setting it to False cures the problem.

Thanks,
Todd
Posted 04 Jan, 2007 12:25:30 Top
Fedor Shihantsov


Guest


Thanks Todd

Posted 04 Jan, 2007 13:22:57 Top
David Ing




Posts: 56
Joined: 2006-06-27
I've seen this too - but do you mean 'AutoScale' on the form properties?
Posted 04 Jan, 2007 14:31:14 Top
Todd Carlson




Posts: 29
Joined: 2006-05-07
David,
It was definately AutoSize (on the form properties)

Todd
Posted 04 Jan, 2007 15:48:32 Top