Hi!
In my app I do use a formmanager which is described in the famous book 1001 things.
The book was originally released in vfp6 time.
Now we are years later, PC's are more fast and for that reason I presume that due to timing-matters it happens that sometimes when I have open many windows it is not always possible to close those by clicking the red X-button (WinXP)in righthand upper corner of the form. If that happens than I first have to click on the main VFP-form after which normal closing of the form is possible.
Every time when a form is closed there is (managed by the formmanager) a change of toolbar according the one which belongs to the active window. This causes for a very short while a 'jump' up and down of all windows.
It seems that is reason why normal closing of windows is not always possible.
I have a workaround for this problem by putting a dummy toolbar at start of application.
And here my question is:
Is there a way to place a dummy-toolbar which cannot be removed? Can I programmaticly decide were that toolbar is located?
TIO
-Bart
In my app I do use a formmanager which is described in the famous book 1001 things.
The book was originally released in vfp6 time.
Now we are years later, PC's are more fast and for that reason I presume that due to timing-matters it happens that sometimes when I have open many windows it is not always possible to close those by clicking the red X-button (WinXP)in righthand upper corner of the form. If that happens than I first have to click on the main VFP-form after which normal closing of the form is possible.
Every time when a form is closed there is (managed by the formmanager) a change of toolbar according the one which belongs to the active window. This causes for a very short while a 'jump' up and down of all windows.
It seems that is reason why normal closing of windows is not always possible.
I have a workaround for this problem by putting a dummy toolbar at start of application.
And here my question is:
Is there a way to place a dummy-toolbar which cannot be removed? Can I programmaticly decide were that toolbar is located?
TIO
-Bart