There is a better way to do this using LCB. If you don’t mind waiting I can
pull something up. I’m out of office at the moment so can’t get to my files.
Sean Cole
Pi Digital Productions Ltd
eMail Ts & Cs
> On 18 May 2022, at 09:40, William de Smet via use-livecode
> wrote:
>
> Hi there,
Fantastic :D
Sean
> On 12 Apr 2022, at 19:24, Klaus major-k via use-livecode
> wrote:
>
> he wrote:
> Cannot say anything to this issue, but must confuse the list or I will
> lose my good reputation otherwise.
>
> :-D :-D :-D
>
On Apr 11, 2022, at 11:00 , Richmond Mathewson via
A very warm welcome to you, Guillaume. You will find everyone really helpful
here.
Sean Cole
Pi Digital Productions Ltd
eMail Ts & Cs
> On 30 Mar 2022, at 16:06, Bob Sneidar via use-livecode
> wrote:
>
> You will find it to be a USE list (emphasis on USEful.)
>
> Bob S
>
>
>> On Mar
I usually test this by using
put the milliseconds into tMs
…loop code…
put the milliseconds - tMs
This shows me a record of how long that loop took and helps me narrow down
where the slow downs are occurring. You can do it within the loop too and keep
a record for each iteration and see if it
Hi there Scott.
https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/adaptivity-and-layout/
Layout Guides and Safe Areas
That will explain the safe areas as defined by Apple and implemented in the
library.
Sean Cole
Pi Digital Productions Ltd
eMail Ts & Cs
> On
It’s so frustrating because I just spent the last week making my own widget to
make bar and pi charts. LOL! Now it feels like a futile gesture with something
far superior ‘just around the corner’. Your teams have done a really good job
of making them.
I’ll get back to making more futile tools
is what changes
the visible state of the widget. If you are doing this with a standard radio
button, the same principle applies.
Sean Cole
Pi Digital
eMail Ts & Cs
> On 15 Feb 2022, at 23:40, Pi Digital via use-livecode
> wrote:
>
> When the user clicks on the toggle, do
When the user clicks on the toggle, do you have script that is overwriting the
dgData or dgText and then invoking a redraw of the form? Or are you only
changing the state of the graphic? Ideally you want to change the data and
allow it to redraw the grid again.
I’m coding the same myself at
Hi Mark
This is really useful to know. Thanks for all your testing and research.
Just a note about what iPhoneSafeAreaInsets is for. It returns the number of
pixels from the top (the second item, 47 in your case) to allow for the top
notch and from the bottom (4th item, 34) to allow for the
V0.99 - I love it!! :)
We’ll done Tom. I’ll be in touch very soon. This sounds perfect for something
I’m working on right now.
All the best
Sean Cole
Pi Digital Productions Ltd
> On 5 Jan 2022, at 18:48, Tom Glod via use-livecode
> wrote:
>
> Hello Everyone,
>
>
> Today I am happy to
I’m refitting the bathroom and laying new carpet in the upstairs hallway, so
have Hol Dom Dues too ;)
Arduino will be basically the same as any other IO with the added benefit that
you have control over the controller by your own Arduino coding.
There is a difference in approach for PC vs Mac.
For Android and iOS, use WiFi and sockets. This is just as quick and easy.
Sean Cole
Pi Digital Productions Ltd
eMail Ts & Cs
> On 22 Dec 2021, at 10:24, General 2018 via use-livecode
> wrote:
>
> Just need this capability on Android - please Livecode
>
> Regards Camm
>
>> On 22 Dec
> I will donate "aluminium" for them. I don't know where they got that.
Sir Humphry Davy, the same one responsible for the confusion in the term/name.
So, the same place as our American cousins.
> Oh, and don't forget Wales. They only have one sorta vowel, "y", and they
> make do with
It’s not a bug. It’s a feature. And a welcome one, too. We just have to handle
it differently to the way it is for CSVs and DB records.
Sean
> On 25 Oct 2021, at 15:56, Paul Dupuis via use-livecode
> wrote:
>
> On 10/25/2021 10:46 AM, Mike Kerner via use-livecode wrote:
>> I'm glad we
> On 25 Oct 2021, at 14:54, Richmond via use-livecode:
> genuine criticisms
Every word!
‘Extremely intemperate’, maybe, but not without cause. Or, indeed,
unconsidered. I had held off from commenting at all (to a number of posts in
fact) while I considered my take on it.
Sometimes a bit of
I would if I could, Bob.
I seriously would if I could!
Sigh.
Sean
> On 24 Oct 2021, at 02:51, Bob Sneidar wrote:
>
> If Sean doesn’t like the product, he is certainly within his rights to
> cancel his subscription and cut off all associations.
Thanks, Richmond Mathewson, for your review from your perspective.
I’m sure anyone else here not a ‘bottom feeder’ could enlighten you to the
points I made to better ‘educate’ you. I’m too ‘ill’ to respond myself.
Sigh
Sean
> On 23 Oct 2021, at 17:45, Richmond via use-livecode
> wrote:
>
>> never conciously
>
> I've tried that excuse but my wife never buys it. ;)
>
My wife and I have an agreement that ‘if it isn’t written down, it never
happened’. We never wrote the agreement down though, so…
Sean
___
use-livecode mailing list
> Come on, how should Matthias know?
He won’t. Heather might. Obviously
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
Where do you opt in or out. I never consciously did so
Sean Cole
Pi Digital Productions Ltd
eMail Ts & Cs
> On 22 Oct 2021, at 09:15, Heather Laine via use-livecode
> wrote:
>
> Hi Sean,
>
> You didn't get the survey because you have opted out from receiving our
> surveys. This is not
> On 8 Oct 2021, at 16:08, J. Landman Gay via use-livecode
> wrote:
>
> Actually I never quit LC. I duplicate the file in Finder and then rename the
> one I was working on, which is still open in memory.
>
> I don't often use Save As but when I do I don't see a second copy of the
> stack.
On 7 Oct 2021, at 17:28, Mark Waddingham via use-livecode
wrote:
>
> So the first thing to ask is, is the recipe as simple as:
>
> 1) Select stack you want to 'Save As'
> 2) File > Save As
> 3) Give a different name and Save
> 4) Duplicate name Save/Purge/Cancel dialog appears?
>
> Or is
> On 7 Oct 2021, at 15:49, Mark Waddingham via use-livecode
> wrote:
>
> Indeed, is this a multi-stack system which you are working on? Is there a way
> your code (which is being triggered somehow after save) is referencing the
> stack you just saved as, by its original filename?
It is a
> On 7 Oct 2021, at 15:38, Mark Waddingham via use-livecode
> wrote:
>
> So the looping problem here lies somewhere in the process removing the
> existing stack from memory / saving it.
Like what, for example?
Thanks.
___
use-livecode mailing
Hi Mark (both :) )
Thanks for your explanation. Very thorough.
What I don’t understand is why the engine needs to delete the old reference
(weak handle) when invoking a ‘save as’. Is it not just a matter of resaving
you a new location and making the pointer to the storage device for that
> On 7 Oct 2021, at 05:49, J. Landman Gay wrote:
>
> In the larger picture, what would you address first:
Firstly the fundamentals
Closely followed by UX
These are the foundation upon which ALL software AND hardware are based.
Without them everything else is a waste.
Sure, a wheel can have
Hi
Probably best if you go back to bed, Curry. You’re too unwell to read my Full
report (a whole stream of specific bug reports with duplicates and fixes and
reprisals) or notice how Lng the email was you wrote regarding the bugs
you’d found. A bit more than two lines.
Stop getting ratty
; On Sep 22, 2021, at 7:29 AM, Pi Digital via use-livecode
>> wrote:
>>
>> Have you logged these on the quality site? I didn’t see them when doing my
>> research.
>>
>> Sean Cole
>> Pi Digital Productions Ltd
>>
>> eMail Ts &a
Have you logged these on the quality site? I didn’t see them when doing my
research.
Sean Cole
Pi Digital Productions Ltd
eMail Ts & Cs
> On 22 Sep 2021, at 14:08, Curry Kenworthy via use-livecode
> wrote:
>
>
> Me:
>
> > Separate LC 9 SE Bugs we have, or had:
>
> "- Performance and
> Licensing emails are going out,
Did everyone else receive theirs? I still haven’t heard anything. I wasn’t
going to push or be impatient but it’s been on my mind. Just wondering if I
somehow got forgotten or they at just struggling to get through the tens of
paying users.
Sean Cole
Pi
ode
> wrote:
>
> Hi Sean,
>
> Why don’t you just email them a spreadsheet or a .csv file,
> let them open it. and they can copy and paste whatever they want
> into their own spreadsheet?
>
> Rick
>
>
>> On Sep 8, 2021, at 10:43 PM, Pi Digital via use-livecode
st send
> an image of it? Create a screenshot of the table and email it.
> Are you trying to send just one or a lot of them over a period of time?
>
> Rick
>
>> On Sep 8, 2021, at 3:42 PM, Pi Digital via use-livecode
>> wrote:
>>
>> I just wanted a simple way
Me too, Bob. Same sort of scenario. It should just deal with them.
It looks like I may end up with a mix of Mark’s and Rick’s suggestions. Maybe
just html that bit.
Sean Cole
Pi Digital Productions Ltd
eMail Ts & Cs
> On 8 Sep 2021, at 18:09, Bob Sneidar via use-livecode
> wrote:
>
> I
I just wanted a simple way of showing it without all the extra coding
rigmarole. Especially in html.
Sean Cole
Pi Digital Productions Ltd
eMail Ts & Cs
> On 8 Sep 2021, at 17:41, Rick Harrison via use-livecode
> wrote:
>
> Hi Sean,
>
> So you want the receiver of your emailed table to
Thanks Mark
I will take a look
Sean Cole
Pi Digital Productions Ltd
eMail Ts & Cs
> On 8 Sep 2021, at 16:28, Mark Waddingham via use-livecode
> wrote:
>
> On 2021-09-08 11:02, Sean Cole (Pi) via use-livecode wrote:
>> Hi all
>> I'm trying to use the MIME encoder to send an email with a
Peace to all at this difficult time.
My working structure doesn’t seem to fit in with the new ‘model’ that LiveCode
have imposed on us earlier this week. I understand their need to change and up
their methodology. And I’m sure their model probably does fit the vast majority
of LC users and
Rick has brought to mind an interesting point about the new pricing model. It’s
one that I think of occasionally. Currently and in the new model we pay for
each deployment. But it’s a bit odd. Surely what we should be paying for is the
Core engine and then smaller amounts for each deployment
You will still be able to use the current Community Edition. It just won’t get
updated any further or receive support from LCLtd.
You are welcome for the fish.
Sean Cole
Pi Digital Productions Ltd
eMail Ts & Cs
> On 2 Sep 2021, at 09:38, Bernard Devlin via use-livecode
> wrote:
>
>
The main website is undergoing maintenance at the moment so this may have
caused an interruption.
Sean
Pi
> On 31 Aug 2021, at 16:13, Paul Dupuis via use-livecode
> wrote:
>
> Apparently only temporary as now the license server is back and responding.
>
>
>> On 8/31/2021 10:57 AM, Paul
Is good news. EA won. This is great for us that also work on Unreal Engine.
Back on the Mac for v5 hopefully.
Sean Cole
Pi Digital Productions Ltd
eMail Ts & Cs
> On 27 Aug 2021, at 20:02, Stephen Barncard via use-livecode
> wrote:
>
> Does this actually level the playing field; or is it
I’ve still not been able to make any headway with getting oAuth to work for
DocuSign. Anyone have any ideas?
Sean
> On 9 Jun 2021, at 20:31, Pi Digital via use-livecode
> wrote:
>
> Yep, exactly. So that is where DocuSign should send back a redirect that is
> picked up b
Yep, exactly. So that is where DocuSign should send back a redirect that is
picked up by the oAuth2 LC library. From there it should continue with the LC
code. But the only way out at the moment is to press Cancel.
I think the red message is not relevant as it always seems to be there.
What
Hi Paul.
Your field numbers will not be the same as layer numbers if anything else is in
a layer between or before them.
The better indicator would be
If word 7 of X = the number of fld “Address” then
That will do what you are thinking I believe.
Sean
> On 5 Jun 2021, at 19:12, Paul
Hi All
This has been a bit of a mind bender, mainly because in a test stack it works
just fine, but...
Has anyone ever had problems with something like this:
on myHandle
— ...some code
Set the dgData of grp “myDG” to tDataA
Put the dgText of grp “myDG” into tDataS
— tDataS returns empty
—
Hi Ludovic
Do you get this one?
Sean Cole
Pi Digital
> On 10 Feb 2021, at 19:43, Ludovic THEBAULT via use-livecode
> wrote:
>
> I can send but I don't receive anything!
>
> You can see the list here :
> http://lists.runrev.com/pipermail/use-livecode/2021-February/date.html
>
It’s been confirmed to be a regression in RC2 and should be fixed in RC3
Sean Cole
Pi Digital
> On 8 Feb 2021, at 16:15, ELS Prothero via use-livecode
> wrote:
>
> Folks,
> I get effects in Apple’s Big Sur when I use v9.6.1 in Livecode. But
> 9.6.2(rc2) fails. It’s not the Mac OS.
Thanks Monte
That’ll point me in the right direction.
I only put Ali in there because he was in the ‘blame’ list on GitHub. I figured
he might know a little about it’s innards as he’d worked on it a couple of
times.
As I’d not got a reply I’d bumbled my way around and gave it a play based on
What about using ‘lock screen’? Then go card. For preopen it ‘shouldn’t’ make a
difference but I have found this to be a cause for stammering in the past.
Don’t bother putting an ‘unlock screen’ at the end of the preopencard or
opencard as it will unlock itself at the end of the open sequence
Ah, i see your POV now. You distinguish a difference between ‘runs on’ and
‘deploys on’. Where as I infer that there is no difference and that ‘supports’
is as ‘system requirements’ or ‘supported systems’.
The document is aimed at users of Livecode who, of course are developers but,
are also
It’s this kind of rhetoric that drive me to madness and then getting a used of
being abusive as I defend what I’ve said. Richard, there is no need as you
have clearly misinterpreted practically everything I said in an effort to get
some kind of oneupmanship.
>> On 16 Dec 2020, at 01:00,
inux
> window manager (e.g. Cinnamon).
>
> Hope this helps,
> Panos
> --
>
>> On Tue, 15 Dec 2020 at 10:42, Pi Digital via use-livecode <
>> use-livecode@lists.runrev.com> wrote:
>>
>>
>>> On 15 Dec 2020, at 02:52, Richard Gaskin via use-
But that does not seem to correlate to the way it is for MacOS or Win. Are you
saying they compile from all of those versions of MacOS and Win they reference
to supporting.
This is a very odd use of semantics.
When reading about LiveCode support, to me it doesn’t matter if it is LC Ltd or
> On 15 Dec 2020, at 02:52, Richard Gaskin via use-livecode
> wrote:
>
> As Mark Weider noted, the "official" support is merely a reflection of their
> build system, and it relies on a version of Ubuntu still actively getting
> security updates.
That doesn’t seem to be stated or inferred in
Thanks all. These insights are useful. Hery’s explanation of their choice to
move to Debian provides a good argument. I had just tried Ubuntu 20.04 in a
parallels virtual machine and my server app worked ok. I will try a Debian
build too. I wonder why LC don’t state support for later Ubuntu,
That’s a possibility. Interesting. I’ll give it a go when I’m more awake.
Thanks Richard
Sean Cole
Pi Digital
> On 4 Dec 2020, at 06:16, Richard Gaskin via use-livecode
> wrote:
>
> Sean Cole wrote:
>> I've got a CentOS7 server that I am printing reports from as PDFs. No
>> matter which
Hi
I’ve been getting weird errors in MacOS (Catalina 10.15.7) where LC is saying
there is a script error in a data grid of the startup window and also the
script editor is not opening at all from any stack card or object. So I’ve
decided to delete and reload LC. But the download is taking
It’s a great idea. How do you propose it be handled? Assuming this is a build
based on the current system it will likely have to be compiled in Linux as the
obvious choice. Do we have anyone with the appropriate skills in coding C to
look into the various server platforms to be compiled for?
rrent commercial license? If so, maybe Support is willing to
> give you a license for the old 5.x.
>
> Regards,
> Matthias
>
>
>> Am 23.10.2020 um 11:47 schrieb Pi Digital via use-livecode
>> :
>>
>> Hi
>>
>> Is there any way I can get Lc5
Hi
Is there any way I can get Lc5.0.2 unlocked to Enterprise level just so I can
get this ssl https revdb behind me so our clients don’t all go running before
we upgrade the code to v9.x. I’m truly at a loss.
Sean Cole
Pi Digital
> On 23 Oct 2020, at 05:48, Sean Cole (Pi) wrote:
>
>
>
Yes. But have you seen how it has to get turned on. I have trouble enough with
IT departments not wanting to install our software let alone ask them to go
through the hassle of setting curl up on all of their clients desktops. This
whole ssl https mySQL security thing came about because an IT
wrote:
>
> You've just hijacked someone's thread...you said something last time. It's
> now a totally different subject.
> But nevertheless I total agree with what you just said.
>
> Op wo 21 okt. 2020 17:46 schreef Pi Digital via use-livecode <
> use-livecode@lists.runrev.
It’s not listed in LC5.0.2 dictionary so I arseumed it wasn’t implemented in
that version.
But I tried it. It made no difference at all. Either set to true or false. Even
the call to put url https://google.com came back with error socket closed.
Http works. Https does not. It is locked out
Hi bill
Even a call to https://google.com returns the same error. It’s https it does
not like. As mentioned, in LC9 it works perfectly. LC5.0.2 won’t let me access
https because LC locked out that for enterprise users only. So basically, I
screwed! Again!
Sean Cole
Pi Digital
> On 23 Oct
Maybe that’s what we can all contribute. Get assigned a section of the guide
and rewrite it. Submit, revise and add to the guide.
And rewrite a better built in guide viewer. One that is searchable at the very
least. And doesn’t take an age to load each section.
Sean Cole
Pi Digital
> On 21
I’m going to chime in, not to discredit anyone else or their comments, only to
voice a reason I personally feel is far more needed and worthwhile.
Before any of what has been suggested being carried out, as lovely as it all
would be, getting the dictionary and the guide usable and
I was actually trying to look at the sslcypher tag. Wanted to see if it thought
the server was enabled for it and if the certs would work. But there was no way
of telling using revdb if the certs were wrong, if the server was set or
anything. No one was able to tell me how to find out and was
> the request string and executes it. The return from the DB is then returned
>> to our standalone.
>>
>> Another way would be to use an LC server api HostM is providing for free.
>> https://www.hostm.com/tutorials/livecode/api-mariadb-mysql
>>
>>
>> R
Thanks Mark
As I thought. Might as well have a server app that does the talking to the
database.
Sean Cole
Pi Digital
> On 16 Oct 2020, at 11:33, Mark Waddingham via use-livecode
> wrote:
>
> On 2020-10-16 10:51, matthias rebbe via use-livecode wrote:
>> Hi Sean,
>> there was a discussion
Hi
I’ve found myself out of my depth and in need of advice.
We have a cPanel webspace with mySQL running on a phpMyAdmin layer within the
cPanel setup. Communicating with it from LC has been a breeze. However, doing a
traffic scan we noticed that our queries and responses from the database are
Except Black
... and white.
> On 7 Sep 2020, at 18:16, Roger Guay via use-livecode
> wrote:
>
> … and reminding me yet again that most things are never black or white!
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit
nd mouseUp
>
> Pi Digital wrote:
>
>I’ll try that again::
>
># I’m going to assume this was a hiccup too and now fixed:
> set the filename of img “slideimage” to (item 1 to -3 of the filename of
> img “slideimage” & “/_ForWebSite/” & tRelativeURL)
&g
. The same chap we get the name for Gaussian blur
from.
> On 7 Sep 2020, at 05:26, Roger Guay via use-livecode
> wrote:
>
> I’m sorry, I don’t understand your terminology. Could you please elaborate?
>
> Thanks,
> Roger
>
>> On Sep 6, 2020, at 10:54 AM, Pi Digit
I’ll try that again::
# I’m going to assume this was a hiccup too and now fixed:
set the filename of img “slideimage” to (item 1 to -3 of the filename of img
“slideimage” & “/_ForWebSite/” & tRelativeURL)
> On 6 Sep 2020, at 23:01, Pi Digital via use-livecode
> wrote:
&g
on mouseUp
local tRelativeURL
-- repeat with x = 1 to (the number of cards of stack “SlideShowSetUp”)
--go card x
set the itemdelimiter to “/”
put (the item -2 to -1 of the filename of img “slideimage” ) into
tRelativeURL
# this works is: there is a path
#
Pixel math:
Counting incomplete pixels within a circle outline (%Pass)(%Fail):
10x10 = 88 (88%)(12%)
20x20 = 344 (86%)(14%)
100x100 = 8012 (80%)(20%)
Counting complete pixels:
10x10 = 48 (48%)(52%)
20x20 = 276 (69%)(31%)
100x100 = 7444 (74.4%)(26%)
Your conclusion here:
>> Am 26.08.2020 um 00:43 schrieb J. Landman Gay via use-livecode
>> :
>>
>> Kudos also to Mark Waddingham who calmly delivered supportive info in an
>> even response, even after reading for days how he and the team are liars,
>> incompetents, and cheats
That would be the case if it wasn’t
really have to ask… if you are having such problems that are so
>> insurmountable using LiveCode, then why not just abandon ship…?
>> Seriously. If this is such a showstopper, why not find another language
>> that will do exactly what you want..? Don’t waste any more of your
Paul
It’s a reasonable question so I’ll afford it the dignity it deserves. Here’s
the thing. With thousands of £ invested in them including when they beg for
money to help them out during times of distress you end up almost locked into
their ecosystem. Besides, my main bread and butter client
Not Fridge, Fork.
I assume (dangerously) from your reply that you do not have to make real world
applications for corporate branded customers. Where design has been done by a
branding team with a 12 - 120 page Production guide). Someone like the BBC,
Channel 4, NBC, or their subsidiaries.
I give up :(
Sean
>
>
>> On 15 Aug 2020, at 08:41, Pi Digital wrote:
>>
>> What make you say I will? iChat reason for I have to Trust what you say.
>> There is NO WAY there have been no bugs in the software unless it’s perfect.
>> The fact there is only 16 bugs listed under LCFM tells a
IChat I’m first line should have been ‘What’. Stupid autocorrect.
Sean Cole
Pi Digital Productions Ltd
eMail Ts & Cs
> On 15 Aug 2020, at 08:41, Pi Digital wrote:
>
> What make you say I will? iChat reason for I have to Trust what you say.
> There is NO WAY there have been no bugs in the
What make you say I will? iChat reason for I have to Trust what you say. There
is NO WAY there have been no bugs in the software unless it’s perfect. The fact
there is only 16 bugs listed under LCFM tells a massive story that no one is
effing using it. The forums are empty other than people on
t; use-livecode at lists.runrev.com> wrote:
>>>
>>>
>>> > On 13 Aug 2020, at 4:16 am, Pi Digital via use-livecode <
>>> use-livecode at lists.runrev.com> wrote:
>>> >
>>> > Why do I have the same discussion with y
Brian
I have no clue of what you are talking about here. Bewildered!
Why do I have the same discussion with you people. It should be simple. It is
not. This is not the way it should work just because it is the way it does
work. It is impossible to put things where you want them in any simple
Yay
HTML5 fixes. I’ll be testing this to the max tonight. :D
Sean Cole
Pi Digital Productions Ltd
eMail Ts & Cs
> On 29 Jul 2020, at 17:54, panagiotis merakos via use-livecode
> wrote:
>
> Dear list members,
>
> We are pleased to announce the release of LiveCode 9.6.1 RC-1.
>
>
>
Martin, are you saying there are campaign snipers :D
Well done LC. Worth keeping it alive. Always lots of potential.
Sean Cole
Pi Digital Productions Ltd
> On 17 Jul 2020, at 16:52, Tom Glod via use-livecode
> wrote:
>
> Congrats Livecode Inc on reaching the goal that is good news for
d a Google search for LCGitHubLib and could not find any information
> about it.
>
> What is/was it?
>
>
> -
> Matthias Rebbe
> Life Is Too Short For Boring Code
>
>> Am 07.07.2020 um 22:01 schrieb Pi Digital via use-livecode
>> :
>>
>> Hey all.
&
Hey all.
Just received notification from github that the LCGitHubLib app will no longer
be available on github from October. I’m sure the relevant coders have also
been notified but will this have impact on our own repository forks. We have
till October so there’s no rush. I’m just starting
Hi
A proper up to date guide for LiveCode is what has been needed for years.
Digital or paper. I used to love paper manuals and guides but more so get PDFs
these days.
Sean Cole
Pi Digital
___
use-livecode mailing list
use-livecode@lists.runrev.com
> On 5 Jul 2020, at 21:16, Heriberto Torrado via use-livecode
> wrote:
>
> Hi Sean,
>
> So, as far as I know, you use PHP as a middleware between the database and
> the Livecode code app. Isn't it?
Yes
> I guess you do that because of security reasons to not expose the database.
No. It
Hi
I’ve been creating a website built in LiveCode but NOT LC Server. I opted to
using php for server end calls as we connect into a mySQL database on the
server. The message path is LC > tiny amounts of JS > a small PHP library of
function calls > JS message transport > LC. LC does all the
I don’t hate it but it can be a little frustrating and awkward. It’s still
better than it was in v8 and than the application manager. It desperately needs
a refresh button. And layering needs a rethink/overhaul. V10 maybe.
Looking at the bug list there are heaps for PB that have/will not be
Resisting the urge to reply
Ahh, dang it!
Sean Cole
Pi Digital Productions Ltd
eMail Ts & Cs
> On 15 Jun 2020, at 09:26, Heather Laine via use-livecode
> wrote:
>
> If you see this, no need to reply.
>
>
> Heather Laine
> Customer Services Manager
> LiveCode Ltd
> www.livecode.com
>
Hi Paul
What handler do you have this code? From what you are saying it seems it’s
deploying this formatting script every time it redraws which itself is very
inefficient and unnecessary. It should only have to deal with the data itself
ideally.
Sean Cole
Pi Digital Productions Ltd
eMail
Two words, Richard.
IT Departments.
Of the 150+clients my client has, 150+ of them would emphatically prefer a web
based app than a desktop one. They don’t want stuff ‘installed’ or ‘run’ on
their machines that haven’t been thoroughly tested before use. Each and every
update. And they really
I’m collating my library together. It was built with our specific purposes and
had an encryptor I developed myself as the AES library in LC does not work in
HTML deployment yet. It will take me another day or so to extract the
components into something generic and intuitive.
Php can be safe
Hi Colin
I have a library I’ve created for HTML5 and php for LiveCode Deployment. Pm me
at s...@pidigital.co.uk
Sean Cole
Pi Digital Productions Ltd
eMail Ts & Cs
> On 29 Apr 2020, at 20:00, matthias rebbe via use-livecode
> wrote:
>
> If "post... to url" and "put URL..." would work,
before the line
>
> put tsnetcustomsync...
>
> Maybe you have also to comment out the line TsnetCABundle
>
>
>
> -
> Matthias Rebbe
> Life Is Too Short For Boring Code
>
>>> Am 13.04.2020 um 18:59 schrieb Pi Digital via use-livecode
>>> :
>&g
Hi all
I’m transferring a stack from my local Mac onto a remote virtual server (vultr)
running a CentOS7 Gnome. The stack communicates with our other CPanel server to
collect emails using a tsNetCustomSync command. The sequence is like this:
> Tsnetclose
> Tsnetinit
> TsnetCABundle
The proper security fixes come on April 5th I’m told. Today’s fixes were just a
whole bunch of usability and feature fixes. But, even so, it ‘is’ very quick.
I’m guessing their super happy people hooked onto them over the last two weeks.
To the point that people everywhere are using Zoom as a
1 - 100 of 253 matches
Mail list logo