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, “Th

Questions re: Michael McCreary Database Wizardry from LCGlobal?

2017-12-13 Thread JOHN PATTEN via use-livecode
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 > wrote: > > Hello! > > I’m attempting to use MergAV to put a little student qr code reader app > together. MergAV has many commands and I hav

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 > wrote: > > H

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
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 > wrote: > > Hi, > I used LC 9.0.0 (dp9). I could play a sound file. Thanks. > > It ha

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 > 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 The

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 run

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

2017-08-26 Thread JOHN PATTEN via use-livecode
NA/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: > >> Hi All, >> >> I’m using the Go

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 g

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 > 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 >> wrote: >> >&g

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 t

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 > wrote: > > 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, an

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
ly 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 vi

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 > wrote: > > I had it “Answer" me the path to the pdf in the iOS

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 > 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 db. I have an issue with browser wi

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
; This looks like a bug to me :) >>>> >>>> Best, >>>> Panos >>>> -- >>>> >>>> On Wed, Jun 21, 2017 at 6:50 PM, JOHN PATTEN via use-livecode < >>>> use-livecode@lists.runrev.com> wrote: >>>> >>

Re: Display PDF in Browser Widget Error?

2017-06-21 Thread JOHN PATTEN via use-livecode
ers? > > 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, >> >> I am trying to display a PDF in a browser widget usi

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
#x27;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 post by Sturgi

Re: Uploading Image - Livecode Tutorial Example? Sessions?

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

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 litt

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.ru

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-livecode@

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 > getting involv

Re: MDM and App deployment

2017-04-06 Thread JOHN PATTEN via use-livecode
PlatformBuild 14C89 Thank you! > On Apr 6, 2017, at 8:28 AM, JOHN PATTEN via use-livecode > 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 be pe

Re: MDM and App deployment

2017-04-06 Thread JOHN PATTEN via use-livecode
Landman Gay via > use-livecode" 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 their Self Service app, but when >> they go to install it reports it can’t download at this time. &

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 app

Re: Quasi Student Secure Web Browser?

2017-03-30 Thread JOHN PATTEN via use-livecode
king 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 >

Quasi Student Secure Web Browser?

2017-03-29 Thread JOHN PATTEN via use-livecode
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-livec

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 html5 panorama

Re: JavaScript, Browser Object, VR with Hotspots?

2017-02-02 Thread JOHN PATTEN via use-livecode
red the LiveCode 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, Mik

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
ng a find this 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 wrot

Re: Inconsistent results in simple script

2016-11-16 Thread JOHN PATTEN
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 wrote: > > HI. > > So, a single list. What is the relationship between the fact that a > particular barcode refers both

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 wrote: > > Did you guys get your issue figured out? >

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 wrote:. > > >> On 21 May 2016, at 5:53 AM, Roger Eller wrote: >> >> That's so weird

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 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 question: Did you ever ban LC f

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 wrote: > >

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 wrote: > > When I launch the example mergGoogle stack this is what it does: > > https://f

Re: Using the MergGoogle with Google Sheets

2016-05-20 Thread JOHN PATTEN
, May 20, 2016 at 10:58 AM, JOHN PATTEN 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 (Enterprise) >> edition at school. I tried with my regul

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 wrote: > > >> On 20 May 2016, at 9:19 AM,

Re: Using the MergGoogle with Google Sheets

2016-05-19 Thread JOHN PATTEN
t;> On 20 May 2016, at 8:17 AM, JOHN PATTEN wrote: >> >> mergGoogelAuth > > ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription >

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 authorize”

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 wrote: > > look at MergGoogle. It's a widget that we paid Monte to write so we could > have all sorts of fun with Google Sheets, and might I say, we ha

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 -1

Re: Script for finding duplicate accounts and identifying dups

2015-11-19 Thread JOHN PATTEN
d 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 >> >> >> >>

Script for finding duplicate accounts and identifying dups

2015-11-19 Thread JOHN PATTEN
to be 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! Jo

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 visit this url to s

Browser Widget and loading local files?

2015-11-03 Thread JOHN PATTEN
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
imary job is K8 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

Re: Save Image to mySQL and Retrieve Image?

2015-06-08 Thread JOHN PATTEN
t the BLOB data 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 wrote: > > Hi John, > > Couple of things. > > In your call to revExecuteSQL, I think the

Save Image to mySQL and Retrieve Image?

2015-06-08 Thread JOHN PATTEN
" to tImage RevCloseCursor tRecordSet revCloseDatabase tConID The image turns 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 your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

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

2015-06-06 Thread JOHN PATTEN
ote: > > 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 wrote: > >> Thanks Matthias, >> >> I did

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

2015-06-05 Thread JOHN PATTEN
ect_name=“ & > tName) into tResult > > Regards, > > Matthias > > > > >> Am 06.06.2015 um 00:31 schrieb JOHN PATTEN : >> >> Hi All, >> >> I must be missing something simple and I can’t find it… >> >> I have a mysql dat

Simple .lc Script to INSERT data...?

2015-06-05 Thread JOHN PATTEN
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-livecode m

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 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 standa

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” messa

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 wrote: > > Hi All, > > I have a very simple SQL Lite database consisting of three fields, an ID > (INTEGER PR

INSERT and SQLlite command"

2015-04-23 Thread JOHN PATTEN
"VALUES(" & return & \ "1:, 2:, 3:)" into tSQL --answer tSQL revExecuteSQL tDatabaseID, tSQL, "$id", "$technology", "$notes” Can anybody point out what I’m missing in the second version? Thank you! John Patten SUS

Pasting into browser object web page?

2015-02-27 Thread JOHN PATTEN
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
ting 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 Please visit this url to subscribe, unsu

Re: Record Audio in OS X and Windows

2015-01-20 Thread JOHN PATTEN
tFilename) end mouseUp Saves to your Google Drive and you could create a Google Site with the Google Folder embedded in the Google Site page. This makes your recordings available any play you have Internet access. Nice easy strategy for educators to save elementary school student reading sampl

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 use

"Print link" in PDF using Images?

2014-12-19 Thread JOHN PATTEN
put 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

revBrowserOpenCef & revBrowserClose not working

2014-12-03 Thread JOHN PATTEN
browser again, it thinks the browser is closed, though it appears to be still 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

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 wrote: > > Hi All, > >

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: 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 wrote: > Hi All… > > I have a list of names in a field. > > John Doe &g

Extended ASCII Characters Showing Up Where Not Wanted...

2014-10-23 Thread JOHN PATTEN
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: 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 wrote: > This will snap to a 100 X 75 grid anywhere on the card. It does not restrict > the boun

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

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 i

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 c

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
en I add my changed line as a new line at the bottom of the variable the new line at bottom has the correct two digit button label. So if the player was Luna, and she had just moved to spot “Button 13,” the resulting text file looks like this after the server script runs: John Patten,secre

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

2014-08-03 Thread JOHN PATTEN
ot;username=" & tUsername &"&ButtonSpot=" & tButtonSpot into tArgList post tArgList to URL "http://jpatten.on-rev.com/superdupergame/moveplayer.lc"; put it --into tData end if end mouseUp On Aug 3, 2014, at 7:32 PM, JOHN PATTEN wrote: > Hello! &g

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

2014-08-03 Thread JOHN PATTEN
Here’s the server script: On Aug 3, 2014, at 7:32 PM, JOHN PATTEN 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

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

2014-08-03 Thread JOHN PATTEN
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: Livecode Server and Repeat Scripts on Server

2014-07-31 Thread JOHN PATTEN
Ok, FWIW, this appears to work: Thanks for the prodding Peter :) John Patten SUSD On Jul 31, 2014, at 6:50 PM, JOHN PATTEN wrote: > If I uncomment the repeat, the “Sorry, username already in use…" message does > not get triggered. It just activates the script followin

Re: Livecode Server and Repeat Scripts on Server

2014-07-31 Thread JOHN PATTEN
ld to create an account. In this case John Patten is the first user name listed in my CSV text file and when I enter it to create a new account, it tells me it is already being used. However if I put in the second, third, etc. username, it will not give me the correct message and drops down bel

  1   2   3   >