Primary Student Livecode Interface (Simplified Developer Interface)

2019-10-10 Thread JOHN PATTEN via use-livecode
for newbies? Something that could be used to introduce, but not initially over whelm a new user? Just trying to not reinvent the wheel, if someone has already gone down this path and would be willing to share :) Thank you! John Patten Sent from my iPhone

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
to be done in order for me to duplicate his Notes app on my on-rev account? Thank you! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences

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
here is no paste in iOS set the loc of last image of this card to 107,603 - This all works fine on a desktop, but I am having trouble with some of the iOS. What is the proper way to cut, copy and paste images from one stack, to a

Re: How do I play sound files in HTML5?

2017-10-07 Thread JOHN PATTEN via use-livecode
of html/code just to create the html layout (i.e. loader, images, etc.) Hope that helps! John Patten SUSD Sent from my iPad > On Oct 7, 2017, at 8:59 AM, Kenji Kojima via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Hi, > I used LC 9.0.0 (dp9). I could play

Beginners Guide?

2017-10-06 Thread JOHN PATTEN via use-livecode
playback) Thank you! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

HTML5 - Javascript send text to textarea html object?

2017-09-26 Thread JOHN PATTEN via use-livecode
? Thank you! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

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 <http://jpatten.on-rev.com/circletest1/circletest.html> > On Sep 22, 2017, at 12:41 PM, Richard Gaskin via use-livecode > <use-livecode@lists.runrev.com> wrote: > > JOHN PATTEN wrote:

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
l", "canBounce", true end preOpenCard on scrollerDidScroll hOffset, vOffset // When the user scrolls move the displayed content set the vScroll of fld "scrollMe" to vOffset --set the vScroll of group id 1012 to vOffset end scrollerDidScroll Thank you! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Header Widget troubles and orientationchange examples?

2017-07-11 Thread JOHN PATTEN via use-livecode
only work some of the times. Is there an example of floating around that shows a header widget updating it’s location after each rotation of the device? Thank you! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com Please

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
on": execution error at line 6 (extension: error occured with domain) near "runtime", char 1 Would this be a bug, or am I doing something incorrectly? Thank you! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com Pl

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
P client) just fine with the same credentials and upload an image with no problem. I don’t even have to give Fetch the full ftp directory, just the host. What am I missing? Thank you! John Patten SUSD ___ use-livecode mailing list use-livecode@lists

Snaptshot of Browser Widget in iOS?

2017-05-18 Thread JOHN PATTEN via use-livecode
y unlock screen end mouseUp This works fine on my Mac, but when I test it in the iOS simulator it does not work. Is it not possible to take a snapshot of the browser widget in iOS? Thank you! John Patten SUSD ___ use-livecode mailing list use-livec

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 > <use-livecode@lists.runrev.com> wrote: > > I’d love it if this topic could stay on the list for

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
ing is not "www.myopenmath.com" then answer “You can not access this site." end if end browserStartedLoading Is there a better way to go about accomplishing this in LiveCode? Thank you! John Patten SUSD ___ use-livecode mailing list use-li

Resize Images in on-rev folder via lc script?

2017-03-12 Thread JOHN PATTEN via use-livecode
age> , but I’m not sure how that could be applied to a folder on the server using .lc scripts? Thank you! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscr

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

2017-02-05 Thread JOHN PATTEN via use-livecode
site. (I’m guessing it will work for you the first time though. I would have to change the url in the javascript after you were to try it once, and then see if the hotspot goes to the new url.) The cow hotspot should be going to the nasa.gov site. Thank you! John Patten SUSD > On Feb 5, 2

Browser Widget Appears to be caching data (javascript)?

2017-02-05 Thread JOHN PATTEN via use-livecode
in a browser (Chrome,) the hotspot points to the changed url. Why after loading the panorama in the browser widget does the hotspot continue to point to the old url? Thank you! John Patten SUSD ___ use-livecode mailing list use-livecode

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
veCode project and VR files here: https://dl.dropboxusercontent.com/u/6767916/VR_and_Javascript_Example.zip <https://dl.dropboxusercontent.com/u/6767916/VR_and_Javascript_Example.zip> Any help is greatly appreciated! John Patten SUSD > On Jan 30, 2017, at 8:01 PM, Mike Bonner via use-l

JavaScript, Browser Object, VR with Hotspots?

2017-01-30 Thread JOHN PATTEN via use-livecode
ect for additional content. Anybody have a simple example of what the Javascript in the pano might look like, as opposed to just an alert? What scripts would I use to capture and act on the Javascript in the browser object? Or, maybe this is not possible…? Th

Re: Inconsistent results in simple script

2016-11-16 Thread JOHN PATTEN
his barcode, but in an array construct? When you don’t use arrays very much, and you have old, slow, brute force scripting skills, arrays are kind of hard to wrap your head around. But I obviously see their advantages :) Thank you! > On Nov 16, 2016, at 1:08 PM, JOHN PATTEN <johnpat

Re: Inconsistent results in simple script

2016-11-16 Thread JOHN PATTEN
was hoping not to have to weed them out of my lists so that the two lists lined up. Can I use an array and still search be barcode prior to doing the username and serial number? /..Yes Craig, old HyperCard habits are hard to break, at least for me :) …/ Thank you! John Patten SUSD > On Nov 16, 2

Re: Inconsistent results in simple script

2016-11-16 Thread JOHN PATTEN
of student username and device serial number. I hope that is a little clearer. Thank you! John Patten SUSD > On Nov 16, 2016, at 12:22 PM, dunbarx <dunb...@aol.com> wrote: > > HI. > > So, a single list. What is the relationship between the fact that a > partic

Inconsistent results in simple script

2016-11-16 Thread JOHN PATTEN
le into cd fld "Upload File" unlock screen end mouseUp Any suggestions would be helpful. Thank you! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage y

MergeMK at getting Lat and Log on drop of marker?

2016-08-14 Thread JOHN PATTEN
Hi All, For those of you that have used MergeMk (Google Maps) extension in Livecode, is is possible to get the latitude, longitude of a user’s click on the map? Or, if they drop a marker at a specific location, is it possible to get the latitude and longitude of the marker? Thank you! John

Re: Using the MergGoogle with Google Sheets

2016-05-26 Thread JOHN PATTEN
Hi Mike, Depends on what issue you are referring to :) ... I filed a bug report and it appears to be making its way through the process. Thank you! John Patten SUSD Sent from my iPad > On May 25, 2016, at 7:20 AM, Mike Kerner <mikeker...@roadrunner.com> wrote: > > Did yo

Re: Using the MergGoogle with Google Sheets

2016-05-21 Thread JOHN PATTEN
I submitted a bug report, Bug 17706 <http://quality.livecode.com/show_bug.cgi?id=17706> Thank you! John Patten SUSD > On May 20, 2016, at 2:28 PM, Monte Goulding <mo...@appisle.net> wrote:. > > >> On 21 May 2016, at 5:53 AM, Roger Eller <roger.e.el...@seale

Re: Using the MergGoogle with Google Sheets

2016-05-20 Thread JOHN PATTEN
. Thanks! John Patten SUSD > On May 20, 2016, at 11:06 AM, Mike Kerner <mikeker...@roadrunner.com> wrote: > > I just tried 6.7.8 mac with merggoogle 1.0.12 test stack, and it works > fine. if I go up to 7.1.4 Stable or 8.0.1 rc1 I get the answer dialogs of > death. > > Next

Re: Using the MergGoogle with Google Sheets

2016-05-20 Thread JOHN PATTEN
folder identified in the Preferences. There must be something else that is not quite right now with published extension, or a change at Google. However, that doesn’t explain why Mike’s is still working. Thank you! John Patten SUSD > On May 20, 2016, at 10:44 AM, Mike Kerner <mikeker...@ro

Re: Using the MergGoogle with Google Sheets

2016-05-20 Thread JOHN PATTEN
Hi Mike, Oh, Should mention there is no “login” request either. It just shows the “answer” dialogue when the demo app is launched. Thank you! > On May 20, 2016, at 8:49 AM, JOHN PATTEN <johnpat...@me.com> wrote: > > When I launch the example mergGoogle stack this is what it d

Re: Using the MergGoogle with Google Sheets

2016-05-20 Thread JOHN PATTEN
happens? > > On Fri, May 20, 2016 at 10:58 AM, JOHN PATTEN <johnpat...@me.com> wrote: > >> Hi All, >> >> I’m still not getting this to work. I thought maybe it was because I was >> trying to talk to Google through our Google Apps For Education (Enter

Re: Using the MergGoogle with Google Sheets

2016-05-20 Thread JOHN PATTEN
putting the “client secret” in quotes like the rest of the mergeGoogleAuth script. And, I am using LiveCode 8.0, Build 13018 on a Mac running OS X 10.11.3. Thank you! John Patten SUSD > On May 19, 2016, at 4:22 PM, Monte Goulding <mo...@appisle.net> wrote: > > >> On 20

Re: Using the MergGoogle with Google Sheets

2016-05-19 Thread JOHN PATTEN
from my iPhone > >> On 20 May 2016, at 8:17 AM, JOHN PATTEN <johnpat...@me.com> wrote: >> >> mergGoogelAuth > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subsc

Using the MergGoogle with Google Sheets

2016-05-19 Thread JOHN PATTEN
Hi all! I have the MergGoogle extension and sample stack. I am attempting to get the sample stack included with mergGoogle working. I have gone to Google and created a OAuth 2.0 client ID and client secret. I have exchanged the existing client ID and added my client secret the “on

Re: Infinite LiveCode, APIs and the Google Sheets API?

2016-05-19 Thread JOHN PATTEN
Thanks Mike… I’m going to go take a look right now :) Cheers! John Patten SUSD > On May 19, 2016, at 11:37 AM, Mike Kerner <mikeker...@roadrunner.com> wrote: > > look at MergGoogle. It's a widget that we paid Monte to write so we could > have all sorts of fun with Google S

Infinite LiveCode, APIs and the Google Sheets API?

2016-05-19 Thread JOHN PATTEN
you may have! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

ArrowKey Handler in LiveCode 8?

2016-05-06 Thread JOHN PATTEN
Hi All, I was going to use the arrow keys to move an object, something like what Devin wrote up a while ago: on arrowKey pWhich # determine some way to designate which object is to be nudged put the long id of btn "test" into tSelObj # for example switch pWhich case "left" put

Script for finding duplicate accounts and identifying dups

2015-11-19 Thread JOHN PATTEN
e able to identify the user accounts that are exact duplicates but then differentiate them by their unique 6 digit ID. So essentially, create a new list of just the duplicates and ids, i.e. ggarcia, 121212 ggarcia, 131313 Thanks in advance for any ideas! John Patte

Re: Script for finding duplicate accounts and identifying dups

2015-11-19 Thread JOHN PATTEN
; >> If they are not. make then so. And then, why not sort the list, and in a >> "repeat with..." loop check each line with the line following. If they >> match, extract the two indexes. This should take only six lines of code. >> >> >> Craig Newman &

Re: Browser Widget and loading local files?

2015-11-03 Thread JOHN PATTEN
Thanks Monte! That was it :) > On Nov 3, 2015, at 9:07 PM, Monte Goulding wrote: > > & specialFolderpath("documents") & "/PanoWeaverFinal/pano3/_html5/pano3.html” ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Browser Widget and loading local files?

2015-11-03 Thread JOHN PATTEN
nd it works. I tried different flavors of this in the browser widget with no success. Thanks in advance! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefer

Re: Business Application Framework

2015-08-15 Thread JOHN PATTEN
education and technology.) A hands on tutorial, where we are using the system collaboratively, on a Hello World project might be a good start. For students today, interested in programming and engineering, exposure to this type of system sounds like a primary skill to me. John Patten SUSD Sent

Save Image to mySQL and Retrieve Image?

2015-06-08 Thread JOHN PATTEN
into a gray fill? No image. I seem to remember this happening in the past but can’t remember the solution? Thank you! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Save Image to mySQL and Retrieve Image?

2015-06-08 Thread JOHN PATTEN
manually using phpMyAdmin (download) and manipulate the data directly in LiveCode? Thanks for the advice! John Patten SUSD On Jun 8, 2015, at 3:44 PM, Peter Haworth p...@lcsql.com wrote: Hi John, Couple of things. In your call to revExecuteSQL, I think the variable name containing

Re: Simple .lc Script to INSERT data...?

2015-06-06 Thread JOHN PATTEN
...@gmail.com wrote: You're putting your data to post into ArgList And you're posting tArgList If thats not a typo here, I suspect its the typo culprit there. On Fri, Jun 5, 2015 at 5:01 PM, JOHN PATTEN johnpat...@me.com wrote: Thanks Matthias, I did try both ways $_POST and $_GET. I

Simple .lc Script to INSERT data...?

2015-06-05 Thread JOHN PATTEN
? The record is completely empty. I was having the same problem on a much more complex database and script, so I thought I would super simplify but I’m still having the problem. Does anybody see anything I’m missing? Thank you! John Patten SUSD ___ use

Re: Simple .lc Script to INSERT data...?

2015-06-05 Thread JOHN PATTEN
) into tResult Regards, Matthias Am 06.06.2015 um 00:31 schrieb JOHN PATTEN johnpat...@me.com: Hi All, I must be missing something simple and I can’t find it… I have a mysql database with one table and one field. Varchar(1000) I have a LiveCode project with one button

Re: iOS Profile Problems...Could not find a valid identity... (SOLVED)

2015-04-28 Thread JOHN PATTEN
you! On Apr 28, 2015, at 12:34 PM, JOHN PATTEN johnpat...@me.com wrote: Hi All, I have messed up my iOS profile settings in Standalone Builder. Two days ago I built a Enterprise iOS standalone app fine. Made some change to the app, and attempted to save out a new standalone version and i

iOS Profile Problems...Could not find a valid identity...

2015-04-28 Thread JOHN PATTEN
Hi All, I have messed up my iOS profile settings in Standalone Builder. Two days ago I built a Enterprise iOS standalone app fine. Made some change to the app, and attempted to save out a new standalone version and i got a “could not find a valid identity to use for the selected profile”

Re: INSERT and SQLlite command

2015-04-23 Thread JOHN PATTEN
Gosh darn it! Nevermind… I had the colon in the wrong spots 1: and 2: instead of :1 and :2 etc…. Thanks anyways! On Apr 23, 2015, at 9:26 AM, JOHN PATTEN johnpat...@me.com wrote: Hi All, I have a very simple SQL Lite database consisting of three fields, an ID (INTEGER PRIMARY

INSERT and SQLlite command

2015-04-23 Thread JOHN PATTEN
, $technology, $notes” Can anybody point out what I’m missing in the second version? Thank you! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Pasting into browser object web page?

2015-02-27 Thread JOHN PATTEN
the text into a separate browser, separate application, say Firefox, it works. Is it not possible, or am I missing some setting on my browser object that needs to be set to allow pasting to the web page in a browser object? Thanks in Advance! John Patten SUSD

Sending Google Script Commands via POST?

2015-01-30 Thread JOHN PATTEN
in a LiveCode project so that a resulting file, say for example, an audio recording, could be uploaded automatically to a specific Google Drive Folder? Any advice? Thank you! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Record Audio in OS X and Windows

2015-01-20 Thread JOHN PATTEN
your recordings available any play you have Internet access. Nice easy strategy for educators to save elementary school student reading samples and listen and review later. A little clunky but functional :) Cheers! John Patten SUSD On Jan 20, 2015, at 3:51 PM, Devin Asay devin_a...@byu.edu

Record Audio in OS X and Windows

2015-01-20 Thread JOHN PATTEN
Hi All, Is the record audio feature currently broken in LiveCode (7.0.0)? When I do this: on mouseUp set the dontuseQt to false record sound file test.wav answer the result end mouseUp I get message “error 2 starting recording” Thank you! John Patten SUSD

DataGrid Event for change of line highlighted?

2015-01-18 Thread JOHN PATTEN
HI All, Is there a built in datagrid event that occurs when the user arrows down in a datagrid list and the row is highlighted? on dataGrid-lineHighlighted do something end dataGrid-lineHighlighted Thank you! ___ use-livecode mailing list

Print link in PDF using Images?

2014-12-19 Thread JOHN PATTEN
it into tRect get the tImageBtnLink of cd fld (video x ) of cd 5 put it into tURL Answer Print link to url tURL with rect tRect print link to url tURL with rect tRect Thank you! John Patten SUSD ___ use-livecode mailing list

revBrowserOpenCef revBrowserClose not working

2014-12-03 Thread JOHN PATTEN
on the screen. This completely locks Livecode up. You can move windows around, but not other events are triggered. I had to Force Quite out of LiveCode. It doesn’t seem like it should work like this…? Am i missing something? Thank you! John Patten SUSD

Colin's Book on Mobile Development - Webscraper Question?

2014-11-08 Thread JOHN PATTEN
card do not appear. It looks like only a grayish rectangle of the size of the image appears. Anybody know why this might be the case? Thank you! John Patten ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: Colin's Book on Mobile Development - Webscraper Question?

2014-11-08 Thread JOHN PATTEN
Stepped away for a while, came back, and tried a: put url pMediaFile into omg “MediaImage” instead of: set the filename of image the number of images to “mediaImage” The put url pMediaFile … worked. :) On Nov 8, 2014, at 4:05 PM, JOHN PATTEN johnpat...@me.com wrote: Hi All, I

Extended ASCII Characters Showing Up Where Not Wanted...

2014-10-23 Thread JOHN PATTEN
the variable to a text editor and showing invisibles. Is this a bug? Thanks for any advice! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Extended ASCII Characters Showing Up Where Not Wanted...

2014-10-23 Thread JOHN PATTEN
Never mind…. I just downloaded LiveCode 7 and reopened project. The upside down questions marks are gone now. Coincidence, the weather, spirits…? :) Thank you! On Oct 23, 2014, at 2:50 PM, JOHN PATTEN johnpat...@me.com wrote: Hi All… I have a list of names in a field. John Doe Mary

Snapping To A Grid of TopLefts?

2014-10-19 Thread JOHN PATTEN
Hi All, I’m trying to figure out a way to have objects snap to a grid on the mouseUp. I have a list of TopLeft coordinates. 500,50 500,125 500,200 500,275 400,50 400,125 … I want the object to snap to the closest topLeft coordinate in the list upon a mouseUp. I was tried subtracting current x

Re: Snapping To A Grid of TopLefts?

2014-10-19 Thread JOHN PATTEN
Thanks Martin and Ali, I figured I was making it more difficult than it needed to be :) I’ll give those a try. Thanks again! John Patten SUSD On Oct 19, 2014, at 11:21 AM, Martin Koob mk...@rogers.com wrote: This will snap to a 100 X 75 grid anywhere on the card. It does not restrict

MergMicrophone And Exporting .caf files?

2014-10-06 Thread JOHN PATTEN
how I’d go about that though…? Any ideas are welcome... Thanks in Advance! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Tab Panel Highlights Not Appearing Correctly?

2014-09-17 Thread JOHN PATTEN
Hi All, I think i must be using the Tab Panel object incorrectly. The tabs do not highlight correctly when clicked on. Tab Panel consists of: “Info, Create Account, Preferences, Minimize,” four panels. Here’s the script I have in my Tab Panel object: on mouseUp get the selectedText of me

Re: Sending Terminal Command (Python) Using LiveCode?

2014-08-27 Thread JOHN PATTEN
Awesome! I’m trying to get this working but I think I’m having a problem with providing the path to the Python App. I keep getting the error: python: can’t open file ‘Macintosh HD/Users/jpatten/gam’:[Errno 2] No Such file or directory. Here’s what I have in my button script: on mouseUp put

Sending Terminal Command (Python) Using LiveCode?

2014-08-26 Thread JOHN PATTEN
? …in need of an example :) Thank you! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use

Wrestling with LC Server and wacky results...?

2014-08-06 Thread JOHN PATTEN
moved to spot “Button 13,” the resulting text file looks like this after the server script runs: John Patten,secret,jpat...@bmail.com,Button 1 Ivy Patten,1valve,ipat...@bmail.com,Button 5 Sawyer Patten,luna,spat...@bmail.com,Button 1 Luna Patten,secret,mmo...@gmouse.com,Button 6 Sean Patten,secret

Missing digits when replacing single digit item with two digit item?

2014-08-03 Thread JOHN PATTEN
it to the bottom of this message. Thank you! John Patten SUSD ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use

Re: Missing digits when replacing single digit item with two digit item?

2014-08-03 Thread JOHN PATTEN
tUsersFile --open file users.txt for write --write tUsersFile to file users.txt --close file users.txt --put Moving on! ? On Aug 3, 2014, at 7:32 PM, JOHN PATTEN johnpat...@me.com wrote: Hello! I have 15 buttons on a card. They are each named Button 1, Button 2, Button 3, etc. I have another

Re: Missing digits when replacing single digit item with two digit item?

2014-08-03 Thread JOHN PATTEN
:32 PM, JOHN PATTEN johnpat...@me.com wrote: Hello! I have 15 buttons on a card. They are each named Button 1, Button 2, Button 3, etc. I have another button that I am using as a game piece. It moves around the digital game board to the loc of each of the other 15 buttons. I am attempting

Livecode Server and Repeat Scripts on Server

2014-07-31 Thread JOHN PATTEN
, tEmail , Button 1 --after tUserFile --open file users.txt for write --write tUserFile to file users.txt --close file users.txt --put tUsername , Button 1 --exit repeat end if end repeat ? Anybody have an idea why even with a duplicate username the script continues on? Thank you! John Patten

Re: Livecode Server and Repeat Scripts on Server

2014-07-31 Thread JOHN PATTEN
Patten” is on the third line of my csv text file, the resulting “put” will look like the following: John Patten, password, jpat...@bmail.com, Button 1 John Patten, password, jpat...@bmail.com, Button 1 John Patten, password, jpat...@bmail.com, Button 1 Sorry, username ( John Patten) has already

  1   2   >