Scott.
I looked at the source of stack "revSaveAsAndroidStandalone" and it looks like
it failed at line 1067 or 1069 (9.6.1). As JLM said this appears that the
keystore your referencing does not hold the alias your entering. Everything
after "There was an error while saving the standalone appli
Hi all,
Read about new developments in LiveCode open source and the open source
community in today's edition of the "This Week in LiveCode" newsletter!
Read issue #249 here: http://bit.ly/3pgIHuq
This is a weekly newsletter about LiveCode, focussing on what's been
going on in and around
Thanks Ralph!
> On Dec 21, 2020, at 7:24 AM, Ralph DiMola via use-livecode
> wrote:
>
> Scott.
>
> I looked at the source of stack "revSaveAsAndroidStandalone" and it looks
> like it failed at line 1067 or 1069 (9.6.1). As JLM said this appears that
> the keystore your referencing does not
Hello All,
I used edit the script of stack “revSaveAsAndroidStandalone”in the
message box and tried putting a breakpoint in at that spot (and several
others) but it isn’t triggering. This inside the handler:
private command revSaveAsMobileStandaloneMain
I’m not sure that I’ve ever d
Hello Scott,
When adding breakpoints in IDE scripts, you also need to do (in the msg
box):
put true into gRevDevelopment
otherwise breakpoints won't be respected.
Kind regards,
Panos
--
On Tue, 22 Dec 2020 at 02:20, scott--- via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Hello All