01-15-2014, 10:16 AM 
		
	
	
		Hi Gintaras, hi all
is it possible to fire a TS menu by code from a macro/function?
Thanks
	
	
	
	
is it possible to fire a TS menu by code from a macro/function?
Thanks
| 
					 [Closed] TS menu
				 | 
| 
		
		
		01-15-2014, 10:16 AM 
		
	 
		Hi Gintaras, hi all is it possible to fire a TS menu by code from a macro/function? Thanks 
		
		
		01-15-2014, 06:57 PM 
		
	 
		Yes, with mac. The autotext (aka TS menu) must have a trigger, even if you'll never use it, or QM will not activate it.
	 
		
		
		01-15-2014, 09:23 PM 
		
	 
		with mac "name of the TS menu" i end with error Warning: name of the TS menu started this way may not work. 
		
		
		01-16-2014, 04:14 AM 
		
	 
		What trigger the Autotext has?
	 
		
		
		01-16-2014, 07:05 AM 
		
	 
		
		
		01-16-2014, 07:29 AM 
		
	 
		Does not work as expected. I just want that mac "name of the TS menu" acts directly as if I pressed **cs 
		
		
		01-16-2014, 07:36 AM 
		
	 
		
		
		01-16-2014, 08:31 AM 
		
	 
		Yep, ended with that too, though it's not what I wanted but adapted my code to use that trick. TY a bunch Gintaras. 
		
		
		01-16-2014, 02:11 PM 
		
	 
		Ok, Osd is quite useful, but: 1. i'd like to put text in systray, but can't (my monitor is 1920x1080), putting x=1900 y=1000 always have text in work area bottom, even with flag 16 2. i want black background and white text, but 0x000000 gives a grey color here. why? TY 
		
		
		01-16-2014, 02:35 PM 
		
	 
		
		
		01-16-2014, 04:40 PM 
		
	 
		Perfect.
	 
		
		
		01-16-2014, 04:51 PM 
		
	 
		Now something thougher. I manage to put this OSD window in the systray, in the space between icons (I use a double sized taskbar). Can you give me the right steps to have this OSD available for all the time QM is running. I guess I must use init2 to create it, and destroy it when I leave. But how to correctly declare a global variable in init2 so I can act on this OSD through any macro/function in QM? I think this one must be global int w=win("black" "QM_OSD_Class") or is it better/smarter to call int w=win("black" "QM_OSD_Class") in every macro/function that I create to interact? 
		
		
		01-16-2014, 07:37 PM 
		
	 
		Can use global variable. Then don't forget IsWindow. We talk about OSD in TS menu topic. 
		
		
		01-16-2014, 08:56 PM 
		
	 
		Yes, we derivated and drifted. I'll open a new thread if needed. | 
| 
					« Next Oldest | Next Newest »
				 |