ADX 2010 - Programmatically Show a minimized form

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

ADX 2010 - Programmatically Show a minimized form
 
Jason Coley




Posts: 272
Joined: 2005-05-26
Is it possible to show a minimized form in Outlook using code, if so how?

I tried the Show and also ActivateStandardPane with no success. I am using Delphi 2010 and Outlook 2010.

I had created a procedure to do this in ADX 2009, just need to know if I need to resurrect my old code?
Posted 05 Apr, 2010 15:18:44 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hi Jason,

As far as I remember there's no official way to do this. In what layout do you show the pane?


Andrei Smolin
Add-in Express Team Leader
Posted 06 Apr, 2010 10:26:48 Top
Jason Coley




Posts: 272
Joined: 2005-05-26
I have panes in the elRightSubpane and elLeftSubpane, and I worte some code a long time ago that allowed using code to show the form if it was in it's minimized state but as it's popup. I am sure this was on the to-do list for the next ADX release.

Oh well, I will just add my custom code to the ADX code to allow this again, I have been doing this over the past 6 months to each version of ADX as it comes out.
Posted 06 Apr, 2010 14:44:28 Top
Jason Coley




Posts: 272
Joined: 2005-05-26
I just added my code back in and it works as it did before, in fact was easier because the TAdxContainerPane is now accessible from the TadxForm object (not sure this was before, if it was I missed it).

If you would like me to send you my changes I can do via email.
Posted 06 Apr, 2010 15:51:58 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
Hi Jason,

Jason Coley writes:
If you would like me to send you my changes I can do via email.


Yes, I do like to look at the code.


Andrei Smolin
Add-in Express Team Leader
Posted 07 Apr, 2010 03:26:10 Top
Jason Coley




Posts: 272
Joined: 2005-05-26
I'll send it via email.
Posted 07 Apr, 2010 05:10:38 Top
Andrei Smolin


Add-in Express team


Posts: 18829
Joined: 2006-05-11
I've got it. Thank you very much.


Andrei Smolin
Add-in Express Team Leader
Posted 07 Apr, 2010 05:37:12 Top
Fedor Shihantsov


Guest


green
Posted 25 May, 2010 11:19:33 Top