Re: LiveCode interface to SCORM /LIT

2016-09-19 Thread Earthednet-wp
Todd, Fabulous! It will be a great resource for higher Ed developers. I'll see what I can do to test it at UCSB when it is available. Best, Bill William Prothero http://es.earthednet.org > On Sep 19, 2016, at 10:02 PM, Todd Fabacher wrote: > > Hello Educators, > > Will

LiveCode interface to SCORM /LIT

2016-09-19 Thread Todd Fabacher
Hello Educators, Will Jamieson, and the DP teem are deep into creating an online and App integrated LMS in LiveCode. We are at the stage of creating a SCORM and LIT interface to our App. I see that several people have posted on the subject and was wondering if anyone has finished, made any

Re: What's everyone working on this month? (September 2016)

2016-09-19 Thread William Prothero
Richard: I gave you a bad link to the canvas LMS. It is (in case youi’re interested): https://www.canvaslms.com Best, Bill > On Sep 19, 2016, at 3:11 PM, Richard Gaskin > wrote: > > William Prothero wrote: > > > However, I think it

Re: What's everyone working on this month? (September 2016)

2016-09-19 Thread William Prothero
Richard: It’s probably a topic for another heading, but….. The most recent and popular connection to LMS systems is one called LTI. It was championed by a LMS called “canvas” (htto://www.canvas.net). Yes, the most basic way to interact with it is from web apps, but I think it’s possible to do

Re: What's everyone working on this month? (September 2016)

2016-09-19 Thread Richard Gaskin
William Prothero wrote: > However, I think it would be great if there was an interface to the > LMS world. It would enable a lot more potential applications for > Livecode. I wrote a SCORM module for LMS integration in Toolbook many years ago. It's been a long while since I've looked into

Re: error building iOS standalone with LiveCode 8.1

2016-09-19 Thread panagiotis merakos
You are welcome. Just the stack should be enough to replicate this, but I would suggest you send everything, just in case. Best, Panos -- On 19 Sep 2016 22:46, "Chris Sheffield" wrote: > It appears to be just this stack. After creating a new stack, and even > setting it

Re: error building iOS standalone with LiveCode 8.1

2016-09-19 Thread Chris Sheffield
It appears to be just this stack. After creating a new stack, and even setting it to copy the same files, the build works just fine. Yes, I do have png files, quite a lot of them, inside an images folder that is included in the Copy Files section. Like I said though, I included that folder

Re: What's everyone working on this month? (September 2016)

2016-09-19 Thread William Prothero
Tore: Thanks. Rather than taking on the task of trying to master the LTI API, I will probably implement a way of providing comma delimited grades to a teacher, who can then import them pretty easily. However, I think it would be great if there was an interface to the LMS world. It would enable

Re: Dumb question about files on a server

2016-09-19 Thread J. Landman Gay
On 9/19/16 3:15 PM, Graham Samuel wrote: I have a .lc script on the server that invokes Jacque Gay’s Zygodact product to generate license codes, which are then passed on to the payment processor. This works fine. However when a code is generated, it would be prudent to keep it in a file which is

Re: What's everyone working on this month? (September 2016)

2016-09-19 Thread J. Landman Gay
NFC is a subset of RFID. Virtually all new-ish Android devices support NFC; at least those made in the last three or four years. Apple Pay is also NFC so phones that support Apple Pay will also have NFC capability, but I am unsure whether Apple has locked down the feature to only work with

Re: Dumb question about files on a server

2016-09-19 Thread Mike Bonner
The current path starts in the same directory as the script being run, so you can do all your work relative from there. You aren't finding a path "to" the server, all paths on the server are relative to each other, and since the lc script is local to that filesystem thats exactly how you view it.

Re: Dumb question about files on a server

2016-09-19 Thread Graham Samuel
Ah Mike, that's more what I was expecting. The dumb part is that I have never had to use a file path not associated with an LC standalone, including 'specialfolderpath' paths, so I don't understand how to retrieve the path to the remote server. I bet this is so simple that you didn't think it

Re: Dumb question about files on a server

2016-09-19 Thread Mike Bonner
Ah k.. well on the server side the code should be relatively simple. You need to check for the existence of a folder, so in your .lc script -- if there is not a folder "foldername" then... applies still. If its not there, create it (create folder "foldername") If it wasn't there it is now, so

Re: error building iOS standalone with LiveCode 8.1

2016-09-19 Thread panagiotis merakos
Hi Chris, Hmm, that's weird, it should work. The first part of the error (—resource-rules blah blah) is just a warning. The codesign fails because of the "resource fork, Finder information, or similar detritus not allowed” part. The command [get shell("xattr -cr" && quote & pAppBundle & quote)]

Re: Dumb question about files on a server

2016-09-19 Thread Graham Samuel
Mike, thanks for that. I think I have not really explained enough about what I want. I have a .lc script on the server that invokes Jacque Gay’s Zygodact product to generate license codes, which are then passed on to the payment processor. This works fine. However when a code is generated, it

Re: Breaking out a PDF

2016-09-19 Thread Roger Eller
On Mon, Sep 19, 2016 at 3:56 PM, Roger Eller wrote: > On Mon, Sep 19, 2016 at 3:26 PM, Dr. Hawkins wrote: > >> On Mon, Sep 19, 2016 at 10:44 AM, Skip Kimpel >> wrote: >> >> > They are not created by me a bunch of forms

Re: Breaking out a PDF

2016-09-19 Thread Roger Eller
On Mon, Sep 19, 2016 at 3:26 PM, Dr. Hawkins wrote: > On Mon, Sep 19, 2016 at 10:44 AM, Skip Kimpel > wrote: > > > They are not created by me a bunch of forms (200+ pages combined > into 1 > > PDF) that are 1 pager's (8.5x11) and each page in the PDF

Re: error building iOS standalone with LiveCode 8.1

2016-09-19 Thread Chris Sheffield
Panos, I greatly appreciate the quick reply. Unfortunately that fix didn’t work for me. I even dug in a little deeper and applied Monte’s other changes as well, and my build still fails. The —resource-rules error is gone, but I am still left with the second part of the error about the

Re: Breaking out a PDF

2016-09-19 Thread Dr. Hawkins
On Mon, Sep 19, 2016 at 10:44 AM, Skip Kimpel wrote: > They are not created by me a bunch of forms (200+ pages combined into 1 > PDF) that are 1 pager's (8.5x11) and each page in the PDF needs to be > broken out into it's own file. > Hmm, another possibility: look at

Re: What's everyone working on this month? (September 2016)

2016-09-19 Thread Tore Nilsen
> 19. sep. 2016 kl. 20.42 skrev William Prothero : > > Tor: > Since you mention an LMS, I’m wondering if you have successfully implemented > an interface to an LMS using LTI or SCORM protocols. Or, more concisely, how > do you handle the interface to your LMS? > Best,

Re: Object inspector question

2016-09-19 Thread Roger Guay
Hi Bill, I fixed the Add to favorites and the Delete from favorites. it was a brain bug . . . not an LC bug. I can't duplicate the Export problem you spoke of. Import and Export work fine for me using LC 8.1.0. I will continue to investigate. The fixed TextOmatic is here:

Re: Object inspector question

2016-09-19 Thread Richard Gaskin
J. Landman Gay wrote: > On 9/19/16 12:16 PM, Richard Gaskin wrote: >> Font lists tend to be long so I found scrolling in such a cramped >> space somewhat annoying (a sentiment I suspect the core team would >> share if they spent as much time with the IDE on non-Mac systems), >> so I provided a

Re: Object inspector question

2016-09-19 Thread J. Landman Gay
On 9/19/16 12:16 PM, Richard Gaskin wrote: Font lists tend to be long so I found scrolling in such a cramped space somewhat annoying (a sentiment I suspect the core team would share if they spent as much time with the IDE on non-Mac systems), so I provided a fix along with the enhancement

Re: Best way to extend IDE (toolbar)?

2016-09-19 Thread Richard Gaskin
William Prothero wrote: > Can script only stacks be used in iOS? I had some trouble getting it > to recognize one. I entered it in the “Copy Files” preference, but > the simulator didn’t seem to find it. Hard to say. What is the setup, and what indication did the simulator give to let you

Re: Object inspector question

2016-09-19 Thread Roger Guay
Thanks for the feedback, Bill. I’ll look into and fix ASAP Cheers. Roger > On Sep 19, 2016, at 11:33 AM, William Prothero > wrote: > > Roger: > Not a big deal, but, FYI: > I was messing with the “Export” command and it keeps asking for the > selectedObject, which

Re: Object inspector question

2016-09-19 Thread Paul Hibbert
On Sep 19, 2016, at 10:16 AM, Richard Gaskin wrote: > Mac always shows the full list, but the other OSes truncate the list to be > scrollable. Not in this case. The PI font selector appears to be a Combo-box Menu and it only shows 5 lines on a Mac too. On Mac: An

Re: What's everyone working on this month? (September 2016)

2016-09-19 Thread William Prothero
Tor: Since you mention an LMS, I’m wondering if you have successfully implemented an interface to an LMS using LTI or SCORM protocols. Or, more concisely, how do you handle the interface to your LMS? Best, Bill > On Sep 2, 2016, at 2:33 PM, Tore Nilsen wrote: > > The

Re: Object inspector question

2016-09-19 Thread William Prothero
Richard: Can script only stacks be used in iOS? I had some trouble getting it to recognize one. I entered it in the “Copy Files” preference, but the simulator didn’t seem to find it. Bill > On Sep 19, 2016, at 10:16 AM, Richard Gaskin > wrote: > > William Prothero

Re: Best way to extend IDE (toolbar)?

2016-09-19 Thread William Prothero
Richard: Can script only stacks be used in iOS? I had some trouble getting it to recognize one. I entered it in the “Copy Files” preference, but the simulator didn’t seem to find it. Bill > On Sep 19, 2016, at 10:37 AM, Richard Gaskin > wrote: > > Ben Rubinstein

Re: Object inspector question

2016-09-19 Thread William Prothero
Roger: Not a big deal, but, FYI: I was messing with the “Export” command and it keeps asking for the selectedObject, which should be a field named “myText”. When that field is selected, the selectedObject is still empty. This is in debug mode in the IDE, and it behaves the same way as a plugin

Re: What's everyone working on this month? (September 2016)

2016-09-19 Thread Mike Kerner
Exactly. In some cases you can use BLE, but you still have to manage the comm protocol with the reader, which will vary by manufacturer, like you would expect. On Mon, Sep 19, 2016 at 2:12 PM, Roger Eller wrote: > Well, no. It appears that this app and several

Re: error building iOS standalone with LiveCode 8.1

2016-09-19 Thread panagiotis merakos
Hi Chris, Try the workaround described here: http://quality.livecode.com/show_bug.cgi?id=18135 It worked for me. Best, Panos On 19 Sep 2016 19:01, "Chris Sheffield" wrote: > I’m hoping someone can help with this. > > I just fired up LiveCode 8.1 this morning to create

Re: What's everyone working on this month? (September 2016)

2016-09-19 Thread Roger Eller
Well, no. It appears that this app and several others require an external reader device. Some can be paired to the phone with bluetooth. ~Roger On Mon, Sep 19, 2016 at 1:59 PM, Roger Eller wrote: > It looks like you can. > >

error building iOS standalone with LiveCode 8.1

2016-09-19 Thread Chris Sheffield
I’m hoping someone can help with this. I just fired up LiveCode 8.1 this morning to create a new app build for a landscape app that has the “cropped” issue in iOS 10. I am getting an error at the point that the app gets signed: codesigning failed with Warning: —resource-rules has been

Re: What's everyone working on this month? (September 2016)

2016-09-19 Thread Roger Eller
It looks like you can. https://play.google.com/store/apps/details?id=at.mroland.android.apps.nfctaginfo https://www.youtube.com/watch?v=3eAI6SJfJqo On Mon, Sep 19, 2016 at 1:54 PM, Mike Kerner wrote: > There is a difference between RFID and NFC. I will have to

Re: What's everyone working on this month? (September 2016)

2016-09-19 Thread Mike Kerner
There is a difference between RFID and NFC. I will have to look more at the Nexus, but I thought I was pretty sure that there are no android or ios devices that can read RFID tags. On Mon, Sep 19, 2016 at 10:25 AM, Peter TB Brett wrote: > On 19/09/2016 15:16, Mike

Re: Breaking out a PDF

2016-09-19 Thread Roger Eller
LOL! The content of my example is one line: '20 122 Td (Hello World) Tj" The rest is mostly static prologue setup to make it official. You can script Adobe Acrobat Professional to split or combine pages. ~Roger Roger Eller Graphics Systems Analyst 803 North Maple Street P: 864.967.1625

Re: Breaking out a PDF

2016-09-19 Thread Skip Kimpel
Roger, They are not created by me a bunch of forms (200+ pages combined into 1 PDF) that are 1 pager's (8.5x11) and each page in the PDF needs to be broken out into it's own file. I am scared of your example :) SKIP On Mon, Sep 19, 2016 at 1:37 PM, Roger Eller

Re: regex to add a variable to calls

2016-09-19 Thread Thierry Douez
2016-09-17 0:13 GMT+02:00 Dr. Hawkins : I need to catch every instance of > > getVal(a,b,c) > > and change them to > > getVal(a,b,c,dbtr) > > (and similarly to find when called with one or two arguments) > > dbtr is the variable name I want to pass. > ​Here is one way to do

Re: Best way to extend IDE (toolbar)?

2016-09-19 Thread Richard Gaskin
Ben Rubinstein wrote: > Do you (does anyone) know where script-only stacks are actually > documented? I can't find it in the User Guide - I see references > in the release notes to changes relating, I'm vaguely aware from > mailing lists of conversations about them; but I can't find anything >

Re: Breaking out a PDF

2016-09-19 Thread Roger Eller
Are these PDFs created by you with LiveCode, or coming from other unknown or varying programs? Is is all text, or a mixture of content? A PDF built to the older PDF-1.4 spec, is fairly simple to construct from scratch using just text. Example: Paste the following into notepad, and save it.

Re: Breaking out a PDF

2016-09-19 Thread Skip Kimpel
Thanks for the input. Kind of what I thought but was looking for some feedback to confirm this before I started down that path. SKIP On Mon, Sep 19, 2016 at 12:47 PM, Dr. Hawkins wrote: > On Mon, Sep 19, 2016 at 8:13 AM, Skip Kimpel wrote: > > > Has

Re: Object inspector question

2016-09-19 Thread Richard Gaskin
William Prothero wrote: > I'm getting used to the object inspector in lc8, but notice that > setting the font of a field or button is different. In v7 and > earlier, the drop down menu showed a long list of fonts, but the new > inspector show a short list of font types (system), etc. I can type

Re: Object inspector question

2016-09-19 Thread William Prothero
Roger: Thanks! It makes searching for fonts quite a bit easier. Best, Bill > On Sep 18, 2016, at 7:37 PM, Roger Guay wrote: > > Hi Bill, > > I was complaining about this just a few weeks ago and decided to build my own > plugin which you might like to look at. I’m sure you could

Re: LC 8.1 Mac - Crash on name change

2016-09-19 Thread Dr. Hawkins
On Sun, Sep 18, 2016 at 9:18 AM, Graham Samuel wrote: > This looks like a bug to me, but I just wonder if anyone has experienced > anything like this before I report it. > Nah. 7.1 crashes a significant portion of the time when doing a "save as" from a script (I think it's

Re: Breaking out a PDF

2016-09-19 Thread Dr. Hawkins
On Mon, Sep 19, 2016 at 8:13 AM, Skip Kimpel wrote: > Has anybody taken a PDF, read it into LC and then split that PDF and > created multiple PDF documents from it? Looking to create a streamlined > way of doing this an a continuous basis. > Playing with PDF is a

Re: error building for iOS with LiveCode 8.1

2016-09-19 Thread panagiotis merakos
Hi Mark, I thought there was a bug about it, but I could not find it now. IIRC this was mentioned as a known issue in a release email at some point in the past. So maybe nobody ever filed a bug. It would be great if you could create a new one :) Best regards, Panos -- On Mon, Sep 19, 2016 at

Re: error building for iOS with LiveCode 8.1

2016-09-19 Thread Mark Talluto
On Sep 16, 2016, at 5:19 AM, panagiotis merakos wrote: > > Hi Phil, > > IIRC I used to get similar errors just *the very first time* I tried to > create an ios standalone. Do you get this error *always* when trying to > build an ios standalone? Hi Panos, I am getting the

Playing Sound question

2016-09-19 Thread Alejandro Tejada
In this forum thread: http://forums.livecode.com/viewtopic.php?f=20=18429 MaxV posted a video that shows the movie player working fine in Linux, you can actually play, pause and resume: https://www.youtube.com/watch?v=mxPzQaF-Feg Does anyone knows if (using this movie player on Linux) we could

Re: Dumb question about files on a server

2016-09-19 Thread Mike Bonner
It sounds like you have an app that you want to use to manipulate files and folders on a remote server. You could set up a script on the server as a middle man pretty easily I think.. Something like this.. (off the top of my head) Have it accept $_POST data, one item of which could be

Breaking out a PDF

2016-09-19 Thread Skip Kimpel
Has anybody taken a PDF, read it into LC and then split that PDF and created multiple PDF documents from it? Looking to create a streamlined way of doing this an a continuous basis. SKIP ___ use-livecode mailing list use-livecode@lists.runrev.com

8.1.0 update corrupted?

2016-09-19 Thread Bob Sneidar
I am getting Payload Archive won't open error when attempting to update to version 8.1.0 on OS X 10.11. I'll try the web site. Bob S ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Dumb question about files on a server

2016-09-19 Thread Graham Samuel
I have some server space and a domain name, let’s say ‘mysite.com ’. On this host I have a web site (www.mysite.com ), plus LiveCode Server (8.1 commercial as it happens) and some scripts etc. So far, so good. Now I want to write a script that runs

Re: What's everyone working on this month? (September 2016)

2016-09-19 Thread Peter TB Brett
On 19/09/2016 15:16, Mike Kerner wrote: The RFID is tricky because right now, there is no hardware capability in either ios or android, so you need to attach external peripherials. We need to narrow down the hardware options, because the communication with them is going to be the sticky wicket.

Re: Xcode 8 / iOS 10 support coming in 8.1.1

2016-09-19 Thread Peter TB Brett
On 19/09/2016 15:12, Mike Kerner wrote: specifically? Current release-critical items that I'm aware of: [T] 18135 Error building iOS standalone in OS X 10.12 beta 4 [T] 18422 Cannot launch iOS 9.2 simulator on OS X 10.10 [T] 18414 iOS 10 resources not copied in simulator 18418 App crashes

Re: What's everyone working on this month? (September 2016)

2016-09-19 Thread Peter TB Brett
On 01/09/2016 15:23, Mike Kerner wrote: Let's see: • Peter challenged me to do better than the new Documentation setup. Maybe he didn't mean it that way, but that's the way I took it, so I'm going to have a go. • Finishing a new app that allows machine shops to quickly determine how to run

Re: What's everyone working on this month? (September 2016)

2016-09-19 Thread Mike Kerner
The RFID is tricky because right now, there is no hardware capability in either ios or android, so you need to attach external peripherials. We need to narrow down the hardware options, because the communication with them is going to be the sticky wicket. On Mon, Sep 19, 2016 at 10:12 AM, Peter

Re: Xcode 8 / iOS 10 support coming in 8.1.1

2016-09-19 Thread Mike Kerner
specifically? On Mon, Sep 19, 2016 at 9:49 AM, Peter TB Brett wrote: > On 08/09/2016 08:57, Peter TB Brett wrote: > >> Hi all, >> >> Since Xcode 8 GM is now available for download by members of the Apple >> developer program, I thought it might be helpful to give you

Debugging LCB programs [was: What's everyone working on this month?]

2016-09-19 Thread Peter TB Brett
On 02/09/2016 10:51, Alex Tweedly wrote: But in the end I found the programming experience in LCB just too frustrating. I've been spoiled :-) I'm used to symbolic, interactive debuggers - been using them pretty much continually for the last 45 years that I've been programming, starting with

Re: Xcode 8 / iOS 10 support coming in 8.1.1

2016-09-19 Thread Peter TB Brett
On 08/09/2016 08:57, Peter TB Brett wrote: Hi all, Since Xcode 8 GM is now available for download by members of the Apple developer program, I thought it might be helpful to give you an update on our plans for enabling LiveCode app deployment using Xcode 8. - iOS 10 deployment using Xcode 8

[ANN] This Week in LiveCode 51

2016-09-19 Thread Peter TB Brett
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 #51 here: https://goo.gl/7cpD3O This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: code folding

2016-09-19 Thread BNig
Hi Andy, thanks for testing, very helpful. It is reassuring that "Fold All" now works for you. Kind regards Bernd AndyP wrote > Hi Bernd, > > Great, that sorted the problem. -- View this message in context:

Re: code folding

2016-09-19 Thread AndyP
Hi Bernd, Great, that sorted the problem. - Andy Piddock My software never has bugs. It just develops random features. Copy the new cloud space, get your free 15GB space now: Get Copy Script editor Themer for LC http://2108.co.uk PointandSee is a FREE simple but full featured

Re: code folding

2016-09-19 Thread BNig
And yes Andy, I am aware of that enhancement request and on the cc for it, thanks for pointing it out. Kind regards Bernd BNig wrote > Hi Andy, Tom and Brahma, > > thanks for testing. > > "Fold All" works for me all the time but there is known inconsistency in > variable naming which I

Re: code folding

2016-09-19 Thread BNig
Hi Andy, Tom and Brahma, thanks for testing. "Fold All" works for me all the time but there is known inconsistency in variable naming which I corrected and uploaded. http://berndniggemann.on-rev.com/fold/foldcode.zip same instructions as before: unzip and install in Livecoe 8.1.0 stable

Re: Playing Sound question

2016-09-19 Thread panagiotis merakos
Hi all, Unfortunately, the LC player on Linux has been broken for a long time. Best, Panos On 19 Sep 2016 06:26, "Earthednet-wp" wrote: Alejandro, I built it on livecode 8.1.0, the release version. It should be tested on that version before giving up. Bill William

Re: code folding

2016-09-19 Thread AndyP
Hi Bernd, Thanks for this.. you may want to look at this enhancement request.. http://quality.livecode.com/show_bug.cgi?id=6937 On LC 8.1 Win 10, folding individual handlers work great but not fold all. - Andy Piddock My software