Modify ↓
Opened 17 years ago
Closed 17 years ago
#1029 closed Feature Request (Rejected)
New Feature: Restrict users from changing windows
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Changing Window Restrictions | Cc: |
Description (last modified by )
Hi,
I don't believe there is a function in AutoIT yet where you can restrict users from changing windows. For example, I created a script where I don't want users filling out any fields on the web form until they have run everything in my GUI. So in order to do that I need them to stop shrinking my GUI and making changes to the web form before it is run.
I have made a post in the forums and people have given me work arounds, but there is no actual function to do this I believe.
Thank you for your time,
Hilmy.
Attachments (0)
Change History (1)
comment:1 by , 17 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → Rejected |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

AutoIt is a scripting language, not a does everything Hilmy wants in a built-in way language.
The point of letting you write your own code is so you can implement features like you describe which are not generally useful.