LC iOS Command 'mergPopActivity' [was Re: The iOS "Files" folder]

2020-10-18 Thread Graham Samuel via use-livecode
I have been trying to use this command, initially to allow an iOS app to put something in the “Files” folder on an iPhone, but I’m now more interested in the whole idea of Activity Views and how to exploit them in an iOS app. I believe that the LC ‘mergPopActivity' command is a wrapper for some

Re: Livecode server UNIX version (not Linux).

2020-10-18 Thread Bernard Devlin via use-livecode
Which is why my sentence finishes with "... to be in a situation to take on this level of complexity." :-) Apple first bought the domain iphone.org in 1999. That the iPhone was under development was even being discussed by mainstream media such as the New York Times in 2002. The public

Re: Odd data in message box

2020-10-18 Thread Dan Friedman via use-livecode
//@Dan: Do you have a custom errorDialog handler in your message path? I do not. -Dan On 10/18/20, 9:44 AM, "use-livecode on behalf of Richard Gaskin via use-livecode" wrote: True, but what would anyone go out of their way to write an error handler that provides less useful

Re: SSL cPanel mySql setup

2020-10-18 Thread Neville Smythe via use-livecode
> On 19 Oct 2020, at 3:00 am, use-livecode-requ...@lists.runrev.com wrote: > > Dreamhost never did install LC ... but several of us have made it work. > Just get the right server executable and permissions. > I could never get it work account wide but it rocked for individual web > site

Re: Textsize of label of copied btn changes

2020-10-18 Thread Richard Gaskin via use-livecode
Check the card properties. All evidence reported to date is fully explained by the textFfont being set on the source card. -- Richard Gaskin Fourth World Systems William Prothero wrote: Richard: I found that when I created a button, the textsize property had not been set, even though

Re: SSL cPanel mySql setup

2020-10-18 Thread Sean Cole (Pi) via use-livecode
We have some Azure .net API guys in India we have that make the middle-man for this. It's all written in C#. I then use REST to talk through that to the clients DynCRM. I didn't want to go into all the C# which is why we outsourced it to India. They are great and have often been able to help at a

Re: Odd data in message box

2020-10-18 Thread J. Landman Gay via use-livecode
When you build a standalone there's an option to report errors in an email or a file. The purpose is to allow users to send error info to the developer. These are raw error messages like Dan saw and are of no use to the user, so translating them makes no sense. But you're right that new users

Re: Textsize of label of copied btn changes

2020-10-18 Thread J. Landman Gay via use-livecode
If the text properties in the property inspector are italic, they are inheriting from another control with a lower layer, or inheriting from the IDE itself. If the property is not italic, it's been set specifically on the control. Regardless, there will always be a number in the text size. --

Re: Odd data in message box

2020-10-18 Thread Richard Gaskin via use-livecode
True, but what would anyone go out of their way to write an error handler that provides less useful information than what LC provides if left alone? And some of the error info I see shared in the forums is from newer users, who seem unlikely to have ventured into the relatively arcane world

Re: SSL cPanel mySql setup

2020-10-18 Thread Richard Gaskin via use-livecode
Sean Cole wrote: Since then I've added DocuSign, MS DynamicsCRM integration Are you at liberty to describe what that integration involved? Specifically, do you use MS' REST API? And if so, how were you able to set up the app registration in Azure for successful authentication? I have a

Re: SSL cPanel mySql setup

2020-10-18 Thread Richard Gaskin via use-livecode
Neville Smythe wrote: > So I need some middleware. LC Server would have been ideal, but > Dreamhost no longer install it ;-(. I particularly could have used > LC Server to drive mailman distribution list > subscription/unsubscription tasks from the database for which I do > not have a good

Re: Textsize of label of copied btn changes

2020-10-18 Thread William Prothero via use-livecode
Richard: I found that when I created a button, the textsize property had not been set, even though the IDE showed it to be 13. I then went to the IDE to click the size up to `4, then back down to 13 and then, when I did: put the texsize of btn “mybutton”, it showed the textsize correctly. It’s

Re: Odd data in message box

2020-10-18 Thread Mark Wieder via use-livecode
On 10/18/20 10:56 AM, J. Landman Gay via use-livecode wrote: I've seen error lists appear in the message box too I've seen that sometimes as well, but don't have a repeatable recipe. I just always assume it's something screwy with my code. -- Mark Wieder ahsoftw...@gmail.com

Re: LC iOS Command 'mergPopActivity'

2020-10-18 Thread Andrew at MidWest Coast Media via use-livecode
The limited documentation is at http://mergext.com/home/mergpop/ Glad to hear that Elanor might be working on some more documentation. This feature (like push notifications and mobile camera) are difficult to test since the emulator either doesn’t work or has

Re: Livecode server UNIX version (not Linux).

2020-10-18 Thread Heriberto Torrado via use-livecode
Barnand, Thanks for your kindly response "What amazes me nowadays is just how much more complex things are than they were 20 years ago" Yes,that's the main problem today. Regardless of the programming language, nowadays we have to deal with desktops, mobiles, servers, etc. and that is crazy.

Re: Livecode server UNIX version (not Linux).

2020-10-18 Thread Heriberto Torrado via use-livecode
Hi Richmond, I think it's because since the early 2000's, Linux is the UNIX-like standard platform in the world, and maybe Runrev realized that it is not worth it to put more effort into other UNIX platforms rather than Linux It is a pity because now, Linux runs on 90% of the internet

Detect if video was completed?

2020-10-18 Thread Rick Harrison via use-livecode
I have an HTML5/Javascript video player that plays a video and displays the video duration and current play time, using LiveCode Server. I want to know when the current time equals the duration time so I can then invoke a LiveCode process that makes a note that the video was fully played so I