Search found 926 matches

by bangkok
Sun May 31, 2020 2:00 am
Forum: Android Deployment
Topic: Barcode Scanner Widget issue
Replies: 5
Views: 3990

Re: Android BarCode Scanner Widgets not working

I am developing an android application that needs to read the information from a QR Code. I am using the Android Barcode Scanner widgets, it lifts the camera well inside the application but it does nothing, the barcodeDetected messages do not run. See : https://quality.livecode.com/show_bug.cgi?id=...
by bangkok
Sun May 31, 2020 1:59 am
Forum: Android Deployment
Topic: Android BarCode Scanner Widgets not working
Replies: 17
Views: 8905

Re: Android BarCode Scanner Widgets not working

Which version of LC do you use ?

A bug related to QR Code was fixed recently in LC 9.6 dp 4

Bug report here :
https://quality.livecode.com/show_bug.cgi?id=22609

So that' s the first thing to check.
by bangkok
Fri May 29, 2020 2:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Mobile scolling problem
Replies: 3
Views: 2247

Re: Mobile scolling problem

In my inital searches for a solution I could see that with commercial apps their handlers are triggered when text on the line is tapped on, rather than the following 'white space' of the line - I'm assuming that a similar action can't be handled in LC?? I hope others will join the "party". :) As fo...
by bangkok
Fri May 29, 2020 11:30 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Mobile scolling problem
Replies: 3
Views: 2247

Re: Mobile scolling problem

I had the same issue with Datagrid. Thanks to the forum, I found a way. By using the time. Short tap = scrolling Long "click" = selecting In the DG script : on mouseDown wait 600 millisecs with messages if the mouse is down then put the dgHilitedLines of me into tLine put GetDataOfLine(tLine, "id") ...
by bangkok
Fri May 29, 2020 10:52 am
Forum: Android Deployment
Topic: Barcode Scanner Widget issue
Replies: 5
Views: 3990

Re: Barcode Scanner Widget issue

giovanni_c wrote:
Fri May 29, 2020 7:38 am
set the textFont the widget "myScanner" to "(Default)"
Good tip to know !

You could edit the title of your message by adding "[SOLVED]". That will help future readers, people who peruse or do searches on the site.
by bangkok
Mon May 25, 2020 11:38 am
Forum: Internet
Topic: Get FileList on Remote PC via SFTP
Replies: 24
Views: 16267

Re: Get FileList on Remote PC via SFTP

@Michael Tried the sample stack here also with my Synology NAS. Same result. Upload / Download works, file listing not. I confirm. But it's twisted. the Dir list works fine (with the URL provided in the stack)... on LC Indy 8.1.10 ! But fails on LC Indy 9.6 rc2 and LC Indy 9.5.1. Tested on both Mac...
by bangkok
Mon May 25, 2020 9:03 am
Forum: Internet
Topic: Get FileList on Remote PC via SFTP
Replies: 24
Views: 16267

Re: Get FileList on Remote PC via SFTP

Have a look a this sample stack, written by the creator... of tsNet.

https://downloads.techstrategies.com.au ... k.livecode

There are 4 buttons for you :
"SFTP Dir List Example"

"SFTP Delete Example""
"SFTP Upload Example"
"SFTP Download Example
by bangkok
Sun May 24, 2020 2:41 am
Forum: Internet
Topic: How to make a PUT command [Solved]
Replies: 5
Views: 4642

Re: How to make a PUT command

Regarding PUT I found a message from Charles (the creator of tsNet) : " You can use the tsNetCustom* functions to issue any HTTP(S) request type you require (including PATCH and PUT). The tsNetUpload* functions are also effectively just a PUT request when using the HTTP(S) protocols. " So I guess, t...
by bangkok
Fri May 22, 2020 8:48 am
Forum: Mac OS
Topic: "Adding ad-hoc signature failed with error" [SOLVED]
Replies: 5
Views: 6044

Re: "Adding ad-hoc signature failed with error"

Solved.

Following Panos advice :

"opening a terminal and type:

sudo xcode-select --install
"

Fixed the issue.
by bangkok
Thu May 21, 2020 7:01 pm
Forum: Mac OS
Topic: "Adding ad-hoc signature failed with error" [SOLVED]
Replies: 5
Views: 6044

Re: "Adding ad-hoc signature failed with error"

I just made a stack with a single button and ran off a standalone for Mac-64 on MacOS 10.15.5 beta 4 using 9.6.0 rc 2 and had no problems at all. I opened a ticket, because with LC Indy 9.6 dp4... it's okay. The standalone for MacOS is created correctly. But 9.6 rc2 and 9.6 rc1 (i've tried this one...
by bangkok
Thu May 21, 2020 3:12 pm
Forum: Mac OS
Topic: "Adding ad-hoc signature failed with error" [SOLVED]
Replies: 5
Views: 6044

"Adding ad-hoc signature failed with error" [SOLVED]

MacBook Air with Catalina 10.15.4 LC Indy 9.6 rc 2 A simple stack with one button, compiled for MacOS X 64 bits gives a long error msg (see screen). So is it a bug with LC Indy 9.6 rc 2 ? Or do I miss something ? I've tried with LC Indy 9.5.1. It works. I can create the standalone for "MacOS X 64 bi...
by bangkok
Thu May 21, 2020 10:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: is "load url" TCP or UDP? also tsNet
Replies: 15
Views: 6735

Re: is "load url" TCP or UDP? also tsNet

Speaking about tsNet... Do you know that LC 9.6 (rc2 now) is shipped with tsNet 1.40 (if you check, LC 9.5.1 came with version 1.39, and LC 8.1.0 with 1.35) And tsNet 1.40 brings a truckload of new parameters . An example here, with the command tsNetUploadFile... https://www.techstrategies.com.au/ts...
by bangkok
Fri May 15, 2020 11:43 am
Forum: Databases
Topic: SQLite Database BLOB is identified as STRING
Replies: 3
Views: 6009

Re: SQLite Database BLOB is identified as STRING

Keep it simple. And start without a recordset. But a plain and square query. on test local tQuery, tRecordSet, tImage, tResult, tID , tTypes -- some variables to aid in debugging set the defaultFolder to specialFolderPath("resources") -- place the database file beside the stack put revOpenDatabase("...
by bangkok
Sun May 10, 2020 6:30 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Encryption and SQLite
Replies: 13
Views: 9869

Re: Encryption and SQLite

Thanks for taking a look and thanks for the reference to sqliteonline.com. If everything 'is normal' as you say then can I expect to be able to retrieve encrypted data from the database and, as long as I know the cipher and the cipherKey, I should be able to decrypt it back to the original source? ...
by bangkok
Sun May 10, 2020 2:39 pm
Forum: CGIs and the Server
Topic: LC server install on a shared host without root
Replies: 23
Views: 14577

Re: LC server install on a shared host without root

allinkl.com costs 4,95 euros per month, right ?

No need to increase your blood pressure.

Have a look at :
https://www.hostm.com

3,95 USD per month.

And... LC Server... in standard. Pre-installed.

Works like a charm. Nothing to do. :)

Go to advanced search