Bill
I get what you mean by both quirky and the need for other skills. I’m gradually
going through the code to remove the quirkiness but I’m doing this while also
trying to develop the solution for our clients. In the process I will also
either eliminate the need for learning the ‘other skills’
Sean:
It looks really nice If HTML5 deployment didn’t look so quirky and require such
a variety of other than livecode skills, I’d give it a try. I hope it will
mature before I get too old to care.
Bill
William A. Prothero
https://earthlearningsolutions.org
___
Glad to hear it.
But it was from the website that I could not find the version you mentioned.
Doesn't matter, though.
Craig
-Original Message-
From: Bob Sneidar via use-livecode
To: How to use LiveCode
Cc: Bob Sneidar
Sent: Mon, Mar 23, 2020 3:56 pm
Subject: Re: Can't download 6.3.1
Okay so downloading from the updater failed twice. Going to the website and
downloading from there succeeded.
Bob S
> On Mar 23, 2020, at 12:28 PM, Bob Sneidar via use-livecode
> wrote:
>
> Sorry 9.6 dp3 brain fart
>
>> On Mar 23, 2020, at 12:24 PM, dunbarx--- via use-livecode
>> wrote:
Sorry 9.6 dp3 brain fart
> On Mar 23, 2020, at 12:24 PM, dunbarx--- via use-livecode
> wrote:
>
> Bob.
> 6.1.3?
> I do not see 6.3.1 as an option.
> Craig
>
>
> -Original Message-
> From: Bob Sneidar via use-livecode
> To: How to use LiveCode
> Cc: Bob Sneidar
> Sent: Mon, Mar 23,
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 #218 here: https://bit.ly/2xhU4g7
This is a weekly newsletter about LiveCode, focussing on what's been
going on in and around
Bob.
6.1.3?
I do not see 6.3.1 as an option.
Craig
-Original Message-
From: Bob Sneidar via use-livecode
To: How to use LiveCode
Cc: Bob Sneidar
Sent: Mon, Mar 23, 2020 2:14 pm
Subject: Can't download 6.3.1
I am getting Error downloading Livecode 6.3.1. It gets all the way through the
I am getting Error downloading Livecode 6.3.1. It gets all the way through the
download then throws the error.
Bob S
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscript
On 2020-03-23 18:02, Bob Sneidar via use-livecode wrote:
Ahh hah hah! That’s funny. I can’t even write a snippet without
debugging it! :-)
Debugging is just a means to discover the assumptions you made which
were invalid! ;)
Warmest Regards,
Mark.
--
Mark Waddingham ~ m...@livecode.com ~ h
Ahh hah hah! That’s funny. I can’t even write a snippet without debugging it!
:-)
Bob S
> On Mar 23, 2020, at 11:01 AM, Mark Waddingham via use-livecode
> wrote:
>
> On 2020-03-23 17:49, Pi Digital via use-livecode wrote:
>> Hey, are you insinuating my code is flawed!?! :-o
>> The cheek of i
On 2020-03-23 17:49, Pi Digital via use-livecode wrote:
Hey, are you insinuating my code is flawed!?! :-o
The cheek of it! ;)
Lol - well we all write flawed code from time to time...
More often though we write code which is perfect but based on
assumptions we didn't realize could be invalid (
Hey, are you insinuating my code is flawed!?! :-o
The cheek of it! ;)
Sean Cole
Pi Digital
.
>
> I'd perhaps suggest that something isn't a workaround if the original
> approach was flawed (however irksome the more code it requires might be!) ;)
>
> Warmest Regards,
>
> Mark.
>
> --
> Mark
On 2020-03-23 17:14, Pi Digital via use-livecode wrote:
Finding the first unseen UID though seems to be the next issue I’m
going to have to overcome. A never ending stream of workarounds.
Well, unfortunately, this is a bug in cURL as far as we can see - its
been there for 6 years and no-one ha
Thanks Brian and Mark
A combination may well help.
I am not for this project needing ALL but have been using UNSEEN. The mailboxes
we are referencing have around 100-1200 emails coming in from O2 every morning
at 4am. These then get processed at 5am to update their databases. I will have
to f
Thanks Colin. That’s definitely helpful. From that I discern that it is
something in your code from the point where the first ‘on openCard’ happens to
the next openCard. An excellent method I use in these cases are to create
messages to the JS console in Chrome by using something like this:
on
On 2020-03-23 15:21, Pi Digital via use-livecode wrote:
Thanks Mark, your input here is appreciated.
This reply in that forum wasn’t helpful, was it
> Known bug #90 was reported in 2014. However it still occurs in 2019. Does
> anybody know how to overcome this situation?
Yes: by fixing the co
The simple test worked, but the missing file errors still showed up.
I will try some old fashioned answer “hello” lines in the stack scripts, to see
how far the real stack is getting.
> On Mar 23, 2020, at 9:53 AM, Pi Digital via use-livecode
> wrote:
>
> You shouldn’t need the stdio.html fi
Does ‘STATUS INBOX (UNSEEN)’ give the proper count reliably? (Would actually
need to use MESSAGES though to page through the whole inbox, but you could stop
paging once all we’re found.)
If so, ranges are just specified with a : so you could use the sequence numbers
to get the UIDs (1:100 then
I deselect everything in standalone application settings except for HTML5. I
choose Save as Standalone Application, and when it is done I copy the files
into a folder inside my home / Sites folder. I do rename the html to index.html
because another approach I was trying required there to be an i
You shouldn’t need the stdio.html file at all. It is a placeholder effectively
for some other command you are referencing.
Again, both using community and Indy and html5deployment versions I have no
issue with 404 errors like this. So it’s likely something in your setup. So a
step-by-step guid
stdio.h is file I/O, and I have copies of that in Unity. The missing file is
stdio.html, not sure what that is, but maybe a JavaScript variation of the C
header file.
I have Indy installed now, and am trying to retrieve my license to give that a
go.
> On Mar 22, 2020, at 5:59 PM, Pi Digital v
Hi
For these sort of errors in my code, while testing, I have them set in
try...end try catchers and catch the error message. This gets output to a log
which helps me see the message path taken to the error so I can pinpoint where
the message was interrupted. This is especially useful for do ..
Thanks Mark, your input here is appreciated.
This reply in that forum wasn’t helpful, was it
>
> > Known bug #90 was reported in 2014. However it still occurs in 2019. Does
> > anybody know how to overcome this situation?
>
> Yes: by fixing the code!
>
In the thread it talks of pagination (
On 2020-03-23 11:39, Pi Digital via use-livecode wrote:
No, same thing unfortunately. Even ALL has the issue. According to an
old bug report that has sat for an age untouched it is a known issue
in the ood curl lib they are using. At the rate they are currently
dealing with bugs for fundamental o
No, same thing unfortunately. Even ALL has the issue. According to an old bug
report that has sat for an age untouched it is a known issue in the ood curl
lib they are using. At the rate they are currently dealing with bugs for
fundamental operations we might see a fix in about a year or two (or
Hi Sean,
For your particular issue, does using “SEARCH UNSEEN” instead of “UID SEARCH
NOT SEEN” provide the results you are looking for?
Regards,
Charles
> On 21 Mar 2020, at 3:10 am, Pi Digital via use-livecode
> wrote:
>
> Thanks Bob
>
> Yeah, I actually already have something like that.
26 matches
Mail list logo