How to hide form in InspectorRegion but showing menu

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

How to hide form in InspectorRegion but showing menu
 
Ling Kiin




Posts: 11
Joined: 2017-02-28
How can I hide my form in the InspectorRegion but let the menu bar remain visible?
Posted 07 Mar, 2017 05:31:32 Top
Ling Kiin




Posts: 11
Joined: 2017-02-28
Or, maybe go back from InspectorRegion to AppointmentItem.
Posted 07 Mar, 2017 05:48:48 Top
Alexander Solomenko




Posts: 140
Joined: 2009-02-27
Hi Ling,

Please use the ActivateStandardPane() method in the ADXOlForm class.

Regards,
Aleksandr Solomenko
Regards,
Aleksandr Solomenko
Posted 07 Mar, 2017 07:01:12 Top
Ling Kiin




Posts: 11
Joined: 2017-02-28
Thank you! But I can still see the ADXOlForm shows up for a very short while and then it return back to Appointment Standard Pane.

Anyway to prevent it from showing until I call Activate()?
Posted 07 Mar, 2017 22:45:06 Top
Alexander Solomenko




Posts: 140
Joined: 2009-02-27
Hi Ling,

If you use the InspectorRegion layout, by default the form does not show up when a new inspector window is opened, only the menu appears. To activate the form (for example, by clicking a button on the ribbon), you need to call its Activate() method, and to get back you call ActivateStandardPane(). Is the behavior different on your side? Please give me more details about your situation.
Regards,
Aleksandr Solomenko
Posted 13 Mar, 2017 08:11:06 Top