how to format text for copy-pasting as a spreadsheet table

2018-02-07 Thread Nicolas Cueto via use-livecode
To make bingo grids, I'm using LC to randomize and arrange a list of words (tabs between words, cr between lines). What I then have to do to end up with an actual spreadsheet-style grid is: (1st) Copy-paste the LC generated text into a notepad app (Notepad++); (2nd) Copy-paste from the notepad a

a how-to for DG2 & swipe scrolling

2018-02-07 Thread Nicolas Cueto via use-livecode
On the LC forum there's a thread with sample stacks but only for iOS. Could someone explain, or know of some LC reference, or, even better yet, have a sample stack for Android that covers using DG2 for making a swipeable datagr

update to Mkvmerger

2018-02-07 Thread James Hale via use-livecode
I have updated Mkvmerger on the livecodeshare. #1 Updated to correct output file error when both lists used. Sorry about that, not sure how that error was left there. #2 Added command to extract first subtitle from file The ability to extract the first subtitle (usually the one I want) from the

Re: Duplicate Card

2018-02-07 Thread Dar Scott via use-livecode
Did you ever get your duplicate card problem fixed? > On Oct 4, 2017, at 2:44 PM, Camm via use-livecode > wrote: > > Hi , > > > > Is Duplicate card broke in 8.1.6 ? > > > > I get Duplicate card highlighted then when pressed the duplicate does not > appear ? > > > > > > Regards > > C

Re: SE: restore default handlers?

2018-02-07 Thread Bob Sneidar via use-livecode
OIC I thought the question was, could 2 processes have the same sqlite db open. I don't think the LC engine opens the file over and over in different threads. I also think that it closes the connection when it is idle, hence the new DBID. I just checked for sqlite V3, and it appears multiple pr

Re: Pro Git 2, Scott Chacon, Ben Straub, eBook - Amazon.com

2018-02-07 Thread Monte Goulding via use-livecode
That book is available online for free here https://git-scm.com/book/en/v2 > On 8 Feb 2018, at 12:54 am, Brian Milby via use-livecode > wrote: > > Saw this book free for Amazon Kindle. Not sure how long it will be free > though. > > https://www.amazon.com/Pro

RE: SE: restore default handlers?

2018-02-07 Thread Ralph DiMola via use-livecode
Mike, Yes, the DBID will increment and the DB will be opened multiple time. I have SQLite DBs open in the IDE while testing and open in MS Access via ODBC at the same time. If both apps are reading then no problem. There is no real good transactional record locking in SQLite. LC will throw an erro

Re: SE: restore default handlers?

2018-02-07 Thread Bob Sneidar via use-livecode
Spiceworks Inventory and Help Desk uses a local sqlite dbfile. They stress that you cannot open this DB directly, or else if Spiceworks tries to write to it you can corrupt the DB. You *can* open the sqlite file read only, but two people cannot open it for write at the same time. sqlite is a sin

Re: SE: restore default handlers?

2018-02-07 Thread Mike Kerner via use-livecode
@Bob are you sure that's true? I seem to recall being able to accidentally reopen the db over and over without an error. I can't remember if the dbid increments when I do this, but I think it does. On Wed, Feb 7, 2018 at 11:04 AM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wro

Re: SE: restore default handlers?

2018-02-07 Thread Bob Sneidar via use-livecode
Of course, sqlite DBs are single user only so any attempt to open it a second time would fail. Just tossing that out there. Bob S > On Feb 6, 2018, at 11:30 , panagiotis merakos via use-livecode > wrote: > > Thanks Richard. So, a guess is that for some reason LC cannot open the > sqlite dat

Re: Pro Git 2, Scott Chacon, Ben Straub, eBook - Amazon.com

2018-02-07 Thread Matthias Rebbe via use-livecode
Thanks Brian for this information. Btw, the German website of Amazon is also giving it away for free https://www.amazon.de/Pro-Git-Scott-Chacon-ebook/dp/B01ISNIKES/ref=tmm_kin_swatch_0?_encoding=UTF8&qid=1518017853&sr=8-1

Pro Git 2, Scott Chacon, Ben Straub, eBook - Amazon.com

2018-02-07 Thread Brian Milby via use-livecode
Saw this book free for Amazon Kindle. Not sure how long it will be free though. https://www.amazon.com/Pro-Git-Scott-Chacon-ebook/dp/B01ISNIKES Sent from my iPhone ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to su

Re: Delete imported audioclips?

2018-02-07 Thread Klaus major-k via use-livecode
Hi Sean, > Am 07.02.2018 um 12:02 schrieb Pi Digital via use-livecode > : > > Maybe we could make ac’s and Vc’s visible in the PB like they are in the > Application Browser. We can look into it. yes, we can see them, but it seems we cannot delete them from within the "Project Browser". But I

Re: Delete imported audioclips?

2018-02-07 Thread Pi Digital via use-livecode
Maybe we could make ac’s and Vc’s visible in the PB like they are in the Application Browser. We can look into it. Sean Cole Pi Digital > On 6 Feb 2018, at 23:10, Klaus major-k via use-livecode > wrote: > > Hi Tore, > >> Am 07.02.2018 um 00:03 schrieb Tore Nilsen via use-livecode >> : >>