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.
Cra
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 Info
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 :-)
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 message
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, Ja
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
wou
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 as
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 significanc
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 fr
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 cas
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 again.
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.)
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
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 wonde
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
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 field
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
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, also
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 of
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
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 onc
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)
sup
22 matches
Mail list logo