At 01:22 PM 1/27/2009, Bill Owens wrote:

I'VE BEEN working with latest Turbo 8. After I was done and exited
Turbo 8 I looked at the task manager and saw 2 processes of RBG8.exe
1 was 2,008 kb the other was 22,620kb.  Since I exited properly why
do these remain in Task Manager?

Bill,

I strongly suggest that you take a close look at all the "Exit" and
"CLOSEWINDOW" routines in your entire application, especially if you
are using the following PROPERTY commands related to your application
(PROPERTY APPLICATION TASKBARBUTTON 'FALSE') or your main menu form
(PROPERTY RBASE_FORM TASKBARBUTTON 'TRUE').

To smoothly close the main menu form and properly exit the application,
try the following combination as custom EEP for your main application
exit button.

-- Custom EEP for Exit Button
-- start
   CLOSEWINDOW
   EXIT
   RETURN
-- end

Hope that helps!

Very Best R:egards,

Razzak.


Reply via email to