Search found 93 matches
- Fri Jan 15, 2021 5:29 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Grab XML with Unicode to DataGrid
- Replies: 3
- Views: 613
Re: Grab XML with Unicode to DataGrid
Hi for every body has a same problem with me ... I solve my problem with this -- put textDecode(sXMLIDSatu,"UTF8") into sXMLID --- deccode Unicode Basic put textDecode (revXMLNodeContents(sXMLID, "/vMix_CGRundown/TAKE["&i&"]/INPUTNAME"),"UTF8") into tRunDown[i]["INPUTNAME"] put textDecode (revXMLNod...
- Thu Jan 14, 2021 7:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Grab XML with Unicode to DataGrid
- Replies: 3
- Views: 613
Grab XML with Unicode to DataGrid
Does anyone know how to grab XML data with Unicode text into DataGrid? XML file: https://drive.google.com/file/d/1aHlLyP6ByDX2p5IlWOomv6Kv2JwUeqlR/view?usp=sharing XML Preview <?xml version="1.0" encoding="UTF-8"?> <vMix_CGRundown> <Credit_Title> <Background ID="1" Wait="0" Status="false" Label="Bac...
- Wed Dec 02, 2020 10:22 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: OpenSoundControl (OSC) in Rev?
- Replies: 30
- Views: 12646
Re: OpenSoundControl (OSC) in Rev?
Gilar- Give this a try... I reworked the library to keep just the pertinent routines in the stack itself and then created a sample resolume card (click the "resolume" button to go there) that hardcodes record on/off buttons, has a text field for experimenting with sending other commands, and logs t...
- Thu Nov 19, 2020 4:11 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: OpenSoundControl (OSC) in Rev?
- Replies: 30
- Views: 12646
Re: OpenSoundControl (OSC) in Rev?
Gilar- haven't forgotten about you here. I downloaded Resolume Avenue over the weekend :shock: and have been having too much fun playing with it. :wink: Hi ... finally you installed Resolume ... so it would be more exploring. Do you think OSC could replace video file or image on a clip, like in Cas...
- Mon Nov 16, 2020 1:33 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: OpenSoundControl (OSC) in Rev?
- Replies: 30
- Views: 12646
Re: OpenSoundControl (OSC) in Rev?
No, it should be /track3/connect,i And then the value you're sending (in this case a 1) will be binary-encoded, so you won't see the actual value in your field without decoding it back again. Ok. now it like what suppoused to be. /track3/connect,i and see if that gets things working. Now it's worki...
- Sun Nov 15, 2020 2:54 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: OpenSoundControl (OSC) in Rev?
- Replies: 30
- Views: 12646
Re: OpenSoundControl (OSC) in Rev?
Well, it's been a dozen years now since I wrote this library and a good five years since I've looked at the code, I'll see what I can do... Thank you so much for coming back again on this thread .... Next, I'm assuming you changed the network address in the library (kOSCIPAddress) to the actual ip ...
- Sat Nov 14, 2020 5:30 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: OpenSoundControl (OSC) in Rev?
- Replies: 30
- Views: 12646
Re: OpenSoundControl (OSC) in Rev?
That's pretty close. Here's what I do (after adding the "libOSC" stack as a substack and making any appropriate changes to the constants that define the environment) In the card script: on openStack insert the script of stack "libOSC" into back -- now the handlers in the stack script are available ...
- Sat Oct 24, 2020 5:04 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Datagrid Multiline Copy, Paste
- Replies: 0
- Views: 1259
Datagrid Multiline Copy, Paste
I'm trying to select multi line in Datagrid then copy into memmory (local var) as an Array and paste the Array into anoter line in Datagrid its self COPY ---------------------------------------------------------- local tJumlahMultiLine local tMultiLineHilited --- (Array) on dataGrid_MultiLineHilited...
- Sat Apr 25, 2020 11:36 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: [ASK] Pars JSON from API Link with Autentication and Password
- Replies: 3
- Views: 1061
Re: [ASK] Pars JSON from API Link with Autentication and Password
Finally this solved with
Hope it would be useful for somebody who has the same problem
Thanks
Code: Select all
put "Authorization: Basic" && base64Encode("APIKEY:PASSWORD") into tHeader
set the httpHeaders to tHeader
Thanks
- Sat Mar 14, 2020 5:56 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: [ASK] Pars JSON from API Link with Autentication and Password
- Replies: 3
- Views: 1061
Re: [ASK] Pars JSON from API Link with Autentication and Password
My problem is login into API with Live code
how to put API key and Password in Livecode
I have done qith jaon
how to put API key and Password in Livecode
I have done qith jaon
- Sat Mar 14, 2020 1:55 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: [ASK] Pars JSON from API Link with Autentication and Password
- Replies: 3
- Views: 1061
[ASK] Pars JSON from API Link with Autentication and Password
Hello everybody .... I'm strugling to Pars JSON from a API link here is the link https://api.racehero.io/v1/events/3134/live/leaderboard.json This is the API documentation https://racehero.docs.apiary.io/#/authentication/0/basic-auth?mc=reference%2F0%2Fresource%2Fget-a-list-of-event-summaries-in-rev...
- Fri Feb 08, 2019 2:31 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Failed to get content from the web in Windows 10
- Replies: 12
- Views: 2915
Re: Failed to get content from the web in Windows 10
Sorry for late respond, .... here i did some experiment 1. Connect PC with Mobile Phone Data, and running livecode script ----> Still no luck 2. Try with Windows 10 on Laptop (Other Machine) in the same network - Work fine (so i guess this is Windows 10 Problem). Then i look out about Proxy ... i fo...
- Mon Feb 04, 2019 3:53 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Failed to get content from the web in Windows 10
- Replies: 12
- Views: 2915
Re: Failed to get content from the web in Windows 10
@Jacque, 15 The stack the lesson posted by default uses that url already. Selection_001.png I really suspect this has something to do with Windows, and not Lc in this case, probably a firewall, or possibly an a/v setting. Of course, if someone is actually on Win10 and can test that lessons stack ou...
- Sun Feb 03, 2019 5:04 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Failed to get content from the web in Windows 10
- Replies: 12
- Views: 2915
Re: Failed to get content from the web in Windows 10
Something is wrong with the URL. Can you post the lines of script you are using to get the content? Hi jacque ... this the code Actually it is livecode sample (it is not my code), I download it from here http://lessons.livecode.com/m/4071/l/7523-how-do-i-get-the-content-of-a-url-on-a-web-server-int...
- Sun Feb 03, 2019 8:47 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Failed to get content from the web in Windows 10
- Replies: 12
- Views: 2915
Failed to get content from the web in Windows 10
I'm following this lesson.... to get conten from the web http://lessons.livecode.com/m/4071/l/7523-how-do-i-get-the-content-of-a-url-on-a-web-server-into-livecode Download the sample of the stack Get contents of web page.livecode Open the file with Livecode 8.1 and running it. But i can not get the ...