Re: Quit Command corrupts standalone (stack called by standalone splash)

2018-02-23 Thread Phil Davis via use-livecode
Roland, I believe Tom is exactly right. I would restructure your two closing handlers like this: local sMyFilename on closeStack     put the filename of me into sMyFilename     saveMe     send "quitMe" in 1 second end closeStack command saveMe    lock cursor /* Tested with and without lock

Re: Quit Command corrupts standalone (stack called by standalone splash)

2018-02-23 Thread tbodine via use-livecode
Hi Roland. The "~" file is the original (uncorrupted, unsaved) version of your stack before LC executed your Save cmd. If you remove the "~" from the filename, you'll probably find you can open that. LC creates the "~" file at the start of the save operation and, if all goes well, removes that fi

Quit Command corrupts standalone (stack called by standalone splash)

2018-02-23 Thread R.H. via use-livecode
// Quit Command corrupts standalone (stack called by standalone splash) Using Indy 8.1.9 desktop standalone without encryption (same problem with earlier versions and community version), Windows 7, 8, 10, different machines and different users of a large company. // Before filing a bug report or

Help needed / corrupted application stack after quit through splash stack

2018-02-23 Thread R.H. via use-livecode
Using Indy 8.1.9 desktop standalone without encryption (same problem with earlier versions and community version), Windows 7, 8, 10, different machines and different users of a large company. Before filing a bug report or sending a help request, maybe there is a help here... This is an urgent que

LiveCode back on TIOBE

2018-02-23 Thread Richard Gaskin via use-livecode
For the first time in a while, LiveCode is back on the TIOBE Index of the top 100 most popular programming languages: https://www.tiobe.com/tiobe-index/ During the Kickstarter campaign and for a year or so after, LC was there off and on every few months. But though I don't check monthly, I h

Re: LiveCode Widget Factory

2018-02-23 Thread Lagi Pittas via use-livecode
Hi Todd, One thing that is REALLY missing is a widget to print from Android - specifically Receipt printers preferably via bluetooth and via Wifi - both for people out and about on business, either having a portable printer. It seems google cloudprint doesnt have any reciept printers (epson/star/F

Re: Password Checker

2018-02-23 Thread Brian Milby via use-livecode
That is built in for LC9. You can use sha1digest though. On Fri, Feb 23, 2018 at 7:52 AM Roger Eller via use-livecode < use-livecode@lists.runrev.com> wrote: > There seems to be a missing handler, "messageDigest". > > ~Roger > > > On Thu, Feb 22, 2018 at 11:50 PM, Brian Milby via use-livecode < >

Re: Password Checker

2018-02-23 Thread Roger Eller via use-livecode
There seems to be a missing handler, "messageDigest". ~Roger On Thu, Feb 22, 2018 at 11:50 PM, Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > Read this interesting article about a half billion PW database of > compromised passwords that I thought I'd share: > > *https://

Re: LC 9 DP11 hangs with "Loading Libraries" on Windows 10

2018-02-23 Thread Matthias Rebbe via use-livecode
Hi Panos, thanks for your comment. Unfortunately i cannot see anything helpful. The log stops at "Loading library revIDELibrary" I will file a bug. Regards, Matthias > Am 23.02.2018 um 13:42 schrieb panagiotis merakos via use-livecode > : > > Hi Matthias, > > The IDE writes to a log file

Re: LC 9 DP11 hangs with "Loading Libraries" on Windows 10

2018-02-23 Thread panagiotis merakos via use-livecode
Hi Matthias, The IDE writes to a log file every time it is launched. The file is: C:/Users/your_username/AppData/Local/RunRev/Logs/LiveCodeToolsLog.txt This file contains logs from *every* LC version, and from *every* LC edition. So you might want to delete it (or rename it to LiveCodeToolsLog_o

LC 9 DP11 hangs with "Loading Libraries" on Windows 10

2018-02-23 Thread Matthias Rebbe via use-livecode
Hi, i am using LC 9 DP11 on Mac OSX since its release without any noteworthy problems. Today i installed LC 9 DP11 on a Windows 10 Pro 64bit and have the problem that LC stops loading right after the splash screen pops up and shows the text "Loading libraries". With a newly installed LC 8.1.9

Re: mergAVPlayerCreateFromURL in IDE

2018-02-23 Thread Sean Cole (Pi) via use-livecode
The reason for using this as opposed to the engine/mobile controls is CODE ONCE. mergAV works for both Mac AND iOS which are the two platforms my client requires it for. According to the dictionary, the player object is only for Mac, Windows and Linux still. So I would have to set up a heap of cond

Re: LiveCode Widget Factory

2018-02-23 Thread Kevin Miller via use-livecode
In my LiveCode Global team report in January. Kind regards, Kevin Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/ LiveCode: Everyone can create apps On 22/02/2018, 15:42, "use-livecode on behalf of Richard Gaskin via use-livecode" wrote: >Todd Fabacher wrote: > > > As Kevin an