NetTalk Central
		NetTalk Web Server => Web Server - Ask For Help => Topic started by: Keith on September 26, 2013, 01:21:10 AM
		
			
			- 
				What do I need to do to allow the web application to be able to be minimised on the server?
I think for a Clarion Windows app you just added an icon for the app and that gave you the "-"  button (top right hand corner).  In is default mode the web app doesn't have this button  so what do you need to do?
Thanks
Keith
			 
			
			- 
				Keith,
The Web Server proc is just a regular Clarion Windows proc and as such there's nothing NT specific. So all you need to do - like in a desktop app - is to make sure that System Menu is checked on the window. That'll give you the min/max/close in the upper right corner.
Peter
			 
			
			- 
				Hi Keith,
WinEvent (a great Capesoft product) gives you some handy options for minimising an app.
			 
			
			- 
				Hi Peter
The WebServer window has 'System Menu' = TRUE but still no 'min/max/close'.
It seems to be TRUE by default.  I didn't set it to TRUE.
So, still stumped.
Keith
			 
			
			- 
				Hi Keith,
I've attached the settings for the window. Hopefully you can spot a difference.
Peter
[attachment deleted by admin]
			 
			
			- 
				Hi Peter
Thanks for you time on this.  My settings on the Window are identical to yours but no min/max/close.  However you have triggered my thought processes and I remembered that you also have to set an icon.  When you have one, say Icon:Application then you get min/max/close on the window.
Thanks a lot
Keith
			 
			
			- 
				Bugger! Of course. Glad you got it sorted..
Peter
			 
			
			- 
				Keith
Thanks!  The icon parameter got me too. Once I chose one  the min/max/close worked!
Lee