4.0: Controlling which option page is displayed

Discussions related to SoftPro Select user interface development.

Moderator: Phil Barton

Post Reply
joe.mag
Posts: 122
Joined: Thu Aug 04, 2011 3:11 pm

4.0: Controlling which option page is displayed

Post by joe.mag »

In 2.6 I guess I just was lucky that my option page was always at the top of the page list so when I would call code like the following (from 4.0):

Code: Select all

IConfigurationManager configManager = (IConfigurationManager)GetService(typeof(IConfigurationManager));
configManager.ShowOptions();
I would get my page on top automatically. Now the Server page seems to be at the top and there to stay. While this isn't a show-stopper it's inconvenient and confusing for my users who access custom functionality on our options page. It seems like it would be easy enough to accept an optional parameter to ShowOptions() specifying the page by name.

Thanks!
BobRichards
Posts: 1377
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: 4.0: Controlling which option page is displayed

Post by BobRichards »

I have verified that there is currently no way to open a specific Select Options screen via API. Sorry.
Bob Richards, Senior Software Developer, SoftPro
Post Reply