Questions about the New RapaGUI on Android

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

Questions about the New RapaGUI on Android

Post by PEB »

Is there a way to make a GUI window appear on top of the main display, but not take up the full screen? (I'm trying to replicate the look of the "About RapaGUI..." through the new Android Hollywood player.)

If this cannot be done with the functions in RapaGUI 1.3, will this be possible with a new function in RapaGUI 2.0?
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Questions about the New RapaGUI on Android

Post by airsoftsoftwair »

It's possible already. The "About RapaGUI..." window is a dialog. You can easily create those using the Dialog class. Also check out the "Dialogs" example that comes with RapaGUI.
PEB
Posts: 567
Joined: Sun Feb 21, 2010 1:28 am

Re: Questions about the New RapaGUI on Android

Post by PEB »

Thanks! I'll definitely check it out.
Post Reply