Page 1 of 1

class Window > inputevent

Posted: Thu Nov 29, 2018 5:24 pm
by sinisrus
Hello,

My script not use DISPLAY() only MUIRoyal window

Code: Select all

 @DISPLAY 1, {Hidden=True}
If i test event key "F1", "F2", "F3", ... not work with InstallEventHandler()

Have you other solution or is it possible to add support to inputvent of the class window ?

Thank you

Re: class Window > inputevent

Posted: Fri Nov 30, 2018 9:36 pm
by airsoftsoftwair
MUI Royale doesn't support it, but RapaGUI does via Accelerator class.

Re: class Window > inputevent

Posted: Sat Dec 01, 2018 11:06 am
by sinisrus
Not is not possible for me to use RapaGUI i use MUIRoyal for big project Amiga i use "inputmode" and other dependance of MUIRoyal
Have you other solution ? or is it possible to add inputevent of window class of MUIRoyal?

Thank you

Re: class Window > inputevent

Posted: Sat Dec 01, 2018 9:58 pm
by airsoftsoftwair
I'll see what I can do.

Re: class Window > inputevent

Posted: Tue Dec 04, 2018 9:08 am
by sinisrus
Thank you