Re: sound recording 6.7 and 7.0

2014-11-13 Thread Pi Digital
Have you filed a report on Bugzilla? Sean Cole Pi Digital -- This message was sent from an iPhone, probably because I'm out and about. Always contactable. Well, most of the time :/ > On 13 Nov 2014, at 06:04, Serge .Brami wrote: > > yes QT still come with yosemite > I hope

Re: externals and QR code

2014-11-13 Thread Pi Digital
Mergext has an excellent set of externals one of which is a qr reader. It is very good and I used it recently for an event that used qr codes to register bids by attendees. It's incredibly fast, especially on autofocus devices. Sean Cole Pi Digital -- This message was sent from an i

Re: Selecting a line in a datagrid also selects a line in another (same card)

2014-11-19 Thread Pi Digital
This is a bug. Yay! Report it my friend. quality.livecode.com Sean Cole Pi Digital -- This message was sent from an iPhone, probably because I'm out and about. Always contactable. Well, most of the time :/ > On 19 Nov 2014, at 09:37, André Bisseret wrote: > > Bonjour, >

Re: Detecting the active monitor under Mavericks and Yosemite...

2014-11-26 Thread Pi Digital
Paul It's the difference between the screenRect and the 'working screenRect'. The dictionary describes these well under screenRect. Sean Cole Pi Digital -- This message was sent from an iPhone, probably because I'm out and about. Always contactable. Well, most of the t

Re: The Bearer Of Bad News

2014-10-23 Thread Pi Digital
names, accidentally delete them or move them to another location. It's a modern marvel. It even blows the socks off Apple's TimeMachine. Plus I can get to the files from any of my machines and remotely too. Glad to hear you were able to restore it somehow anyway. All the best Se

Re: DataGrid question...

2020-03-29 Thread Pi Digital via use-livecode
Fields: Images, yes. Other objects, no. Working out which cell has been clicked, no. Is that ‘fake news’? If so, sad face. If not, still sad face. > Thanks Mark for catching and correcting that. Way too much inaccurate info > and "fake news" about LiveCode gets propagated, and often picked

Re: Its very quiet

2020-03-29 Thread Pi Digital via use-livecode
Sorry to hear that, Curry. Rest up. Glad it hasn’t been too serious for you. We’ll try and keep the noise down for you. Sean Cole Pi > On 29 Mar 2020, at 21:40, Curry Kenworthy via use-livecode > wrote: > > Like many who have been sick between all the flu and corona going around, > just wo

Re: DataGrid question...

2020-03-29 Thread Pi Digital via use-livecode
Hi Bob That’ll return the field is I’m over but not the cell of the table field. Unless, again, I am mistaken. Am I missing something. Sean Cole Pi Digital > On 30 Mar 2020, at 03:09, Bob Sneidar via use-livecode > wrote: > > The mouseControl. >>> help >> me

Re: DataGrid question...

2020-03-29 Thread Pi Digital via use-livecode
possible). If you’ve got any pointers you know of that can steer me right I’d appreciate it. Sean Cole Pi Digital > On 30 Mar 2020, at 03:38, Jerry Jensen via use-livecode > wrote: > > Hi Sean, > Have you seen Bernd Niggemann’s modTableField? It is built on top of the L

Re: DataGrid question...

2020-03-29 Thread Pi Digital via use-livecode
is? Sean Cole Pi Digital > On 30 Mar 2020, at 04:40, Bob Sneidar via use-livecode > wrote: > > on mouseUp > put the mouseControl into tControl > put the long id of tControl into tID > put the short name of tControl into tName > end mouseUp > > The sho

Re: DataGrid question...

2020-03-30 Thread Pi Digital via use-livecode
Hmm, but if you look back to Curry’s last post he claims regarding table fields, not data grids : >> Working out which cell has been clicked: Sorry, that's not accurate either. >> Yes, we do have that! Also for a long time. Curry is a very reliable and valued source of LC knowledge. So, have we

Re: DataGrid question...

2020-03-30 Thread Pi Digital via use-livecode
Wow, David. Not convoluted at all :) so much easier than data grid. I’m not sure this is what Curry was thinking of. What do you think he was eluding to. We’ve ‘known’ this for years now apparently. Sean Cole Pi Digital > On 30 Mar 2020, at 14:13, David Epstein via use-livecode >

Re: Ready to go

2020-03-30 Thread Pi Digital via use-livecode
The Tom Glod ‘using LiveCode for the first time’ video is a good one to share for enthusiastically selling LC. Sean Cole Pi Digital > On 30 Mar 2020, at 17:11, Heather Laine via use-livecode > wrote: > > Dear List Folks, > > Following up on my earlier message, our spe

Re: How to find the column and row of a basic tableField

2020-04-01 Thread Pi Digital via use-livecode
obscurity in the forums too only being found if I search for currentxcell specifically. I only found it by hacking through all of the object library code of the IDE stacks. This definitely make the table field object far more useful, though. Sean Cole Pi Digital Productions Ltd

Re: How to find the column and row of a basic tableField

2020-04-01 Thread Pi Digital via use-livecode
I made two mistakes there. First: Put cRevTable[“currentxcell”],cRevTable[“currentycell”] into tCellIndex Should be: Put the cRevTable[“currentxcell”] of me , the cRevTable[“currentycell”] of me into tCellIndex And: select nothing Should be: select empty Oops Sean Cole Pi Digital

Re: How to find the column and row of a basic tableField

2020-04-02 Thread Pi Digital via use-livecode
Curry This winds me up a treat! Your point number 6: > It has been available as a one-line function call without rolling your own > since at least 2012 with SpreadLib. is totally unreasonable if you are claiming there IS a one line use case but ONLY if we buy into some spreadsheet library. Th

Re: Our first Community Zoom Session

2020-04-02 Thread Pi Digital via use-livecode
, www.theverge.com/platform/amp/2020/4/2/21204018/zoom-security-privacy-feature-freeze-200-million-daily-users And www.bbc.co.uk/news/amp/technology-52133349 Always do your research before posting is the Mantra. Sean Cole Pi Digital Productions Ltd eMail Ts & Cs > On 2 Apr 2020, at 19:

Re: Our first Community Zoom Session

2020-04-02 Thread Pi Digital via use-livecode
Couldn’t agree more :) Sean Cole Pi Digital > On 2 Apr 2020, at 20:59, Bob Sneidar via use-livecode > wrote: > > One could make the point that if end users must now do all the research, > what’s the point of news? Hmmm… ___ use-l

Re: Go to card has become slow

2020-04-02 Thread Pi Digital via use-livecode
Hi Terry Are there any big images on the first card? Any layer effects or blend modes? Anything graphic based that could be attributed to the slow down. Sean Cole Pi > On 2 Apr 2020, at 20:27, Terence Heaford via use-livecode > wrote: > > I have a project that opens at a particular card. >

Re: How to find the column and row of a basic tableField

2020-04-02 Thread Pi Digital via use-livecode
Thank you. I feel so much Better educated. (Sarcasm intended)!! Sean Cole Pi Digital ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: Our first Community Zoom Session

2020-04-02 Thread Pi Digital via use-livecode
With self-iso, it’s just not an issue. Unless someone in your household has it in for you enough to exploit your zoom account. Pfft, hehe. Nothing + NewsMedia = something. Sean Cole Pi Digital ___ use-livecode mailing list use-livecode

Re: Our first Community Zoom Session

2020-04-02 Thread Pi Digital via use-livecode
Mac, Pc, linux, Android, iOS. Admin control. No account needed for participants. Simple meeting login. Sean Cole Pi Digital > On 3 Apr 2020, at 01:46, Mark Wieder via use-livecode > wrote: > > Listmom, > >> I have now scheduled our first zoom meeting > > Can w

Re: Our first Community Zoom Session

2020-04-03 Thread Pi Digital via use-livecode
verb in place of Skype. Almost to the same level as google! Sean Cole Pi Digital > On 4 Apr 2020, at 03:45, Mark Wieder via use-livecode > wrote: > > On 4/2/20 5:43 PM, Mark Wieder via use-livecode wrote: > >> I'd be more concerned about this vuln if I were r

tsNet error 77 ca-bundle on CentOS server

2020-04-13 Thread Pi Digital via use-livecode
iar enough with Linux to understand why I get this CA error. I’ve run out of common sense ideas. What do I need to do to get it running. Thanks. Sean Cole Pi Digital ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: tsNet error 77 ca-bundle on CentOS server

2020-04-13 Thread Pi Digital via use-livecode
Yay! You superstar Matthias! Worked perfectly. Thanks for saving me. Regards Sean Cole Pi Digital > On 13 Apr 2020, at 18:09, matthias rebbe via use-livecode > wrote: > > Does is work if you put the following command > > tsNetVerifySSLPeer false > >

Re: Livecode HTML5 and SQL

2020-04-29 Thread Pi Digital via use-livecode
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" an

Re: OT: Need some offlist help with PHP-SQL

2020-05-05 Thread Pi Digital via use-livecode
Pi Digital Productions Ltd > On 5 May 2020, at 20:47, JeeJeeStudio via use-livecode > wrote: > > Well that's nonsense that php would not be save, you need to make sure you > are not providing reasons for injections. > > You need to use Mysqli or PDO >

Re: HTML Platform

2020-05-06 Thread Pi Digital via use-livecode
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 d

Re: I need some DataGrid performance help

2020-05-06 Thread Pi Digital via use-livecode
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

Re: checking we are back

2020-06-15 Thread Pi Digital via use-livecode
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 >

Re: Moving object out of a group

2020-06-16 Thread Pi Digital via use-livecode
added and not addressed beyond ‘Confirmed’. Sean Cole Pi Digital Productions Ltd eMail Ts & Cs > On 16 Jun 2020, at 17:19, doc hawk via use-livecode > wrote: > >  > Mark mumbled, > >> Have I mentioned lately how much I hate the Project Browser? > > I st

Re: WebSites made using Livecode.

2020-07-04 Thread Pi Digital via use-livecode
end or only looking to use it for backend stuff? Sean Cole Pi Digital Productions Ltd eMail Ts & Cs > On 3 Jul 2020, at 16:47, Heriberto Torrado via use-livecode > wrote: > > Hi Dan, > > The customer cares about the backend, because he wants to be sure he will > f

Re: WebSites made using Livecode.

2020-07-05 Thread Pi Digital via use-livecode
> 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 need

Re: [off-topic-ish] do you prefer LC-related content as books or video courses?

2020-07-07 Thread Pi Digital via use-livecode
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

LCGitHubLib deprecation

2020-07-07 Thread Pi Digital via use-livecode
the conversation for an early heads up. All the best Sean Cole Pi Digital ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

Re: LCGitHubLib deprecation

2020-07-08 Thread Pi Digital via use-livecode
did 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 al

Re: Congrats to everyone on success of the Covid-19 -- LiveCode Impact Fund Campaign.

2020-07-17 Thread Pi Digital via use-livecode
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 g

Re: [ANN] Release 9.6.1 RC-1

2020-07-29 Thread Pi Digital via use-livecode
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

Re: Layers in PBrowser

2020-08-12 Thread Pi Digital via use-livecode
Cole Pi Digital Productions Ltd eMail Ts & Cs > On 13 Aug 2020, at 03:50, Brian Milby via use-livecode > wrote: > > The issue that you are confronting (in your discussion, not the video) is > that the layer is an ordinal and does not convey any information about group

Re: Layers in PBrowser

2020-08-14 Thread Pi Digital via use-livecode
has been squandered. Little to no (meaningful) communication other than begging for more cash. Hmpf! } Sean Cole Pi Digital > On 14 Aug 2020, at 05:15, Richard Gaskin via use-livecode > wrote: > > Tom, I'm among the several here who have been unable to reproduce the

Re: Layers in PBrowser

2020-08-15 Thread Pi Digital via use-livecode
respect, from experience, anyone who says ‘some day you will’ is full of crap (like some 3yr old shaking his fist at you)! Empty words. Show me the evidence. I’ve dug deep and find nothing. Sean Cole Pi Digital Productions Ltd eMail Ts & Cs > On 15 Aug 2020, at 04:45, J. Landman Gay

Re: Layers in PBrowser

2020-08-15 Thread Pi Digital via use-livecode
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 bee

Re: Layers in PBrowser

2020-08-15 Thread Pi Digital via use-livecode
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 on

Re: Cross Platform Font Layout - current workarounds

2020-08-25 Thread Pi Digital via use-livecode
ards, 10,800+ text objects and is now being ported from PC o et to HTML5 by way of a tonne of NON-CODE-ONCE workarounds and layout alterations. It’s this kind of BS that keeps me mental, ensures I don’t get too sane. Makes sure you get a good rant out of me every week or month. Sean Cole Pi Dig

Re: Cross Platform Font Layout - current workarounds

2020-08-25 Thread Pi Digital via use-livecode
drive me into hospital yet again. I think I’ve explained enough above to show why that is. I’m doomed. I’m facing my own inevitable demise like someone with cancer. But I won’t go down without a fight! All the best to the best of you all. (But not the rest of you) ;) Sean Cole Pi Digital

Re: Cross Platform Font Layout - current workarounds

2020-08-25 Thread Pi Digital via use-livecode
example pictures of my OP. LC Mark or Kevin, care to respond? I WONT let it lay without one. Sean Cole Pi Digital Productions Ltd eMail Ts & Cs > On 25 Aug 2020, at 14:45, Mike Kerner via use-livecode > wrote: > > this has always been a problem with multiple development

Re: Cross Platform Font Layout

2020-08-25 Thread Pi Digital via use-livecode
That would be the case if it wasn’t completely irrelevant to desktop display and aimed at browser rendering. -20 My claims still stand. Read my next post for context. Sean Cole Pi Digital > On 25 Aug 2020, at 23:48, matthias rebbe via use-livecode > wrote: > > 👍 > >

Re: Contesting for Idiot du Jour

2020-09-06 Thread Pi Digital via use-livecode
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: _

Re: How Do You Get Filename / Image

2020-09-06 Thread Pi Digital via use-livecode
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 # 1-ellora/dsc1234

Re: How Do You Get Filename / Image

2020-09-06 Thread Pi Digital via use-livecode
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: >

Re: Contesting for Idiot du Jour

2020-09-07 Thread Pi Digital via use-livecode
. 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

Re: How Do You Get Filename / Image

2020-09-07 Thread Pi Digital via use-livecode
# this will work > Set the defaultFolder to item 1 to -3 of the filename of img "slideimage" > put the defaultFolder > # a defaultFolder appeared that was older > > put URL("binfile:" & tRelativeURL ) into URL("binfile:_ForWebSite/"& > tRelativeUR

Re: Contesting for Idiot du Jour

2020-09-07 Thread Pi Digital via use-livecode
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 this

SSL cPanel mySql setup

2020-10-16 Thread Pi Digital via use-livecode
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

Re: SSL cPanel mySql setup

2020-10-16 Thread Pi Digital via use-livecode
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, >>

Re: SSL cPanel mySql setup

2020-10-16 Thread Pi Digital via use-livecode
. Bonkers! I think we’ve got a plan of attack now and some light at the end of this very long tunnel. Let’s see how much speed I can get out of this chuff chuff in the tunnel. Sean Cole Pi Digital > On 16 Oct 2020, at 17:31, William Prothero via use-livecode > wrote: > > Sean: >

Re: SQL Show Status

2020-10-20 Thread Pi Digital via use-livecode
php script (which again will be insecure while feeding through JS, unless the Post command works ok in that environment - ??). All the best Bob Sean Cole Pi Digital > On 20 Oct 2020, at 22:20, Bob Sneidar via use-livecode > wrote: > > I’m wondering what status you are trying

Re: Livecode Podcast Player

2020-10-21 Thread Pi Digital via use-livecode
, fix what we have, don’t introduce more problems. Sean Cole Pi Digital > On 21 Oct 2020, at 14:31, David Bovill via use-livecode > wrote: > > Does anyone have a stack that plays audio podcasts? > ___ > use-livecode mailing l

Re: Livecode Podcast Player

2020-10-21 Thread Pi Digital via use-livecode
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

Re: POST to https in LC5.0.2 - Error socket closed

2020-10-22 Thread Pi Digital via use-livecode
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

Re: POST to https in LC5.0.2 - Error socket closed

2020-10-23 Thread Pi Digital via use-livecode
to all except Enterprise license holders for LC5.x Sean Cole Pi Digital > On 23 Oct 2020, at 06:53, Mark Wieder via use-livecode > wrote: > > On 10/22/20 9:48 PM, Sean Cole (Pi) via use-livecode wrote: > >> I don't know what else I can do. Curl is not an option as

Re: Livecode Podcast Player

2020-10-23 Thread Pi Digital via use-livecode
thread instead of continuing in from the previous one. It happens a lot it seams looking back through the archives. I’m sorry if it seemed I had hijacked this hijacked thread buck to the OP ;) Sean Cole Pi Digital > On 21 Oct 2020, at 20:16, JeeJeeStudio via use-livecode >

Re: POST to https in LC5.0.2 - Error socket closed

2020-10-23 Thread Pi Digital via use-livecode
adds in a whole other bunch of issues. I really need a solution to get either the revdb security working or basic https messages. Sean Cole Pi Digital > On 23 Oct 2020, at 09:55, matthias rebbe via use-livecode > wrote: > > You are writing that curl is not an option, because t

Re: POST to https in LC5.0.2 - Error socket closed

2020-10-23 Thread Pi Digital via use-livecode
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) wr

Re: POST to https in LC5.0.2 - Error socket closed

2020-10-23 Thread Pi Digital via use-livecode
Hi Heather Had you managed to find anything? I imagine it’s quite a task going back so far for a key generator. All the best Sean Cole Pi Digital Productions Ltd eMail Ts & Cs > On 23 Oct 2020, at 11:27, matthias rebbe via use-livecode > wrote: > > Do you have a cu

Re: Livecode server UNIX version (not Linux).

2020-10-28 Thread Pi Digital via use-livecode
into fixing what we already have. It would be far more beneficial to a much greater community population. All the very best. Sean Cole Pi Digital > On 28 Oct 2020, at 19:53, Heriberto Torrado via use-livecode > wrote: > > So, here is my idea: What about to create non official

Downloading LC9

2020-11-16 Thread Pi Digital via use-livecode
FOREVER. I’ve tried different browsers, restarting macOS, downloading via windows but I’m only getting 100kbps max. I did a speed test and have 300Mbps download capability but LC remains stupid slow. Anyone else get this too? Sean Cole Pi Digital ___ use

Re: Printing To Pdf Linux Rendering

2020-12-03 Thread Pi Digital via use-livecode
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 P

Re: CentOS Death in 2021

2020-12-13 Thread Pi Digital via use-livecode
, Fedora or Debian builds? Sean Cole Pi Digital > On 13 Dec 2020, at 19:27, Heriberto Torrado via use-livecode > wrote: > > Hi Sean, > > I've been using LiveCode on Ubuntu 16.04 and 18.04 for years (Servers and > Desktops) and it worked fine. A years ago we mig

Re: CentOS Death in 2021

2020-12-15 Thread Pi Digital via use-livecode
> 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

Re: CentOS Death in 2021

2020-12-15 Thread Pi Digital via use-livecode
omitting mention of these later versions of Linux disro’s? Sean Cole Pi Digital ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

Re: CentOS Death in 2021

2020-12-15 Thread Pi Digital via use-livecode
Thanks Panos. My main concern of late has been the PDF output font rendering in CentOS and I am hoping that it will be better in Ubuntu or another distro. But I’m guessing I’m going to have to do a whole heap of testing to find out. Sean Cole Pi Digital > On 15 Dec 2020, at 09:24, merak

Re: CentOS Death in 2021

2020-12-15 Thread Pi Digital via use-livecode
01:00, Richard Gaskin via use-livecode >> wrote: >> >> Pi Digital wrote: >> >> 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

Re: CentOS Death in 2021

2020-12-16 Thread Pi Digital via use-livecode
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 m

Re: Slow performance on Big Sur

2020-12-16 Thread Pi Digital via use-livecode
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 a

Re: Ali or Monte - MimeEncodeAsMIMEMultipartDocument

2021-01-03 Thread Pi Digital via use-livecode
python guides I’d found on MIME. When I’m done on this project I’ll look to improve the library inline docs. Thanks again Sean Cole Pi Digital > On 4 Jan 2021, at 02:49, Monte Goulding via use-livecode > wrote: > > Hi Sean > > The MIME lib is all my fault so don’t bla

Re: No visual effects on Big Sur?

2021-02-08 Thread Pi Digital via use-livecode
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. I

Re: Test

2021-02-11 Thread Pi Digital via use-livecode
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-F

Set and get dgData and dgText delay

2021-03-24 Thread Pi Digital via use-livecode
of the grid using dispatch refreshList to it but that makes no difference. Stepping through in the debugger allows it to work or setting a breakpoint, but does not when in full run. Both in standalone and ide. A one have any clues why this might not work sometimes? Thanks Sean Cole Pi Digital

Re: number = layer?

2021-06-05 Thread Pi Digital via use-livecode
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 Dupui

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-09 Thread Pi Digital via use-livecode
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 I

Re: Collaborative help request for oAuth2 access to DocuSign

2021-06-11 Thread Pi Digital via use-livecode
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

Re: Apple App Store Agreement

2021-08-27 Thread Pi Digital via use-livecode
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

Re: Can't reach license server...

2021-08-31 Thread Pi Digital via use-livecode
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 D

Re: Bye, and thanks for the fish

2021-09-02 Thread Pi Digital via use-livecode
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 &

Re: LiveCode community edition is gone

2021-09-02 Thread Pi Digital via use-livecode
/Heather can put us right on how the pricing was worked out coz I’m blown if I can work it out as a mathematician. Sean Cole Pi Digital Productions Ltd eMail Ts & Cs > On 2 Sep 2021, at 17:13, Rick Harrison via use-livecode > wrote: > > Hi Dan, > > Yes, ther

I’m a software engineer, not a platform engineer.

2021-09-02 Thread Pi Digital via use-livecode
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 wil

Re: Send a table in an email.

2021-09-08 Thread Pi Digital via use-livecode
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 MIM

Re: Send a table in an email.

2021-09-08 Thread Pi Digital via use-livecode
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

Re: Send a table in an email.

2021-09-08 Thread Pi Digital via use-livecode
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 > wrot

Re: Send a table in an email.

2021-09-08 Thread Pi Digital via use-livecode
d > 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

Re: Send a table in an email.

2021-09-09 Thread Pi Digital via use-livecode
attempts to offer useful suggestions. Sometimes what sounds like a simple answer actually just overcomplicates the ‘end user experience’. Something we as software engineers should be ever aware of ;) Thanks again Sean Pi Digital > On 9 Sep 2021, at 05:29, Rick Harrison via use-livec

Re: Licensing model change

2021-09-18 Thread Pi Digital via use-livecode
> 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

Re: IDE line number doesn't update

2021-09-22 Thread Pi Digital via use-livecode
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

Re: IDE line number doesn't update

2021-09-22 Thread Pi Digital via use-livecode
; 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

Re: IDE line number doesn't update

2021-09-22 Thread Pi Digital via use-livecode
have time. As Mark says, I should probably leave my Mac (and all other contact devices) at home. Sean Cole Pi Digital Productions Ltd eMail Ts & Cs > On 22 Sep 2021, at 19:13, Curry Kenworthy via use-livecode > wrote: > >  > Sean: > > > I think Curry was a

Re: OT: Priorities (was: Re: Stack with the same name loop)

2021-10-07 Thread Pi Digital via use-livecode
> 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 p

Re: Stack with the same name loop

2021-10-07 Thread Pi Digital via use-livecode
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 inst

Re: Stack with the same name loop

2021-10-07 Thread Pi Digital via use-livecode
> 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 li

Re: Stack with the same name loop

2021-10-07 Thread Pi Digital via use-livecode
> 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 mul

  1   2   3   >