Search found 176 matches
- Tue Apr 20, 2021 12:19 pm
- Forum: RapaGUI
- Topic: Scaling the app to fit android screen
- Replies: 0
- Views: 10
Scaling the app to fit android screen
I have created this app that have two listviews in the main window. The main target for my app is for windows, but I wanted to have it available on android as well. On windows the program window is about 1280x720 size, and that looks ok on my 1920x1080 laptop screen. But on android the titlebar, lis...
- Mon Apr 19, 2021 6:28 pm
- Forum: RapaGUI
- Topic: How to align textentries (or set the column width)?
- Replies: 4
- Views: 75
Re: How to align textentries (or set the column width)?
I tried using like this in the xml file <text width="20">Etternavn</text> I am not sure what effect the width setting really is applying, or if it is supposed to be used like this. Using text without setting any width will make the text use more space than uning label. Specially at the rows with onl...
- Mon Apr 19, 2021 4:55 pm
- Forum: RapaGUI
- Topic: RaiseOnError() with RapaGUI on Latest Android Player
- Replies: 1
- Views: 46
Re: RaiseOnError() with RapaGUI on Latest Android Player
The message behind is:
Debug Output
Code: 1635
String: This error is for internal use only.
Command: WaitEvent
Line: 10
Debug Output
Code: 1635
String: This error is for internal use only.
Command: WaitEvent
Line: 10
- Sat Apr 17, 2021 7:55 pm
- Forum: RapaGUI
- Topic: Indexing sequence for textentries on Android
- Replies: 0
- Views: 29
Indexing sequence for textentries on Android
When creating an app with several textentries on screen you can use Tab to jump to next entry, and it will activate the textentries from left to right and then down to next row where it continues left to right. But on Android each textentry will be activated with the onscreen keyboard below, and the...
- Sat Apr 17, 2021 6:58 pm
- Forum: RapaGUI
- Topic: How to align textentries (or set the column width)?
- Replies: 4
- Views: 75
Re: How to align textentries (or set the column width)?
I wanted the text labels to the left to be set to a specific width, so that the next textentries would become aligned Also I wanted to set the width of the "Postnr" to a smaller width than the "Sted" Here is an image of the misaligned entries. https://amyren.info/storage/images/misaligned.png I did ...
- Sat Apr 17, 2021 1:19 pm
- Forum: RapaGUI
- Topic: How to align textentries (or set the column width)?
- Replies: 4
- Views: 75
How to align textentries (or set the column width)?
I have set up a group of 4 columns, folled by a 2 column group, and then another 4 column group. All rows starts with a label field of various widths, then a textentry. How can I get those textentries in the different column sets to get aligned? I tried by adding width="100" to some of the labels, l...
- Sat Apr 17, 2021 1:26 am
- Forum: Newbie questions
- Topic: Does Android not accept pointer change?
- Replies: 1
- Views: 75
Does Android not accept pointer change?
I made a custom pointer on a program and it works on windows, but when compiling it for Android it only show its standard pointer.
I found no mention in the mouse pointer library docs that there was an exection for android, but I wonder if the pointer can be changed under android at all?
I found no mention in the mouse pointer library docs that there was an exection for android, but I wonder if the pointer can be changed under android at all?
- Fri Apr 16, 2021 4:00 pm
- Forum: RapaGUI
- Topic: How to export and import a listview?
- Replies: 3
- Views: 117
Re: How to export and import a listview?
I just noticed that when sorting a listview it will be sortet i the visible list on screen. But when exporting it to a file, it will be in the original order as before it was sorted.
Is there a way to sort the list permanently?
Is there a way to sort the list permanently?
- Fri Apr 16, 2021 2:59 pm
- Forum: RapaGUI
- Topic: Make textentry readonly?
- Replies: 10
- Views: 773
Re: Make textentry readonly?
That comes with RapaGUI 2.0 I guess.airsoftsoftwair wrote: ↑Tue Feb 09, 2021 9:43 pmCode: Select all
- New: Added Textentry.ReadOnly [I]; if this is set to TRUE, the text in the widget won't be editable at all
Would this be the correct syntax?
Code: Select all
<textentry id="Antall" ReadOnly="true"/>
- Fri Apr 16, 2021 12:11 am
- Forum: Announcements
- Topic: Hollywood APK Compiler 3.3 and Remedios 1.1 released
- Replies: 13
- Views: 642
Re: Hollywood APK Compiler 3.3 and Remedios 1.1 released
I just got 3.4 the other day and was quite pleased already after testing and got my apk to work.
Just curious, what are these last two bugfixes?
Anyway, good work and thank you for the updates.
Just curious, what are these last two bugfixes?
Anyway, good work and thank you for the updates.