Re: does this PNG have transparency?

2020-01-24 Thread Phil Davis via use-livecode
Maybe this? It seems to work in my simple testing. Am I missing something? on mouseUp     answer file "Pick an image:"     if it is empty then exit to top     set the filename of img "my test" to it     put numtochar(0) into tZero     put (tZero is in the alphaData of img "my test") OR (tZero is

does this PNG have transparency?

2020-01-24 Thread Phil Davis via use-livecode
I usually make things harder than they need to be, so I'm asking: Is there a simple way my LC code can determine if a PNG image is completely opaque or not? Thanks - Phil -- Phil Davis 503-307-4363 ___ use-livecode mailing list use-livecode@lists.r

Re: Tab Button Colors

2020-01-24 Thread J. Landman Gay via use-livecode
Bob said it was the text that was affected and it's an inherited property. The foreground color is the unselected tab text color, and the background color is the selected tab text color. I set the colors on the card and the text of the tabs appears with those colors. The tab backgrounds appear

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: Installing ltool

2020-01-24 Thread Ralph DiMola via use-livecode
No higher than 10.1. 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 Charles Szasz via use-livecode Sent: Friday, January 24, 2020 2:31 PM To: use-livecode@

Installing ltool

2020-01-24 Thread Charles Szasz via use-livecode
Bob, can I use XCode 10 with High Sierra? _ Sent from http://runtime-revolution.278305.n4.nabble.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and man

Re: Unable to install "altool"

2020-01-24 Thread Matthias Rebbe via use-livecode
Charles, you´ll need at least Xcode 10.2 and the command line tools of Xcode 10.2 to be installed. Regards, Matthias > Am 24.01.2020 um 19:03 schrieb Charles Szasz via use-livecode > : > > For the past three days, I have been trying to install “altool” for > notarization. I am using a Mac

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

2020-01-24 Thread Tony Trivia via use-livecode
Thanks for the insights, Mark. On Fri, Jan 24, 2020 at 12:30 PM Mark Waddingham via use-livecode < use-livecode@lists.runrev.com> wrote: > On 2020-01-24 17:41, Tony Trivia via use-livecode wrote: > > Thanks to all who replied. The scope of my concern is strictly for > > MacOS > > standalone build

Re: Tab Button Colors

2020-01-24 Thread Bob Sneidar via use-livecode
Good guess, but nada. All owners up to the mainstack have no colors of any kind assigned. What is weirder is that in a standalone, the unhilited tabs backgrounds are GREY! Not WHITE! I think this is just a wierd engine display bug. If no one can come up with a viable explanation, I will submit

iif function

2020-01-24 Thread Bob Sneidar via use-livecode
Not sure if I ever posted this before (might be in the Master Library) but it is a very simple function for nesting if statements in a single line command pretty much like the old dBase or Excel function. Enjoy: function iif pCondition, pstatement1, pStatement2 -- ex. iif(a=b, true, iif(a=c,t

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

2020-01-24 Thread Mark Waddingham via use-livecode
On 2020-01-24 17:41, Tony Trivia via use-livecode wrote: Thanks to all who replied. The scope of my concern is strictly for MacOS standalone builds that are distributed outside of the App Store. Such builds are blissfully simple compared to mobile device builds. For years, I've been able to sign

Re: Tab Button Colors

2020-01-24 Thread dunbarx--- via use-livecode
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 LiveCode Cc: J. Landman Gay Sent: Fri, Jan 24, 2020 1:13 pm Subject: Re: Tab Button Colors It may be inheritin

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

Unable to install "altool"

2020-01-24 Thread Charles Szasz via use-livecode
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 DP2. I have Xcode 9.4.1 installed on my computer. I have also set up a two step authentication with my Apple Developer Account and the required App-Speci

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

2020-01-24 Thread Tony Trivia via use-livecode
Thanks to all who replied. The scope of my concern is strictly for MacOS standalone builds that are distributed outside of the App Store. Such builds are blissfully simple compared to mobile device builds. For years, I've been able to sign such apps without any provisioning certs. (Since Apple has

Re: Submitting to the Google PLay store

2020-01-24 Thread Jjs via use-livecode
As far as i know you can still upload unbundled. But for one project you need to upload an armv8 apk and an arm64 apk with each an increasing versioncode nr. So the armv8 is no1, the arm64 is no2. Next time armv8 is 3, arm64 is versioncode 4. Lagi Pittas via use-livecode schreef op 24 januari

Re: Tab Button Colors

2020-01-24 Thread Bob Sneidar via use-livecode
No I mean that with no foreground or background color set, the hilited tab background is blue and the text of the first tab is green when selected, and the other tabs the text is yellow when selected. Again, it's no big deal it just seems odd. Bob S > On Jan 23, 2020, at 19:47 , dunbarx--- v

Submitting to the Google PLay store

2020-01-24 Thread Lagi Pittas via use-livecode
Hi, We have a major problem. Todd Submitted our App to Google Play and it was pulled as they only accept bundles now. He asked me to find out how to do this but i'm only finding stuff from may/june last year on the forums about this. Is it possible to point me to a 1,2,3 Dummies Guide of the simp

Re: TIFF support in the past?

2020-01-24 Thread Phil Davis via use-livecode
Wow. How soon we (I) forget! Phil On 1/24/20 1:28 AM, Richmond Mathewson via use-livecode wrote: http://runtime-revolution.278305.n4.nabble.com/LiveCode-Import-Tiff-td3432308.html On Fri, Jan 24, 2020 at 10:43 AM Phil Davis via use-livecode < use-livecode@lists.runrev.com> wrote: Thank you M

Re: TIFF support in the past?

2020-01-24 Thread Richmond Mathewson via use-livecode
http://runtime-revolution.278305.n4.nabble.com/LiveCode-Import-Tiff-td3432308.html On Fri, Jan 24, 2020 at 10:43 AM Phil Davis via use-livecode < use-livecode@lists.runrev.com> wrote: > Thank you Mark! > Phil > > > On 1/24/20 12:14 AM, Mark Waddingham via use-livecode wrote: > > I think the playe

Re: TIFF support in the past?

2020-01-24 Thread Phil Davis via use-livecode
Thank you Mark! Phil On 1/24/20 12:14 AM, Mark Waddingham via use-livecode wrote: I think the player object would show tiff files back when it was QT driven - the engine itself has never natively supported tiff. Warmest Regards, Mark Sent from my iPhone On 24 Jan 2020, at 08:01, Phil Davi

Re: iOS app crashes on launch

2020-01-24 Thread Mark Waddingham via use-livecode
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.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. Unfortunately both iOS 8 and iOS 9 bu

Re: TIFF support in the past?

2020-01-24 Thread Mark Waddingham via use-livecode
I think the player object would show tiff files back when it was QT driven - the engine itself has never natively supported tiff. Warmest Regards, Mark Sent from my iPhone > On 24 Jan 2020, at 08:01, Phil Davis via use-livecode > wrote: > > I'm trying to find out if there was a time in the

TIFF support in the past?

2020-01-24 Thread Phil Davis via use-livecode
I'm trying to find out if there was a time in the distant past when LC supported the TIFF image format. I found some TIFF image assets in some subfolders of a project from back then (maybe 10 or more years ago?) but can't run a copy of LC from that era to find out. Any memories? Thanks - Phil