Re: App Rejected: IPv6 network?

2017-08-10 Thread Jonathan Lynch via use-livecode
LC scripts are not executable code? Sent from my iPhone > On Aug 10, 2017, at 3:10 PM, Mike Kerner via use-livecode > wrote: > > I didn't know that downloading stacks onto an app was ever a problem. It's > not downloading a file of any sort that has been a

Re: Weird thing I noticed with a graphics speed test

2017-08-09 Thread Jonathan Lynch via use-livecode
Actually, I had forgotten to set the layermode of the group. Now the number of passes on my Mac is 47 and on the android it is 31. This still seems rather close. I expected the slow android device to be like a quarter as fast. Sent from my iPhone > On Aug 9, 2017, at 9:27 PM,

Weird thing I noticed with a graphics speed test

2017-08-09 Thread Jonathan Lynch via use-livecode
I created a group with ten buttons. I have a function that scrolls this group as many times as it can in a second. With acceleratedrendering on, it can scroll 30 times on my Mac. My very slow android device also scrolls it 30 times. With accelerated rendering off, it can scroll the group 87

Re: Android Browser Widget JS problem

2017-08-09 Thread Jonathan Lynch via use-livecode
Thanks Hermann, I have that page, but the event object does not have touches in it, which apparently is some times an issue with android webviews. It does have e.latitude and e.longitude, which tells me that the webglearth library is modifying the event object but is not keeping e.pageX and

Re: Android Browser Widget JS problem

2017-08-08 Thread Jonathan Lynch via use-livecode
Thanks Hermann, Weirdly, it is not generating touch events, just mouse events. Even so, mouse move should generate e.screenX. Actually, clientX, screenX, and pageX are all in the available properties from the event object, but they do not have usable content. Sent from my iPhone > On Aug 8,

Android Browser Widget JS problem

2017-08-08 Thread Jonathan Lynch via use-livecode
On any other platform, javascript has had no trouble detecting clientX,screenX,and pageX following touch events and mouse events. These are how JS detects where the user's finger is, on the screen. On the browser widget in android (6.0.1) it is just returning undefined or 0. Can anyone suggest

Re: Sorting out the sheep from the goats

2017-08-08 Thread Jonathan Lynch via use-livecode
Thank you for lifting my mood this morning :) Sent from my iPhone > On Aug 8, 2017, at 10:38 AM, Richmond Mathewson via use-livecode > wrote: > > When once walking in Wales I observed a Welshman having a vowel-movement > behind a bush . . . > > The noises he

Re: Sorting out the sheep from the goats

2017-08-07 Thread Jonathan Lynch via use-livecode
via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Also a Welsh word, NOT an English one. > > Richmond. > >> On 8/7/17 11:24 pm, Jerry Jensen via use-livecode wrote: >> And the musical instrument the crwth. >> >>> On Aug 7, 2017,

Re: Sorting out the sheep from the goats

2017-08-07 Thread Jonathan Lynch via use-livecode
And the obscure word "cwm" uses w as a vowel. Sent from my iPhone > On Aug 7, 2017, at 3:28 PM, Mike Kerner via use-livecode > wrote: > > I think you have an error in your code samples. Your vowel set should be > "aeiouandsometimesy" > > On Mon, Aug 7, 2017 at

Re: Android device speed

2017-08-03 Thread Jonathan Lynch via use-livecode
t;>>> probably because there are so many low cost phones with subsequently less >>>> processing power. When you get into the higher range phones they can be >>>> quite acceptable. The same app that lagged on my Samsung ran fine on >>>> someone else's Pi

Re: Android device speed

2017-08-03 Thread Jonathan Lynch via use-livecode
ing power. When you get into the higher range phones they can be >>> quite acceptable. The same app that lagged on my Samsung ran fine on >>> someone else's Pixel. >>> >>> -- >>> Jacqueline Landman Gay | jac...@hyperactivesw.com >>> HyperActive

Re: Android device speed

2017-08-03 Thread Jonathan Lynch via use-livecode
many low cost phones with subsequently less >> processing power. When you get into the higher range phones they can be >> quite acceptable. The same app that lagged on my Samsung ran fine on >> someone else's Pixel. >> >> -- >> Jacqueline Landman Gay

Re: Android device speed

2017-08-03 Thread Jonathan Lynch via use-livecode
Hi Hermann, That page is a great resource! Some of their measurements might be a good proxy for GPU power, like the max viewport size and a couple others. It would be preferable to fully internalize the system check. I will look through the page source to see what JS commands they use to

Re: Android device speed

2017-08-03 Thread Jonathan Lynch via use-livecode
http://www.hyperactivesw.com > > > >> On August 2, 2017 6:14:06 PM Jonathan Lynch via use-livecode >> <use-livecode@lists.runrev.com> wrote: >> >> Hello everyone, >> >> I just put my app on a galaxy tab E as a test. >> >> It is

Android device speed

2017-08-02 Thread Jonathan Lynch via use-livecode
Hello everyone, I just put my app on a galaxy tab E as a test. It is painfully slow, but not just in the LC portion of the app. The map, delivered through a browser widget, is also slow. So, I used the regular browser (chrome) at the webglearth website. That was slow too, although not as

Re: Mark in a kilt...

2017-07-31 Thread Jonathan Lynch via use-livecode
Excellent! Sent from my iPhone > On Jul 31, 2017, at 6:44 PM, Colin Holgate via use-livecode > wrote: > > I bet Kevin and Mark didn’t feel at all self conscious: > > https://www.youtube.com/watch?v=ZBUR8U03B3U > > > >

Re: Sluggish on Mobile Device

2017-07-29 Thread Jonathan Lynch via use-livecode
Sorry - I mean did you set the accelerated rendering to true? Sent from my iPhone > On Jul 29, 2017, at 7:20 PM, jonathandly...@gmail.com wrote: > > Did you set the acceleratedrendering of the group ? > > Sent from my iPhone > >> On Jul 29, 2017, at 5:59 PM, Dan Friedman via use-livecode >>

Re: Sluggish on Mobile Device

2017-07-29 Thread Jonathan Lynch via use-livecode
Did you set the acceleratedrendering of the group ? Sent from my iPhone > On Jul 29, 2017, at 5:59 PM, Dan Friedman via use-livecode > wrote: > > I have a stack/card that has: > > (1) A background that is a high-res image, > (2) A group of about 200 groups that

Re: Parsing (scraping) OpenGraph Tags from html HEAD

2017-07-29 Thread Jonathan Lynch via use-livecode
Hi Swami, I know you can do this in Javascript, but you will have to enumerate through a JavaScript object to get all of the properties: https://www.w3schools.com/jsref/prop_meta_content.asp Sent from my iPhone > On Jul 29, 2017, at 4:16 PM, Sannyasin Brahmanathaswami via use-livecode >

Re: Web vs Native (was Re: HTML5 limitations?)

2017-07-29 Thread Jonathan Lynch via use-livecode
Hi Jim, One can have interruptible animations by using a handler that progresses the movement a single step, then calls itself using a send-in-time construction to initiate the next step. I recently posted a momentum scrolling script on this list that uses this technique. Does that help?

Re: Sneaky email messages

2017-07-29 Thread Jonathan Lynch via use-livecode
; <use-livecode@lists.runrev.com> wrote: > > "via posting to a server" . . . > > Pray tell . . . > > Richmond. > >> On 7/29/17 6:19 pm, Jonathan Lynch via use-livecode wrote: >> Hi Richmond, >> >> I think it would be underhanded to u

Re: Sneaky email messages

2017-07-29 Thread Jonathan Lynch via use-livecode
Hi Richmond, I think it would be underhanded to use their email system to do that without warning them, but much less offensive to send reports via posting to a server, as long as you let them know your software will do that from time-to-time. Sent from my iPhone > On Jul 29, 2017, at 10:58

Re: Web vs Native (was Re: HTML5 limitations?)

2017-07-29 Thread Jonathan Lynch via use-livecode
Here is an example of using wait in my app... It seems to work better if I first load the map, then add markers from my database, rather than doing both at once. There is not a good trigger to detect when the map is fully loaded and displayed. So, I set an event listener for the page load, to

Re: Web vs Native (was Re: HTML5 limitations?)

2017-07-29 Thread Jonathan Lynch via use-livecode
You are right, Hermann - did not mean that to be mean-spirited to my home country, which I actually rather love. My apologies. I do think that "wait" can be useful sometimes, but not often. I was just surprised at the effort they are taking to reproduce "wait" in HTML deployment. Sent from

Re: Web vs Native (was Re: HTML5 limitations?)

2017-07-29 Thread Jonathan Lynch via use-livecode
So... if we use the wait command, and deploy to HTML5, the engine converts it to JavaScript with extra functions because the engine added in asynchronous timeouts? And you preserve all the variable values of the source LC script across these multiple functions? This was the easy solution?

Re: Web vs Native (was Re: HTML5 limitations?)

2017-07-28 Thread Jonathan Lynch via use-livecode
I thought that JS/HTML5 did not have a wait function? One can loop the engine, which is horrible, or one can set timeouts for functions. What functionality do you access to induce a wait? Sent from my iPhone > On Jul 28, 2017, at 8:29 PM, Mark Waddingham via use-livecode >

Re: Another Browser Widget Question

2017-07-28 Thread Jonathan Lynch via use-livecode
One point where the LC UI is superior to HTML MouseStillDown LC has this handler, HTML5 does not - at least not in a simple way. Sent from my iPhone > On Jul 28, 2017, at 1:30 PM, Bleiler, Timothy via use-livecode > wrote: > > Hi, > > This has been asked

Re: Web vs Native (was Re: HTML5 limitations?)

2017-07-28 Thread Jonathan Lynch via use-livecode
s. > > Best, > Bill > >> On Jul 28, 2017, at 9:16 AM, Jonathan Lynch via use-livecode >> <use-livecode@lists.runrev.com> wrote: >> >> Although I am one of the people calling for more browser widget >> development... >> >> I have my doub

Re: Web vs Native (was Re: HTML5 limitations?)

2017-07-28 Thread Jonathan Lynch via use-livecode
Although I am one of the people calling for more browser widget development... I have my doubts about the ability to make it synchronous with LC. JavaScript is not even reliably synchronous with HTML5, forcing JS developers to use callbacks and event listeners in weird places. Unless you guys

Re: HTML5 limitations?

2017-07-25 Thread Jonathan Lynch via use-livecode
The size limit on data in local storage is 5 to 10 mb per origin, depending on browser. Not sure if that would be an issue. Local storage seems to work pretty well in my experiments, if the limitations are not an issue. Sent from my iPhone > On Jul 25, 2017, at 5:07 PM, Colin Holgate via

Re: HTML5 limitations?

2017-07-25 Thread Jonathan Lynch via use-livecode
; > Sent from my iPhone > >> On 25 Jul 2017, at 13:07, Jonathan Lynch via use-livecode >> <use-livecode@lists.runrev.com> wrote: >> >> Kevin, >> >> Can you have a structure similar to having multiple stacks controlled by an >> LC e

Re: HTML5 limitations?

2017-07-25 Thread Jonathan Lynch via use-livecode
> On Jul 25, 2017, at 3:54 PM, Kevin Miller via use-livecode > <use-livecode@lists.runrev.com> wrote: > > Go in window of stack works > > You can download stacks just fine > > Sent from my iPhone > >> On 25 Jul 2017, at 12:46, Jonathan Lynch via use-livecode &

Re: HTML5 limitations?

2017-07-25 Thread Jonathan Lynch via use-livecode
me. Common images and icons are also stored in the standalone, which > are displayed in the downloaded stacks as they are opened. > > The only HTML5 examples I've seen are all self-contained single stack > standalones. > >> On 7/25/17 2:00 PM, Jonathan Lynch via use-livecode wrote:

Re: HTML5 limitations?

2017-07-25 Thread Jonathan Lynch via use-livecode
Well, the sandbox is a huge issue. JavaScript is not allowed to access many things that LC can access in the user's system. The sandbox protects against malicious pages. It is very hard to simulate the mouseStillDown handler in HTML/JS. My app is a hybrid of LC and html5. The pace of

Re: I just added an enhancement request - 20138 - suggestion for in-app ads

2017-07-22 Thread Jonathan Lynch via use-livecode
partnership with one of the top > existing aggregators and creating a widget to display the ads I could see > being a winner. > > For apps made in lc community they could take a percentage of the ad click > revenue and for paid versions they don't. > > On 21 Jul 2017 11:50 pm,

Re: I just added an enhancement request - 20138 - suggestion for in-app ads

2017-07-21 Thread Jonathan Lynch via use-livecode
21, 2017, at 6:41 PM, Dr. Hawkins <doch...@gmail.com> wrote: > > > >> On Fri, Jul 21, 2017 at 3:16 PM, Jonathan Lynch via use-livecode >> <use-livecode@lists.runrev.com> wrote: >> >> I was suggesting that perhaps providing a start to finish way for us t

Re: I just added an enhancement request - 20138 - suggestion for in-app ads

2017-07-21 Thread Jonathan Lynch via use-livecode
I did not mean inside the IDE. I was suggesting that perhaps providing a start to finish way for us to have ads in the apps we make could provide extra income to RunRev - more than the cost of hiring extra staff to make that happen. I don't want to sound like I know what is best for them - I

I just added an enhancement request - 20138 - suggestion for in-app ads

2017-07-21 Thread Jonathan Lynch via use-livecode
My suggestion might be terrible, but I put it in for discussion. I suggested LC take on the role of ad aggregator for providing in-app adds for apps made with LC. It could be a source of revenue for the company and for developers, and it could attract more developers looking for easy solutions

Re: Problem after putting executable into installer

2017-07-21 Thread Jonathan Lynch via use-livecode
I figured it out, putting in the answer for future use. We have to modify the inno script for including the externals folder. After using the wizard, we need to add "\Externals" after "{app}" in the line that tells it to include the externals folder. Otherwise, it will add the externals folder

Problem after putting executable into installer

2017-07-21 Thread Jonathan Lynch via use-livecode
My app works fine when I run it. But, if I put it into an installer (using Inno) and then install it, the app won't launch. It says it has a problem loading an external. Does anyone have suggestions on where I should look for debugging? I am including both the revsecurity dll and the externals

Re: Restrictions on mobile servers?

2017-07-20 Thread Jonathan Lynch via use-livecode
A bit OT but entertaining, apparently one can use an iPhone as a server: https://stackoverflow.com/questions/6804650/ios-devices-as-web-server I see no point to this, but, you know, people just do things :) Sent from my iPhone > On Jul 20, 2017, at 4:33 PM, Ralph DiMola via use-livecode >

Re: Find some text characters

2017-07-20 Thread Jonathan Lynch via use-livecode
gt; > of if char 3 to -1 of tItem > > > Bob S > > >> On Jul 17, 2017, at 14:59 , Jonathan Lynch via use-livecode >> <use-livecode@lists.runrev.com> wrote: >> >> If the number of chars in tItem = 8 then... > > >

Re: Export SVG as PNG?

2017-07-19 Thread Jonathan Lynch via use-livecode
If you have a complex svg that needs a browser to display it, you can do this through JavaScript. On LiveCode Share, the SVG- powered images stack does this. Sent from my iPhone > On Jul 19, 2017, at 11:47 AM, Richmond Mathewson via use-livecode > wrote: > > I

Re: Find some text characters

2017-07-17 Thread Jonathan Lynch via use-livecode
Another way... just playing around Replace tab with empty in tstring Replace ";" with empty in tstring Replace "#" with empty in tstring Replace "&" with linefeed in tstring Repeat for each line tLine in tstring If the number of chars in tLine = 5 then Put tLine and linefeed after tList End if

Re: Find some text characters

2017-07-17 Thread Jonathan Lynch via use-livecode
Another way, just for fun Put empty into tnums Repeat for each char tchar in tstring If isnumber(tchar) = true then Put tchar after tnums Else if tnums <> empty then If the number of chars in tnums = 5 then Put tnums & linefeed after tnumlist End if Put empty into tnums End if End repeat

Re: Find some text characters

2017-07-17 Thread Jonathan Lynch via use-livecode
Could replace tab with empty first, if the tabs do not matter in the final product I imagine LC provides many ways to do this :) Sent from my iPhone > On Jul 17, 2017, at 6:20 PM, Niggemann, Bernd via use-livecode > wrote: > > > Given this htmlText that may

Re: Find some text characters

2017-07-17 Thread Jonathan Lynch via use-livecode
If the number of chars in tItem = 8 then... You always have three extra chars, so that should be right. If you need an itemdelimiter, use "&" and check if the number of chars in each item = 7 Sent from my iPhone > On Jul 17, 2017, at 5:40 PM, Peter Bogdanoff via use-livecode >

Re: Correct img format for browser widget.

2017-07-17 Thread Jonathan Lynch via use-livecode
Hi James, Just a quick note - you can set the max-width of images in CSS. That will limit their size with just one line. Sent from my iPhone > On Jul 16, 2017, at 11:42 PM, James Hale via use-livecode > wrote: > > Thank you so much Hermann and Jonathan > > It

Re: LiveCode crashing when I try to make a Mac standalone

2017-07-17 Thread Jonathan Lynch via use-livecode
causes the > crash > > However, since LC should not crash, I would suggest you file a bug report > and attach (or send to panos.mera...@livecode.com directly) the sample stack > > Best regards, > Panos > -- > > On Fri, Jul 14, 2017 at 11:44 AM, Jonathan Lynch via

Re: Correct img format for browser widget.

2017-07-17 Thread Jonathan Lynch via use-livecode
It sounds like the dataURL method costs about a tenth of a second per image, for moderately large images. I had never tested that, but it's good to know. For my purposes right now, that is not an issue, but it could be for plenty of situations. Sent from my iPhone > On Jul 16, 2017, at 11:42

Re: Weird variable thing in 8.1.5

2017-07-16 Thread Jonathan Lynch via use-livecode
ther do. That is a personal > preference. Look up variable checking in the manual and you can decide what > to do. > > Sincerely, > > Clarence Martin > Email: chi...@themartinz.com > Cell: 626 6965561 > > -Original Message- > From: use-livecode [mailto:use

Should RunRev create a testing circle for developers?

2017-07-16 Thread Jonathan Lynch via use-livecode
I don't know if this is a good idea or not, but thought I would throw it out there. Would it be helpful if the Mothership had a group activity where developers could put in a certain number of hours testing others' apps, and then cash in for an equal number of hours from other developers

Re: Weird variable thing in 8.1.5

2017-07-16 Thread Jonathan Lynch via use-livecode
o fix that error: > > 1) add "local tTest" before "Put "test" into tTest" > > OR > > 2) Disable strict compilation (LC Preferences -> Script Editor -> Strict > Compilation Mode) > > Best, > Panos > -- > > On Sun, Jul 16,

Weird variable thing in 8.1.5

2017-07-16 Thread Jonathan Lynch via use-livecode
I just created a button with this script: On mouseup Put "test" into tTest End mouseUp It would not compile, producing the following error: Compilation error at line 2 (Chunk: can't create a variable with that name (explicitVariables?)) near "tTest", char 15 Why would this happen? Nobody

Re: Correct img format for browser widget.

2017-07-16 Thread Jonathan Lynch via use-livecode
James - if you look at the example stack on LiveCode share "browser widget image manipulator" it has some LC code for creating a dataURl for an image. Use that to create the data URL for the image. Basically: Get the image info from the image file like this: Put URL "binfile:imagepath" into

Re: Correct img format for browser widget.

2017-07-16 Thread Jonathan Lynch via use-livecode
So - thinking about this dime more - the browser widget uses a dummy URL if not told to load a specific URL, and the dummy URL would not have permission to access local drives, for security reasons. That would mean the "file:///" prefix would not work either. So he would have to either save

Re: Correct img format for browser widget.

2017-07-16 Thread Jonathan Lynch via use-livecode
Hi Hermann, Is this part of the same-source policy for web pages? The HTML file and the image file needing to be in the same folder? Sent from my iPhone > On Jul 16, 2017, at 5:45 AM, hh via use-livecode > wrote: > > You can have that without a (local) server

Re: Correct img format for browser widget.

2017-07-16 Thread Jonathan Lynch via use-livecode
One other solution... You can convert the image source to a data URL. You can construct the htmltext for the dataurl in LC, and replace the current image SRC information with dataURL SRC information. Then, when you set the htmltext of the browser widget, the images will show up without needing

Re: Correct img format for browser widget.

2017-07-16 Thread Jonathan Lynch via use-livecode
Hi James, Can you post an example of your actual filepath? With HTML, the first part of the path to the local disk usually looks like this: "file:///C:/users/pictures/mypicture.png" LC should be able to give you the right full path to a document- but make sure to try using the "file:///"

LiveCode crashing when I try to make a Mac standalone

2017-07-14 Thread Jonathan Lynch via use-livecode
I have tried this with 8.1.5 rc2, 8.1.5, and 8.1.6 rc1. LiveCode unexpectedly quits while making the standalone. Sometimes it gets far enough for the resulting app to function and sometimes it does not. The resulting app does not appear to have the icon attached. What are some things I should

Re: Refreshing question

2017-07-12 Thread Jonathan Lynch via use-livecode
You can access the online data through LC, either synchronously or asynchronously, and process it as you need in LC. Then, you can send that data to the browser widget where you use Javascript to display it within the browser, by setting the innerHTML of a div or some other method. In this

Re: Refreshing question

2017-07-12 Thread Jonathan Lynch via use-livecode
If the data is always the same, then I would update a page and have the browser read it. Are you looking to reload the whole page or just update a few data points? Sent from my iPhone > On Jul 12, 2017, at 11:11 AM, jbv via use-livecode > wrote: > > Hi guys >

Server Basics Everyone Should Do

2017-07-11 Thread Jonathan Lynch via use-livecode
Richard's comment about storing password hashes rather than actual passwords has got me to thinking that there are probably several basic server activities developers should do when creating a database. Doing these things from the beginning will help avoid future headaches. Despite a couple

Re: Augmented Earth now on the App Store!

2017-07-11 Thread Jonathan Lynch via use-livecode
Thanks Richard - for sure I will implement this on the server side. Sent from my iPhone > On Jul 11, 2017, at 3:50 PM, Richard Gaskin via use-livecode > wrote: > > jonathandlynch wrote: > > > I do need to make password recovery an option. > > Please don't. >

Re: Augmented Earth now on the App Store!

2017-07-11 Thread Jonathan Lynch via use-livecode
As it stands right now - they do not have to reenter their password. If they are logged in, they just change it and submit changes. But, if they are logged they can see their password at any time. The version I am submitting on Thursday makes the process more obvious. I do need to make

Re: Augmented Earth now on the App Store!

2017-07-11 Thread Jonathan Lynch via use-livecode
e it doesn't matter. > > 8. To reiterate because this to me is the crux none of the other fields > except the signup field need to be on the front page - "Show me the Banana" > as Steve Krug says and "Don't Make me think" as Seth Godin says. > > Regards Lagi >

Re: Biased testing and micro-coaching

2017-07-07 Thread Jonathan Lynch via use-livecode
o-genetic engineering > exams.. who is very open and articulate about what they think about how it > should work. And I have on my schedule to talk to 4 different beta testers > remotely > > This doesn't happen by itself, you have to be super pro active. Once yet get

Re: Biased testing and micro-coaching

2017-07-07 Thread Jonathan Lynch via use-livecode
> tour company. This would let you get your app out there and identify early > issues. A tour company might find a custom branded app that supports their > tour company to be appealing. > > Good luck, > > Best, > Bill P. > > >> On Jul 7, 2017, at 3:01 PM, Jonath

Re: Biased testing and micro-coaching

2017-07-07 Thread Jonathan Lynch via use-livecode
It does help, Scott - sounds like I should segment the testing process with a cycle, running through the test, observe, discuss, note cycle for each group of functionalities. Not unlike PM methodology. Because I am looking to perfect and grow a single app over many years, I should be able to

Re: Biased testing and micro-coaching

2017-07-07 Thread Jonathan Lynch via use-livecode
It sounds like a little bit of direct, intensive observation is worth a lot of testing a a distance. Thanks Jeff Sent from my iPhone > On Jul 7, 2017, at 5:31 PM, Jeff Reynolds via use-livecode > wrote: > > Jonathan, > > I second bill's approach of watching

Re: Biased testing and micro-coaching

2017-07-07 Thread Jonathan Lynch via use-livecode
is keeping your mouth shut. If I had a one-way mirror in a > sound-proofed room I'd use that. Another method might be to have the user > share their screen and turn off your microphone, but screen sharing is not > easy on mobile apps. > > On 7/7/17 2:49 PM, Jonathan Lynch via

Re: Biased testing and micro-coaching

2017-07-07 Thread Jonathan Lynch via use-livecode
y via use-livecode >> <use-livecode@lists.runrev.com> wrote: >> >> http://hyperactivesw.com/resources_testing.html >> >> >>> On July 7, 2017 6:59:52 AM Jonathan Lynch via use-livecode >>> <use-livecode@lists.runrev.com> wrote: >&g

Re: Biased testing and micro-coaching

2017-07-07 Thread Jonathan Lynch via use-livecode
Thank you, Jacqueline Sent from my iPhone > On Jul 7, 2017, at 1:39 PM, J. Landman Gay via use-livecode > <use-livecode@lists.runrev.com> wrote: > > http://hyperactivesw.com/resources_testing.html > > >> On July 7, 2017 6:59:52 AM Jonathan Lynch via

Re: iOS Browser Widget and PDFs? SOLVED

2017-07-07 Thread Jonathan Lynch via use-livecode
I think you are safe using special folder path "documents" on all platforms. Sent from my iPhone > On Jul 7, 2017, at 1:00 PM, JOHN PATTEN via use-livecode > wrote: > > FWIW… > > The issue was related to the specialFolderPath. When I was testing this > aspect

Re: Biased testing and micro-coaching

2017-07-07 Thread Jonathan Lynch via use-livecode
t; users is invaluable. > > Good luck, > Bill P > > > William Prothero > http://es.earthednet.org > > On Jul 7, 2017, at 4:57 AM, Jonathan Lynch via use-livecode > <use-livecode@lists.runrev.com> wrote: > > I think my experience of the last two days has tau

Re: Google Static Maps Demo Available

2017-07-07 Thread Jonathan Lynch via use-livecode
Hey guys - just a quick warning about google. Read their TOS very carefully before building an app around their service. One can find several horror stories online about Google cancelling contracts without really explaining why. Bill's stack should work well with a little bit of adaptation for

Biased testing and micro-coaching

2017-07-07 Thread Jonathan Lynch via use-livecode
I think my experience of the last two days has taught me something - I have been micro-coaching my friends when they try my app. Just the littlest input, like saying "oh, just press the button again to submit" comes so easily and, apparently mucks up testing entirely. While the harm will be

Re: Augmented Earth now on the App Store!

2017-07-07 Thread Jonathan Lynch via use-livecode
y" to me unless you have a big staff. > I've been thinking about similar things for our new app, but everytime I shy > away… > > BR > > On 7/6/17, 4:01 AM, "use-livecode on behalf of Jonathan Lynch via > use-livecode" <use-livecode-boun...@lists.run

Re: Google Static Maps Demo Available

2017-07-06 Thread Jonathan Lynch via use-livecode
Thanks for this, Bill Sent from my iPhone > On Jul 6, 2017, at 8:31 PM, William Prothero via use-livecode > wrote: > > Folks: > Thanks to help from Hermann, I am sharing a demo stack that accesses the > Google Static Maps API to display maps. This API allows me

Re: Augmented Earth now on the App Store!

2017-07-06 Thread Jonathan Lynch via use-livecode
gt;> 'Don't try to think outside the box. Just remember the truth: There is no >> box!' >> 'For then you realise it is not the box you are trying to look outside of, >> but it is yourself!' >> >> eMail Ts & Cs <http://pidigital.co.uk/emailTCs.rtf> Pi Digit

Re: Augmented Earth now on the App Store!

2017-07-06 Thread Jonathan Lynch via use-livecode
uk/emailTCs.rtf> Pi Digital > Productions Ltd is a UK registered limited company, no. 5255609 > > On 6 July 2017 at 15:36, Jonathan Lynch via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Well shoot - thanks Sean >> >> If you shut it down

Re: Augmented Earth now on the App Store!

2017-07-06 Thread Jonathan Lynch via use-livecode
you are just debugging and >> testing user experience. >> >> Best, >> Bill >> >>> On Jul 6, 2017, at 11:57 AM, William Prothero via use-livecode >>> <use-livecode@lists.runrev.com> wrote: >>> >>> Jonathon: >>> A common

Re: Augmented Earth now on the App Store!

2017-07-06 Thread Jonathan Lynch via use-livecode
m Prothero via use-livecode >> <use-livecode@lists.runrev.com> wrote: >> >> Jonathon: >> A common solutionfor this is to have two buttons. One says: “I am a new >> first-time User” and the other one says: “I have an account. Log me in.” >> That would avo

Re: Augmented Earth now on the App Store!

2017-07-06 Thread Jonathan Lynch via use-livecode
app. Looks very ambitious, and >> should be a winner. Look out, FaceBook! >> Best, >> Bill P >> >>> On Jul 6, 2017, at 7:01 AM, Jonathan Lynch via use-livecode >>> <use-livecode@lists.runrev.com> wrote: >>> >>> Hi everyone, >>

Re: Augmented Earth now on the App Store!

2017-07-06 Thread Jonathan Lynch via use-livecode
it again, and got the same behavior. > > I’m looking forward to seeing this final app. Looks very ambitious, and > should be a winner. Look out, FaceBook! > Best, > Bill P > >> On Jul 6, 2017, at 7:01 AM, Jonathan Lynch via use-livecode >> <use-livecode@lists.run

Re: Augmented Earth now on the App Store!

2017-07-06 Thread Jonathan Lynch via use-livecode
> Sean Cole > *Pi Digital Productions Ltd* > > > eMail Ts & Cs <http://pidigital.co.uk/emailTCs.rtf> Pi Digital > Productions Ltd is a UK registered limited company, no. 5255609 > > On 6 July 2017 at 15:01, Jonathan Lynch via use-livecode < > use-livecode@list

Augmented Earth now on the App Store!

2017-07-06 Thread Jonathan Lynch via use-livecode
Hi everyone, Version 1 of Augmented Earth is now live on the Apple App Store :) If you get a chance, please check it out. This is just a soft launch, but I am excited to have it out there. I won't start heavy promotion until version 1.5. I will be posting a map-only version on Livecode Share

Re: Codesigning a Mac desktop version

2017-07-06 Thread Jonathan Lynch via use-livecode
I will do that - thanks Trevor Sent from my iPhone > On Jul 6, 2017, at 8:43 AM, Trevor DeVore via use-livecode > <use-livecode@lists.runrev.com> wrote: > > On Thu, Jul 6, 2017 at 3:16 AM Jonathan Lynch via use-livecode < > use-livecode@lists.runrev.com> wrote:

Re: AW: can I lock screen over more than one handler?

2017-07-06 Thread Jonathan Lynch via use-livecode
Tiemo, have you tried using a browser widget instead? Sent from my iPhone > On Jul 6, 2017, at 6:05 AM, Richmond Mathewson via use-livecode > wrote: > > I wonder if you cannot manage to lock the screen over more than one handler > by calling > the second

Re: AW: Codesigning a Mac desktop version

2017-07-06 Thread Jonathan Lynch via use-livecode
> -Ursprüngliche Nachricht- > Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag > von Jonathan Lynch via use-livecode > Gesendet: Donnerstag, 6. Juli 2017 10:16 > An: use-livecode@lists.runrev.com > Cc: jonathandly...@gmail.com > Betreff: Re:

Re: Codesigning a Mac desktop version

2017-07-06 Thread Jonathan Lynch via use-livecode
I tried using Trevor Devore' codesigning stack, which is a very nice contribution to the community. I am getting a complaint about unsealed contents present in the bundle root. Does anyone know what the issue is? Sent from my iPhone > On Jul 6, 2017, at 3:49 AM, jonathandly...@gmail.com

Codesigning a Mac desktop version

2017-07-06 Thread Jonathan Lynch via use-livecode
I am not sure which parts we need to sign. Is it just the app bundle, the zipped file, plugins within the app bundle? If anyone has done this, which parts do you sign to avoid warnings from the gatekeeper? Thanks, J Sent from my iPhone ___

Re: debugging a CEF browser instance

2017-07-06 Thread Jonathan Lynch via use-livecode
to see which JS errors we are producing. Shrugs - I have done okay with just testing line-by-line as I go. Sent from my iPhone > On Jul 6, 2017, at 3:28 AM, Mark Waddingham via use-livecode > <use-livecode@lists.runrev.com> wrote: > >> On 2017-07-06 08:39, Jonathan Lynch v

Re: Crashing when I try to make a Mac standalone

2017-07-06 Thread Jonathan Lynch via use-livecode
I will try tc 3 - just need to hack the plist again Sent from my iPhone > On Jul 6, 2017, at 2:57 AM, Thierry Douez via use-livecode > wrote: > > 2017-07-06 8:54 GMT+02:00 Jonathan Lynch: > >> Following up - it seems to create the standalone and then crash. >

Re: Crashing when I try to make a Mac standalone

2017-07-06 Thread Jonathan Lynch via use-livecode
Following up - it seems to create the standalone and then crash. At least it created the standalone, but that crash makes me nervous. Sent from my iPhone > On Jul 6, 2017, at 2:46 AM, jonathandly...@gmail.com wrote: > > When I try to make a standalone for Mac in version 8.1.5 RC 2 it crashes

Crashing when I try to make a Mac standalone

2017-07-06 Thread Jonathan Lynch via use-livecode
When I try to make a standalone for Mac in version 8.1.5 RC 2 it crashes at the moment where it tries to include externals. Has anyone else seen this or know what I should be looking out for? Sent from my iPhone ___ use-livecode mailing list

Re: debugging a CEF browser instance

2017-07-06 Thread Jonathan Lynch via use-livecode
Why? Sent from my iPhone > On Jul 6, 2017, at 1:45 AM, Bernard Devlin via use-livecode > wrote: > > Replying to myself, for anyone else who thinks it ought to be possible to > debug a browser widget. > > Ability to debug has been deliberately turned off. >

Re: Which is better for making an android version, Mac or pc?

2017-07-05 Thread Jonathan Lynch via use-livecode
Thank you, Jacqueline Sent from my iPhone > On Jul 5, 2017, at 5:11 PM, J. Landman Gay via use-livecode > <use-livecode@lists.runrev.com> wrote: > >> On 7/5/17 2:48 PM, Jonathan Lynch via use-livecode wrote: >> Is it easier to use a Mac or a pc for making andro

Which is better for making an android version, Mac or pc?

2017-07-05 Thread Jonathan Lynch via use-livecode
Is it easier to use a Mac or a pc for making android apps? Sent from my iPhone ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: AW: can I lock screen over more than one handler?

2017-07-05 Thread Jonathan Lynch via use-livecode
Hi Tiemo - you could play the video in a browser. I know that seems to be my go-to solution, but I figure we do whatever works. Have you tried switching between players without locking the screen? Sent from my iPhone > On Jul 5, 2017, at 11:42 AM, Tiemo Hollmann TB via use-livecode >

<    1   2   3   4   >