D 
		
				
			
		Dominique
Guest
I have a main application, with following event:
	
	
	
		
I've just created a frame within a window, where I'd like to add an event:
	
	
	
		
This, however, seems not to work as the main application already has an
Thanks in advance
Continue reading...
				
			
		Code:
	
	ON ESCAPE ANYWHERE
	I've just created a frame within a window, where I'd like to add an event:
		Code:
	
	ON ESCAPE ...
	This, however, seems not to work as the main application already has an
ON ESCAPE ANYWHERE. Is there something like ON ESCAPE OVERWRITES DEFAULT to create an event for my subwindow?Thanks in advance
Continue reading...