Dark Byte Site Admin
  Reputation: 470
  Joined: 09 May 2003 Posts: 25807 Location: The netherlands
  | 
		
			
				 Posted: Fri Apr 07, 2017 4:41 pm    Post subject: 6.6 : Fix mainform from showing on modal dialogs | 
				       | 
			 
			
				
  | 
			 
			
				Tired of getting the main form shown each time a modal form shows (like add comments option, or editing structure entries) ?
 
 
add this to your autorun folder (or inside main.lua):
 
 	  | Code: | 	 		  
 
registerFormAddNotification(function(f)  f.PopupMode='pmAuto' end)
 
 | 	  
 _________________
 Do not ask me about online cheats. I don't know any and wont help finding them.
 
 
Like my help? Join me on Patreon so i can keep helping  | 
			 
		  |