Search found 56 matches

by gerograph
Thu Oct 30, 2025 6:05 pm
Forum: Showcase
Topic: ticklish - ToDo List
Replies: 6
Views: 517

Re: ticklish - ToDo List

fixed the link... Windows Version had a bug, so you will find at least a RC2 for Windows 64bit inside the lha archive linked above. However didn't manage to eliminate that bug on OS4 Version, because MUI sorted Listviews seem to behave different to Windows. (As well as Android does) However, I will ...
by gerograph
Sat Oct 25, 2025 7:03 pm
Forum: RapaGUI
Topic: listview/checkbox behavior Android vs. Windows and possible Solutions
Replies: 4
Views: 483

Re: listview/checkbox behavior Android vs. Windows and possible Solutions

Well, this seems to be more of a general problem.... Check out my Android Version/applet vs.the windows or amiga version: https://forums.hollywood-mal.com/viewtopic.php?p=22415#p22415 An AmigaOS or Windows listview differs between a selected item and a checked checkbox. Whereas Android can not selec...
by gerograph
Sat Oct 25, 2025 6:53 pm
Forum: Newbie questions
Topic: General approach for syncing files (not subdirs) with ftp
Replies: 0
Views: 160

General approach for syncing files (not subdirs) with ftp

Next step for my Ticklish ToDo list, is to sync the list files with a ftp server.... This post should discuss the general approach of syncing files prerequisites as of today, I donnot know much about ftp servers, network etc... simple ftp server no ssl etc... looks like hollywood core got all the ne...
by gerograph
Sat Oct 25, 2025 3:55 pm
Forum: Showcase
Topic: ticklish - ToDo List
Replies: 6
Views: 517

Re: ticklish - ToDo List

Version 1.0 Release Candidate 1 I am doing a feature freeze, therefor I call it Version 1.0. So please do some heavy betatesting. By the time of release it should be fully functional on Windows and Amiga OS4. Online Sync and Android/multiplatform is planned for Version 1.1 (see readme). For this ve...
by gerograph
Thu Oct 16, 2025 12:57 pm
Forum: Showcase
Topic: ticklish - ToDo List
Replies: 6
Views: 517

Re: ticklish - ToDo List

Here we go, you can dowload another "polished" Alpha Version, which ist quiet usable. Inside the lha archive you can find OS3, OS4 and Windows 32 and Windows 64 versions... Ticklish 0.73 Main features, as mentioned above: - Autosave - multiple lists - move items to other lists - delete lis...
by gerograph
Sat Oct 11, 2025 7:07 pm
Forum: RapaGUI
Topic: listview/checkbox behavior Android vs. Windows and possible Solutions
Replies: 4
Views: 483

Re: listview/checkbox behavior Android vs. Windows and possible Solutions

Did not try with a proper apk, just via Android hollywood player. However, I might try an "Icon" column and hope that I can get hold of Column number as well as active item through notify...which works on windows at least. That might be a workaround...
by gerograph
Sat Oct 11, 2025 7:03 pm
Forum: Showcase
Topic: ticklish - ToDo List
Replies: 6
Views: 517

Re: ticklish - ToDo List

Added a few more features (not available for Download, yet: https://geobiz.de/public_download/main.png More than one ToDo List available, in future Versions "On Hold" and "Today" will be "hardwired". "Today" will be autogenerated. You can add further ToDo lis...
by gerograph
Fri Oct 10, 2025 8:30 pm
Forum: RapaGUI
Topic: Sorting by Date in listview - best strategy?
Replies: 3
Views: 130

Re: Sorting by Date in listview - best strategy?

Okay thankyou...this (https://forums.hollywood-mal.com/viewtopic.php?p=20135#p20135) was quiet helpful*. So here is my solution: @REQUIRE "RapaGUI" @FILE 1, "sorttest.xml" moai.CreateApp(FileToString("sorttest.xml")) t = {"11.11.2025", "11.11.2027", ...
by gerograph
Fri Oct 10, 2025 1:03 pm
Forum: RapaGUI
Topic: Sorting by Date in listview - best strategy?
Replies: 3
Views: 130

Re: Sorting by Date in listview - best strategy?

@plouf
I will give that one a try....but not sure yet, how that one will work.... I'll report back
by gerograph
Fri Oct 10, 2025 10:05 am
Forum: RapaGUI
Topic: Sorting by Date in listview - best strategy?
Replies: 3
Views: 130

Sorting by Date in listview - best strategy?

Hi, it is me again :-)....next question concerning my ToDo List projekt ("ticklish"): I made 2 columns "sortable" via my xml file: <listview height="200" id="lstv_main" notify="active; LongClick; ClickColumn; SortColumn"> <column align="center&q...