Modify

Opened 14 years ago

Closed 11 years ago

#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 follow-up: Changed 14 years ago by TicketCleanup

  • Version 3.3.6.0 deleted

Automatic ticket cleanup.

comment:2 Changed 14 years ago by anonymous

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 Changed 14 years ago by Jpm

  • Owner set to Jon
  • Status changed from new to assigned

comment:4 Changed 11 years ago by ifbhaamw <sample@…>

1

comment:5 in reply to: ↑ description Changed 11 years ago by ifbhaamw <sample@…>

1

comment:6 in reply to: ↑ 1 Changed 11 years ago by ifbhaamw <sample@…>

1

comment:7 Changed 11 years ago by Jon

  • Resolution set to Rejected
  • Status changed from assigned to closed

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jon.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.