Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

Initial Startup Panel

On initally starting Lookout, the individual processes can be loaded within Lookout, but how do I get a particular panel to load? When multiple processes are loaded, the load order is as listed within the 'Startup Process Files' dialog box, but nothing that I can find seems to work correctly for the initial panel within a particular loaded process. All process panels are maximized, and I tried the 'HomePanel' idea as described within the Help file, but had little success. Any ideas?
0 Kudos
Message 1 of 2
(3,271 Views)
After reviewing the posted question and reading the comment "...All process panels are maximized" a light came on. Sure enough, only one panel at a time can be maximized and all other maximized panels are minimized. To cure the problem, all panel's maximize data members were changed from always 'true' to whatever conditions were utilized for the panel's 'activate' data members.
What was happening is that all the panels were maximized, therefore the last panel to load was minimizing all the previously loaded panels. I guess another fix is that I could have edited the source file and moved the panel that I wanted to be loaded on startup to the last panel loaded.
Message 2 of 2
(3,271 Views)