Modify

#1706 closed Feature Request (Rejected)

GuiCtrlGetPos

Reported by: hunt Owned by: Jon
Milestone: Component: AutoIt
Version: Severity: None
Keywords: Cc:

Description

Can you to add this function ( GuiCtrlGetPos(controlID) ) that will be return:

$array[0] = X position relative GUI
$array[1] = Y position relative GUI
$array[2] = Width
$array[3] = Height

?

Attachments (0)

Change History (7)

comment:1 by TicketCleanup, on Jul 7, 2010 at 10:00:02 AM

Version: 3.3.6.0

Automatic ticket cleanup.

comment:2 by anonymous, on Jul 7, 2010 at 10:19:53 AM

I found how to get this values:

ControlGetPos(GUICtrlGetHandle($controlID),"",0)

but I do not think many people will be able to guess this

comment:3 by Jpm, on Jul 8, 2010 at 9:14:04 AM

Owner: set to Jon
Status: newassigned

comment:4 by ifbhaamw <sample@…>, on Feb 26, 2013 at 11:03:42 PM

1

in reply to:  description comment:5 by ifbhaamw <sample@…>, on Feb 26, 2013 at 11:08:27 PM

1

in reply to:  1 comment:6 by ifbhaamw <sample@…>, on Feb 26, 2013 at 11:09:51 PM

1

comment:7 by Jon, on Jul 21, 2013 at 11:32:31 PM

Resolution: Rejected
Status: assignedclosed

Modify Ticket

Action
as closed The owner will remain Jon.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.