Search found 120 matches

by bitRocky
Wed Jul 21, 2021 1:58 pm
Forum: Announcements
Topic: RapaGUI 2.0 released
Replies: 14
Views: 10628

Re: RapaGUI 2.0 released

Wow, cool!

Update is here and its workings again! Thanks!
by bitRocky
Tue Jul 20, 2021 8:39 pm
Forum: Announcements
Topic: RapaGUI 2.0 released
Replies: 14
Views: 10628

Re: RapaGUI 2.0 released

Thank you for this new version!

Notify on text changes is now working again on Android, but now I get an error when creating ColGroups.

The RapaDroidTest script from the other thread doesn't start anymore and aborts with the error msg that creating the ColGroup failed.
by bitRocky
Mon Jun 21, 2021 3:25 pm
Forum: RapaGUI
Topic: TextEntry notify on "Text" doesn't work anymore on Android
Replies: 1
Views: 1513

TextEntry notify on "Text" doesn't work anymore on Android

Hi, being notified if the user changes text in a TextEntry object, seems to not work anymore on Android with the Hollywood v9 Player. Here is a short example, type something in the "Input" field, it should duplicate the text in the "Output" field, but nothing gets inserted there....
by bitRocky
Sun May 30, 2021 6:16 pm
Forum: RapaGUI
Topic: Remove a ContextMenu from a TextEntry Object
Replies: 4
Views: 2657

Re: Remove a ContextMenu from a TextEntry Object

Muchas gracias!
by bitRocky
Mon May 10, 2021 11:59 pm
Forum: RapaGUI
Topic: Remove a ContextMenu from a TextEntry Object
Replies: 4
Views: 2657

Re: Remove a ContextMenu from a TextEntry Object

Here is a little script for testing: /* * RapaGUI ContextMenu Test */ @VERSION 9,0 @REQUIRE "RapaGUI" @APPTITLE "RapaContextMenuTest" @OPTIONS {Encoding = #ENCODING_ISO8859_1} Function p_CreateMenu() If menuCreated ; how to detach the "cmenu"? ; DebugPrint("Before ...
by bitRocky
Mon May 10, 2021 4:20 pm
Forum: RapaGUI
Topic: Remove a ContextMenu from a TextEntry Object
Replies: 4
Views: 2657

Remove a ContextMenu from a TextEntry Object

Hi, I want a dynamic (created with moai.CreateObject()) Contextmenu shown for a TextEntry object. This works for the first time, but if I want to change it, I first need to detach it, said moai.FreeObject(). But how? moai.set("strObj", "ContextMenu", "(none)") Doesn't s...
by bitRocky
Sat May 01, 2021 9:16 am
Forum: RapaGUI
Topic: Crash with "Choice" object on Android
Replies: 3
Views: 2440

Re: Crash with "Choice" object on Android

It worked with HollywoodPlayer V8 which also had RapaGUI V2, I think.

But nonetheless it's IMHO a bug in the V9 player.
by bitRocky
Sat May 01, 2021 12:29 am
Forum: RapaGUI
Topic: Crash with "Choice" object on Android
Replies: 3
Views: 2440

Crash with "Choice" object on Android

Hi, this script crashes on Android (with the HollywoodPlayer) if you press the "Clear" button. It works as it should on MorphOS. It should clear the Choice object and then insert some new entries. @REQUIRE "RapaGUI" @APPTITLE "ChoiceTest" @DISPLAY {Width = 480, Height =...
by bitRocky
Wed Sep 16, 2020 7:20 pm
Forum: RapaGUI
Topic: Window Heigth not working why ?
Replies: 1
Views: 2059

Re: Window Heigth not working why ?

Because Button is not vertically resizable.
You have to add a VSpace or Rectangle object before or/and after the button..
by bitRocky
Wed Aug 12, 2020 8:39 pm
Forum: RapaGUI
Topic: HTMLview Class on Android---Pinch Zoom
Replies: 7
Views: 5301

Re: HTMLview Class on Android---Pinch Zoom

How about adding more gestures?
Like swipe left/right in PageViews?

Or is it possible to add gestures myself?