Search found 227 matches

by zylesea
Fri Jan 04, 2019 1:12 am
Forum: Showcase
Topic: PerCIMan - Person Contact and Information Manager
Replies: 18
Views: 24119

Re: PerCIMan - Person Contact and Information Manager

(...) Thank you for your reply. But as I understand your suggestions the program should rather become a generic database. But that is not my intention. There are quite some general database programs available, I doubt I could compete with them. The idea is rather to give a tailored solution for one...
by zylesea
Mon Dec 31, 2018 11:25 pm
Forum: Showcase
Topic: PerCIMan - Person Contact and Information Manager
Replies: 18
Views: 24119

PerCIMan - Person Contact and Information Manager

Here's a preview on my latest project: PerCIMan - Person Contact and Information Manager This is a program to manage contact and other information about persons. It offers information to a person's addresses (private, job, etc.), phone, email and web/social media contact, birthday, picture file. Per...
by zylesea
Mon Dec 31, 2018 11:12 pm
Forum: General programming
Topic: Android Svreenshot Utility - what's wrong with my code
Replies: 2
Views: 2844

Re: Android Svreenshot Utility - what's wrong with my code

IIRC Android above V6 does not easily allow to write to other directories than the progdir. Since a while I put all my data to progdir only (on Android). Try saving to progdir and look wheter the grab gets saved.

And for a screenshot utility I'd suggest using SaveSnapshot(f$[, mode, fmt, table]).
by zylesea
Fri Nov 23, 2018 9:05 pm
Forum: General programming
Topic: Accessing numerically indexd table inside a numerically indexed table
Replies: 2
Views: 2807

Re: Accessing numerically indexd table inside a numerically indexed table

Hi p-OS, thanks for pointing me to the right syntax. I had tried that (see example) but must have done some typing/stupid other error because it failed before. With your confirmed syntax I tried once again and - hooray - it works.
by zylesea
Thu Nov 22, 2018 11:27 pm
Forum: General programming
Topic: Accessing numerically indexd table inside a numerically indexed table
Replies: 2
Views: 2807

Accessing numerically indexd table inside a numerically indexed table

I am stuck in accessing content of a numerically indexed table within a numerically indexed table. So far from the documentaion the case is clear with name indexed tables within a numerically indexed table buts = { {x1 = 0, y1 = 0, x2 = 100, y2 = 50}, {x1 = 100, y1 = 0, x2 = 80, y2 = 50}, {x1 = 180,...
by zylesea
Mon Nov 12, 2018 3:54 pm
Forum: Announcements
Topic: RebelSDL 1.0 released
Replies: 12
Views: 20718

Re: RebelSDL 1.0 released

Sounds sweet. I guess next update will be pretty yummy!
by zylesea
Fri Oct 26, 2018 11:41 pm
Forum: APK Compiler
Topic: Gradle fails on set up
Replies: 13
Views: 14500

Re: Gradle fails on set up

You make my mouth watering. Sounds pretty sweet.
by zylesea
Fri Oct 26, 2018 10:33 pm
Forum: APK Compiler
Topic: Gradle fails on set up
Replies: 13
Views: 14500

Re: Gradle fails on set up

That's no problem because Hollywood's Android backend is currently getting an almost complete rewrite and should be much easier to maintain because more things will be done on the Java side. The current Android backend was mainly written for Android 2.3 and uses NativeActivity as its basis, which, ...
by zylesea
Fri Jun 22, 2018 12:15 am
Forum: Showcase
Topic: Hurra - ich wachse!
Replies: 8
Views: 10698

Re: Hurra - ich wachse!

Update to 2.4 (at least for Android)

- fixed a very stupid bug in V2.3 which halted the program when a new dataset was created.
- unicode-support
- 64 bit version
by zylesea
Mon Jun 18, 2018 9:28 pm
Forum: APK Compiler
Topic: Gradle fails on set up
Replies: 13
Views: 14500

Re: Gradle fails on set up

Andreas,I think you already know, but new issues by google on the horizon: from August on new apps must meet API 26 criteria (IIRC, currently the apk compiler meets API 14), updates must fullfill API 26 from November on. A kind of debatable* market force "friss oder stirb" policy... https:...