Search found 96 matches

by gilar
Sat May 08, 2021 4:11 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Update DataGrid Slow
Replies: 6
Views: 3528

Re: Update DataGrid Slow

Klaus wrote:
Sat May 08, 2021 12:57 pm
I will have some time tomorrow and will take a deeper look!
Thank you very much
by gilar
Fri May 07, 2021 7:45 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Update DataGrid Slow
Replies: 6
Views: 3528

Re: Update DataGrid Slow

Hi Klaus ... you again. Thanks for quick replay Does that mean you want to update the datagrid that often? Yes it is, you can image that this is about time record of race. I wanto to pull data from timing system and put it into dataGrid every racer/competitor will push data while he passed receiver....
by gilar
Fri May 07, 2021 6:54 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Update DataGrid Slow
Replies: 6
Views: 3528

Update DataGrid Slow

I'm creating a livecode apps with DataGrid tabele This apps connect into Timing System via TCPIP Timing system feed data (string) about 100 message / seconds and i'm planning to populate it into DatGrid I've tried in several ways: - set the dgData ... - set the dgDataOfIndex / dgDataOfIndex .... - d...
by gilar
Fri Jan 15, 2021 5:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Grab XML with Unicode to DataGrid
Replies: 3
Views: 2364

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...
by gilar
Thu Jan 14, 2021 7:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Grab XML with Unicode to DataGrid
Replies: 3
Views: 2364

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...
by gilar
Wed Dec 02, 2020 10:22 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: OpenSoundControl (OSC) in Rev?
Replies: 31
Views: 25545

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...
by gilar
Thu Nov 19, 2020 4:11 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: OpenSoundControl (OSC) in Rev?
Replies: 31
Views: 25545

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...
by gilar
Mon Nov 16, 2020 1:33 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: OpenSoundControl (OSC) in Rev?
Replies: 31
Views: 25545

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...
by gilar
Sun Nov 15, 2020 2:54 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: OpenSoundControl (OSC) in Rev?
Replies: 31
Views: 25545

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 ...
by gilar
Sat Nov 14, 2020 5:30 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: OpenSoundControl (OSC) in Rev?
Replies: 31
Views: 25545

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 ...
by gilar
Sat Oct 24, 2020 5:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid Multiline Copy, Paste
Replies: 0
Views: 7481

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...
by gilar
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: 3139

Re: [ASK] Pars JSON from API Link with Autentication and Password

Finally this solved with

Code: Select all

put "Authorization: Basic" && base64Encode("APIKEY:PASSWORD") into tHeader
   set the httpHeaders to tHeader
Hope it would be useful for somebody who has the same problem

Thanks
by gilar
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: 3139

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
by gilar
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: 3139

[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...
by gilar
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: 6504

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...

Go to advanced search