How do you unload the GUI map?

We can use GUI_close to unload a specific GUI Map file or else we call use GUI_close_all command to unload all the GUI Map files loaded in the memory.
Syntax: GUI_close(); or GUI_close_all;

Showing Answers 1 - 2 of 2 Answers

nagarjuna

  • Jun 7th, 2006
 

 

Yes we unlode the GUI file by command gui_close and gui_close_all

  Was this answer useful?  Yes

Archana

  • Aug 10th, 2007
 

Actually there are two ways of unloading a GUI map:-

1. Either by using GUI_close for a single GUI maps file
GUI_close_all for all the GUI map files.

2. The other way is that Go to Tools>GUI map editor
and then goto File>close all option.
Then the GUI map will be closed.

Tell me if i am wrong.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions