Area InputMode

Discuss GUI programming with the MUI Royale plugin here
Post Reply
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Area InputMode

Post by sinisrus »

Hello,

is it possible to make group and select or unselect this group?

In Rxmui i have the InputMode for this, not implemented in MUIRoyal ?

Thank
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Area InputMode

Post by airsoftsoftwair »

Hmm, what exactly do you want to do here? I don't see why anybody would want to set MUIA_InputMode on a whole group of objects... what are you trying to do?
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Re: Area InputMode

Post by sinisrus »

Have you os3.9 for test rxmui script?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Area InputMode

Post by airsoftsoftwair »

Sure, bring it on.
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Re: Area InputMode

Post by sinisrus »

see my script use inputmode :

http://www.filedropper.com/test_131
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Area InputMode

Post by airsoftsoftwair »

Ok, I see, it should be possible to support this in MUI Royale too. Not much work...
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Re: Area InputMode

Post by sinisrus »

Nice Thank you
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Area InputMode

Post by airsoftsoftwair »

Code: Select all

- New: Added Area.InputMode [I]; use this with care as typically this is set by the
  individual MUI gadgets themselves so setting an alternate input mode is potentially
  dangerous
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Re: Area InputMode

Post by sinisrus »

Thank you for this :-)
Post Reply