Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Vrul
Forum: Wish List 10-14-13, 01:48 PM
Replies: 3
Views: 10,309
Posted By Vrul
If taint is a concern then this should...

If taint is a concern then this should work:

securecall(button.Click, button, "LeftButton");


or for really secure:

if (issecure()) then
button:Click("LeftButton");
else
Forum: Wish List 09-12-13, 07:26 PM
Replies: 3
Views: 10,309
Posted By Vrul
I think you completely missed the point of the...

I think you completely missed the point of the suggestion.
Forum: Wish List 09-12-13, 03:25 PM
Replies: 3
Views: 10,309
Posted By Vrul
Key Bind Handlers

Wrapping a secure button's OnClick handler is easy enough but there always needs to be extra code to handle the key binds associated with that button. In some cases the overhead involved for...
Showing results 1 to 3 of 3