Iuli Posted September 6, 2009 Posted September 6, 2009 Hi, It looks like WinMove function has a bug. If i want to resize a window while it is moving, the window flicks (it changes sizes to the ones i specify and then comes back to the initial ones). This is the code i tried : #include <Misc.au3> $Win=WinGetTitle("[active]") While 1 If _IsPressed("01") Then WinMove($win,"",Default,Default,Random(0,700),Random(0,700)) Sleep(5000) EndIf WEnd So, it is a bug ? [size="2"]SFXMaker[/size] - The most complete switchless installer creator software[indent][/indent]
WolfWorld Posted September 6, 2009 Posted September 6, 2009 It's not a bug, the mouse is holding the new position and if you change the size of it. It will be come the new size. When you drag the position will get back to your mouse again. Main project - Eat Spaghetti - Obfuscate and Optimize your script. The most advance add-on.Website more of GadGets!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now