Re: Tab Button Colors

2020-01-23 Thread dunbarx--- via use-livecode
Hi. If you set the foregroundColor to, say, red, and the backgroundColor to, say, yellow, the text of the tabs will show one or the other as each tab is "selected". Is this what you are seeing? Or did you mean that the entirety of the tab is colored? For me, each tab, when selected, is blue.

RE: iOS app crashes on launch

2020-01-23 Thread Ralph DiMola via use-livecode
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.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 report? Thanks! Ralph DiMola IT Director Evergreen

Re: LC Server survey

2020-01-23 Thread Richard Gaskin via use-livecode
If you're signed in at the Forums the survey will show checkboxes next to the options. If you don't see them double-check that you're signed in. Thanks for helping to round out those survey results. -- Richard Gaskin Fourth World Systems Alex Tweedly wrote: OK, now I fell really dumb :-)

Re: Autofill Utility

2020-01-23 Thread Richard Gaskin via use-livecode
Nicely done, Bob. Thanks for posting that. -- Richard Gaskin Fourth World Systems Bob Sneidar wrote: Hi all. These scripts may help you if you want to autofill text in a field from a list of prior values. The rawKeyUp handler goes in the field, and the autofill can go anywhere in the

RE: LC Server survey

2020-01-23 Thread Ralph DiMola via use-livecode
When you sign in there are check boxes and a submit button. 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 Alex Tweedly via use-livecode Sent: Thursday,

Re: LC Server survey

2020-01-23 Thread Alex Tweedly via use-livecode
OK, now I fell really dumb :-) How do I cast a vote ?  I'm not generally a forum user (don't have time or patience for that appalling UIX), so maybe I'm just missing the background info on how to cast votes in surveys. I wondered if I was supposed to simply post a reply, and then someone

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

2020-01-23 Thread Scott Morrow via use-livecode
I was under the impression that the original post was about Mac desktop. In which case JLG’s answer seemed To the point. If it isn’t in the MacAppStore then my understanding is that you just can’t code sign new builds but that existing apps continue to work as usual. On mobile it is different

Tab Button Colors

2020-01-23 Thread Bob Sneidar via use-livecode
Hi all. I n a tab button on a Mac, for some reason in the IDE, the text of the first tab is green and subsequent tabs are red. In a standalone, the text of the first button is YELLOW! No colors or effects are applied. Obviously not a show stopper, but people are asking me what the

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

2020-01-23 Thread Pi Digital via use-livecode
If it is an enterprise app then it will run as long as the Profile is still valid (which is usually a year from its creation). If it is AdHoc test copy, again it will run as long as the profile is valid. From the store (I know that wasn’t your question) it runs out once the user removes it

Re: iOS app crashes on launch

2020-01-23 Thread J. Landman Gay via use-livecode
So I think I found my problem, I was testing on an ancient iPhone running iOS 10.x. When I borrow my husband's phone on iOS 13 the app works. So the new question is: does LC 9.6 have a minimum required iOS version? The dropdown goes all the way back to iOS 8 but that doesn't seem to be the

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

2020-01-23 Thread Devin Asay via use-livecode
I’ve done lots of test deployments to devices that are registered in my wildcard provisioning profile. After the cert expires the app no longer runs on the test devices. You have to renew the cert and provisioning profile, re-save and reinstall the app on the device if you want it to work

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

Re: Autofill Utility

2020-01-23 Thread Bob Sneidar via use-livecode
Couple updates. I added a closeField handler to optionally add new entries to the uniqueValues property. Also rawKeyUp needs a delay so things like backspacing can work. on closeField put me into tValue put the uniqueValues of me into tUniqueValues if tValue is not among the lines

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

2020-01-23 Thread Tony Trivia via use-livecode
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.) I've heard if this cert is revoked, that can block any apps from running that were signed with that cert. Just

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

Autofill Utility

2020-01-23 Thread Bob Sneidar via use-livecode
Hi all. These scripts may help you if you want to autofill text in a field from a list of prior values. The rawKeyUp handler goes in the field, and the autofill can go anywhere in the message path. You can see how simple this is. The prerequisite is to have a uniquevalues propery in the

Re: Raspberry Pi 4

2020-01-23 Thread jbv via use-livecode
Hi, Did they fix the USB-C issue they had last summer on the first release of the Pi 4 ? Best, Le 2020-01-22 14:34, Kevin via use-livecode a écrit : I’ve had my push notification server running on a Pi 3 for some years. Just bought a Pi 4, 4gb, will try installing live code on that. Always

Re: No support for 24bit/96kHz audio file?

2020-01-23 Thread Jjs via use-livecode
I use wav and when i change it to 16bit/44.1kHz it plays ok. So for this usage it maybe is ok. But higher resolutions is better and more crisp. I'm building a drumpad for fun on mobile(Android for now) and use the play command. It has to respond fast so the player will be probably too slow,

Re: No support for 24bit/96kHz audio file?

2020-01-23 Thread Mark Waddingham via use-livecode
On 2020-01-23 10:00, Stephen Barncard via use-livecode wrote: Mark, My experience with the built in player in the past has been difficult and it never served files greater than 16 bit up to 48k. In 2006 I reverse engineered (hacked) the player object to EXPORT audio files and required a lot

Re: No support for 24bit/96kHz audio file?

2020-01-23 Thread Stephen Barncard via use-livecode
Mark, My experience with the built in player in the past has been difficult and it never served files greater than 16 bit up to 48k. In 2006 I reverse engineered (hacked) the player object to EXPORT audio files and required a lot of convoluted code to reassemble as a wav or aiff file, building the

Re: No support for 24bit/96kHz audio file?

2020-01-23 Thread Håkan Liljegren via use-livecode
I kind of never use the built-in sound player other than small short sound effects and often not even at then, as the build in player is so limited. I instead use the player control. It can play kind of every file. (96kHz/ 24bit Flac among them). On top of that you can play several sounds at

Re: No support for 24bit/96kHz audio file?

2020-01-23 Thread Mark Waddingham via use-livecode
On 2020-01-22 19:17, JJS via use-livecode wrote: Hi, i imprted some short audiofiles 24bit/96kHz but it seems LC does some kind of downsampling or changes the frequency. When you say 'import' do you mean as audioclips? I don't think audioclips (nor the APIs used to playback their sounds)