Re: return "error" code from standalone compile

2020-12-09 Thread J. Landman Gay via use-livecode
I don't know much about this but it looks interesting. Is there a list of exit codes somewhere? When the OS receives the exit code, what happens? I.e., how would I use it? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 9, 2020

Re: return "error" code from standalone compile

2020-12-09 Thread Mark Wieder via use-livecode
On 12/9/20 5:53 PM, Douglas A. Ruisaard wrote: Beauties! .. thanks! ... should have remembered that! Cool. And where you put it depends on your application. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.run

RE: return "error" code from standalone compile

2020-12-09 Thread Douglas A. Ruisaard via use-livecode
Beauties! .. thanks! ... should have remembered that! Douglas Ruisaard -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mark Wieder via use-livecode Sent: Wednesday, December 9, 2020 5:46 PM To: Douglas A. Ruisaard via use-livecode Cc: M

Re: return "error" code from standalone compile

2020-12-09 Thread Mark Wieder via use-livecode
On 12/9/20 5:32 PM, Douglas A. Ruisaard via use-livecode wrote: On the completion of a stack, can the compiled executable return an error code like the old DOS ErrorLevel value(s)? If so, how do you specify the error code? in the on closeStack call? See the quit command in the dictionary. qu

return "error" code from standalone compile

2020-12-09 Thread Douglas A. Ruisaard via use-livecode
On the completion of a stack, can the compiled executable return an error code like the old DOS ErrorLevel value(s)? If so, how do you specify the error code? in the on closeStack call? Douglas Ruisaard Trilogy Software ___ use-livecode mailing lis

Re: Anyone using Lottie animations?

2020-12-09 Thread Rick Harrison via use-livecode
Hi Graham, There is a company that will allow you to easily make such animations - anyone can do it - no artists needed. https://www.videoscribe.co/en The idea here is that you can make a video animation with their software and then display/use the video inside of

Re: Will Browser widget ever work on Linux?

2020-12-09 Thread Mark Wieder via use-livecode
On 12/9/20 8:40 AM, Curry Kenworthy via use-livecode wrote: Yep, it actually feels great to be a Windows-first LiveCoder. I'm not gonna get sucked into religious wars here... Like the field, embedded Browser is a way to deliver and display so many different kinds of content that it should b

Re: Will Browser widget ever work on Linux?

2020-12-09 Thread Curry Kenworthy via use-livecode
Mark: > It's actually OSX where CEF usage was > dropped, not Windows. Yep, it actually feels great to be a Windows-first LiveCoder. Ironically, things "just work." In fact I'm doing a Windows app right now, using - guess what - the Browser widget. Works a treat. It's hard to overstate how

Re: Anyone using Lottie animations?

2020-12-09 Thread Brian Milby via use-livecode
Looks like Skia has support for rendering the format. That could provide a path for implementation inside of LC, but someone that knows a bit more about it would need to take a look to confirm. Sent from my iPhone > On Dec 9, 2020, at 7:57 AM, Graham Samuel via use-livecode > wrote: > > I

Anyone using Lottie animations?

2020-12-09 Thread Graham Samuel via use-livecode
I came across these recently, apparently JSON-based and cross-platform including mobiles. Could be useful, but I wonder how hard it would be to use them for an LC iOS app - the examples I’ve seen to things with Xcode and Swift which are out of my star. Does anyone know? https://lottiefiles.com