Application Manager Disappears when running app (OpenInsight 32-Bit)
At 28 MAR 2008 05:21:29PM Brock Prusha wrote:
We're finally starting to get our app upgraded to 8.0. In our developer system, when we log in and run the application, the application manager is no longer visible (form des, editor, etc.) This used to work in 4.0.
Is there a new switch, programmatic way to make it reappear. It's much easier to be in the app and edit code, forms then have to login and out each time to repoen the application. For now, we're running it twice, once as running the application and once as just in the open state.
Hope this makes sense. It's late, it's friday, and I just spent an hour or so looking for this.
Any comments, ideas are appreciated. Thanks!
At 28 MAR 2008 05:41PM dbakke@srpcs.com's Don Bakke wrote:
Brock,
In later versions of OI, the default settings for whether OI (i.e. the Application Manager) or OE are visible have changed. This depends on whether you are running a developer class or runtime class engine and how your shortcut command line paramters are configured.
To control this yourself you can add the following:
/HI=1|0 (This hides|displays the Application Manager. If the login parameters are incomplete you will get the OI login screen.)
/HE=1|0 (This hides|displays the OpenEngine. If the engine is a runtime engine then it is hidden by default.)
dbakke@srpcs.com
At 31 MAR 2008 02:31PM Brock Prusha wrote:
Thanks!
Worked like a charm. I appreciate the help. I knew I read about it somewhere but couldn't find the where.