Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 29 JUL 1999 02:15:12AM Jane wrote:

We are having problems with users crashing out of OI menus.

It seems to occur with new users who tend to 'dither' over menu items trying to make up their mind what to click on.

In the worst cases it is occuring up to 10 times a day.

We are using OI 3.6.1. The crash takes users back to Win 95/98.

It occurs on stand-alone PCs and networks.

Any ideas on how to over-come this?


At 29 JUL 1999 04:28AM Tony Marler @ Prosolve Software wrote:

Jane

Not sure why this would be specifically on menus but do you have anything running in IDLEPROC that may be causing the crash when it kicks in ?

Tony


At 29 JUL 1999 07:57AM Cameron Revelation wrote:

Hi Jane,

Please post the error message or GPF details or debugger error or whatever the crash is. Also, any relevant details like timers, idleprocs, helptext on the menus, is the menu on a dialog box or mdi frame or mdi child or regular non-modal window, etc.

Cameron Purdy

Revelation Software


At 01 AUG 1999 10:31PM Jane wrote:

Its not a 'crash' in the sense that we get no error messages. OI simple 'closes down' and goes back to the desktop. No, we are not using an IDLEPROC - don't even know what one is…

Jane


At 03 AUG 1999 11:18AM Tony Marler @ Prosolve Software wrote:

Jane

If you can duplicate this as you said it occurs 10+ times per day then I suggest opening up the system monitor and watching to see what happens when the cursor is moved over the menu bar. May need some sort of debug in close to stop OI shutting the application before you have a chance to review the event chain.

Tony


At 03 AUG 1999 11:57AM amcauley@sprezzatura.com onmouseover=window.status=why not click here to send me email?;return(true)", [url=http://www.sprezzatura.com" onMouseOver=window.status=Why not click here to visit our web site?';return(true)]Sprezzatura Group[/url] wrote:

You describe it as crashing. Is there a chance that it could be logging you out for inactivity? Is the software author/ess contactable?

amcauley@sprezzatura.com

Sprezzatura Group

World Leaders in all things RevSoft


At 05 AUG 1999 01:37AM Jane wrote:

Thanks for the response. Everyone else seems to have gone quiet.

I've never used the monitor before, but I suspect your cunning plan may be a little tricky. Like where would you put a debug when waiting for a menu item to be chosen?

Any thoughts?


At 05 AUG 1999 05:19AM Tony Marler @ Prosolve Software wrote:

Jane

The System Monitor is a very useful tool which performs many functions. One of which is to view the event chain. To open the monitor you need to be in development mode then choose Tools, Advanced, System Monitor. The monitor screen will open.

You will notice in the bottom part of the screen that as you move around OI and/or your application the actual events that are occuring (and those that aren't ! - more of that later) appear to whizz past. Try running one of your windows and you will see the event chain, then click a button and you will see the system running the CLICK event code. By resizing the window and clearing the text (simple cut and paste controls) you can get the monitor to be visible as you run your application.

OK now you are familar with how system monitor works. My suggestion to see why your system appears to be closing down was as follows. If you place a DEBUG statement in the CLOSE event of the main MDI frame window then whenever that window closes the system will stop and drop to the debugger. This will give you the opportunity to examine both the debugger and system monitor. By looking back in the event chain you MAY be able to see the sequence of events that caused the window to close.

Be aware that by placing any script in the CLOSE event of the window you are getting in the way of OIs own system event handlers so you need to either change RETURN 0 to RETURN 1 or use the Forward_Event() subroutine to allow the system to actually close the window. Without this you could be in a catch 22 of never being able to close the window.

This method of debugging can be applied anywhere. It may not solve the problem but at least you can see what is occuring just before the window closes.

Hope this helps.

Tony


At 06 AUG 1999 01:32AM Jane wrote:

Thanks Tony. I feel like I actually have a sensible plan of attack now. I'll post anything I find out.

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/289abd83d818c80d852567bd002259ec.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1