Re: Removing a stack from memory...

2018-05-14 Thread Paul Dupuis via use-livecode
I wish LiveCode, Ltd would add a counterpart to revLoadedStacks() called revUnloadStack that would do ALL the steps needed to really close and remove a stack from memory i.e it would set destroyStack to true, cantDelete to false, detect if it was the stack containing the running script and if so,

Re: Removing a stack from memory...

2018-05-14 Thread Bob Sneidar via use-livecode
It's the stacks in the STANDALONE that are still open I believe. I think this because at one point there was an LC version that was confusing the source stack and the standalone stack, and as a result it was overwriting my stackfiles in the source stack with the locations of the standalone files

Re: PDF

2018-05-14 Thread Bob Sneidar via use-livecode
Actually, I can only tell Acrobat on a Mac to export the form data to a file, and only because Acrobat responds to Applescript, and Applescript can tell Acrobat to run a javascript. I researched a while back on how I could do this with Windows, and the upshot is you cannot without compiling some

Re: PDF

2018-05-14 Thread Bob Sneidar via use-livecode
I was thinking about the statement that we rarely kill trees to read anymore, but I think that we do. Decent paper cannot be recycled paper, at least from the perspective of copiers and other printers in general. Pushing recycled paper through a copier can cause all kinds of problems from excess

Re: PDF

2018-05-14 Thread Alan via use-livecode
Enjoying the discussion and your well thought out views Richard! FWIW, I'm pretty sure a friend of mine made a system for conversion of existing pubs to EPubs a few years back. And I think it was all (mostly?) done in LC. The system is described here (unfortunately only in German currently): ht

Agile development

2018-05-14 Thread J. Landman Gay via use-livecode
I think I remember that someone on this list is using agile development successfully with LC projects. Is that right? I have some questions about it. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com _

Re: Removing a stack from memory...

2018-05-14 Thread Paul Dupuis via use-livecode
NEVER MIND "Delete stack" is the answer. I should have known. I just wasn't associating "Delete" with "removing from memory" On 5/14/2018 3:19 PM, Paul Dupuis via use-livecode wrote: > I know this has been discussed before, so my apologies that my Google-Fu > has failed to find any prior answer.

Removing a stack from memory...

2018-05-14 Thread Paul Dupuis via use-livecode
I know this has been discussed before, so my apologies that my Google-Fu has failed to find any prior answer. I have a complex script - part of an Installer "maker" written in LiveCode - that creates stacks and builds them into Standalones for various platforms via a long automated script. After t

Re: PDF

2018-05-14 Thread Richard Gaskin via use-livecode
Mark Waddingham wrote: > PDF and ePub serve two entirely different purposes so I'm not sure > the comparison is particularly helpful apart from perhaps making > the point that you should choose the right tool for the job you > are undertaking! > > The important thing to remember about PDF (and Po

Re: Posting to Facebook?

2018-05-14 Thread Andrew Bell via use-livecode
Andre's Facebook library still works, but was a bear to track down about 2 years ago when I bought and implemented it. It seems other than references in the Wayback Machine, this library has vanished from the interwebs. Social sharing seems common enough that there would be a reliable cro

Re: PDF

2018-05-14 Thread Mark Waddingham via use-livecode
On 2018-05-14 18:34, Richard Gaskin via use-livecode wrote: Ralph DiMola wrote: Richard I agree. I have customers that we are nudging toward EPubs for the reasons you've enumerated but when they see the amount of work involved they fall back to the "Well our employees are using MSWord and just

Re: PDF

2018-05-14 Thread Mark Waddingham via use-livecode
On 2018-05-13 05:38, Richard Gaskin via use-livecode wrote: Alex Tweedly wrote: So I think we're a few years away from being able to replace PDF with ePub :-( As I said, long-term. Hehe - I'd actually vouch for 'never' - PDF and ePub serve two entirely different purposes so I'm not sure the

Re: PDF

2018-05-14 Thread Richard Gaskin via use-livecode
Ralph DiMola wrote: > Richard I agree. I have customers that we are nudging toward EPubs for > the reasons you've enumerated but when they see the amount of work > involved they fall back to the "Well our employees are using MSWord > and just PDF them. Yes, updating tooling is key for adoption.

Re: PDF

2018-05-14 Thread Richard Gaskin via use-livecode
Bob Sneidar wrote: > If the table data is *actually* a table, as in a fillable form object, > I export the data in an FDF file. This is a document containing all > the form objects and their values. I have a handler which converts > this data to an array. Would that help? I think that would be q

Re: PDF

2018-05-14 Thread Richard Gaskin via use-livecode
Bob Sneidar wrote: >> On May 12, 2018, at 13:08 , Richard Gaskin wrote: >> >> But times have changed. We rarely kill trees just to read anymore, >> so the bounds of a printed page are approaching meaninglessness. > > https://www.quora.com/How-much-trees-are-cut-down-for-paper > > You may need to

Re: PDF

2018-05-14 Thread Mark Talluto via use-livecode
That is pretty funny. But, most of our clients in the K12 market fax their POs to us. Luckily, eFax solutions are bountiful. My guess is that they are sending the fax from a software package as well. Why not just use email is the transmission technology? Some are getting there. Others have not

Re: Compatible video formats

2018-05-14 Thread Mark Talluto via use-livecode
Hi Peter, The short answer is ‘no’. The longer version would be ‘nope’. There is some hope though. Tangentially, we have been working directly with the LC team on video mirroring. Trying to get his working, we also tried to find a common format that worked for both Mac and Win. We found that i

Re: PDF

2018-05-14 Thread Bob Sneidar via use-livecode
If the table data is *actually* a table, as in a fillable form object, I export the data in an FDF file. This is a document containing all the form objects and their values. I have a handler which converts this data to an array. Would that help? Bob S > On May 13, 2018, at 10:38 , R.H. via us

Re: PDF

2018-05-14 Thread Bob Sneidar via use-livecode
Document Management systems use PDFs almost exclusively. I think PDF is here to stay. Bob S > On May 13, 2018, at 08:05 , Mike Bonner via use-livecode > wrote: > > I ended up using pdftotext, it worked like a charm. (Though I had to look > up how to send it a file list using find.. Too lon

Re: PDF

2018-05-14 Thread Bob Sneidar via use-livecode
I downloaded the tools for Mac OS and followed the instructions in the README file. This does not work. The tools are not accessible from the terminal. The man and etc folders did not exist yet so I created them, but it leads me to believe that Apple has once again moved where it keeps such thin

Re: Active window and mouse location

2018-05-14 Thread Bob Sneidar via use-livecode
As a workaround, making it a system window, then immediately making it a topLevel window should get around your issue. Not sure why it behaves the way it does. Going to a stack should make the stack the topStack, and only other stacks set as modal or system windows would override that behavior.

Re: PDF

2018-05-14 Thread Bob Sneidar via use-livecode
https://www.quora.com/How-much-trees-are-cut-down-for-paper You may need to think again. Bob S > On May 12, 2018, at 13:08 , Richard Gaskin via use-livecode > wrote: > > But times have changed. We rarely kill trees just to read anymore, so the > bounds of a printed page are approaching me

Posting to Facebook?

2018-05-14 Thread Alan via use-livecode
I couldn't find Andre's Facebook Lib on his site - has anyone sorted out POSTing images etc to FB? cheers Alan ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pre

Mobile - Get image from library with EXIF data?

2018-05-14 Thread Alan via use-livecode
Has anyone come up with a mobile cross-platform solution for getting an image from a mobile photo library including the EXIF metadata? It seems there were a couple of possibilities: Android - something called SD-Test for getting files from an SD card; iOS - mergAV can apparently get an image wi

[ANN] This Week in LiveCode 128

2018-05-14 Thread panagiotis merakos via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #128 here: https://goo.gl/QMPdCq This is a weekly newsletter about LiveCode, focussing on what's been going on in and around