Search found 185 matches

by evil
Mon May 05, 2025 4:40 pm
Forum: General plugin questions
Topic: hurl and formdata Limits
Replies: 9
Views: 40025

Re: hurl and formdata Limits

Thanks again!!

Just in time for my actual project!!


Best regards

Evil
by evil
Sun Jan 26, 2025 3:57 pm
Forum: General plugin questions
Topic: hurl and formdata Limits
Replies: 9
Views: 40025

Re: hurl and formdata Limits

Cool! Thanks!!
by evil
Mon Jan 13, 2025 1:21 am
Forum: General plugin questions
Topic: hurl and formdata Limits
Replies: 9
Views: 40025

Re: hurl and formdata Limits

Ok. Any plans for the release of the next update??
by evil
Tue Jan 07, 2025 2:31 pm
Forum: General plugin questions
Topic: hurl and formdata Limits
Replies: 9
Views: 40025

Re: hurl and formdata Limits

Ok. A small while later.... Here is an example snippet: @REQUIRE "hurl" p={ {name="t00", data="1"}, {name="t01", data="1"}, {name="t02", data="1"}, {name="t03", data="1"}, {name="t04", data="1&qu...
by evil
Tue Jan 07, 2025 1:58 am
Forum: General plugin questions
Topic: hurl and formdata Limits
Replies: 9
Views: 40025

Re: hurl and formdata Limits

No, I can't. It's to hugh and full of variables...
I'll try to cut it down, but that may take a while...

Might there be any Limit of arguments inside the html/php conventions??
by evil
Sun Jan 05, 2025 5:42 pm
Forum: General plugin questions
Topic: hurl and formdata Limits
Replies: 9
Views: 40025

hurl and formdata Limits

Hiho! I need to update an SQL-Table For this I use UploadFile() with a key/value pair for each row of the table. Everything works fine unless I use more than 18 name/data values inside the formdata table. Is there any restriction concerning the amount of name/data entries inside the formdata table o...
by evil
Fri Nov 08, 2024 9:20 pm
Forum: General programming
Topic: Keyboard events on android (in applet player)
Replies: 2
Views: 7824

Re: Keyboard events on android (in applet player)

I hat the same problem in Lineage.
After installing another Keyboard, this issue was gone...
by evil
Mon Apr 29, 2024 10:57 pm
Forum: General programming
Topic: "Could not allocate audio channel for this sound!" - how to fix?
Replies: 11
Views: 11571

Re: "Could not allocate audio channel for this sound!" - how to fix?

AFAIR, the console-argument
-nolegacyaudio or -legacyaudio
should be your solution!
by evil
Tue Mar 26, 2024 10:14 pm
Forum: RapaGUI
Topic: Input validation
Replies: 5
Views: 3057

Re: Input validation

Alternatively you might setup a notify on textentry.text. So you can check for an entered string and enable/disable a submit button as desired.
by evil
Fri Mar 22, 2024 2:51 pm
Forum: RapaGUI
Topic: Pick date
Replies: 5
Views: 3807

Re: Pick date

I wrote a smalll "plugin" for this purpuse. It includes the GUI, which will be created on demand, and some functions. This Main-function needs 3 arguments: The minimum and maximum dates, which are possible and a date, which should be used as default. The "plugin" opens the gui, a...