Search found 262 matches
- Sat Jun 01, 2019 9:44 pm
- Forum: RapaGUI
- Topic: Editing Listview Entries on Android (RapaGUI)
- Replies: 2
- Views: 356
Editing Listview Entries on Android (RapaGUI)
Is it possible to edit listview entries on the Android version of RapaGUI? (The StartEditing notification doesn't seem to work with either double-click or long-click.)
- Sun May 26, 2019 11:19 pm
- Forum: RapaGUI
- Topic: Changing the Text Size in RapaGUI
- Replies: 2
- Views: 413
Re: Changing the Text Size in RapaGUI
Awesome, thanks!
- Sat May 25, 2019 12:54 am
- Forum: RapaGUI
- Topic: Changing the Text Size in RapaGUI
- Replies: 2
- Views: 413
Changing the Text Size in RapaGUI
Will it be possible in future versions of RapaGUI for the Texteditor and Textview classes to support different point sizes? I realize that this may not be possible on some platforms; but if it could be included for the Android version especially, that would be helpful (since the text can appear real...
- Sun May 12, 2019 12:02 am
- Forum: Amiga IDE questions
- Topic: Prefered Amiga IDE
- Replies: 12
- Views: 2086
Re: Prefered Amiga IDE
I really like using Codebench for OS4.
(It doesn't have UTF-8 support either, though.)
(It doesn't have UTF-8 support either, though.)
- Sun May 05, 2019 12:20 am
- Forum: Hollywood bugs
- Topic: Bug with Proportional Scaling in RapaGUI 2.0 on Android
- Replies: 7
- Views: 969
Re: Bug with Proportional Scaling in RapaGUI 2.0 on Android
That's too bad. (The main project that I'm working on right now needs proportional scaling to look right.) I figured out a work-around that basically makes the display look the way that it should in both portrait and landscape orientation (but it involves some forced orientation changes at the start...
- Thu Apr 25, 2019 11:07 pm
- Forum: Hollywood bugs
- Topic: RapaGUI, Texteditor.SetColor on Android (Bug)
- Replies: 1
- Views: 416
RapaGUI, Texteditor.SetColor on Android (Bug)
When I use Texteditor.SetColor on my Amiga, it works correctly---it inserts the code to change the text to the specified color, and also inserts the code to change back to the original color for the text that follows the selection. However, when I try the same code on Android, Texteditor.SetColor on...
- Mon Apr 22, 2019 2:46 am
- Forum: APK Compiler
- Topic: How to get a Debug Output window on Android
- Replies: 5
- Views: 784
Re: How to get a Debug Output window on Android
If you have a RapaGUI display open, you could use something like this: Function p_DebugOutput(DebugStr$) moai.CreateDialog([[<dialog id="DebugOutput" title="Debug Output:"> <vgroup> <label>]]..DebugStr$..[[</label> </vgroup> </dialog>]]) moai.DoMethod("DebugOutput", "showmodal") EndFunction
- Sun Apr 21, 2019 5:13 am
- Forum: RapaGUI
- Topic: Mobile Support Functions with RapaGUI
- Replies: 7
- Views: 1065
Re: Mobile Support Functions with RapaGUI
Just tried it, and it works.
Thanks!
(I really should have thought to try that myself.)
Thanks!
(I really should have thought to try that myself.)
- Sun Apr 21, 2019 2:32 am
- Forum: RapaGUI
- Topic: Mobile Support Functions with RapaGUI
- Replies: 7
- Views: 1065
Re: Mobile Support Functions with RapaGUI
Is there a way to detect when the user changes the orientation?
Trygin to catch the OrientationChange through InstallEventHandler() doesn't seem to work with RapaGUI on Android.
Trygin to catch the OrientationChange through InstallEventHandler() doesn't seem to work with RapaGUI on Android.
- Thu Apr 11, 2019 1:14 am
- Forum: General programming
- Topic: Change in How Run() and Execute() Work in Android
- Replies: 8
- Views: 791
Re: Change in How Run() and Execute() Work in Android
Thanks for looking into this.
I've experimented with trying to use Run() and Execute() to call Android's built-in package installer; but I haven't had any success so far. (It seems like that should be possible, though.)
I've experimented with trying to use Run() and Execute() to call Android's built-in package installer; but I haven't had any success so far. (It seems like that should be possible, though.)