Thanks again!!
Just in time for my actual project!!
Best regards
Evil
Search found 185 matches
- Mon May 05, 2025 4:40 pm
- Forum: General plugin questions
- Topic: hurl and formdata Limits
- Replies: 9
- Views: 40025
- 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!!
- 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??
- 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...
- 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??
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??
- 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...
- 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...
After installing another Keyboard, this issue was gone...
- 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!
-nolegacyaudio or -legacyaudio
should be your solution!
- 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.
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...