Re: error while signing Android app

2023-04-20 Thread Klaus major-k via use-livecode
Hi all,

> Am 19.04.2023 um 22:08 schrieb Klaus major-k via use-livecode 
> :
> 
> Hi Jacque,
> 
>> Am 19.04.2023 um 21:43 schrieb J. Landman Gay via use-livecode 
>> :
>> On 4/19/23 10:56 AM, Klaus major-k via use-livecode wrote:
>>> Hi friends,
>>> I created a selfsigning keystore with the app
>>> "Keymaker.app", which worked fine for my last app
>>> created with LC 9.6.8.
>>> But with LC 9.6.9 I get this LC error:
>>> ---
>>> There was an error while saving the standalone application
>>> signing failed - Certificate chain not found for: (PWD here)
>>> (PWD here) must reference a valid KeyStore key entry containing
>>> a private key and corresponding public key certificate chain
>>> 
>>> 
>>> Do I need to crewate the key with Android Studio?
>> Could this be related to the dialog box error that misplaces the insertion 
>> point when you type?
> no, that looks like it has been fixed in LC 9.6.9 stable.
>> Or did you get the error before it asked for the password?
> No, that happens after I had entered all the passwords.

I don't even know what the dialog ist trying to tell me.
Any ideas? Thank you.


Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: error while signing Android app

2023-04-20 Thread matthias rebbe via use-livecode
Hi Klaus,

i just did test here on macOS. 
I've created a key using the shell command keytool and  could successfully 
build an Android 9 standalone with LC 9.6.9.

What is the keymaker.app? Is that a 3rd party tool? 

Regards,
Matthias


> Am 20.04.2023 um 11:15 schrieb Klaus major-k via use-livecode 
> :
> 
> Hi all,
> 
>> Am 19.04.2023 um 22:08 schrieb Klaus major-k via use-livecode 
>> :
>> 
>> Hi Jacque,
>> 
>>> Am 19.04.2023 um 21:43 schrieb J. Landman Gay via use-livecode 
>>> :
>>> On 4/19/23 10:56 AM, Klaus major-k via use-livecode wrote:
 Hi friends,
 I created a selfsigning keystore with the app
 "Keymaker.app", which worked fine for my last app
 created with LC 9.6.8.
 But with LC 9.6.9 I get this LC error:
 ---
 There was an error while saving the standalone application
 signing failed - Certificate chain not found for: (PWD here)
 (PWD here) must reference a valid KeyStore key entry containing
 a private key and corresponding public key certificate chain
 
 
 Do I need to crewate the key with Android Studio?
>>> Could this be related to the dialog box error that misplaces the insertion 
>>> point when you type?
>> no, that looks like it has been fixed in LC 9.6.9 stable.
>>> Or did you get the error before it asked for the password?
>> No, that happens after I had entered all the passwords.
> 
> I don't even know what the dialog ist trying to tell me.
> Any ideas? Thank you.
> 
> 
> Best
> 
> Klaus
> 
> --
> Klaus Major
> https://www.major-k.de 
> https://www.major-k.de/bass
> kl...@major-k.de 
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com 
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: error while signing Android app

2023-04-20 Thread Klaus major-k via use-livecode
Hi Matthias,

> Am 20.04.2023 um 12:21 schrieb matthias rebbe via use-livecode 
> :
> 
> Hi Klaus,
> 
> i just did test here on macOS. 
> I've created a key using the shell command keytool and  could successfully 
> build an Android 9 standalone with LC 9.6.9.
> What is the keymaker.app? Is that a 3rd party tool? 

Yes, see here a link to the forum:


The keystore file it gernerated worked without problem with the first version 
of my app.!?

> Regards,
> Matthias

Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


In case any of you missed it...

2023-04-20 Thread Heather Laine via use-livecode
Dear List Members,

We just made what we think is the most significant announcement since 
Revolution 1.0:

https://livecode.com/xavvi/ 

Looking forward to hearing what you all think about it!

Best Regards,

Heather

Heather Laine
Customer Services Manager
LiveCode Ltd
www.livecode.com



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [[ ANN ]] Release 10.0.0 DP-5

2023-04-20 Thread Mark Waddingham via use-livecode

On 2023-04-18 20:58, Mark Wieder via use-livecode wrote:

I would so like to like this release:
script widgets
expression constants (finally!)
etc...

but it's so wonky on linux that I'd have to write up a slew of bug 
reports. Essentially unusable for me in ways that dp4 behaves.


I'm looking forward to dp6.


Heh - well if there is a Linux specific issue that we haven't seen but 
you do - then its not likely to be fixed in dp-6 unless we know what it 
is :D


We've already identified a problem with the 'after' message which causes 
the layout of the IDE palettes to not update correctly - and are fixing 
:)


Beyond that, do you get (as many) problems if you run the IDE without 
any plugins and such? (i.e. an empty 'My LiveCode' folder)


The reason I ask is that we have (unusually) made two 
backwards-incompatible script changes in dp-5 in order to accommodate 
constant initializer expressions - both touch on edge-cases, but hey, 
edge-cases happen. There is a small possibility that a plugin or similar 
which contains such an edge case could break and thus be causing errors 
and thus destabilize the IDE.


Specifically:

The tokenization of numeric literals (i.e. numbers) is now much more 
strict - https://quality.livecode.com/show_bug.cgi?id=23653. Previously 
a numeric token which had an 'error suffix' would encompass the suffix 
into the token rather than treat it separately.


The right-hand side of an initializer is no longer treated as a token 
(this is key to having them as expressions at all!) - 
https://quality.livecode.com/show_bug.cgi?id=19413. Previously if you 
had an initializer which was an engine constant, then the initialized 
value would be the name of the constant and not its value (e.g. local 
tFoo = empty => tFoo = "empty" and not "").


The fix to both is to quote the offending token.

Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Build Amazing Things

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Weird window behavior

2023-04-20 Thread David V Glasgow via use-livecode
Me too.  Or maybe me too.  Is this the same thing?...

Even if focus shifts from my stack to Message Box, the next click on my stack 
causes it to just disappear.  Most alarming until I realised what was 
happening.  My stack is just behind everything else and CMD tab (x2) brings it 
to front.  Phew...

M2, LC 9.6.8

Cheers


Best Wishes,

David Glasgow
Honorary Professor, Nottingham Trent University
Sexual Offences, Crime and Misconduct Research Unit
Consultant Forensic & Clinical Psychologist
Carlton Glasgow Partnership
Director, Child & Family Training, York


LinkedIn 

> On 19 Apr 2023, at 7:25 pm, Marty Knapp via use-livecode 
>  wrote:
> 
> Ever since I updated to Ventura on my Mac I've had this weird behavior both 
> in the IDE and in two different standalones - if I have more than one stack 
> open, when I click on a stack that is behind another stack to bring it to the 
> front, it very briefly comes to the front (flashes), then goes back behind 
> everything, even windows from other apps. If I click on the title bar it does 
> not do this. In the menubar is still indicates that I'm in my app. It's not 
> happening with any non-Livecode apps and it's occurring on two different 
> Macs. I’m not seeing this behavior on OSes previous to Ventura.
> 
> Am I going crazy?
> 
> Marty
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: card background color

2023-04-20 Thread Douglas A. Ruisaard via use-livecode
Wow .. MAGIC! ... one more annoying question:

The input line (?) on the MessageBox is also that deep blue ... I scanned
thru the C:\Program Files\RunRev\LiveCode 9.6.8 directory but couldn't find
any obviously relevant reference ... not that I could have noticed the one
you pointed out!  If you could suggest where I might find THAT color
reference, I'd be very grateful

Doug

-Original Message-
From: use-livecode  On Behalf Of
Niggemann, Bernd via use-livecode
Sent: Wednesday, April 19, 2023 4:24 PM
To: use-livecode@lists.runrev.com
Cc: Niggemann, Bernd 
Subject: Re: card background color

Bob Sneidar wrote:

> Won't that revert next time LC is downloaded and installed? 


 You could write a plug-in that patches the Home stack on every startUp of
LC. That will work until that handler of stack "Home" is changed.

Kind regards
Bernd



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: card background color

2023-04-20 Thread Douglas A. Ruisaard via use-livecode
Thanks for the reminder about losing the change with a new install... I'll
make a note of it!!

Cheers
Doug

-Original Message-
From: use-livecode  On Behalf Of Bob
Sneidar via use-livecode
Sent: Wednesday, April 19, 2023 3:46 PM
To: How to use LiveCode 
Cc: Bob Sneidar 
Subject: Re: card background color

Won't that revert next time LC is downloaded and installed? 

Bob S


> On Apr 19, 2023, at 15:23, Niggemann, Bernd via use-livecode
 wrote:
> 
> Douglas A. Ruisaard wrote
> 
>> When I drag a new object from the
>> Tools Palette onto a card, as the object "enters" the destination 
>> card, the background of that card turns a VERY dark blue . making the 
>> visibility of the object-being-dragged very difficult to see until I 
>> release the mouse button.
>> Anyone know how to adjust (or defeat) this "highlighting"
>> feature?
> 
> 
> In stack "Home" around line 1930 in
> 
> function revEnvironmentEditionProperty pProp, pEdition
> 
> change the color to e.g.
> 
> ---
> case "color"
>   return 180,191,200
> ---
> 
> 
> Kind regards
> Bernd
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: error while signing Android app

2023-04-20 Thread J. Landman Gay via use-livecode
I did a search for the first few words of the error message and got a lot 
of hits. Here's one:


https://stackoverflow.com/users/login?ssrc=head&returnurl=https%3a%2f%2fstackoverflow.com%2fquestions%2f23750259%2fcertificate-chain-not-found-how-to-fix-and-publish-to-google-play-store

There are several solutions but it sounds like the keystore file can't be 
found, or else the alias name doesn't match the keystore fillename. It may 
be that the keystore tool you're using assigned a different alias name.


I wonder if diacriticals or foreign characters may interfere. Name your 
alias and keystore with a single word using only plain ascii, no spaces or 
punctuation. The outside world will never see it.


It's not hard to just use Terminal to generate your own keystore. That way 
you know what's in there.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On April 20, 2023 4:16:55 AM Klaus major-k via use-livecode 
 wrote:



Hi all,

Am 19.04.2023 um 22:08 schrieb Klaus major-k via use-livecode 
:


Hi Jacque,

Am 19.04.2023 um 21:43 schrieb J. Landman Gay via use-livecode 
:

On 4/19/23 10:56 AM, Klaus major-k via use-livecode wrote:

Hi friends,
I created a selfsigning keystore with the app
"Keymaker.app", which worked fine for my last app
created with LC 9.6.8.
But with LC 9.6.9 I get this LC error:
---
There was an error while saving the standalone application
signing failed - Certificate chain not found for: (PWD here)
(PWD here) must reference a valid KeyStore key entry containing
a private key and corresponding public key certificate chain


Do I need to crewate the key with Android Studio?
Could this be related to the dialog box error that misplaces the insertion 
point when you type?

no, that looks like it has been fixed in LC 9.6.9 stable.

Or did you get the error before it asked for the password?

No, that happens after I had entered all the passwords.


I don't even know what the dialog ist trying to tell me.
Any ideas? Thank you.


Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode





___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: card background color

2023-04-20 Thread Niggemann, Bernd via use-livecode
Douglas A. Ruisaard wrote:

> The input line (?) on the MessageBox is also that deep blue ... I scanned
> thru the C:\Program Files\RunRev\LiveCode 9.6.8 directory but couldn't find
> any obviously relevant reference

For me the backgroundcolor of the input line of the MessageBox is controlled by 
my setting of the backgroundColor of the Script Editor in LC Preferences.
That also changes the backgroundcolor of the input field of single line and 
multiline input field of the message box.

Kind regards
Bernd
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: card background color

2023-04-20 Thread Douglas A. Ruisaard via use-livecode
Thanks for the tip .. however, while the background setting *does* control
the background color of the input field on the Message Box, it does NOT
affect the dark blue "highlight" within the field when the Box display
previous commands.  This is not biggie and I REALLY appreciate your time in
responding... one click on the dark blue highlighting goes away.

Thanks again!
Doug

-Original Message-
From: use-livecode  On Behalf Of
Niggemann, Bernd via use-livecode
Sent: Thursday, April 20, 2023 9:53 AM
To: use-livecode@lists.runrev.com
Cc: Niggemann, Bernd 
Subject: RE: card background color

Douglas A. Ruisaard wrote:

> The input line (?) on the MessageBox is also that deep blue ... I 
> scanned thru the C:\Program Files\RunRev\LiveCode 9.6.8 directory but 
> couldn't find any obviously relevant reference

For me the backgroundcolor of the input line of the MessageBox is controlled
by my setting of the backgroundColor of the Script Editor in LC Preferences.
That also changes the backgroundcolor of the input field of single line and
multiline input field of the message box.

Kind regards
Bernd
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Weird window behavior

2023-04-20 Thread Marty Knapp via use-livecode
The question is - why would it do that? This is totally repeatable for me. Even 
when I create a new stack with no code in it whatsoever. Have any other app 
displaying a window (like a browser window), then click anything in the 
toolbar, for example, and that new stack will disappear back behind the browser 
window. Only happens on Ventura for me - not on any previous Mac OS that I’ve 
tried. And it’s doing it on 2 different Macs. It does it both in the IDE and in 
a standalone, so not caused by any plugins.

Do you use the Levure framework by chance? I do - I’ll do some testing here to 
see if that might be effecting things.


Marty

> On Apr 20, 2023, at 7:49 AM, David V Glasgow via use-livecode 
>  wrote:
> 
> Me too.  Or maybe me too.  Is this the same thing?...
> 
> Even if focus shifts from my stack to Message Box, the next click on my stack 
> causes it to just disappear.  Most alarming until I realised what was 
> happening.  My stack is just behind everything else and CMD tab (x2) brings 
> it to front.  Phew...
> 
> M2, LC 9.6.8
> 
> Cheers
> 
> 
> Best Wishes,
> 
> David Glasgow
> Honorary Professor, Nottingham Trent University
> Sexual Offences, Crime and Misconduct Research Unit
> Consultant Forensic & Clinical Psychologist
> Carlton Glasgow Partnership
> Director, Child & Family Training, York
> 
> 
> LinkedIn 
> 
>> On 19 Apr 2023, at 7:25 pm, Marty Knapp via use-livecode 
>>  wrote:
>> 
>> Ever since I updated to Ventura on my Mac I've had this weird behavior both 
>> in the IDE and in two different standalones - if I have more than one stack 
>> open, when I click on a stack that is behind another stack to bring it to 
>> the front, it very briefly comes to the front (flashes), then goes back 
>> behind everything, even windows from other apps. If I click on the title bar 
>> it does not do this. In the menubar is still indicates that I'm in my app. 
>> It's not happening with any non-Livecode apps and it's occurring on two 
>> different Macs. I’m not seeing this behavior on OSes previous to Ventura.
>> 
>> Am I going crazy?
>> 
>> Marty


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: card background color

2023-04-20 Thread Niggemann, Bernd via use-livecode
Douglas A. Ruisaard wrote:
> Thanks for the tip .. however, while the background setting *does* control
> the background color of the input field on the Message Box, it does NOT
> affect the dark blue "highlight" within the field when the Box display
> previous commands.

Sorry, I did not get that you meant the highlight color of the input field of 
the message box when the text is selected.

I see that you use Window. I am on a Mac. The highlight color for all text in 
LC on a Mac is controlled by "System Preferences" -> "General". and is applied 
system wide to all apps. 
No idea how this is handled on Windows Computers.

Kind regards
Bernd
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: error while signing Android app

2023-04-20 Thread Ralph DiMola via use-livecode
I've always used "Keystore Explorer". It's Java based so it runs on any
platform. Lots of options and a decent GUI. Give it a shot and see what's in
your keystore file.

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: Thursday, April 20, 2023 12:12 PM
To: How to use LiveCode
Cc: J. Landman Gay
Subject: Re: error while signing Android app

I did a search for the first few words of the error message and got a lot of
hits. Here's one:

https://stackoverflow.com/users/login?ssrc=head&returnurl=https%3a%2f%2fstac
koverflow.com%2fquestions%2f23750259%2fcertificate-chain-not-found-how-to-fi
x-and-publish-to-google-play-store

There are several solutions but it sounds like the keystore file can't be
found, or else the alias name doesn't match the keystore fillename. It may
be that the keystore tool you're using assigned a different alias name.

I wonder if diacriticals or foreign characters may interfere. Name your
alias and keystore with a single word using only plain ascii, no spaces or
punctuation. The outside world will never see it.

It's not hard to just use Terminal to generate your own keystore. That way
you know what's in there.

--
Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |
http://www.hyperactivesw.com On April 20, 2023 4:16:55 AM Klaus major-k via
use-livecode  wrote:

> Hi all,
>
>> Am 19.04.2023 um 22:08 schrieb Klaus major-k via use-livecode
>> :
>>
>> Hi Jacque,
>>
>>> Am 19.04.2023 um 21:43 schrieb J. Landman Gay via use-livecode
>>> :
>>> On 4/19/23 10:56 AM, Klaus major-k via use-livecode wrote:
 Hi friends,
 I created a selfsigning keystore with the app "Keymaker.app", which 
 worked fine for my last app created with LC 9.6.8.
 But with LC 9.6.9 I get this LC error:
 ---
 There was an error while saving the standalone application signing 
 failed - Certificate chain not found for: (PWD here) (PWD here) 
 must reference a valid KeyStore key entry containing a private key 
 and corresponding public key certificate chain
 
  Do I need to crewate the key with Android Studio?
>>> Could this be related to the dialog box error that misplaces the 
>>> insertion point when you type?
>> no, that looks like it has been fixed in LC 9.6.9 stable.
>>> Or did you get the error before it asked for the password?
>> No, that happens after I had entered all the passwords.
>
> I don't even know what the dialog ist trying to tell me.
> Any ideas? Thank you.
>
>
> Best
>
> Klaus
>
> --
> Klaus Major
> https://www.major-k.de
> https://www.major-k.de/bass
> kl...@major-k.de
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your 
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: In case any of you missed it...

2023-04-20 Thread Bob Sneidar via use-livecode
That is interesting... and a bit scary. Just as I was getting my coffee, and 
before I saw this email, I was thinking that in less than 20 years we will be 
coding with sensors attached to our heads and driven by AI and reading our 
minds and learning from our corrections. 

Bob S


> On Apr 20, 2023, at 07:16, Heather Laine via use-livecode 
>  wrote:
> 
> Dear List Members,
> 
> We just made what we think is the most significant announcement since 
> Revolution 1.0:
> 
> https://livecode.com/xavvi/ 
> 
> Looking forward to hearing what you all think about it!
> 
> Best Regards,
> 
> Heather
> 
> Heather Laine
> Customer Services Manager
> LiveCode Ltd
> www.livecode.com
> 
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: card background color

2023-04-20 Thread Douglas A. Ruisaard via use-livecode
Hey!  ... half an answer is better than none at all.  Windows dev's are
(secretly or not) jealous of the  MAC  OS and environment .. except when it
comes to iPhones.  Perhaps someone from the Mothership could chime in on
this matter?

Cheers!
Doug

-Original Message-
From: use-livecode  On Behalf Of
Niggemann, Bernd via use-livecode
Sent: Thursday, April 20, 2023 10:28 AM
To: use-livecode@lists.runrev.com
Cc: Niggemann, Bernd 
Subject: RE: card background color

Douglas A. Ruisaard wrote:
> Thanks for the tip .. however, while the background setting *does* 
> control the background color of the input field on the Message Box, it 
> does NOT affect the dark blue "highlight" within the field when the 
> Box display previous commands.

Sorry, I did not get that you meant the highlight color of the input field
of the message box when the text is selected.

I see that you use Window. I am on a Mac. The highlight color for all text
in LC on a Mac is controlled by "System Preferences" -> "General". and is
applied system wide to all apps. 
No idea how this is handled on Windows Computers.

Kind regards
Bernd
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


RE: card background color

2023-04-20 Thread Niggemann, Bernd via use-livecode
Douglas A. Ruisaard wrote:
> Hey!  ... half an answer is better than none at all.


BTW the background color used for stacks while dragging a control from the 
toolbar is supposedly the "Edition Color"
While I like the blue as "Edition Color" it is a little dark as background 
color.
Just wait until LC offers the "Black Edition"...

While testing the backgroundcolor of stacks when dragging a control from the 
toolbar I was again annoyed that when stacks overlap the target stack for the 
control (usually your frontmost stack = default stack) the background color 
only changes when you leave the rect of a partially overlapping stack although 
your mouse is within the rect of your default/target stack. That in my opinion 
is not the best user interface.
Since I work on a laptop the problem of overlapping stacks is not uncommon.

I had a look at it and made an enhancement request with a proposed fix.
https://quality.livecode.com/show_bug.cgi?id=24189

Anyone adventurous enough could test the proposed patch by applying it 
temporarily to stack "revTools" to handler "on mouseDown"

Kind regards
Bernd
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: In case any of you missed it...

2023-04-20 Thread Mark Wieder via use-livecode

On 4/20/23 10:49, Bob Sneidar via use-livecode wrote:

That is interesting... and a bit scary. Just as I was getting my coffee, and 
before I saw this email, I was thinking that in less than 20 years we will be 
coding with sensors attached to our heads and driven by AI and reading our 
minds and learning from our corrections.


I'll be impressed when it can create an improved version of itself.

--
 Mark Wieder
 ahsoftw...@gmail.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [[ ANN ]] Release 10.0.0 DP-5

2023-04-20 Thread Mark Wieder via use-livecode

On 4/20/23 07:20, Mark Waddingham via use-livecode wrote:

Heh - well if there is a Linux specific issue that we haven't seen but 
you do - then its not likely to be fixed in dp-6 unless we know what it 
is :D


Well, I've coded around two problems already.
I'm currently working on a crashing one on both linux and OSX.
Seems to be related to the Chart widget in 10-dp4 as well so not 
anything really new. I'm guessing it's CEF-related.


--
 Mark Wieder
 ahsoftw...@gmail.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: error while signing Android app

2023-04-20 Thread Klaus major-k via use-livecode
Hi Jacque,

> Am 20.04.2023 um 18:11 schrieb J. Landman Gay via use-livecode 
> :
> 
> I did a search for the first few words of the error message and got a lot of 
> hits. Here's one:
> https://stackoverflow.com/users/login?ssrc=head&returnurl=https%3a%2f%2fstackoverflow.com%2fquestions%2f23750259%2fcertificate-chain-not-found-how-to-fix-and-publish-to-google-play-store
> 
> There are several solutions but it sounds like the keystore file can't be 
> found,

??? I added this in the Standalone Application Setting.
So it IS present and LC knows where it is! Not?
Maybe I misunderstand this completely...

> or else the alias name doesn't match the keystore fillename. It may be that 
> the keystore tool you're using assigned a different alias name.

Isn't that the meaning of an ALIAS? 
That it can be named differently than the original?

> I wonder if diacriticals or foreign characters may interfere.
> Name your alias and keystore with a single word using only plain ascii, no 
> spaces or punctuation.
> The outside world will never see it.

I did, only used ASCII and UNDERSCORES, NO spaces and umlauts etc.

> It's not hard to just use Terminal to generate your own keystore. That way 
> you know what's in there.

I did and got different errors! :-/
Oh my...

Matthias Rebbe helped me out and created a keystore file for me, 
will test it tomorrow and report here about success or fail. :-)

> --
> Jacqueline Landman Gay | jac...@hyperactivesw.com
> HyperActive Software | http://www.hyperactivesw.com
> On April 20, 2023 4:16:55 AM Klaus major-k via use-livecode 
>  wrote:
> 
>> Hi all,
>> 
>>> Am 19.04.2023 um 22:08 schrieb Klaus major-k via use-livecode 
>>> :
>>> 
>>> Hi Jacque,
>>> 
 Am 19.04.2023 um 21:43 schrieb J. Landman Gay via use-livecode 
 :
 On 4/19/23 10:56 AM, Klaus major-k via use-livecode wrote:
> Hi friends,
> I created a selfsigning keystore with the app
> "Keymaker.app", which worked fine for my last app
> created with LC 9.6.8.
> But with LC 9.6.9 I get this LC error:
> ---
> There was an error while saving the standalone application
> signing failed - Certificate chain not found for: (PWD here)
> (PWD here) must reference a valid KeyStore key entry containing
> a private key and corresponding public key certificate chain
> 
> 
> Do I need to crewate the key with Android Studio?
 Could this be related to the dialog box error that misplaces the insertion 
 point when you type?
>>> no, that looks like it has been fixed in LC 9.6.9 stable.
 Or did you get the error before it asked for the password?
>>> No, that happens after I had entered all the passwords.
>> 
>> I don't even know what the dialog ist trying to tell me.
>> Any ideas? Thank you.

Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: error while signing Android app

2023-04-20 Thread matthias rebbe via use-livecode
The keystore file can contain more than one certificate (alias). 
For each certificate(alias) you can specify an other password (and also other 
values for FullName, Organization, OrganizationUnit and so on.

The name of the alias is only important for you so that you can distinguish 
between the different certificates (aliases) in the keystore.

You could of course use the same password for the Keystore itself and also for 
each alias, but for security reasons it might be better to use one password to 
secure the Keystore and different passwords for each alias.
Regards,
Matthias


> Am 20.04.2023 um 21:15 schrieb Klaus major-k via use-livecode 
> :
> 
> Hi Jacque,
> 
>> Am 20.04.2023 um 18:11 schrieb J. Landman Gay via use-livecode 
>> :
>> 
>> I did a search for the first few words of the error message and got a lot of 
>> hits. Here's one:
>> https://stackoverflow.com/users/login?ssrc=head&returnurl=https%3a%2f%2fstackoverflow.com%2fquestions%2f23750259%2fcertificate-chain-not-found-how-to-fix-and-publish-to-google-play-store
>> 
>> There are several solutions but it sounds like the keystore file can't be 
>> found,
> 
> ??? I added this in the Standalone Application Setting.
> So it IS present and LC knows where it is! Not?
> Maybe I misunderstand this completely...
> 
>> or else the alias name doesn't match the keystore fillename. It may be that 
>> the keystore tool you're using assigned a different alias name.
> 
> Isn't that the meaning of an ALIAS? 
> That it can be named differently than the original?
> 
>> I wonder if diacriticals or foreign characters may interfere.
>> Name your alias and keystore with a single word using only plain ascii, no 
>> spaces or punctuation.
>> The outside world will never see it.
> 
> I did, only used ASCII and UNDERSCORES, NO spaces and umlauts etc.
> 
>> It's not hard to just use Terminal to generate your own keystore. That way 
>> you know what's in there.
> 
> I did and got different errors! :-/
> Oh my...
> 
> Matthias Rebbe helped me out and created a keystore file for me, 
> will test it tomorrow and report here about success or fail. :-)
> 
>> --
>> Jacqueline Landman Gay | jac...@hyperactivesw.com
>> HyperActive Software | http://www.hyperactivesw.com
>> On April 20, 2023 4:16:55 AM Klaus major-k via use-livecode 
>>  wrote:
>> 
>>> Hi all,
>>> 
 Am 19.04.2023 um 22:08 schrieb Klaus major-k via use-livecode 
 :
 
 Hi Jacque,
 
> Am 19.04.2023 um 21:43 schrieb J. Landman Gay via use-livecode 
> :
> On 4/19/23 10:56 AM, Klaus major-k via use-livecode wrote:
>> Hi friends,
>> I created a selfsigning keystore with the app
>> "Keymaker.app", which worked fine for my last app
>> created with LC 9.6.8.
>> But with LC 9.6.9 I get this LC error:
>> ---
>> There was an error while saving the standalone application
>> signing failed - Certificate chain not found for: (PWD here)
>> (PWD here) must reference a valid KeyStore key entry containing
>> a private key and corresponding public key certificate chain
>> 
>> 
>> Do I need to crewate the key with Android Studio?
> Could this be related to the dialog box error that misplaces the 
> insertion point when you type?
 no, that looks like it has been fixed in LC 9.6.9 stable.
> Or did you get the error before it asked for the password?
 No, that happens after I had entered all the passwords.
>>> 
>>> I don't even know what the dialog ist trying to tell me.
>>> Any ideas? Thank you.
> 
> Best
> 
> Klaus
> 
> --
> Klaus Major
> https://www.major-k.de
> https://www.major-k.de/bass
> kl...@major-k.de
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: [[ ANN ]] Release 10.0.0 DP-5

2023-04-20 Thread Mike Kerner via use-livecode
if you want to throw those at the hacking the ide repo, that'd be great
https://github.com/macMikey/LC-HACK/issues

On Thu, Apr 20, 2023 at 3:02 PM Mark Wieder via use-livecode <
use-livecode@lists.runrev.com> wrote:

> On 4/20/23 07:20, Mark Waddingham via use-livecode wrote:
>
> > Heh - well if there is a Linux specific issue that we haven't seen but
> > you do - then its not likely to be fixed in dp-6 unless we know what it
> > is :D
>
> Well, I've coded around two problems already.
> I'm currently working on a crashing one on both linux and OSX.
> Seems to be related to the Chart widget in 10-dp4 as well so not
> anything really new. I'm guessing it's CEF-related.
>
> --
>   Mark Wieder
>   ahsoftw...@gmail.com
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


GLX2 questions

2023-04-20 Thread Douglas A. Ruisaard via use-livecode
Hopefully this note isn't inappropriate for this listing . This message is
primarily intended for Mark Wieder.  I've just installed GLX2 editor (and
Power Debug) and have some questions regarding the Hyperlink and Breadcrumbs
aspects of GLX2. I've sent a rather lengthy personal contact from the LC
forum. but I know Mark is very active on this list.  Hopefully Mark will be
able to answer my questions.

 

Thanks in advance

Douglas Ruisaard

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: GLX2 questions

2023-04-20 Thread Mark Wieder via use-livecode

On 4/20/23 18:36, Douglas A. Ruisaard via use-livecode wrote:

Hopefully this note isn't inappropriate for this listing . This message is
primarily intended for Mark Wieder.  I've just installed GLX2 editor (and
Power Debug) and have some questions regarding the Hyperlink and Breadcrumbs
aspects of GLX2. I've sent a rather lengthy personal contact from the LC
forum. but I know Mark is very active on this list.  Hopefully Mark will be
able to answer my questions.


No worries. I got your PM. I'll have a look at it, but it's been some 
years since I've looked at that code.


--
 Mark Wieder
 ahsoftw...@gmail.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode