> how about  any FormActivate events I have on the forms, these get run
> everytime the form is "refocused"? Should these be shifted to 
> OnActivate?

Depends on what you are doing but most stuff should remain in the OnCreate
or OnShow - what sort of processing would you want to do when something
gets/loses focus? 

I would still be tempted if I was you to re-think the approach to the UI.
Why have nothing on the main form - is there nothing on the dialogs that is
common?  
I have seen apps that are simply a menu of buttons (or a pull down menu) on
the main form, but these always strike me as being converted command line
apps or a bunch of separate apps tied together into one UI for no good
reason.       
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to