Re: iOS builds ignore taps

2020-06-02 Thread J. Landman Gay via use-livecode
with what Scott also mentioned. be well, randy www.classroomFocusedSoftware.com On Jun 2, 2020, at 1:58 AM, J. Landman Gay via use-livecode wrote: On 6/1/20 11:30 PM, Mark Wieder via use-livecode wrote: On 6/1/20 9:15 PM, J. Landman Gay via use-livecode wrote: Oh my gosh, I *never* would

Re: iOS builds ignore taps

2020-06-02 Thread J. Landman Gay via use-livecode
On 6/1/20 11:30 PM, Mark Wieder via use-livecode wrote: On 6/1/20 9:15 PM, J. Landman Gay via use-livecode wrote: Oh my gosh, I *never* would have guessed that fullscreenMode was the culprit. That's kind of screwy isn't it? Why would it block taps? And not consistently either.

Re: iOS builds ignore taps

2020-06-01 Thread J. Landman Gay via use-livecode
code wrote: I don’t use fullscreenMode. Is acceleratedRendering a default requirement of fullscreenMode? I’ve been unable to create a simple recipe. In my cases I am suspicious that it has something to do with overlapping groups… but obviously it is more than that. — Scott On Jun 1, 2020, at 9:15 PM, J.

Re: iOS builds ignore taps

2020-06-01 Thread J. Landman Gay via use-livecode
(Now with 20% less chalk dust!) web https://elementarysoftware.com/ email sc...@elementarysoftware.com booth1-800-615-0867 -- On Jun 1, 2020, at 12:50 PM, J. Landman Gay via use-livecode wrote: Has anyone seen this probl

iOS builds ignore taps

2020-06-01 Thread J. Landman Gay via use-livecode
Has anyone seen this problem? On an iOS build, normal LC controls sometimes do not respond to mouseUp events. There are no native controls involved -- the worst offender is a regular LC graphic that serves as a login button. Sometimes it just doesn't trigger. Other times it's a locked LC field t

Re: HTML Colour Groups

2020-05-31 Thread J. Landman Gay via use-livecode
Note there's a bug in the property inspector when using hex colors. It works and the color is applied to the object, but it doesn't show up in the property inspector's color squares. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 3

Re: Code-signed apk fails

2020-05-28 Thread J. Landman Gay via use-livecode
Okay, here are the results of my tests, all done in LC 9.6rc2. 1. Keystore: FPMobile.jks, included TSNet: fails to download files 2. Keystore: FPMobile.jks, TSNet removed: works 3. Keystore: FPMobile.keystore, included TSNet: works So TSNet doesn't like "jks" extensions, which is the file extens

Re: Code-signed apk fails

2020-05-28 Thread J. Landman Gay via use-livecode
n just to make file selection easier. On 5/28/20 6:40 AM, JeeJeeStudio via use-livecode wrote: The normal exstension is .keystore , maybe that's the reason? Op 28-5-2020 om 08:52 schreef J. Landman Gay via use-livecode: We're about to release an Android app. I've been signing it for

Re: Code-signed apk fails

2020-05-28 Thread J. Landman Gay via use-livecode
On 5/28/20 5:24 AM, matthias rebbe via use-livecode wrote: did you already try to build the .apk without tsNet? This way you could check if tsNET is involved. You need to do the 2 steps before building the .apk 1. executedispatch "revUnloadLibrary" to stack "tsNetLibUrl"in message box

Code-signed apk fails

2020-05-27 Thread J. Landman Gay via use-livecode
We're about to release an Android app. I've been signing it for development only and it works well. Today I created a keystore "FPMobile.jks" in Terminal as usual. As an aside, I got this in Terminal: Warning: The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 whi

Re: Mouse messages in scrollers

2020-05-21 Thread J. Landman Gay via use-livecode
It was "delayTouches" mostly. Default is true, I had to set it to false. I also set canCancelTouches to false but didn't test how necessary that was. Default for that is also true. This allowed messages to pass through to LC, but you had to very deliberately swipe, holding down a moment so the

Re: Mouse messages in scrollers

2020-05-19 Thread J. Landman Gay via use-livecode
nd touchRelease — Scott Morrow Elementary Software (Now with 20% less chalk dust!) web https://elementarysoftware.com/ email sc...@elementarysoftware.com booth1-800-615-0867 -------------- On May 19, 2020, at 2:21 PM, J. Landman Gay via use-l

Re: Mouse messages in scrollers

2020-05-19 Thread J. Landman Gay via use-livecode
Would the problem be due to the settings for canCancelTouches and delayTouches? What are the defaults? And what behaviors do they control exactly? I can't quite figure out what the dictionary is saying. On 5/19/20 4:21 PM, J. Landman Gay via use-livecode wrote: I have a tall field ins

Mouse messages in scrollers

2020-05-19 Thread J. Landman Gay via use-livecode
I have a tall field inside a shorter group that uses a mobile scroller. A behavior assigned to the group handles the scrolling and checks for swipes by capturing mouseDown and mouseUp to determine touch locations so it can calculate the direction of the swipe. This works on Android. On iOS I do

Re: Not quite OT: Privacy Policy

2020-05-09 Thread J. Landman Gay via use-livecode
I wrote a very short paragraph saying the app had no internet connection and no special permissions, that no data was ever sent, and that information was only stored locally on the user's device. I think it was only two or three sentences. I stuck it on my web site and it was fine. I kind of do

Re: Building a standalone warns about duplicate stacks

2020-05-07 Thread J. Landman Gay via use-livecode
cks already in memory. If this is the problem, I suppose a workaround would be to stop using the library stacks before running the build process. Hope this helps. Devin On May 6, 2020, at 6:07 PM, J. Landman Gay via use-livecode wrote: When building a standalone (for mobile in this c

Building a standalone warns about duplicate stacks

2020-05-06 Thread J. Landman Gay via use-livecode
When building a standalone (for mobile in this case) I'm getting repeated messages about stacks already being in memory and asking me what to do with them. Since I have a lot of included stacks I need to make a decision a dozen times. This is different from all the "open*" messages, so that work

Re: FormattedHeight

2020-05-04 Thread J. Landman Gay via use-livecode
May 4, 2020, at 11:04 AM, J. Landman Gay via use-livecode wrote: On 5/2/20 12:25 PM, J. Landman Gay via use-livecode wrote: I think the solution has to be in the engine. I'm in trouble. I am no longer in trouble. :) Huge thanks to Trevor for spending an inordinate amount of time with m

Re: FormattedHeight

2020-05-04 Thread J. Landman Gay via use-livecode
On 5/2/20 12:25 PM, J. Landman Gay via use-livecode wrote: I think the solution has to be in the engine. I'm in trouble. I am no longer in trouble. :) Huge thanks to Trevor for spending an inordinate amount of time with me over the weekend to get his DataView working in my stack. It

Re: FormattedHeight

2020-05-02 Thread J. Landman Gay via use-livecode
On 5/2/20 8:20 PM, Richard Gaskin via use-livecode wrote: LiveCode is nearly unmatched for making desktop apps, but for mobile development there are so many unfinished edges it's barely a contender for anyone not already heavily invested in LiveCode from desktop work. It would be reassuring if

Re: Most obscure HC question

2020-05-02 Thread J. Landman Gay via use-livecode
On 5/2/20 9:09 PM, Richard Gaskin via use-livecode wrote: What happens if you make a copy of the HC standalone file, delete the resources, and change the file's type fom 'APPL' to 'STAK'? Can you then open the remaining data fork in an older version of LC to bring it into the modern world?

Re: Most obscure HC question

2020-05-02 Thread J. Landman Gay via use-livecode
On 5/2/20 6:04 PM, Colin Holgate via use-livecode wrote: As it’s a standalone application I can’t easily get at the stack, but feel sure there was a way to hack the stack out of a standalone. There was, only I can't remember the details either. But I do remember that there was a fairly clear

Re: FormattedHeight

2020-05-02 Thread J. Landman Gay via use-livecode
, 2020 7:31:36 PM Terry Judd via use-livecode wrote: Could you use a browser instance instead of a field? On 03/05/2020, 03:27, "use-livecode on behalf of J. Landman Gay via use-livecode" use-livecode@lists.runrev.com> wrote: I think the solution has to be in the engine. I

Re: FormattedHeight

2020-05-02 Thread J. Landman Gay via use-livecode
begin its scroll… —Scott On May 2, 2020, at 10:25 AM, J. Landman Gay via use-livecode wrote: I think the solution has to be in the engine. I'm in trouble. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 2, 2020 2:27:53 AM s

Re: FormattedHeight

2020-05-02 Thread J. Landman Gay via use-livecode
e the scroll wacky in other ways) Neither seems super-promising but that’s all I can think of at the moment. If you find a solution, I would love to know what it is. — Scott On May 1, 2020, at 10:24 PM, J. Landman Gay via use-livecode wrote: Yes, that seems to be the problem. I have a long

Re: FormattedHeight

2020-05-01 Thread J. Landman Gay via use-livecode
m booth1-800-615-0867 -- On May 1, 2020, at 1:17 PM, J. Landman Gay via use-livecode wrote: Is the formattedHeight of a group broken for anyone else? LC 9.6dp4 (and possibly dp3). I'm a little frantic. -- Jacqueline Land

FormattedHeight

2020-05-01 Thread J. Landman Gay via use-livecode
Is the formattedHeight of a group broken for anyone else? LC 9.6dp4 (and possibly dp3). I'm a little frantic. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-l

Re: How to make a mobile app stay alive in the background?

2020-04-27 Thread J. Landman Gay via use-livecode
On 4/27/20 1:48 AM, Mark Waddingham via use-livecode wrote: Both mergBgTask and mergNotify provide features to enable managing the background task feature of iOS, and the suspend/resume notifications though. And for Android...what? -- Jacqueline Landman Gay | jac...@hyperactivesw

Re: Wildcard? replaceText, offset?

2020-04-26 Thread J. Landman Gay via use-livecode
On 4/26/20 1:24 PM, Rick Harrison via use-livecode wrote: In the middle-end part of the string I have “(x)” where x represents some integer. it could be (4) or (10) or (5) etc. I just want to replace the number inside the () with whatever other number I need to. If there is only a single ins

Re: How do I format a handler in the use-List?

2020-04-26 Thread J. Landman Gay via use-livecode
On 4/26/20 2:20 PM, dunbarx--- via use-livecode wrote: Try as I might, I cannot format a handler example copied from the SE. The result is always run-on, even though I add spaces and returns where appropriate. The text seems readable when I send, but reverts to a run-on string when I read in t

Re: How to make a mobile app stay alive in the background?

2020-04-26 Thread J. Landman Gay via use-livecode
On 4/26/20 4:43 PM, Graham Samuel via use-livecode wrote: I notice in the Standalone Settings for iOS in LC 9.5.1, a button ‘Background Execution’. If I click it, I get a warning that I don’t really understand which suggests that LC doesn’t officially support the feature. I’m not even sure if

Re: Three very simple questions

2020-04-26 Thread J. Landman Gay via use-livecode
When I need a calculated constant I use a script local variable instead and populate its content on preopencard or preOpenStack. After that its available just as a constant would be. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On April

Re: Widget Properties

2020-04-25 Thread J. Landman Gay via use-livecode
s LC’s widget factory is right to put their energies elsewhere. Graham On 25 Apr 2020, at 00:03, J. Landman Gay via use-livecode wrote: My suggestion was just to see what properties are available in the widget. But when I just tried it, I see that it doesn't respond in the IDE, what

Re: Widget Properties

2020-04-24 Thread J. Landman Gay via use-livecode
raham On 24 Apr 2020, at 20:26, J. Landman Gay via use-livecode wrote: On 4/24/20 3:37 AM, Graham Samuel via use-livecode wrote: As my app took shape, I noticed how unlike a typical iPhone app it looked, mostly because I was using the controls I was familiar with, such as radio buttons and ordi

Re: Widget Properties

2020-04-24 Thread J. Landman Gay via use-livecode
On 4/23/20 11:41 AM, Graham Samuel via use-livecode wrote: Hoping that other properties were just not showing up, I tried put the properties of widget “myWidget” in the message box and got nothing, so I don’t know how to proceed. The properties are an array so they won't display in the m

Re: Widget Properties

2020-04-24 Thread J. Landman Gay via use-livecode
On 4/24/20 3:37 AM, Graham Samuel via use-livecode wrote: As my app took shape, I noticed how unlike a typical iPhone app it looked, mostly because I was using the controls I was familiar with, such as radio buttons and ordinary fields. I wondered if my users might find its interface unfamilia

Re: Issues with Mobile Native controls

2020-04-21 Thread J. Landman Gay via use-livecode
ybe a mobileButton widget for example. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On April 20, 2020 6:24:48 PM Rick Harrison via use-livecode wrote: Are you referring to the switch button? If so, yes it is in Indy. Rick On Apr 20, 20

Re: Google Play Wants Us to Use Android App Bundle?

2020-04-20 Thread J. Landman Gay via use-livecode
When I looked into it, x86 had almost no users any more and hasn't for years. So I just built 2 apps for ARM, 32-bit and 64-bit. I'm thinking I may not need 32-bit either, except that Chromebooks only support 32-bit and we have a few users who run our app on those. -- Jacqueline Landman Gay |

Re: HTTPHeaders

2020-04-20 Thread J. Landman Gay via use-livecode
tting the defaultFolder. Devin On Apr 20, 2020, at 3:11 PM, J. Landman Gay via use-livecode wrote: Are the httpHeaders persistent or do I need to set them before each server call? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Issues with Mobile Native controls

2020-04-20 Thread J. Landman Gay via use-livecode
andman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On April 20, 2020 6:24:48 PM Rick Harrison via use-livecode wrote: Are you referring to the switch button? If so, yes it is in Indy. Rick On Apr 20, 2020, at 5:48 PM, J. Landman Gay via use-liveco

Re: Issues with Mobile Native controls

2020-04-20 Thread J. Landman Gay via use-livecode
On 4/20/20 3:50 PM, Graham Samuel via use-livecode wrote: the switch widget crashed the simulator I've used LC's built-in switch widget without any problems. I don't know if that's included in Indy though. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

Re: Issues with Mobile Native controls

2020-04-20 Thread J. Landman Gay via use-livecode
On 4/20/20 3:57 PM, Graham Samuel via use-livecode wrote: I would like there to be a library of such things, and hoped they’d be SVGs. Still hoping. Make your own icon family using Brian's tool. There are thousands of SVG icons on the web, mostly free. Go here, for a start: https://www.svgr

HTTPHeaders

2020-04-20 Thread J. Landman Gay via use-livecode
Are the httpHeaders persistent or do I need to set them before each server call? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-livecode mailing list use-liveco

Re: Issues with Mobile Native controls

2020-04-20 Thread J. Landman Gay via use-livecode
I've been using Brian's tool a lot lately, it sure beats doing all that work yourself. I export my new icon family to a file and then import the array file into a custom property of the stack. When the app starts up it sets the icon family to the array and it just works. -- Jacqueline Landman

Re: LC 9.6.0 (dp4) - cannot set the URL of an iOS native browser if it was previously set to empty

2020-04-19 Thread J. Landman Gay via use-livecode
This looks a lot like the bug in the browser widget in LC dp3 which was fixed for dp4: On 4/18/20 12:52 PM, HENRY LOWE via use-livecode wrote: Took me some time to track this one down, so I thought that it might be helpful to know in advance

Re: Long Standing Issue with the defaultStack

2020-04-18 Thread J. Landman Gay via use-livecode
The stack style is important, its mode influences which stack is toplevel and default. A palette shouldn't be the default stack unless you focus on it, for instance. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On April 18, 2020 4:14:2

Re: Sound and the Xcode simulator

2020-04-18 Thread J. Landman Gay via use-livecode
Are you using a scripted player? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On April 18, 2020 4:19:52 PM Graham Samuel via use-livecode wrote: This is a simple one. I have a sound (and audioclip) that plays in the IDE (it’s a WAV

Re: Long Standing Issue with the defaultStack

2020-04-18 Thread J. Landman Gay via use-livecode
What do you get if you use "go" instead of "open"? On 4/18/20 3:48 PM, Bob Sneidar via use-livecode wrote: Okay I created a simple stack with one sub stack. In the card script of stack 1 I put the handler: on openStack put the defaultStack & cr into msg open stack "untitled 2" put

Re: A short question about Xcode

2020-04-16 Thread J. Landman Gay via use-livecode
On 4/16/20 2:04 PM, Graham Samuel via use-livecode wrote: Sadly, my test targets are just simulators. No real device is mentioned. Missed this the first time around. You can still do everything from LC, once you launch a simulator which you need to do from XCode. Wait until it is fully launche

Re: A short question about Xcode

2020-04-16 Thread J. Landman Gay via use-livecode
On 4/16/20 3:12 PM, Graham Samuel via use-livecode wrote: Why is it so complicated? How can anyone write a single piece of software (I’m talking about XCode) that uses up more bytes than would be needed for the Library of Babel? That. But it is what it is, and I plan to spend double or triple

Re: Making an iOS app look like one

2020-04-16 Thread J. Landman Gay via use-livecode
On 4/16/20 2:00 PM, Brian Milby via use-livecode wrote: The ability to create additional SVG Icon Libraries is something that I helped get done a while back. Here's a thread with a stack that I developed that helps organize libraries: I should have guessed you'd had a hand in this. ;) Someone

Re: Video format for mobile

2020-04-13 Thread J. Landman Gay via use-livecode
On 4/13/20 5:38 PM, Monte Goulding via use-livecode wrote: Hi Jacque Good news! This is not a bug! As of Android 9 clear text HTTP is disabled by default. This is much like the ATS restrictions on iOS. We probably need to add a way to configure this in the standalone builder for Android like

Re: Video format for mobile

2020-04-12 Thread J. Landman Gay via use-livecode
On 4/12/20 4:16 PM, Monte Goulding via use-livecode wrote: On 13 Apr 2020, at 3:58 am, J. Landman Gay via use-livecode wrote: On 4/12/20 9:43 AM, Mark Waddingham via use-livecode wrote: On 2020-04-10 21:39, J. Landman Gay via use-livecode wrote: @Mark is there a bug number for this? I

Re: LiveCode useless seems to be Junk

2020-04-12 Thread J. Landman Gay via use-livecode
On 4/12/20 1:11 PM, Richmond via use-livecode wrote: This is a real pain-in-the-bum, but Thunderbird has recently started marking posts from the Use-list as junk. I wonder if anyone knows whay, and whether there is something that can be done: either at my end, or server-side? I use Thunderbi

Re: Video format for mobile

2020-04-12 Thread J. Landman Gay via use-livecode
On 4/12/20 9:43 AM, Mark Waddingham via use-livecode wrote: On 2020-04-10 21:39, J. Landman Gay via use-livecode wrote: @Mark is there a bug number for this? I couldn't find anything. Not specifically as yet I don't think - Monte noticed some issues late last week, and is the p

Re: Apps to fight COVID-19

2020-04-10 Thread J. Landman Gay via use-livecode
I've resented that before. Apple adds a popular feature to iOS based on the download count of apps in its store, and then removes the original author's app and won't reinstate it. Google does the same thing but at least leaves the original app available. -- Jacqueline Landman Gay | jac...@hype

Re: Mobile screen sizes - another naive question

2020-04-10 Thread J. Landman Gay via use-livecode
ystems J. Landman Gay wrote: I hadn't seen that lesson before. They didn't include showAll though. -- Jacqueline Landman Gay | jacque at hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On April 10, 2020 12:11:40 PM Richard Gaskin via use-livecode wrote: Brian M

Re: Video format for mobile

2020-04-10 Thread J. Landman Gay via use-livecode
he app, to help rule out security issues? On Apr 9, 2020, at 4:10 PM, J. Landman Gay via use-livecode wrote: On 4/9/20 3:41 PM, Colin Holgate via use-livecode wrote: A long time ago it was possible to work around hardware acceleration issues by playing the video at a different size. Tha

Re: Mobile screen sizes - another naive question

2020-04-10 Thread J. Landman Gay via use-livecode
It's similar to noBorder, but noBorder scales to the short side of the screenrect and showAll scales to the long side (regardless of orientation.) I think. I get those two mixed up. On 4/10/20 1:14 PM, Richard Gaskin via use-livecode wrote: Good catch. It would be great if the Lessons were in G

Re: Old Fossil seeks fast track assistance

2020-04-10 Thread J. Landman Gay via use-livecode
On 4/10/20 12:42 PM, Graham Samuel via use-livecode wrote: Thanks Jacque, but that’s the trouble - I can’t turn them off. I thought of trashing the LC Preferences to see if that does anything, but I couldn’t find them: I think they are in the plist, which is in the Preferences in the system li

Re: Video format for mobile

2020-04-10 Thread J. Landman Gay via use-livecode
rning that off should mean things play properly. We use the system player object so MP4 should be fine. Warmest Regards, Mark. Sent from my iPhone On 9 Apr 2020, at 20:31, J. Landman Gay via use-livecode wrote: I tried the browser widget: no audio, no video, white screen, no browser outli

Re: Mobile screen sizes - another naive question

2020-04-10 Thread J. Landman Gay via use-livecode
I hadn't seen that lesson before. They didn't include showAll though. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On April 10, 2020 12:11:40 PM Richard Gaskin via use-livecode wrote: Brian Milby wrote: > I also built a stack last

Re: Old Fossil seeks fast track assistance

2020-04-10 Thread J. Landman Gay via use-livecode
The three desktop platforms are on by default. You should be able to turn those off. They are incompatible with mobile so they all need to be off before you can select either of the mobile ones. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw

Re: File paths truncated

2020-04-09 Thread J. Landman Gay via use-livecode
On 4/9/20 5:41 PM, J. Landman Gay via use-livecode wrote: It seems I'm running into obstacles at every turn. A scripted file path to set an image reference will not work unless it is relative. This fails: specialFolderPath("resources") & "/folder/file" It has to b

File paths truncated

2020-04-09 Thread J. Landman Gay via use-livecode
It seems I'm running into obstacles at every turn. A scripted file path to set an image reference will not work unless it is relative. This fails: specialFolderPath("resources") & "/folder/file" It has to be "folder/file". The property inspector truncates it automatically if you use its file p

Re: Video format for mobile

2020-04-09 Thread J. Landman Gay via use-livecode
On 4/9/20 3:41 PM, Colin Holgate via use-livecode wrote: A long time ago it was possible to work around hardware acceleration issues by playing the video at a different size. That is, a 1920x1080 playback would fail and a 1920x1081 would work. It was just a trick to force the player to use sof

Re: Video format for mobile

2020-04-09 Thread J. Landman Gay via use-livecode
fine. Warmest Regards, Mark. Sent from my iPhone On 9 Apr 2020, at 20:31, J. Landman Gay via use-livecode wrote: I tried the browser widget: no audio, no video, white screen, no browser outline on Android. I tried a mobile browser (mobileControlCreate): audio plays, no video, white screen. So

Re: Video format for mobile

2020-04-09 Thread J. Landman Gay via use-livecode
icely with accelerated rendering... Turning that off should mean things play properly. We use the system player object so MP4 should be fine. Warmest Regards, Mark. Sent from my iPhone On 9 Apr 2020, at 20:31, J. Landman Gay via use-livecode wrote: I tried the browser widget: no audio, no vi

Re: Video format for mobile

2020-04-09 Thread J. Landman Gay via use-livecode
on't play it. If you saw video but no audio then thats one thing.but no video means the video codec is also absent. On Thu, Apr 9, 2020 at 1:57 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: They're kind of huge (like 400 MB) so I didn't copy th

Re: Another Apple iOS Deadline

2020-04-09 Thread J. Landman Gay via use-livecode
On 4/9/20 11:52 AM, matthias rebbe via use-livecode wrote: But fortunately the guidelines make exceptions: Sign in with Apple is not required if: Your app exclusively uses your company’s own account setup and sign-in systems. Thank God. I almost had a heart attack. -- Jacqueline Landman Gay

Re: Mobile screen sizes - another naive question

2020-04-09 Thread J. Landman Gay via use-livecode
On 4/9/20 11:47 AM, Richard Gaskin via use-livecode wrote: Graham Samuel wrote: > Folks, yet again I don’t know where to look for an answer in the LC > documentation. > > The issue is the enormous variety of screen sizes on smart phones. For > example the iPhone XS Max has 1242 pixels width

Re: Video format for mobile

2020-04-09 Thread J. Landman Gay via use-livecode
On 4/9/20 9:53 AM, Bryan Anderson via use-livecode wrote: The .mp4 file spec allows for 3 different audio formats. AAC, MPEG1-Layer1 and MPEG1-Layer2. AAC is by far the most often used audio codec. I just made a quick video using each audio codec, and the only one that plays audio in LC is the

Re: Video format for mobile

2020-04-09 Thread J. Landman Gay via use-livecode
next. On 4/9/20 9:20 AM, Mark Talluto via use-livecode wrote: What happens if you play the file locally on each device? -Mark On Wed, Apr 8, 2020 at 10:22 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: Not sure what you mean by "an existing

Re: Video format for mobile

2020-04-08 Thread J. Landman Gay via use-livecode
e what player LiveCode uses on Android, but it is highly likely to be able to cope. Is the LC Player an existing Android app? On Apr 8, 2020, at 5:10 PM, J. Landman Gay via use-livecode wrote: I asked this before, looking for the best format for video files on both Android and iOS. Colin sug

Re: Video format for mobile

2020-04-08 Thread J. Landman Gay via use-livecode
an be built with the h264 codec. That would be really good for business. CHeers Tom On Thu, Apr 9, 2020 at 12:12 AM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: Thanks. The Mac won't play it, which is odd (usually in Finder a media thumbnail will pla

Re: Video format for mobile

2020-04-08 Thread J. Landman Gay via use-livecode
Advanced Audio Compression - successor to MP3. https://fileinfo.com/extension/aac Hope this will help you figure out how to play it. .Jerry On Apr 8, 2020, at 4:10 PM, J. Landman Gay via use-livecode wrote: I asked this before, looking for the best format for video files on both Android and iOS. Co

Re: HilitedItem of a navbar

2020-04-08 Thread J. Landman Gay via use-livecode
Thank you! I didn't think to try that. I think I tried everything else. On 4/8/20 5:54 PM, Brian Milby via use-livecode wrote: Use empty instead of 0 and it should work. Thanks, Brian On Apr 8, 2020, 5:38 PM -0400, J. Landman Gay via use-livecode , wrote: On 4/7/20 12:43 PM, Brian Milb

Re: HilitedItem of a navbar

2020-04-08 Thread J. Landman Gay via use-livecode
t work. Bob S On Apr 8, 2020, at 15:54 , Brian Milby via use-livecode wrote: Use empty instead of 0 and it should work. Thanks, Brian On Apr 8, 2020, 5:38 PM -0400, J. Landman Gay via use-livecode , wrote: On 4/7/20 12:43 PM, Brian Milby via use-livecode wrote: The PR is now merged into d

Video format for mobile

2020-04-08 Thread J. Landman Gay via use-livecode
I asked this before, looking for the best format for video files on both Android and iOS. Colin suggested H.264 as the codec, and MP4 as the file format. I have a video with those specs but it won't play in the LC player, and the Mac wants to open it with QuickTime. VLC will play it. Get Info s

Re: HilitedItem of a navbar

2020-04-08 Thread J. Landman Gay via use-livecode
On 4/7/20 12:43 PM, Brian Milby via use-livecode wrote: The PR is now merged into develop and will be in the next DP.  It only adds the option of selecting nothing but does not make it the default. I now have the same problem with a segmented control, which I'm using as a vertical popup menu f

Re: Who else doesn't want auto-select when opening a card?

2020-04-07 Thread J. Landman Gay via use-livecode
wrote: I ALWAYS want that. Nevertheless, have you tried select nothing in after OpenCard? Bob S On Apr 6, 2020, at 11:39 AM, J. Landman Gay via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: This makes me crazy. I almost never want the first field selected when I go to a ca

Who else doesn't want auto-select when opening a card?

2020-04-06 Thread J. Landman Gay via use-livecode
This makes me crazy. I almost never want the first field selected when I go to a card, particularly on mobile. And god forbid the first field is a list field, where the first line is hilited whenever the stack resumes focus, even if the hilitedline was 0. The workaround is tedious: on preOpenCa

Re: Mobile Wondering

2020-04-06 Thread J. Landman Gay via use-livecode
On 4/6/20 10:12 AM, Alex Tweedly via use-livecode wrote: But, afaik, it's not just scrolling fields; aren't there also issues with keyboard input requiring you to scroll / move the field to remain visible, That was fixed recently with mobileSetKeyboardDisplay. Also, besides mouse events workin

Re: Maximum field height?

2020-04-06 Thread J. Landman Gay via use-livecode
e? In this way, the app on the mobile would send a mouseUp message to the target. Seems crazy I know. I’m just Pea Brain Storming. Bob S On Apr 5, 2020, at 9:20 PM, J. Landman Gay via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: But there are features on mobile that don

Re: Maximum field height?

2020-04-05 Thread J. Landman Gay via use-livecode
On April 5, 2020 8:39:15 PM Alex Tweedly via use-livecode wrote: 1. xTalk features just don't work, or work totally inadequately (e.g. scrolling fields). Somewhat true. LC made a start by adding widgets you can drop onto the stack to create native mobile buttons and fields, but I'd like to

Re: Maximum field height?

2020-04-05 Thread J. Landman Gay via use-livecode
What I wrote here originally: >  I've switched over to trying a group set as a container and setting > the field itself to scrolling layermode. I haven't tried it yet on > mobile but we'll see. is wrong, the field inside the container group uses dynamic layermode. Scrolling layermode doesn

Re: Maximum field height?

2020-04-05 Thread J. Landman Gay via use-livecode
On 4/5/20 1:12 PM, Richard Gaskin via use-livecode wrote: Once I saw that the scroller works well on the field content I've been working with, I added a routine to my mobile lib that automatically removes the vScrollbar from any non-editable field that has one, and instantiates a matching scrol

Re: Maximum field height?

2020-04-05 Thread J. Landman Gay via use-livecode
On April 5, 2020 12:46:19 PM Richard Gaskin via use-livecode wrote: I've had such good luck so far with using scrollers directly on fields that it never occurred to me that accelerated rendering would be useful for field objects. If you're using a vScrollbar then no problem. But for swipe

Re: Maximum field height?

2020-04-05 Thread J. Landman Gay via use-livecode
asier. I think the new container layermode is supposed to help with this stuff. I haven't had to use it until now. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On April 5, 2020 9:15:24 AM Richard Gaskin via use-livecode wrote: J

Re: HilitedItem of a navbar

2020-04-04 Thread J. Landman Gay via use-livecode
On Sat, Apr 4, 2020 at 3:31 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: I can't set this to 0? I need to. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hypera

Maximum field height?

2020-04-04 Thread J. Landman Gay via use-livecode
I have a field that reports a formattedheight of 125396. I want to extend it to full height for use inside an enclosing scrolling group. But when I try to set the height to the formattedHeight, I get an error: Value is not a number. If I try to set its height in the property inspector, it rever

HilitedItem of a navbar

2020-04-04 Thread J. Landman Gay via use-livecode
I can't set this to 0? I need to. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to s

Re: Getting started with geographical coordinates

2020-04-04 Thread J. Landman Gay via use-livecode
A quip from my college days: Time is what keeps everything from happening all at once. Space is what keeps everything from happening to YOU. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On April 4, 2020 12:25:14 PM Bob Sneidar via use

Re: Script Only Stack Properties

2020-04-04 Thread J. Landman Gay via use-livecode
When a script only stack is opened, LC creates a temporary stack and plops the script into it. At that point its just like any other library stack. You could add images, controls, other scripts, custom props, anything. The only difference is that when the stack closes, the text of the stack scri

Re: Our first Community Zoom Session

2020-04-02 Thread J. Landman Gay via use-livecode
Your first link describes a different attack, since corrected. The one Bob posted is dated April 2 and the research link it includes is dated April 1. It is new info. You are correct that Zoom has frozen development until these issues are fixed, but for now the vulnerabilities seem to remain.

Re: Our first Community Zoom Session

2020-04-02 Thread J. Landman Gay via use-livecode
I've become extremely cautious about Zoom and avoid it if I can. Any guess how long the session will be? I can't make it at the start time but could show up later. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On April 2, 2020 12:15:21

Re: Answer dialog enhancement...

2020-03-31 Thread J. Landman Gay via use-livecode
I had to create my own for mobile since the default didn't do what I wanted. I implemented it as a group. When the user hits the OK button it places the response in the dialogdata and sends a message to the card. The card has a handler that captures the message and gets the dialogdata to do wha

Re: DataGrid question...

2020-03-30 Thread J. Landman Gay via use-livecode
On 3/30/20 4:08 AM, Pi Digital via use-livecode wrote: So, have we all missed a clever and simple, non convoluted method of telling which cell in a scrollable, non editable table field has been clicked? Even if that cell is empty. The table field is pretty rudimentary and so has limitations.

Re: DataGrid question...

2020-03-29 Thread J. Landman Gay via use-livecode
I can't write a test handler right now, but I'm thinking you might be able do something like this: repeat for each item i in the tabstops of the field: if the clickH > i and less than item i+1, that's your column The clickline gives you the row. On 3/29/20 11:04 PM, Terry Judd via use-live

Re: Hide stack change focus not supported 64bit

2020-03-29 Thread J. Landman Gay via use-livecode
On 3/29/20 4:17 PM, Bill Vlahos via use-livecode wrote: When I issue the command hide this stack my application window disappears but doesn’t lose focus. The target application that was behind my floating window doesn’t become the frontmost application. Hiding doesn't change anything but the

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