[Sikuli-driver] [Bug 795498] Re: Make Region.click() arguments optional

2013-08-14 Thread RaiMan
** Changed in: sikuli Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/795498 Title: Make Region.click() arguments optional Status in Sikuli: Fix

[Sikuli-driver] [Bug 795498] Re: Make Region.click() arguments optional

2013-02-21 Thread RaiMan
** Changed in: sikuli Importance: Undecided = Critical -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/795498 Title: Make Region.click() arguments optional Status in Sikuli: Fix Committed

[Sikuli-driver] [Bug 795498] Re: Make Region.click() arguments optional

2012-11-02 Thread RaiMan
in X-1.0 click() will click the last match of the region if any, otherwise it will click the center (or targetOffset if region is a Match) ** Changed in: sikuli Status: New = Won't Fix ** Changed in: sikuli Assignee: (unassigned) = RaiMan (raimund-hocke) ** Changed in: sikuli

[Sikuli-driver] [Bug 795498] Re: Make Region.click() arguments optional

2012-11-02 Thread RaiMan
** Tags added: fkt-click -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/795498 Title: Make Region.click() arguments optional Status in Sikuli: Fix Committed Bug description: Region.click()

[Sikuli-driver] [Bug 795498] Re: Make Region.click() arguments optional

2011-06-10 Thread RaiMan
But this means some exception to the general API concept, which means with a Region.click(PSMRL) to restrict the find operation with PS to the given Region. When using click(MRL) it is not necessary to specify a Region, since the argument denotes an absolute click point. so the above example