Re: Find Replace in Script Editor with cr

2021-04-08 Thread John Balgenorth via use-livecode
ecause of any "rule" or proper decorum. But that's > me... > > Ralph DiMola > IT Director > Evergreen Information Services > rdim...@evergreeninfo.net > > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf

Re: Find Replace in Script Editor with cr

2021-04-08 Thread John Balgenorth via use-livecode
| jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com >> On April 8, 2021 10:57:05 AM John Balgenorth via use-livecode >> wrote: >> >> >> How do you know Sean is bipolar and not a victim of American >> government hidden crimes

Re: Find Replace in Script Editor with cr

2021-04-08 Thread John Balgenorth via use-livecode
If Sean has said he is bipolar then is it possible he is mistaken and actually a victim of government lies and abuse ? The answer is yes. I have told President Trump and President Biden about abuse to me involving BAH and Homeland Security with cover ups by the corrupt news media of in America.

Re: Find Replace in Script Editor with cr

2021-04-07 Thread John Balgenorth via use-livecode
rrelevance (and abuse from both sides) it has become. Disappointed, I am! > > Sean > >> On Thu, 8 Apr 2021 at 01:19, John Balgenorth via use-livecode < >> use-livecode@lists.runrev.com> wrote: >> >> This is a list of people reading and answering question

Re: Find Replace in Script Editor with cr

2021-04-07 Thread John Balgenorth via use-livecode
This is a list of people reading and answering questions about LiveCode programming. You might think my explanation of your typo was not what you were looking for especially since I mentioned C and C++ in the reply. But I personally answered the way I did for many reasons and even told you to

Re: Find Replace in Script Editor with cr

2021-04-06 Thread John Balgenorth via use-livecode
I haven’t been following this subject that close so I could be missing completely with my answer, but when writing code in C or C++ the /n is simply a / and n characters not a carriage return. The \n is used for a new line which is a carriage return. If I am missing the point just ignore the

Re: Unreliable File Deletion

2021-03-30 Thread John Balgenorth via use-livecode
I have only read this one entry your subject so I may not be of any help but LiveCode is written using C++ and here is a link with some info about temporary files; https://en.cppreference.com/w/cpp/io/c/tmpfile The above link mentions, If the program closes the file, e.g. by executing

Re: New(?) Idea for Standalones

2021-03-29 Thread John Balgenorth via use-livecode
They will probably never take the time to be bothered with complaining by not buying from Apple or Microsoft. It would be easier for them to not buy electricity from the power companies and that won’t happen either. JB > On Mar 29, 2021, at 10:51 AM, Paul Dupuis via use-livecode > wrote: > >

Re: New(?) Idea for Standalones

2021-03-29 Thread John Balgenorth via use-livecode
And another good reason not to kick sand in LC’s face is they appear to be the only ones who have invested the money and time for the free community version to exist as it is today with the many features it has now. Think about if before you become so cheap & selfish that you try to destroy them.

Re: New(?) Idea for Standalones

2021-03-28 Thread John Balgenorth via use-livecode
by the LiveCode Team. As long as it is kept public like the community version was designed to do. JB > On Mar 28, 2021, at 10:04 PM, Roger Guay via use-livecode > wrote: > > John et al, > > To recap: > > My ultimate goal is to get support for RunRev to provide a LiveCodeLigh

Re: New(?) Idea for Standalones

2021-03-28 Thread John Balgenorth via use-livecode
oing through > the Apple doorway. > > Kelly > >> On 28 Mar, 2021, at 9:54 PM, John Balgenorth via use-livecode >> wrote: >> >> I may have got lost on this subject but if his goal was to make it >> easy for people to open his app by doing something like

Re: New(?) Idea for Standalones

2021-03-28 Thread John Balgenorth via use-livecode
I may have got lost on this subject but if his goal was to make it easy for people to open his app by doing something like using a scaled down version of the development system then this one step of doing it twice is a valid reason for using what he wanted because people do not want to be bothered

Re: [bug] strange memory leak in LC

2021-03-26 Thread John Balgenorth via use-livecode
I am not personally using Bug Sur but if you make a standalone does it leak memory too or is this only with the development system? JB > On Mar 26, 2021, at 7:29 PM, scott--- via use-livecode > wrote: > > I’m running Big Sur and just got a warning from the OS that I was out of >

Re: New(?) Idea for Standalones

2021-03-26 Thread John Balgenorth via use-livecode
It sounds to me that what you want is a version of the development system without the ability to code or develop stacks. Is that what HyperCard Player did for hyperCard stacks? Richard should know of SuperCard could do it. JB > On Mar 26, 2021, at 6:33 PM, Alex Tweedly via use-livecode >

Re: numberformat question

2021-03-22 Thread John Balgenorth via use-livecode
You might be able to get the info by running your javascript from a shell command. Here is a link that might be of help; https://stackoverflow.com/questions/12659778/is-it-possible-to-run-javascript-files-from-the-command-line JB > On Mar 22, 2021, at 9:05 AM, jbv via use-livecode > wrote:

Re: LC & Mac M1 Chip

2020-12-31 Thread John Balgenorth via use-livecode
for the new hardware (I think). > > There are bugs in LC vs Big Sur that are only fixed in LC 9.6.2rc1 so you > probably want to rebuild any Standalones using that version of LC > > >> On 12/30/2020 10:29 PM, John Balgenorth via use-livecode wrote: >> Should any

Re: LC & Mac M1 Chip

2020-12-30 Thread John Balgenorth via use-livecode
Good to know! Thanks for the info. JB > On Dec 30, 2020, at 8:03 PM, Roger Guay via use-livecode > wrote: > > I think so, but others may be more informed. > > Roger > >> On Dec 30, 2020, at 7:29 PM, John Balgenorth via use-livecode >> wrote: >

Re: LC & Mac M1 Chip

2020-12-30 Thread John Balgenorth via use-livecode
Should any LC standalone work with the Mac M1 Chip if it was working on Mojave and above? JB > On Dec 30, 2020, at 7:07 PM, Roger Guay via use-livecode > wrote: > > Yes, I just tried it and it works fine! I’m happy to try yours out if you > wish?? > > Roger > > >> On Dec 30, 2020, at

Re: Livecode Builder - passing lcs string to C functions

2020-12-28 Thread John Balgenorth via use-livecode
Basically you just use a shell command to execute the c code and pass arguments to the c program right after you call the code in the shell command. I wrote and example and posted it a few years ago but I do not have access to my old email files at the moment but you might still be able

Re: return "error" code from standalone compile

2020-12-10 Thread John Balgenorth via use-livecode
Since Livecode is written in C++ here is some info about using return in C. Every C program has a function named main. At the end of the function the programmer usually writes a return 0; That tells the c program the code has completed and is exiting with a 0 value which confirms it

Re: PDF Manipulation was Design Question

2020-11-19 Thread John McKenzie via use-livecode
Bob S: Thanks for replying to my post. It seems the situation is as I thought although making a GUI with Livecode to activate an external library is easier than using other tools to make a GUI for an external library. When I started this conversation I assumed I would something like that.

PDF Manipulation was Design Question

2020-11-18 Thread John McKenzie via use-livecode
Comments people were making to William in the Design Question thread have caused me to question some things and I am going to the list here to get an answer. Can Livecode edit existing PDF files? I would think this far beyond its scope and just not the sort of thing it would be involved with.

Re: Publishing Mac Apps

2020-11-16 Thread John Balgenorth via use-livecode
I think that makes it easiest and safest for the end user. If you did not code sign the app they could probably still use it but it would be a hassle. JB > On Nov 16, 2020, at 9:52 PM, Bill Vlahos via use-livecode > wrote: > > If I want to distribute Mac apps should I get a $99 Apple

Re: Is the DateFormat read only?

2020-10-28 Thread John Balgenorth via use-livecode
You can always use a shell command for things like Dates and Calendars etc. Google it and you will get plenty of info. JB > On Oct 28, 2020, at 2:59 PM, Graham Samuel via use-livecode > wrote: > > A quick test seems to show that the DateFormat can’t be changed by a ‘set’ > command. > >

Re: Interface Resolution

2020-10-16 Thread John McKenzie via use-livecode
Jacqueline, thank you for adding to my thread about the interface on 4k monitors. I did as suggested but there is no persistence with the plugins dialogue box. If there is a save, OK, or apply type functions I cannot find them. Closing the window does not appear to save the changes as there

Re: Interface Resolution

2020-10-15 Thread John McKenzie via use-livecode
Never mind, I got the plugin to appear in the list in the plugins dialogue window. I selected it, set it to "LiveCode starts up" and "Invisible". Quit the IDE and restarted it. Nothing happens. Typing each command into the message box affects things though. I can kind of work with doing

Re: Interface Resolution

2020-10-15 Thread John McKenzie via use-livecode
Ralph, thank for for the specific instructions. Thanks to the others and poking around I knew some of that, but the extra info was stuff I needed to know. Unfortunately, the script does not appear in the list of plugins in the Plugin Settings dialogue. Did basic things like double check the

Re: Interface Resolution

2020-10-15 Thread John McKenzie via use-livecode
I felt up to trying one of the suggested workarounds for my interface scaling issue, specifically making a script to run as a plug-in. The plugin in does not appear on the plugins menu and I do not know what I did wrong. The link to creating plugins was helpful, but lacked specifics. Do I

Re: Interface Resolution

2020-10-15 Thread John McKenzie via use-livecode
Peter, thank you for those suggestions I will try them once my treatment is done tomorrow. Richard, I am using Kubunutu and KDE for some reason does not get every app when using its interface scaling setting. It gets almost all of them, but does not affect a few. It may be these apps are

Re: Interface Resolution

2020-10-14 Thread John McKenzie via use-livecode
Peter, thank you for the information about changing the scale of the IDE user interface. You mentioned that if I put a script somewhere to affect the IDE stacks that it should work. I looked up the IDE stacks as per your directions. Thanks for those. I do not know where a good somewhere to

Re: The iOS "Files" folder

2020-10-13 Thread John Balgenorth via use-livecode
and horrible death. > > Bob S > > > On Oct 12, 2020, at 3:09 PM, John Balgenorth via use-livecode > mailto:use-livecode@lists.runrev.com>> wrote: > > Most likely it will not be saved to the > icloud independently so the files you have for that app even > thou

Re: The iOS "Files" folder

2020-10-13 Thread John Balgenorth via use-livecode
ode > wrote: > > I’m gonna say you have a bone to pick with Apple. > > Bob S > > > On Oct 12, 2020, at 4:34 PM, John Balgenorth via use-livecode > mailto:use-livecode@lists.runrev.com>> wrote: > > So for school children who are interested in keepi

Interface Resolution

2020-10-13 Thread John McKenzie via use-livecode
Hello, all. I do not want to be asking this as it seems like something I can easily look up, and it is a simple thing, but I am asking because I just could not find out on my own despite trying. Trying allot at that. The interface for the Livecode IDE is too small on my fancy, new 4k

Re: The iOS "Files" folder

2020-10-12 Thread John Balgenorth via use-livecode
via use-livecode > wrote: > > There's this, though it's up to the user: > > https://9to5mac.com/2017/06/07/ios-11-automatically-delete-unused-apps/ > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com >>

Re: The iOS "Files" folder

2020-10-12 Thread John Balgenorth via use-livecode
On the iPad each app is sandboxed and that means each app has its own Documents Folder. You can get a url to the Documents Folder for your app but not other apps. Using that url you can read, write, append, move, and delete files that are in your apps Documents Folder. A BIG PROBLEM comes when

Re: Converting from unicode to ASCII

2020-09-22 Thread John Balgenorth via use-livecode
You could easily convert it to HEX but that would make the file name exactly twice as long. JB > On Sep 22, 2020, at 4:43 PM, Bob Sneidar via use-livecode > wrote: > > There’s a tempname() function??? Ohhh fun!! > > Bob S > > > On Sep 22, 2020, at 4:22 PM, Mark Wieder via use-livecode >

Re: OT: change email address

2020-09-16 Thread John Balgenorth via use-livecode
Thanks for the info and fast reply! It worked great. JB > >> On Sep 16, 2020, at 2:25 AM, matthias rebbe via use-livecode >> wrote: >> >> Go here >> http://lists.runrev.com/mailman/listinfo/use-livecode >> >> At the bottom there is a field, where you can enter your current email >>

Re: Chromebook apps?

2020-06-22 Thread John McKenzie via use-livecode
Despite using Raspberry Pi devices allot I somehow did not think of ARM chips. I did not know Chromebooks were based on them. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Chromebook apps?

2020-06-22 Thread John McKenzie via use-livecode
Could you not just deploy a Linux desktop Livecode app to a Chromebook? ChromeOS is a Linux distribution, if admittedly a stripped down one, after all. You can install some regular desktop Linux software such as regular Libre Office on Chromebooks. Some software you cannot install though and

Re: Recommended (simple) Linux distro for Livecode server home dev/test?

2020-05-10 Thread John McKenzie via use-livecode
Hello, Kieth. My health problems have kept me from really participating on the list for a long time but I stayed as I want to get back to using Livecode at some point. Your question about linux distros for server use on old hardware though is something I can comment on. Sorry I did not post

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

OT: Automate Modifying a PDF

2018-11-26 Thread John McKenzie via use-livecode
Hello. There is no concrete reason I should be posting this off topic question to this list but you all just seem like the sort of people who would know how to go about a particular task I need help with. Previous off topic posts showed good knowledge of programming ideas from non-me list

Re: [off] Do me a solid

2018-09-29 Thread John McKenzie via use-livecode
Mark, I am glad I am not the only one who remembers Lee selling us out. I do not put more validity or faith into the project because of him. I just mentioned him because he was doing it. Still, mostly I want to understand it. What really is it? The article just says it is to create something we

Re: [off] Do me a solid

2018-09-29 Thread John McKenzie via use-livecode
Tom, thanks. Was not aware of IPFS. Looks interesting. When I have more time I must read about it in detail. Have not checked on Xanadu in a while. Little faith it will be further along than last time I checked considering it was started before I was born and how old I am. I do applaud it

Re: [off] Do me a solid

2018-09-29 Thread John McKenzie via use-livecode
Mike, thanks for the link to the Berners-Lee article. Could somebody please explain to me what he is doing as described by the article though? It says he is taking something decentralized like the world wide web and is making it decentralized. I can do that. There I just did it. Anyone can

[no subject]

2018-09-29 Thread John Paterson via use-livecode
___ 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: [ANN] animationEngine is free now

2018-09-28 Thread John McKenzie via use-livecode
Tom, the original author of the software can release his or her software in dual or multiple licences. This does not affect previous GPL releases. So I could make something available under a commercial and a GPL licence. If someone wanted it for free nothing stops them from using the GPL

Re: Data Persistence

2018-08-15 Thread John McKenzie via use-livecode
Hello again, everyone. Jacqueline, I enjoyed the fact you shared your story of not conforming to gender stereotypes with your childhood interests. Find it sad that science and engineering in general was (is?) considered a boys thing. Feel like I want to inject my two cents worth about

Re: Data Persistence

2018-08-04 Thread John McKenzie via use-livecode
A little less busy now so I can look at my app some more. As you mat recall I was asking about data persistence. Thank you to the additional people who welcomed me. I contrast this with the time I asked a question on Usenet about a scripting language I was learning and the first reply told me

Re: Data Persistence

2018-07-27 Thread John McKenzie via use-livecode
Thanks for the extra comments everyone. Glad my thought process was correct, databse is overkill, saving every text change is too much, etc, etc. As I said I will not be able to really do anything until next week. Thanks for mentioning the closeField command guys. I will check it out, but

Re: Data Persistence

2018-07-27 Thread John McKenzie via use-livecode
Tom, thank you for welcoming me. Much different than some online programming groups. :-) Brian and Tom thank you for your replies about my Android data persistence problem. An SQLite database seems like extreme overkill but I will give it a try if it is needed to get the app to work. Does

Data Persistence

2018-07-23 Thread John McKenzie via use-livecode
Hello, all. I am new to Livecode development but not computing. When I heard of something that was inspired by Hypercard I had to know more. Used Livecode to make a little app on my phone for work but the level of interest this app generated now make me want to finish it, and maybe even

Re: Windows 10 and LC9.0

2018-05-25 Thread John Burtt via use-livecode
st be resized again, or the scroll bar must be > used. Again, it is not critical but hinders work-flow very much. For > example, I prefer to look at layer numbers in the property inspector, and > just go through each control with an open property inspector without h

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
It contains spaces, but no unicode that I can see. i.e. "Transportation Bus Software Laptop.pdf” Thank you! > On Jun 21, 2017, at 10:47 AM, panagiotis merakos via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Hi John, > > Does the pdf filename y

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

Re: Does MobileSensorReading work?

2017-05-26 Thread John Dixon via use-livecode
You must start the 'sensor' first... usually done in your openStack handler... as in :- on openStack if environment() = "mobile" then mobileStartTrackingSensor "location", false end if end openStack on locationChanged latitude, longitude set the theCurrentLocation of this stack to

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

Browser widget

2017-04-23 Thread John Dixon via use-livecode
Are there any messages than can be used with the browser 'widget', so that you could know when the URL has finished loading, for example ? dixie ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

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

2017-04-18 Thread John Dixon via use-livecode
Subject: Re: iphoneComposeMail Hi John, Hmm, are you by any chance running OSX 10.9? On 18 Apr 2017 4:33 pm, "John Dixon via use-livecode" < use-livecode@lists.runrev.com> wrote: > Hi Panos... > > > I get the same error message... 'Could not find pList t

Re: iphoneComposeMail

2017-04-18 Thread John Dixon via use-livecode
nt: 18 April 2017 14:07 To: How to use LiveCode Cc: panagiotis merakos Subject: Re: iphoneComposeMail Hi John, What happens if you choose "6.1 or later" in the iOS settings? On 18 Apr 2017 3:51 pm, "John Dixon via use-livecode" < use-livecode@lists.runrev.com> wrote: Aft

iphoneComposeMail

2017-04-18 Thread John Dixon via use-livecode
After much looking around and not getting this to work, I was going to submit a 'bug report', but looking at some of the other bugs dealing with this problem... Panos from LiveCode stated that the bug had been fixed in LC 8.1.4. ... So, I have downloaded LC 8.1.4 and have tried to launch the

iPhoneComposeMail

2017-04-17 Thread John Dixon via use-livecode
Is this broken ? Used to use it no problem... now the stack is crashing LC 8.1.0 dixie ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: accents, graves & other funny charecters...

2017-04-15 Thread John Dixon via use-livecode
://matthiasrebbe.eu/portfolio/produkte/brx/> > Am 15.04.2017 um 18:52 schrieb John Dixon via use-livecode > <use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>: > > I always struggle with , or I should say with how liveCode and unicode > inter

accents, graves & other funny charecters...

2017-04-15 Thread John Dixon via use-livecode
I always struggle with , or I should say with how liveCode and unicode interact and how many times it changes about hoow to use it as always left me confused... Now, in fld "coord", I have ... 49.196839,-0.907385 I throw this at google and it returns the address... Route Forestière de la

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

  1   2   3   4   5   6   7   8   9   10   >