Primary Student Livecode Interface (Simplified Developer Interface)

2019-10-10 Thread JOHN PATTEN via use-livecode
Good Morning from SoCal, Quick question, anybody ever develop a simplified LiveCode “developer interface/tool“ project? If you’ve been around awhile, you might remember how HyperCard had multiple development modes. Level one allowed you to use drawing tools create buttons that would allow you

Copying Text from Field In HTML5 app?

2018-05-21 Thread JOHN PATTEN via use-livecode
HI All, I have a little HTML5 project that creates some text data in a card field. I would like to let my user copy the text created in this field out the HTML5 app so that they can paste it into a spreadsheet in order to manipulate it. Can this be done using an HTML5 app? Thank you! John

LiveCode and iOS Simulator Set Up

2018-02-20 Thread JOHN PATTEN via use-livecode
Hi All, I am trying to set up a new school Mac laptop with Xcode so that I can run the iOS simulator on it with Livecode. I have tried LiveCode 8.1.7 and 8.1.9 with Xcode most recent version of Xcode, 9.0, and 9.1. Each time I attempt to launch the simulator in LiveCode I get the message,

Questions re: Michael McCreary Database Wizardry from LCGlobal?

2017-12-13 Thread JOHN PATTEN via use-livecode
Hello all! I am trying to decipher Michael McCreary’s database wizardry form the Livecode conference. Starting by duplicating what he had created with his Notes cloud app, but just using my own on-rev account and my mysql db. His Notes app works fine when it is pointing to his on-rev/mysql

Re: Example Stack for MergAV (QR codes)?

2017-11-09 Thread JOHN PATTEN via use-livecode
Awesome…and... thanks for the quick response! John Patten SUSD > On Nov 9, 2017, at 3:55 PM, JOHN PATTEN via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Hello! > > I’m attempting to use MergAV to put a little student qr code reader app > togethe

Example Stack for MergAV (QR codes)?

2017-11-09 Thread JOHN PATTEN via use-livecode
Hello! I’m attempting to use MergAV to put a little student qr code reader app together. MergAV has many commands and I have not been successful with the combinations I have chosen. Does someone have an example stack or a link they can point me to and example stack? Thank you! John Patten

Re: How to (in iOS) Import snapshot and paste resulting image to substack? (Solved)

2017-11-07 Thread JOHN PATTEN via use-livecode
nt Template" go to stack "Print Template” set the angle of img "pages 2-3" of this card to 90 set the loc of image "pages 2-3" of this card to 107,603 Cheers! John Patten SUSD > On Nov 7, 2017, at 10:21 AM, JOHN PATTEN via use-livecode > <use-livecode@li

How to (in iOS) Import snapshot and paste resulting image to substack?

2017-11-07 Thread JOHN PATTEN via use-livecode
Hi All, In iOS on an iPad, I am trying to import a snapshot and then place the resulting image on a substack of the main stack. The idea is to save the substack out as a PDF after placing a number of snapshots on it. The code I am using is: - import snapshot from rectangle

Re: How do I play sound files in HTML5?

2017-10-07 Thread JOHN PATTEN via use-livecode
In LiveCode under the Dictionary/Guide, there is a link in the Guide for HTML5. At the bottom of that information is what is required in your html to display the app. It is surprisingly little. LiveCode actually creates an html page that contains, from what I can tell, a considerable amount of

Beginners Guide?

2017-10-06 Thread JOHN PATTEN via use-livecode
Hi All, I’m going to be doing some short introductions to some of our teachers about LiveCode. I was reviewing the support resources, specifically the Beginners Guide. The info seems to need a bit of an update. Is there another link with a more current Beginners Guide? i.e.. General To use

HTML5 - Javascript send text to textarea html object?

2017-09-26 Thread JOHN PATTEN via use-livecode
Hello all, Is it possible for and HTML5 app to send text from a variable in the HTML5 stack to a textarea object in, say, a web form via javascript? While I’m at it, would it be possible to trigger the web form submit action, via javascript in the HTML5 app? If so, how might that look?

Storing/Saving User Data via HTML5 app?

2017-09-24 Thread JOHN PATTEN via use-livecode
Hi All, Is it possible to save user activity in an HTML5 application? Post to database? Save out to a text file? Send out via a PHP post command? What is the current recommended strategy for this type of typical action? Thank you! ___ use-livecode

Re: HTML5 and Copy and Pasting of graphics?

2017-09-22 Thread JOHN PATTEN via use-livecode
Thanks Richard! That works :) http://jpatten.on-rev.com/circletest1/circletest.html > On Sep 22, 2017, at 12:41 PM, Richard Gaskin via use-livecode > wrote: > > JOHN PATTEN wrote: > > > I am pretty sure

HTML5 and Copy and Pasting of graphics?

2017-09-22 Thread JOHN PATTEN via use-livecode
Hi All! I am pretty sure I did a copy and paste from card 2 to card 1 in a HTML5 project. I may have been dreaming though :) I have two cards. First card has a button with this script: on mouseUp copy grc "circle" of cd 2 do paste set the loc of last grc of cd 1 to 100,100 end mouseUp

HTML5 and Post tArgs to URL "http://..." ?

2017-08-27 Thread JOHN PATTEN via use-livecode
Hi All, I was experimenting with HTML 5 this weekend. I have a script that posts some data to a server side .lc script. The script inserts the data into a mySQL database. I get a “-1” javascript error the minute the post tArgList to URL "http://.on-rev.com/folder/tracker.lc” script

Re: Using "Launch URL" without actually opening browser?

2017-08-26 Thread JOHN PATTEN via use-livecode
ewj4IEG0FnfjBn > feVVSLva5tWv-dVexoP95trNNA/formResponse?"& tStudentName & tDate & > tSecondsSince & tCardName & tTargetObject > > On Sat, Aug 26, 2017 at 3:15 PM, JOHN PATTEN via use-livecode < > use-livecode@lists.runrev.com> wrote: > >>

Using "Launch URL" without actually opening browser?

2017-08-26 Thread JOHN PATTEN via use-livecode
Hi All, I’m using the Google spreadsheet that gets created when you create a Google Form to collect data from a stack. I’ve copied out the specific Google submit form button to send my stack data to the Google spreadsheet. This works fine using “Launch URL” however it opens the browser and

Re: HTML5 - Playing Audio files tutorial?

2017-08-25 Thread JOHN PATTEN via use-livecode
.mp3. (plays from browser) > On Aug 25, 2017, at 11:47 AM, Colin Holgate via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Normally you would play MP3 or OGG in HTML5. Do MP3 files play ok? > > >> On Aug 25, 2017, at 11:06 AM, JOHN PATTEN via use-livecode

HTML5 - Playing Audio files tutorial?

2017-08-25 Thread JOHN PATTEN via use-livecode
Hi All, I have followed the tutorial here on playing audio files, http://lessons.livecode.com/m/4071/l/742506-how-do-i-play-sound-files-in-html5 I have tried with both a wav file, and a m4a. Neither of them seem

Re: MobileControlCreate Scroller? SOLVED

2017-07-12 Thread JOHN PATTEN via use-livecode
Never mind :( I hate when that happens :) wrong fld name in > On Jul 12, 2017, at 11:00 AM, JOHN PATTEN via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Hi All, > > I have a group that consists of a couple of buttons and a field. The field > can co

MobileControlCreate Scroller?

2017-07-12 Thread JOHN PATTEN via use-livecode
Hi All, I have a group that consists of a couple of buttons and a field. The field can contain text that fits nicely with it, and at times, text that is outside the bounds of the field. This app is targeted for an iPhone. I wanted to create a mobile scroller to allow the user to scroll the

Header Widget troubles and orientationchange examples?

2017-07-11 Thread JOHN PATTEN via use-livecode
Hi All, I am trying to do some simple navigation with the header widget. on mouseUp local tActionName put the mouseAction of me into tActionName --if tActionName is not empty then -- Execute script triggered by the given action if tActionName is "back" then go prev card else if

Re: iOS Browser Widget and PDFs? SOLVED

2017-07-07 Thread JOHN PATTEN via use-livecode
(pdfs) to the “engine” folder. I changed it to specialFolderpath(“Documents”) and everything seems to be good now. Cheers! John Patten SUSD > On Jul 6, 2017, at 3:32 PM, JOHN PATTEN via use-livecode > <use-livecode@lists.runrev.com> wrote: > > I had it “Answer" me th

Re: iOS Browser Widget and PDFs?

2017-07-06 Thread JOHN PATTEN via use-livecode
set to on the , correct? Thank you! > On Jul 6, 2017, at 3:19 PM, JOHN PATTEN via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Hi All! > > I have little app that I’m using track our department quotes/purchases etc. > It pulls the info out of a mySQl

iOS Browser Widget and PDFs?

2017-07-06 Thread JOHN PATTEN via use-livecode
Hi All! I have little app that I’m using track our department quotes/purchases etc. It pulls the info out of a mySQl db. I have an issue with browser widget displaying the pdf quotes on iOS. The app pulls the PDF out of mysql via: Put "SELECT attachment FROM quotes WHERE name ='" & jQuote & "'"

Re: Display PDF in Browser Widget Error?

2017-06-21 Thread JOHN PATTEN via use-livecode
gt;> use-livecode@lists.runrev.com> wrote: >>> >>>> Hmm, it seems that the spaces are the culprit. I did a quick test, and >>>> selecting a pdf "myPdf" works fine, whereas selecting a pdf "my Pdf" >>> throws >>>>

Re: Display PDF in Browser Widget Error?

2017-06-21 Thread JOHN PATTEN via use-livecode
ou select contain any unicode characters? > > Best, > Panos > -- > > On Wed, Jun 21, 2017 at 6:31 PM, JOHN PATTEN via use-livecode < > use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> wrote: > >> Hi All, >> >>

Display PDF in Browser Widget Error?

2017-06-21 Thread JOHN PATTEN via use-livecode
Hi All, I am trying to display a PDF in a browser widget using the tutorial here: http://lessons.livecode.com/m/4071/l/727199-how-do-i-display-a-pdf-in-livecode and this code: on mouseUp local tFile answer

Re: Uploading Image - Livecode Tutorial Example? Sessions?

2017-05-26 Thread JOHN PATTEN via use-livecode
ion for .lc files, you'll need to > switch to a more recent version of the server to get sessions to work. > > On Fri, May 26, 2017 at 10:15 AM, JOHN PATTEN via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> I think I figured out the issue based on an old p

Re: Uploading Image - Livecode Tutorial Example? Sessions?

2017-05-26 Thread JOHN PATTEN via use-livecode
<http://forums.livecode.com/viewtopic.php?f=15=10787=50056=session#p50034> Cheers! > On May 26, 2017, at 8:39 AM, JOHN PATTEN via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Hello! > > Thanks for those that answered about the problem I was having wit

Uploading Image - Livecode Tutorial Example? Sessions?

2017-05-26 Thread JOHN PATTEN via use-livecode
Hello! Thanks for those that answered about the problem I was having with FTP. It was the URLEncode issue that was tripping me up. However, I’m changing gears as I hadn’t realized that I could not ftp directly into a htmlpublic directory on On-Rev. Ultimately I am trying to just create a

FTP from iOS but getting tsneterr: (67) Access denied: 530

2017-05-25 Thread JOHN PATTEN via use-livecode
Hi All, I’m trying to ftp and image from the photo gallery on iOS to my on-rev account. I’m using the example: on mouseUp mobilepickphoto “library" --upload to FTP put the last image into url

Snaptshot of Browser Widget in iOS?

2017-05-18 Thread JOHN PATTEN via use-livecode
Hi All! I am trying to lay some objects (text fields, graphics, etc.) over a browser widget. I am essentially just taking a screen capture and then layering the objects on top of the image. Here is my script: on mouseUp lock screen put the rect of current stack into tCoord set the width of

Error connecting to SQLlite in iOS

2017-04-20 Thread JOHN PATTEN via use-livecode
Hi All, I have a simple project that uses an sql lite database. It works fine in LiveCode, but when I test it in the iOS simulator, i get an error. I have copied to the SQL.lite database to the “Copy Files” in the standalone settings. I have also added the SqLite and MySQL inclusions. Here is

Re: OT (?): Bookmarking GPS coords

2017-04-09 Thread JOHN PATTEN via use-livecode
This sound interesting, I'd be interested in learning more too. Thank you John Patten SUSD Sent from my iPad > On Apr 9, 2017, at 1:34 AM, Graham Samuel via use-livecode > wrote: > > I’d love it if this topic could stay on the list for a bit, as I’m just >

Re: MDM and App deployment

2017-04-06 Thread JOHN PATTEN via use-livecode
nk you! > On Apr 6, 2017, at 8:28 AM, JOHN PATTEN via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Thanks Terry and Jacqueline, > > The file/app is being served via our MDM which is using https. > > Terry, you mention that the manifest file has to

Re: MDM and App deployment

2017-04-06 Thread JOHN PATTEN via use-livecode
, "use-livecode on behalf of J. Landman Gay via > use-livecode" <use-livecode-boun...@lists.runrev.com on behalf of > use-livecode@lists.runrev.com> wrote: > >On 4/5/17 5:17 PM, JOHN PATTEN via use-livecode wrote: >> A student iPad can see the app in th

MDM and App deployment

2017-04-05 Thread JOHN PATTEN via use-livecode
Hi All, History - We use JAMF (Casper) as our MDM. Our math teachers have been using an app called Casper Focus which locks students into a particular web site for when they are giving the students an assessment. JAMF no longer supports Casper Focus now that Apple has created the Classroom

Re: Quasi Student Secure Web Browser?

2017-03-30 Thread JOHN PATTEN via use-livecode
ng for those browser widget commands they can be found in the release notes here: http://livecodestatic.com/downloads/livecode/8_0_0/LiveCodeNotes-8_0_0_dp_11.pdf <http://livecodestatic.com/downloads/livecode/8_0_0/LiveCodeNotes-8_0_0_dp_11.pdf> Cheers! John Patten SUSD > On Mar 29,

Quasi Student Secure Web Browser?

2017-03-29 Thread JOHN PATTEN via use-livecode
Hi All, I’m attempting to create a simple secure web browser iOS app for some teachers. I want to prevent any links within an approved site (i.e. “www.approvedsite.com") that link out to others sites from launching. For example, if the "www.approvedsite.com" has a link out to Youtube.com, I

Resize Images in on-rev folder via lc script?

2017-03-12 Thread JOHN PATTEN via use-livecode
Hi All, I have a simple html form that uploads images to a directory on the on-rev server. The images are uploaded at different resolutions. I would like to have the on-rev server resize the width of the images in that folder when users drop them into the server via an html form. Is it

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-05 Thread JOHN PATTEN via use-livecode
017, at 11:53 AM, William Prothero via use-livecode > <use-livecode@lists.runrev.com> wrote: > > John: > Try adding “?” to the URL. This should force reload. > Bill > >> On Feb 5, 2017, at 11:31 AM, JOHN PATTEN via use-livecode >> <use-livecode@lists.runre

Browser Widget Appears to be caching data (javascript)?

2017-02-05 Thread JOHN PATTEN via use-livecode
Hi All, How do you get the browser widget to dump any cached web content? I have an html5 panoramic running in a browser widget. I change the javascript code associated to a hotspot to point to a different url, but the hotspot link continues to point to the old URL. If I launch the panorama

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-03 Thread JOHN PATTEN via use-livecode
ing from here, but maybe there > is something useful in the post. > > On Thu, Feb 2, 2017 at 8:12 PM, JOHN PATTEN via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Hi All, >> >> I managed to trial and error together a working

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-02 Thread JOHN PATTEN via use-livecode
rowser widget in the > dictionary and look at the javascripthandlers property. > > > > On Mon, Jan 30, 2017 at 8:22 PM, JOHN PATTEN via use-livecode < > use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> wrote: > >> Hi All, >&g

JavaScript, Browser Object, VR with Hotspots?

2017-01-30 Thread JOHN PATTEN via use-livecode
Hi All, I’m not sure if this is possible with Livecode, but I thought I’d ask anyways. I have a html5 panorama I created in a trial version of Pano2VR. I posted it up here: http://jpatten.on-rev.com/vrjs/index.html This pano has one hot spot that