05-24-2004, 07:28 PM 
		
	
	
		I can't seem to get a new toolbar to show up when Quick Macros opens up even though i have "!Quick Macros" in the trigger field.
Any ideas why?
thanks
	
	
	
	
Any ideas why?
thanks
| 
					 Toolbar
				 | 
| 
		
		
		05-24-2004, 07:28 PM 
		
	 
		I can't seem to get a new toolbar to show up when Quick Macros opens up even though i have "!Quick Macros" in the trigger field. Any ideas why? thanks 
		
		
		05-24-2004, 08:51 PM 
		
	 
		QM window is created before triggers begin to work. Now you can set "window activated" trigger, or, add following code into your init2 function (create if does not exist): mac "Toolbar name" _hwndqm or mac "Toolbar name" win("" "QM_Editor") or just mac "Toolbar name" 
		
		
		05-24-2004, 09:04 PM 
		
	 
		Genius thy name is "Gintaras" thanks   
		
		
		07-30-2014, 11:25 AM 
		
	 
		Dear Gintaras, Coud you please advise on the way to get the handle of a toolbar created this way? The purpose is that I need to get dimensions and coordinates of such a window (GetWinXY). Thanks in advance! 
		
		
		07-30-2014, 11:47 AM 
		
	 
		int hwnd=mac("Toolbar name")
	 
		
		
		07-30-2014, 12:05 PM 
		
	 
		Many thanks indeed, sorry for bothering you!
	 | 
| 
					« Next Oldest | Next Newest »
				 |