Question
Open script window under mouse position?
Is it possible? Something like that:
w = new Window("dialog", "Name");
w.location = [mouse-X, mouse-Y];
w.show();
I want to be able to immediately select the desired option.
Is it possible? Something like that:
w = new Window("dialog", "Name");
w.location = [mouse-X, mouse-Y];
w.show();
I want to be able to immediately select the desired option.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.