XenoLight / infinity-client

Automatically exported from code.google.com/p/infinity-client
0 stars 0 forks source link

InterfaceCloser continuously clicking upper right-hand corner of screen #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is because there's an interface that is not on the screen but is still 
valid.

Attached patch checks if the interface's location is -1,-1 before return true 
for the activate condition.

Original issue reported on code.google.com by zzSlee...@hotmail.com on 17 Oct 2010 at 11:24

Attachments:

GoogleCodeExporter commented 9 years ago
added for next verson tests being done with devs and staff.

Original comment by bobbybig...@runedev.info on 21 Oct 2010 at 1:57

GoogleCodeExporter commented 9 years ago
I am going to be submitting a patch to RSInterface that should correctly check 
for the interface really being valid.  This should fix the problem with all the 
randoms and scripts where the mouse ends up trying to repeatedly click the 
upper left corner of the screen.

Original comment by zzSlee...@hotmail.com on 4 Nov 2010 at 2:27

GoogleCodeExporter commented 9 years ago
Here is the RSInterface patch that should take care of all our problems.  
(Note: I have NOT fit this forward to the reorg'd code base.

Original comment by zzSlee...@hotmail.com on 4 Nov 2010 at 2:54

Attachments:

GoogleCodeExporter commented 9 years ago
Added in next version

Original comment by bobbybig...@runedev.info on 12 Nov 2010 at 7:07

GoogleCodeExporter commented 9 years ago

Original comment by bobbybig...@runedev.info on 12 Nov 2010 at 7:10