Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#53 closed Feature Request (Rejected)

change taborder of controls in GUI

Reported by: hazed Owned by:
Milestone: Component: AutoIt
Version: Severity:
Keywords: gui tabcontrol Cc:

Description

The order tabstops on a GUI is the order that the control was created. But I would like a way to fill in a form and change where the next control has focus based upon that the data. That way I can skip non-essential portions of a generic form.

Attachments (0)

Change History (5)

comment:1 by Gary, 18 years ago

Resolution: rejected
Status: newclosed

see _WinAPI_SetWindowPos in the help

in reply to:  1 ; comment:2 by anonymous, 18 years ago

Replying to Gary:

see _WinAPI_SetWindowPos in the help

I don't get it, this seems to talk about multiple windows, not objects within the windows. I have one Window, with many input boxes, the order of the input boxes, is relative to the data that is retrieved from a website and what input is typed/scanned into the input boxes.

Are input boxes, radio controls, just child windows?

in reply to:  2 ; comment:3 by Saunders <admin@…>, 18 years ago

Replying to anonymous:

Are input boxes, radio controls, just child windows?

You betcha. You can even get the handle of a control (using ControlGetHandle) then pass that to functions like WinGetPos and it works just fine.

in reply to:  3 comment:4 by anonymous, 18 years ago

Replying to Saunders <admin@therks.com>:

Replying to anonymous:

Are input boxes, radio controls, just child windows?

You betcha. You can even get the handle of a control (using ControlGetHandle) then pass that to functions like WinGetPos and it works just fine.

Thanks, That helps alot :)

comment:5 by TicketCleanup, 18 years ago

Version: 3.2.10.0

Automatic ticket cleanup.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


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