Search found 94 matches

by jassing
19 Dec 2019 18:18
Forum: User Help / Bug Reports
Topic: Hash() documentation
Replies: 2
Views: 7435

Hash() documentation

Code: Select all

hash(value, encoding, algorithm)
Calculates the hash of value using
the specified encoding (like UTF-8 or
UTF-16LE) and hashing algorithm (like
MD5 or SHA1).
"like MD5 or SHA1"

What other hashes are supported?
by jassing
19 Dec 2019 01:36
Forum: User Help / Bug Reports
Topic: Sync directory script
Replies: 9
Views: 18971

Re: Sync directory script

As pointed out, you're not using lists right. See my code as an alternate example
by jassing
18 Dec 2019 11:58
Forum: User Help / Bug Reports
Topic: Sync directory script
Replies: 9
Views: 18971

Re: Sync directory script

Always good to post actual code/flow. source_list = newList('.ttxfolder','Apk','Applications','Automagic','Kalender','Kontakte','READ-Dropsync.txt','READ-Restore.txt','Timesheet') ; target_list = newList('.ttxfolder','Apk','Applications','Automagic','Kalender','Kontakte','READ-Backups.txt','READ-Dro...
by jassing
17 Dec 2019 00:53
Forum: User Help / Bug Reports
Topic: Hide keyboard?
Replies: 1
Views: 5229

Hide keyboard?

I find that if the keyboard is displayed & the debug dialog appears, attempting to dismiss the keybaord gets rid of the dialog... So I'd like to programmatically dismiss the keyboard.

Possible?
by jassing
16 Dec 2019 18:11
Forum: User Help / Bug Reports
Topic: Read-only file system...
Replies: 3
Views: 8660

Re: Read-only file system...

Several flows are writing to that directory... Only one to this file. It's option is set to Wait...
by jassing
16 Dec 2019 13:57
Forum: User Help / Bug Reports
Topic: Speed & direction info?
Replies: 5
Views: 12336

Re: Speed & direction info?

Problems....

1 I don't need a trigger, there is no access to a compass in code, only a trigger

2 on my device, the trigger doesn't fire... Until I launch some other compass app...
by jassing
16 Dec 2019 13:30
Forum: User Help / Bug Reports
Topic: Read-only file system...
Replies: 3
Views: 8660

Read-only file system...

I have some flows and occasionally I get a Read-only file system... The flow collection shares an initialize script to ensure that they all use the same folder It's a seemingly random error Any ideas? java.io.IOException: Read-only file system at java.io.UnixFileSystem.createFileExclusively0(Native ...
by jassing
16 Dec 2019 13:25
Forum: Feature Requests
Topic: Stack in debug
Replies: 0
Views: 19589

Stack in debug

It'd be helpful if the stack trace was always included when viewing the debug window...

And... If there was a stack trace showing the blocks & decisions (true/false) that got us to that point...
by jassing
15 Dec 2019 20:27
Forum: Feature Requests
Topic: File i/o as functions. Preferably LL...
Replies: 0
Views: 19893

File i/o as functions. Preferably LL...

I find I often want write something stored in a list to a file.
If there was llfio functions, the script would be compact, simple, and easy.
by jassing
15 Dec 2019 13:52
Forum: User Help / Bug Reports
Topic: Brackets in input dialog... Why?
Replies: 3
Views: 8725

Re: Brackets in input dialog... Why?

I was taking the label "list" to mean a list object... Now you see my error.
I actually tried listformat, but missed the comma...
Again, thanks. I feel like I should pay you as a tutor!