#1029 closed Feature Request (Rejected)

New Feature: Restrict users from changing windows — at Version 1

Reported by: hilmy2002@… Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: Changing Window Restrictions Cc:

Description (last modified by Valik)

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.

Change History (1)

comment:1 by Valik, on Jun 18, 2009 at 3:58:15 AM

Description: modified (diff)
Resolution: Rejected
Status: newclosed

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.

Note: See TracTickets for help on using tickets.