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
__
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 "Auto
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 c
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 anoth
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 t