Re: Background Long IDs

2018-05-05 Thread Mark Wieder via use-livecode
On 05/05/2018 05:37 PM, Brian Milby via use-livecode wrote: put the long id of background ID tObjectID of tStackLongID into tObjectLongID What do you get if you instead try put the long id of control ID tObjectID of tStackLongID into tObjectLongID -- Mark Wieder ahsoftw...@gmail.com

Background Long IDs

2018-05-05 Thread Brian Milby via use-livecode
I'm working on a script exporter and have the following line of code: put the long id of background ID tObjectID of tStackLongID into tObjectLongID What is peculiar is that I get the following different values: bkgnd id 1021 of stack "AutoScriptSaver" group id 1021 of card id 1025 of stack

Re: Has Anyone Got A Directory "Walker" Available

2018-05-05 Thread Alex Tweedly via use-livecode
On 05/05/2018 01:29, Richard Gaskin via use-livecode wrote: How does recursion impair performance so significantly? In general, there's significant work involved in a function or handler call and return - you need to establish a new context for locals, copy or calculate, parameters, etc.  My

Re: TSNet updated to include PUT and PATCH

2018-05-05 Thread Dan Brown via use-livecode
I wish we had gRPC for communicating with firebase / cloud Firestone, would be so much easier On Sat, 5 May 2018, 22:20 ivara via use-livecode, < use-livecode@lists.runrev.com> wrote: > Hello, > > Glad i finally found some information about PUT in a html method (not the > put something into

Re: TSNet updated to include PUT and PATCH

2018-05-05 Thread ivara via use-livecode
Hello, Glad i finally found some information about PUT in a html method (not the put something into another object). The current challange: -> Working with a solution that requires me to write a desktop / app that communicates with REST API. -> POST is the starting point, and the values sent