Continuous Button Press (using MUIA_Timer attribute)

Discuss GUI programming with the RapaGUI plugin here
Post Reply
PEB
Posts: 569
Joined: Sun Feb 21, 2010 1:28 am

Continuous Button Press (using MUIA_Timer attribute)

Post by PEB »

Is something like this possible with Hollywood's implementation of MUI/RapaGUI?
http://muidev.de/ticket/413#comment:1

If not currently possible, could such a feature be added to the next release of RapaGUI?
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Continuous Button Press (using MUIA_Timer attribute)

Post by airsoftsoftwair »

I don't think this would be possible for RapaGUI because wxWidgets only supports simple click events for buttons so I don't think this is something that can be implemented in a cross-platform way.
PEB
Posts: 569
Joined: Sun Feb 21, 2010 1:28 am

Re: Continuous Button Press (using MUIA_Timer attribute)

Post by PEB »

What about on MUIRoyale (which could also be accessed in the Amiga version of RapaGUI)?
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Continuous Button Press (using MUIA_Timer attribute)

Post by airsoftsoftwair »

With MUI Royale it would be possible of course but I'm reluctant about adding it to RapaGUI because this is meant to provide a solid cross-platform basis and I don't want to add too many platform-specific APIs...
Post Reply