Re: Determining a scroll based on code unit offsets

2020-03-27 Thread J. Landman Gay via use-livecode
eight adjusted for that. On 3/27/20 4:15 PM, J. Landman Gay via use-livecode wrote: Oops. Not saved. It fails on larger offsets. Maybe I'm doing something wrong. Here's my longer way, it could likely be optimized better. It does rely on a scripted field selection, and the selectedChunk

Re: Determining a scroll based on code unit offsets

2020-03-27 Thread J. Landman Gay via use-livecode
of codeunit OFFSET of FIELD)? Sent from my iPhone On 27 Mar 2020, at 17:59, J. Landman Gay via use-livecode wrote: In our last episode, our heroine was trapped by the selection of a line containing metadata. The heroes of this group saved her. In all cases, scrolling the field was accomplish

Re: Determining a scroll based on code unit offsets

2020-03-27 Thread J. Landman Gay via use-livecode
OFFSET of FIELD)? Sent from my iPhone On 27 Mar 2020, at 17:59, J. Landman Gay via use-livecode wrote: In our last episode, our heroine was trapped by the selection of a line containing metadata. The heroes of this group saved her. In all cases, scrolling the field was accomplished by using the

Re: Determining a scroll based on code unit offsets

2020-03-27 Thread J. Landman Gay via use-livecode
Bob S On Mar 27, 2020, at 10:58 AM, J. Landman Gay via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: 1,103,7 While 7 is a line number, multiplying that by the textheight doesn't give consistent results due to line wrap. The first two items are codeunit offsets but there d

Determining a scroll based on code unit offsets

2020-03-27 Thread J. Landman Gay via use-livecode
In our last episode, our heroine was trapped by the selection of a line containing metadata. The heroes of this group saved her. In all cases, scrolling the field was accomplished by using the "select" command to bring the line into view. Alas, escape from one danger has led to another. The fi

Re: Disabled objects semi translucent??

2020-03-26 Thread J. Landman Gay via use-livecode
On 3/26/20 10:45 AM, Bob Sneidar via use-livecode wrote: I’m noticing (for the first time it seems) that disabled objects are semi-transparent! Is this intentional?? This means any background pattern I set for the card shows through the disabled objects! Boo! If you set a background color or

Re: POST on mobile apps

2020-03-16 Thread J. Landman Gay via use-livecode
On 3/15/20 11:25 AM, J. Landman Gay via use-livecode wrote: On March 15, 2020 6:30:28 AM Mark Waddingham via use-livecode wrote: LibUrl has been an option on mobile since we added socket support, and tsNet has a liburl driver which replaces the (script) socket-based version of liburl with

Re: POST on mobile apps

2020-03-15 Thread J. Landman Gay via use-livecode
On March 15, 2020 6:30:28 AM Mark Waddingham via use-livecode wrote: LibUrl has been an option on mobile since we added socket support, and tsNet has a liburl driver which replaces the (script) socket-based version of liburl with tsNet's internal operations. So include libUrl and you get norm

POST on mobile apps

2020-03-14 Thread J. Landman Gay via use-livecode
The dictionary entry for POST contains this about mobile apps: "Cross-platform note: On iOS and Android, the post command is implemented in the engine. Therefore the Internet library is not needed to ensure the command works in a mobile standalone application. If included, the Internet library

Re: Where is André ? André says "goodbye"

2020-03-14 Thread J. Landman Gay via use-livecode
Not at all, the most likely reason is that no one was sure of the answer. Or maybe your post got lost in the fog. But re-reading your post, it looks like you're doing the textEncode at the wrong time. Storing encoded text in LC can give unexpected results, instead try putting the textEncode func

Re: LC & Catalina; macOS 10.15.x; Xcode 11.3.x; iOS 13.3.x support ???

2020-03-12 Thread J. Landman Gay via use-livecode
I see now. I confess that I stopped reading the subject itself after a while when the thread took off on a tangent. You make a valid point. LC actually did what you describe when 64-bit started to be required on OS X. They released a rapid update and made the deadline but it was close. I heard

Re: LC & Catalina; macOS 10.15.x; Xcode 11.3.x; iOS 13.3.x support ???

2020-03-12 Thread J. Landman Gay via use-livecode
This one was okay. :) You sound a little more relaxed. I frequently have the same frustrations as you do, but knowing a little about the team helps moderate my posts. I think this long thread could have been shorter if you had just said what roadblocks in particular are preventing you from com

Re: LC & Catalina; macOS 10.15.x; Xcode 11.3.x; iOS 13.3.x support ???

2020-03-12 Thread J. Landman Gay via use-livecode
On 3/12/20 12:39 PM, hh via use-livecode wrote: The uselist is not a LC-praising list. As long as we have the freedom of speech everybody can say whether he is contented with LC or not. And nothing written does change anything*with LC*, also not your positive-only (and excellent) posts ... Ton

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-03-12 Thread J. Landman Gay via use-livecode
On 3/11/20 9:50 PM, Sean Cole (Pi) via use-livecode wrote: 9.5.1 and 9.6 dp2 are still exhibiting breakpoint crashes. Not as often as before but, still, there are occurrences. And for some very odd reason an early sign it's going to become a problem I notice the line numbers don't scroll with the

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-03-11 Thread J. Landman Gay via use-livecode
The crasher was fixed. I think Sean is talking about how scrolling doesn't change the position of the red dots. That seems minor, since it fixes itself once any keyboard activity happens. Annoying maybe, but not critical. The bad bugs usually get fixed. Panos said the team is aware of the new

Re: OAuth2 was Re: google sheets - anybody doing anything besides mergGoogle

2020-03-11 Thread J. Landman Gay via use-livecode
On 3/11/20 5:06 PM, Pi Digital via use-livecode wrote: I’m guessing uptake for LC4FM is as low as I had predicted it would be, especially based on the forum discussions. Forum participation is not a good indication of uptake, and I wouldn't venture a guess based on that. I don't think folks r

Re: Philosophical questions about the fontNames

2020-03-11 Thread J. Landman Gay via use-livecode
On 3/11/20 5:36 PM, Richard Gaskin via use-livecode wrote: Querying the fontNames includes: (Default) (Styled Text) (Menu) (Text) (Message) (Tooltip) (System) These are not font names, but constants the engine accepts so that we can have good-looking, HIG-savvy UIs on multiple platforms. But

Re: New Apple Developer iOS requirements beginning April 30

2020-03-04 Thread J. Landman Gay via use-livecode
I tried that and managed to avoid iOS for several years. Unfortunately clients demanded iPhone compatibility and I couldn't convince them otherwise. So here I am, realizing all over again what a pain it is to develop on that platform. The only good thing was that iPhone screen sizes were consi

Re: New Apple Developer iOS requirements beginning April 30

2020-03-04 Thread J. Landman Gay via use-livecode
UIWebView with WKWebView in 9.6-DP-1. Sent from my iPhone On 5 Mar 2020, at 02:11, J. Landman Gay via use-livecode wrote: ?I got a warning today, building with LC 9.5.1. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On March 4, 2020 7

RE: New Apple Developer iOS requirements beginning April 30

2020-03-04 Thread J. Landman Gay via use-livecode
I got a warning today, building with LC 9.5.1. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On March 4, 2020 7:14:43 PM Ralph DiMola via use-livecode wrote: UIWebView is being replaced by WKWebView. I think LC uses WKWebView or we w

Re: New Apple Developer iOS requirements beginning April 30

2020-03-04 Thread J. Landman Gay via use-livecode
There's something called WKWebKit we're supposed to use instead. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On March 4, 2020 6:37:27 PM Richard Gaskin via use-livecode wrote: Jacque wrote: TMS-90809: Deprecated API Usage - Apple w

Re: New Apple Developer iOS requirements beginning April 30

2020-03-04 Thread J. Landman Gay via use-livecode
On 3/4/20 3:50 PM, HENRY LOWE via use-livecode wrote: See: https://developer.apple.com/news/?id=03042020b "Starting April 30, 2020, all iPhone apps submitted to the App Store must be built with the iOS 13 SDK or later." "Starting April 30, 2020

Re: iOS background behavior

2020-03-03 Thread J. Landman Gay via use-livecode
On 3/3/20 10:46 AM, Mark Waddingham via use-livecode wrote: On 2020-03-03 16:30, J. Landman Gay via use-livecode wrote: You can test, the app runs fine. You just can't submit to the App Store with that key in the plist. I have the same problem. All our users who can't update to iOS

RE: iOS background behavior

2020-03-03 Thread J. Landman Gay via use-livecode
h DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Thursday, February 27, 2020 12:46 PM To: How to use LiveCode Cc: J. Landman

Re: iOS background behavior

2020-02-27 Thread J. Landman Gay via use-livecode
t contains a key 'UIApplicationExitsOnSuspend' in bundle xxx [xxx.app] that will soon be unsupported. Remove the key, rebuild your app and resubmit. So it seems Apple changed that in January or so. - Matthias Rebbe Life Is Too Short For Boring Code Am 27.02.2020 um 05:59 schrieb J. L

RE: iOS background behavior

2020-02-26 Thread J. Landman Gay via use-livecode
[mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Wednesday, February 26, 2020 5:55 PM To: LiveCode Mailing List Cc: J. Landman Gay Subject: iOS background behavior In iOS 13 I thought all apps run in the background automatically. Mine isn't, you end up

Re: iOS background behavior

2020-02-26 Thread J. Landman Gay via use-livecode
On 2/26/20 4:54 PM, J. Landman Gay via use-livecode wrote: In iOS 13 I thought all apps run in the background automatically. Mine isn't, you end up on the login screen every time you switch apps or answer a phone call. We used to be able to turn on "enable background execution"

iOS background behavior

2020-02-26 Thread J. Landman Gay via use-livecode
In iOS 13 I thought all apps run in the background automatically. Mine isn't, you end up on the login screen every time you switch apps or answer a phone call. We used to be able to turn on "enable background execution" in standalone settings but as I understand it, Apple now rejects apps that

Re: Mobile video formats

2020-02-26 Thread J. Landman Gay via use-livecode
On 2/26/20 1:28 PM, Colin Holgate via use-livecode wrote: H.264 as the codec, and MP4 as the file format, ought to work on both. Thanks, exactly what I needed to know. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw

Mobile video formats

2020-02-26 Thread J. Landman Gay via use-livecode
What's the best video format for streaming cross-platform on iOS and Android? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Translate metadata to field content

2020-02-22 Thread J. Landman Gay via use-livecode
Actually I did start with a browser widget but there were too many things I need to do which aren't easy there. I need to get the clickchunk, color multiple sentences differently in the same field, get user-hilited text, etc. But the primary reason for switching to a LC field is that I need to

Re: Translate metadata to field content

2020-02-21 Thread J. Landman Gay via use-livecode
On 2/21/20 2:10 PM, J. Landman Gay via use-livecode wrote: The only reason I have more than one instance is because there are href links inside the metadata spans, and LC translates that into separate metadata spans if there is more than one link, or there's a line break. If it would hono

Re: Diagnosing a crasher (was Re: Quality, reputation, and improving both)

2020-02-21 Thread J. Landman Gay via use-livecode
On 2/21/20 2:44 AM, Richard Gaskin via use-livecode wrote: J. Landman Gay jacque wrote: > We're about to submit the iOS app now and my testers have had several > intermittent crashes we can't repeat, even though I built that one > with 9.5.1 stable. I submitted crash logs but the team could on

Re: Translate metadata to field content

2020-02-21 Thread J. Landman Gay via use-livecode
On 2/21/20 2:51 AM, Mark Waddingham via use-livecode wrote: Both characters and codepoints run the risk of requiring a linear scan of the string to calculate the length - strictly speaking his will occur if the engine is not sure whether character / codepoint have a 1-1 map to codeunits (for exam

Re: Translate metadata to field content

2020-02-21 Thread J. Landman Gay via use-livecode
Welcome to the party Hermann. :) Unfortunately the HTML isn't under my control and may change periodically. It's retrieved from a server on demand. The metadata I'm looking for isn't a link, it's a text property, and is already hidden when displaying text in a field. It would be similar to looki

Re: Translate metadata to field content

2020-02-21 Thread J. Landman Gay via use-livecode
Aha! Of course. I should have thought of that. Mark pointed out the same thing. (And yes, my brief test had the metadata in the third paragraph.) I'll try his handler when I get back to my Mac. If my guess is correct, the search won't take any measurable time at all and the primary delay will b

Re: Diagnosing a crasher (was Re: Quality, reputation, and improving both)

2020-02-20 Thread J. Landman Gay via use-livecode
I'm having the same problem. I had to build with the latest 9.6dp release because it fixed some Android issues and I had a deadline. It's in the Play Store now and it's had several crashes and ANRS. There's no info on the cause and we couldn't repeat it. We're about to submit the iOS app now and

Re: Translate metadata to field content

2020-02-20 Thread J. Landman Gay via use-livecode
So glad you chimed in, Mark. This is pretty impressive. I'll need to use the "for each element" structure because my tags are not unique, but it still is much faster. When clicking a tag at the top of the document that links to the last anchor at the bottom of the text, I get a timing of about 2

Re: Translate metadata to field content

2020-02-19 Thread J. Landman Gay via use-livecode
On 2/19/20 3:40 PM, Niggemann, Bernd via use-livecode wrote: However the loading time of styledText a little more than 300 milliseconds (no difference between styledText and formattedStyledText, but htmlText loading of this heavily formatted text is 800 ms). If you can manage preloading of the

Re: Translate metadata to field content

2020-02-19 Thread J. Landman Gay via use-livecode
On 2/18/20 1:41 PM, Mark Waddingham via use-livecode wrote: 2. FormattedStyledText treats some punctuation as a new run, even if it has not changed text style. For example, semi-colons are independent runs. Very odd. Hmmm - there's no code to do that explicitly (a semi-colon is no different f

Re: Translate metadata to field content

2020-02-19 Thread J. Landman Gay via use-livecode
On 2/19/20 2:58 AM, Richard Gaskin via use-livecode wrote: In Peter's view, he would be surprised to find any case where parsing htmlText would be faster than working with the styledText array. This seems to pan out. Bernd sent me a nice test stack that uses styledText and does what Mark W. su

Re: Translate metadata to field content

2020-02-18 Thread J. Landman Gay via use-livecode
number of chars in each run up until you find your tag, then you can should be able to use the formattedheight of char 1 up to the summed index to get the vscroll you need. Warmest Regards, Mark. Sent from my iPhone On 17 Feb 2020, at 22:50, J. Landman Gay via use-livecode wrote: Thanks,

Re: Translate metadata to field content

2020-02-17 Thread J. Landman Gay via use-livecode
Thanks, I'll save that for someday. In this case though, the text is wrapped and there are anchors scattered around inside paragraphs. Unless someone else has an idea it looks like I'm going to have to extract lookup tables. That's going to be quite a job. On 2/17/20 3:59 PM, Richard Gaskin via

Translate metadata to field content

2020-02-17 Thread J. Landman Gay via use-livecode
I'm still working on htmltext in a field. There are anchors that indicate positions elsewhere in the file. A browser will automatically find and scroll to the right place in the text. I need to reproduce that. Is there a way to translate an anchor like "#12345" to the location in the visible fi

Re: Internet Library minimum OS versions

2020-02-16 Thread J. Landman Gay via use-livecode
This sounds like the problem I had: http://runtime-revolution.278305.n4.nabble.com/iOS-app-crashes-on-launch-tp4736075.html Mark did wonder if iOS 8 and 9 should be removed from standalone settings. But the problem only happens if the app has a browser widget, so it's kind of a toss up. -- Ja

Re: LC9.6dp2 and the property inspector

2020-02-09 Thread J. Landman Gay via use-livecode
I was certain it had been reported and I remember talking about it here but I can't find a report now. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On February 9, 2020 9:48:31 AM Paul Dupuis via use-livecode wrote: I may be slow to

Re: HTML spans with links

2020-02-06 Thread J. Landman Gay via use-livecode
Thank you, I'm not surprised you knew the answer. So, one link is okay but two are not? We're using paragraph metadata where we can, but in most cases it isn't possible. We had to abandon the browser widget because we need field properties that are not supported there. It's a challenge, because

Re: OT: Completely OT: Reading list recommendations.

2020-02-06 Thread J. Landman Gay via use-livecode
On 6 Feb 2020, at 17:34, Alex Tweedly via use-livecode wrote: Hoping for suggestions to keep me reading while on the way. ...  - fiction - preferably fairly light, easy reading (as a break from the others above). When I'm not being a geek I go for fiction. Here are some that I couldn't put

HTML spans with links

2020-02-06 Thread J. Landman Gay via use-livecode
If I set the htmlText of a field to HTML that contains a span, and if that span also contains an anchor or href link, LC separates the span into multiple ones. For example, a field's htmlText set to this: This is some text that contains the metadata.href="#fn">linkOne And here is some more tex

Re: [macOS] Notarization, hardened runtimes, LCB, and executables

2020-02-06 Thread J. Landman Gay via use-livecode
I know how you feel. But I'm hoping the LC team will help us out with this, they surely know the complexities. I'm looking forward to a standalone builder that will relieve the stress that Apple puts on its developers. On 2/6/20 12:11 PM, David V Glasgow via use-livecode wrote: I have to say t

Re: Displaying & caching PDF files

2020-02-05 Thread J. Landman Gay via use-livecode
On 2/5/20 12:53 PM, Richard Gaskin via use-livecode wrote: To help move that along, I've been considering making an ePub library in LC, for both reading and writing the format.  It would be non-trivial, but quite doable.  The constraint now is time.  I could schedule that for late spring/early

Re: OMG text processing performance 6.7 - 9.5

2020-02-04 Thread J. Landman Gay via use-livecode
On 2/4/20 12:43 PM, Richard Gaskin via use-livecode wrote: J. Landman Gay wrote: On 2/3/20 2:19 PM, hh via use-livecode wrote: Parse1 is here always at least 30% faster than Parse2. I'm seeing the same thing, only more so. I searched for "the" in a 424K text file: parse1 = 11 ms parse2 = 11

RE: OMG text processing performance 6.7 - 9.5

2020-02-03 Thread J. Landman Gay via use-livecode
Of J. Landman Gay via use-livecode Sent: Monday, February 03, 2020 6:48 PM To: How to use LiveCode Cc: J. Landman Gay Subject: Re: OMG text processing performance 6.7 - 9.5 On 2/3/20 2:19 PM, hh via use-livecode wrote: Parse1 is here always at least 30% faster than Parse2. I'm seeing the

Re: OMG text processing performance 6.7 - 9.5

2020-02-03 Thread J. Landman Gay via use-livecode
On 2/3/20 2:19 PM, hh via use-livecode wrote: Parse1 is here always at least 30% faster than Parse2. I'm seeing the same thing, only more so. I searched for "the" in a 424K text file: parse1 = 11 ms parse2 = 111 ms The text was imported into a field using the property inspector, which I as

Re: Import SVG as Images

2020-02-01 Thread J. Landman Gay via use-livecode
It should be okay, it's in the dictionary. It requires the inclusion of the XML extension in a standalone. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On February 1, 2020 3:15:19 PM Sannyasin Brahmanathaswami via use-livecode wrote:

Re: multitouch buttons on Android

2020-01-27 Thread J. Landman Gay via use-livecode
click(fingertaps) is not possible. Maybe i use the wrong commands, will try some with touchstart and touchend instead of mouseDown/mouseUp. Regards, Sphere Op 27-1-2020 om 18:34 schreef J. Landman Gay via use-livecode: I've never seen an interface like that on Android. Can you use

Re: multitouch buttons on Android

2020-01-27 Thread J. Landman Gay via use-livecode
I've never seen an interface like that on Android. Can you use checkboxes instead? What does the app need to do if two buttons are down? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January 26, 2020 3:36:51 PM JJS via use-livecode

Re: Xcode 10.2 and High Sierra

2020-01-25 Thread J. Landman Gay via use-livecode
I don't think so, but here's the complete compatibility list: -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January 25, 2020 9:44:43 PM Charles Szasz via use-livecode wrote: Matthias, Ca

Re: does this PNG have transparency?

2020-01-25 Thread J. Landman Gay via use-livecode
I think that's pretty clever. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January 24, 2020 4:37:20 PM Phil Davis via use-livecode wrote: Maybe this? It seems to work in my simple testing. Am I missing something? on mouseUp a

Re: Tab Button Colors

2020-01-24 Thread J. Landman Gay via use-livecode
ounds appear to be set by the OS and on Mac they are blue. On 1/24/20 12:26 PM, dunbarx--- via use-livecode wrote: Jacque. You mean from, say,  the card? How would it know to set one or more colors in each tab? Craig -Original Message- From: J. Landman Gay via use-livecode To: How to use Liv

Re: Unable to install "altool"

2020-01-24 Thread J. Landman Gay via use-livecode
My understanding is that altool is part of XCode and should be available without installation. On 1/24/20 12:03 PM, Charles Szasz via use-livecode wrote: For the past three days, I have been trying to install “altool” for notarization. I am using a Mac with High Sierra installed and LC 9.6.0

Re: iOS app crashes on launch

2020-01-24 Thread J. Landman Gay via use-livecode
On 1/23/20 8:07 PM, Ralph DiMola via use-livecode wrote: High Sierra Xcode 10.1 build tools LC 9.6.0 dp2 Confirm crash on 9.3.6 Works fine on 12.4.2 LC 9.5.1 works OK on 9.3.6 I don't have an iOS 11 device to test but we now know that 9 and 10 CTD. Dinner is ready could you add this to QCC

Re: iOS app crashes on launch

2020-01-24 Thread J. Landman Gay via use-livecode
Bug report #22548 with log enclosed. The app does use a browser widget. On 1/24/20 2:27 AM, Mark Waddingham via use-livecode wrote: On 2020-01-24 02:07, Ralph DiMola via use-livecode wrote: J, High Sierra Xcode 10.1 build tools LC 9.6.0 dp2 Confirm crash on 9.3.6 Works fine on 12.4.2 LC 9.5.

Re: iOS app crashes on launch

2020-01-24 Thread J. Landman Gay via use-livecode
Bug report #22548 with log enclosed. The app does use a browser widget. On 1/24/20 2:27 AM, Mark Waddingham via use-livecode wrote: On 2020-01-24 02:07, Ralph DiMola via use-livecode wrote: J, High Sierra Xcode 10.1 build tools LC 9.6.0 dp2 Confirm crash on 9.3.6 Works fine on 12.4.2 LC 9.5.

Re: Tab Button Colors

2020-01-24 Thread J. Landman Gay via use-livecode
It may be inheriting colors from the owner. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January 24, 2020 9:40:31 AM Bob Sneidar via use-livecode wrote: No I mean that with no foreground or background color set, the hilited tab ba

Re: Submitting to the Google PLay store

2020-01-24 Thread J. Landman Gay via use-livecode
That's what I did last week (two builds) and it's in the Play Store now. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January 24, 2020 11:37:44 AM Jjs via use-livecode wrote: As far as i know you can still upload unbundled. But fo

Re: iOS app crashes on launch

2020-01-23 Thread J. Landman Gay via use-livecode
to be the case. Does anyone know? On 1/23/20 2:47 PM, J. Landman Gay via use-livecode wrote: I can build a test app but it crashes on launch. I first built with 9.6dp2, it ran fine but there were other bugs. So I built with 9.5.1 and it worked fine too but crashes all over the place. Now I

Re: Do Mac OS apps stop working if your Mac Developer ID Application cert expires?

2020-01-23 Thread J. Landman Gay via use-livecode
It should keep running. You just can't build any new apps. On 1/23/20 3:25 PM, Tony Trivia via use-livecode wrote: Hi, Anyone know what happens if you let a Mac Developer ID Application cert expire? (I'm thinking of apps that are NOT in the Mac app store, but are distributed directly to users.)

iOS app crashes on launch

2020-01-23 Thread J. Landman Gay via use-livecode
I can build a test app but it crashes on launch. I first built with 9.6dp2, it ran fine but there were other bugs. So I built with 9.5.1 and it worked fine too but crashes all over the place. Now I want to go back to 9.6dp2. I used Terminal to: sudo xcode-select -s The correct XCode is set

RE: iOS crashes

2020-01-22 Thread J. Landman Gay via use-livecode
DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Wednesday, January 22, 2020 4:36 PM To: LiveCode Mailing List Cc: J. Landman Gay Sub

iOS crashes

2020-01-22 Thread J. Landman Gay via use-livecode
My tester is getting a crash to the launcher on our iOS app (built with LC 9.5.1.) Is there a way to get a system report or a way to know what happened? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com __

Re: iOS browser local URLs

2020-01-21 Thread J. Landman Gay via use-livecode
Bug report here: https://quality.livecode.com/show_bug.cgi?id=22543 On 1/21/20 10:14 AM, J. Landman Gay via use-livecode wrote: Thanks Panos, I was hoping you'd check in. I'll open a report and send you some files in private mail later today. -- Jacqueline Landman

Re: iOS browser local URLs

2020-01-21 Thread J. Landman Gay via use-livecode
g 9.6 DP-3 Kind regards, Panos -- On Tue, 21 Jan 2020 at 04:57, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: Reloading the same URL was just a test. The URL can be any one of several dozen saved files. I had thought about recreating the widget. I don't think

RE: iOS browser local URLs

2020-01-20 Thread J. Landman Gay via use-livecode
ssing... Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Monday, January 20, 2020 6:19 PM To: How to use LiveCode Cc:

Re: IOS scroller

2020-01-20 Thread J. Landman Gay via use-livecode
On 1/19/20 2:23 PM, J. Landman Gay via use-livecode wrote: I'm using a native scroller for both Android and iOS. I track the mouseDown position and the mouseUp position to see if the swipe is vertical or horizontal. Vertical causes a scroll, horizontal is a swipe. This works on Android.

Re: iOS browser local URLs

2020-01-20 Thread J. Landman Gay via use-livecode
On 1/20/20 3:05 PM, J. Landman Gay via use-livecode wrote: On 1/20/20 2:41 PM, J. Landman Gay via use-livecode wrote: I can't load a local html file into a brwoser widget on iOS: set the url of widget "browser" to "file://" & specialFolderPath("documents&quo

Re: iOS background execution

2020-01-20 Thread J. Landman Gay via use-livecode
al Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Monday, January 20, 2020 5:20 PM To: LiveCode Mailing List Cc: J. Landman Gay Subject: iOS background execution I seem to be hitting zero for zero but here's anothe

iOS background execution

2020-01-20 Thread J. Landman Gay via use-livecode
I seem to be hitting zero for zero but here's another iOS question. I thought all apps run in the background by default now on iOS. That isn't happening. Switching to another app and then back to mine causes the app to restart. I want the user to pick up where they left off. Do we still need

Re: iOS browser local URLs

2020-01-20 Thread J. Landman Gay via use-livecode
On 1/20/20 2:41 PM, J. Landman Gay via use-livecode wrote: I can't load a local html file into a brwoser widget on iOS: set the url of widget "browser" to "file://" & specialFolderPath("documents") & "/folder/myFile.html#1234" I'

iOS browser local URLs

2020-01-20 Thread J. Landman Gay via use-livecode
I can't load a local html file into a brwoser widget on iOS: set the url of widget "browser" to "file://" & specialFolderPath("documents") & "/folder/myFile.html#1234" I've tried "file:" with no slashes, one or two slashes, and omitting the "file:" designation entirely. The above works fine o

IOS scroller

2020-01-19 Thread J. Landman Gay via use-livecode
I'm using a native scroller for both Android and iOS. I track the mouseDown position and the mouseUp position to see if the swipe is vertical or horizontal. Vertical causes a scroll, horizontal is a swipe. This works on Android. On iOS the mouseDown isn't registered fast enough and swiping doe

Re: encrypting script-only stacks

2020-01-15 Thread J. Landman Gay via use-livecode
On 1/15/20 10:56 AM, Kaveh Bazargan via use-livecode wrote: I want to be able to build standalones often, and I cannot distribute the code. So from what I understand I have to convert these back into standard stacks every just before making a standalone, then load them thro the Stacks tab (not Fi

Re: iOS launch screen dimensions

2020-01-14 Thread J. Landman Gay via use-livecode
eak the IDE code that saves the iOS standalone. On Mon, 13 Jan 2020 at 23:46, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: The list of launch screen dimensions on the Apple developer site doesn't match the requirements in the standalone builder. Does that matte

Re: encrypting script-only stacks

2020-01-14 Thread J. Landman Gay via use-livecode
My thought was that you'd use the text files during development and then save them as binary with encryption for the final build. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January 14, 2020 11:38:06 AM Kaveh Bazargan via use-liveco

Re: encrypting script-only stacks

2020-01-14 Thread J. Landman Gay via use-livecode
Wouldn't a binary script-only stack be the library stack we already have now? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On January 14, 2020 9:55:01 AM Richard Gaskin via use-livecode wrote: Since script-only stacks contain only a

Re: iOS launch screen dimensions

2020-01-13 Thread J. Landman Gay via use-livecode
storyboard is not supported in LC. I _think_ it is possible to do it though - if you tweak the IDE code that saves the iOS standalone. On Mon, 13 Jan 2020 at 23:46, J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: The list of launch screen dimensions on the Apple develo

iOS launch screen dimensions

2020-01-13 Thread J. Landman Gay via use-livecode
The list of launch screen dimensions on the Apple developer site doesn't match the requirements in the standalone builder. Does that matter? Apple doesn't recommend that method anyway, they prefer a storyboard. Has anyone done that, and is it possible? -- Jacqueline Landman Gay |

Re: Littel Arrows

2020-01-10 Thread J. Landman Gay via use-livecode
On 1/10/20 2:18 PM, Klaus major-k via use-livecode wrote: "Little Arrows" work differently than a "normal" scrollbar. e.G. if you enter an ENDVALUE and STARVALUE in the inspector, the "littel Arrows" object gets DISABLED and does not work anymore and the possible parameter "pNewPosition" does n

Re: Littel Arrows

2020-01-10 Thread J. Landman Gay via use-livecode
On 1/10/20 1:47 PM, Klaus major-k via use-livecode wrote: This has been the case since version 1! Yes, back before Apple encouraged us to reverse the behavior to make Macs act more like iPhones. And I think on Windows and Linux it still acts as before. Imagine a scrolling field with its scr

Re: Changing extention on script only stack

2020-01-08 Thread J. Landman Gay via use-livecode
mpile time, especially if I have to undo it when going back to editing. Being able to change the extension for script in the built version would be the best option. On Wed, Jan 8, 2020 at 1:37 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: Is there a reason not to jus

Re: Changing extention on script only stack

2020-01-08 Thread J. Landman Gay via use-livecode
Is there a reason not to just put the script into a button and set the stack behavior to that? That's what I do when I don't want extra files in my build. Sometimes the old ways are best. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On

Re: Start using font

2020-01-07 Thread J. Landman Gay via use-livecode
#x27;t think that the folder name matters. The fonts are automatically available. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-liv

Re: Start using font

2020-01-06 Thread J. Landman Gay via use-livecode
t the folder name matters. The fonts are automatically available. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Monda

Start using font

2020-01-06 Thread J. Landman Gay via use-livecode
The dictionary says that fonts can only be embedded on desktop apps but I have a dim memory we could do it on mobile too. Has anyone done that? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com _

Android adaptive icons

2019-12-30 Thread J. Landman Gay via use-livecode
I need to implement an adaptive app icon for Android, as described here: I'm not sure how to do this, or whether LC supports it. It seems that Android Studio will create the icons somehow, but we need to upda

Re: mobile dev confusion

2019-12-28 Thread J. Landman Gay via use-livecode
system images and no ARM at all. I don't get it, where is the logic behind this. Op 28-12-2019 om 20:48 schreef J. Landman Gay via use-livecode: Actually after some research, I've decided not to bother with x86 builds. There are only one or two models that support it and those are ver

Re: mobile dev confusion

2019-12-28 Thread J. Landman Gay via use-livecode
. :) Thanks again. On Sat, Dec 28, 2019 at 11:47 AM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: LC uses the SDK primarily for its build tools, which allow the IDE to create standalones for Android. The SDK does not affect the versions of Android your app will req

Re: mobile dev confusion

2019-12-28 Thread J. Landman Gay via use-livecode
LC uses the SDK primarily for its build tools, which allow the IDE to create standalones for Android. The SDK does not affect the versions of Android your app will require. For years we built apks using SDK 6, and apps built using those tools still run on Android 10 today. A while back the SDK

Re: A Windows 10 WTF

2019-12-26 Thread J. Landman Gay via use-livecode
It may be the issue with repeat loops that do not yield to the engine periodically. This was an issue all the way back to MetaCard and I am not sure if it has been changed since then. Basicaly, running a lengthy repeat loop locks up the entire CPU until the loop exits. If this is the problem t

Re: a windows 10 wtf

2019-12-23 Thread J. Landman Gay via use-livecode
Just a wild guess, did you include the remote debugger in the standalone? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 23, 2019 9:44:49 AM Tom Glod via use-livecode wrote: Hi Peeeps, So I have a standalone running 24/7

<    5   6   7   8   9   10   11   12   13   14   >