(I posted a more detailed version of this question from work, but internet explorer complained that this website is unsafe.)
Anyway, I have written a couple general purpose routines that work well on smaller displays. But for a big display none of the 'ThisDisplay' events will fire. I cant remember the exact number, but according to the properties dialog it has something like 1700 tags and 2300 static objects. Is there an upper limit for processbook displays?
The 'big' display had no custom VBA code in it (before I started messing around with it), If i delete around half of the objects the events will fire. JUst to be clear, this is not a timing issue -- say where the code executes too early. If I put a MSGBOX statement in the event procedures they are never shown.
My google and osi website searches did not yield any other comments about this issue. I think the display is big, but I'm sure others have made bigger. Is there some sort of workaround? I can use a button on the display for the user to execute the code for the Display_open event, but I really would like to have some code run on the Display_beforeClose event.
Any info or advice is appreciated.