YouTube video synchronisation

2020-02-13 Thread Peter Bogdanoff via use-livecode
Hi, Along the lines of the other conversation about sync of sound and vision: Is there a way when I've loaded a YouTube page in the browser widget to capture the current time from the YouTube page video player (".html5-video-player”) as it plays? Peter Bogdanoff ArtsInteractive

Re: Synchronisation of sound and vision

2020-02-13 Thread Tom Glod via use-livecode
This would be so fun to work on, let us know what approach you used to get the job done. Good luck. On Thu, Feb 13, 2020 at 5:22 AM Ben Rubinstein via use-livecode < use-livecode@lists.runrev.com> wrote: > I held off contributing to this discussion because it sounded like > callbacks > were a

Re: revprintfield and RIGHT tabalign?

2020-02-13 Thread dunbarx--- via use-livecode
Sssh. OK. Craig -Original Message- From: Klaus major-k via use-livecode To: How to use LiveCode Cc: Klaus major-k Sent: Thu, Feb 13, 2020 3:50 pm Subject: Re: revprintfield and RIGHT tabalign? Hi Craig, > Am 13.02.2020 um 21:43 schrieb dunbarx--- via use-livecode > : > > Klaus. >

Re: curl in LiveCode

2020-02-13 Thread matthias rebbe via use-livecode
Hi again, rereading my post i noticed that the Accept... is also a header. So this a modified version of my sample script -- build header put "Key:e9242121ffd235b16f06c6e09cfd4373d18aa85d77dab4b858601051d4dd5b914ec298a3a29520ab" into pHeaders -- api key put return &

Re: curl in LiveCode

2020-02-13 Thread matthias rebbe via use-livecode
Hi, i just did a short test this works so far put "Key:e9242121ffd235b16f06c6e09cfd4373d18aa85d77dab4b858601051d4dd5b914ec298a3a29520ab" into pHeaders put tsNetGetSync("https://api.abuseipdb.com/api/v2/check?ipAddress=172.217.9.174;, pHeaders, rOutHeaders, rResult, rBytes) into tResult

curl in LiveCode

2020-02-13 Thread Andrew Bell via use-livecode
An API that I use was sunset on 2020-02-01 so I need to convert my previous stack calls from their v1 to v2 format. The original method was a simple url post but the updated method uses GET via curl. I was able to convert my calls to the new format, and can successfully get data when using

Re: revprintfield and RIGHT tabalign?

2020-02-13 Thread Klaus major-k via use-livecode
Hi Craig, > Am 13.02.2020 um 21:43 schrieb dunbarx--- via use-livecode > : > > Klaus. > I made a test stack and printed to pdf. Mine had a long string at the right > side of one line. > Everything came out fine. Mac 10.13.4, LC 9.5.1 h... :-/ > Why are you not in the forum, where it is

Re: revprintfield and RIGHT tabalign?

2020-02-13 Thread dunbarx--- via use-livecode
Klaus. I made a test stack and printed to pdf. Mine had a long string at the right side of one line. Everything came out fine. Mac 10.13.4, LC 9.5.1 Why are you not in the forum, where it is so easy to post screen shots? Craig -Original Message- From: Klaus major-k via use-livecode To:

revprintfield and RIGHT tabalign?

2020-02-13 Thread Klaus major-k via use-livecode
Hi friends, I am trying to print a field, but when it comes to a right aligned TAB things go awray in the resulting PDF/printout. LC 9.5.1, macOS 10.14.6 Please take a look here: LC field on the right, PDF on the left. At the bottom the TAB align and

Re: Synchronisation of sound and vision

2020-02-13 Thread Ben Rubinstein via use-livecode
I held off contributing to this discussion because it sounded like callbacks were a solid solution. However if that's not necessarily true it might be worth thinking about text tracks. This depends of course on what effect you want to achieve, and what platforms you're targeting. But way back