ID:160193
 
Ok so as an alternative to using all screen objects i decided to use some windows with all the junk turned off to limit my screen object use. Im liking the look but what I have a problem with the window focus. Im using the following code to call up the windows
if(winget(usr,"Stats","is-visible")=="true")
winshow(usr,"Stats",0)
else
winshow(usr,"Stats",1)


So once the window shows or anytime i click in the window i cant use the macros or move. I know i can just do a winset to set the focus to the main but then when i click something in the window it still wont work is there a way around this