Re: Mdiai Keys - volume / play/pause/next...

2023-10-21 Thread Klaus major-k via use-livecode
Hi David, > Am 21.10.2023 um 12:22 schrieb David Bovill via use-livecode > : > > Thanks for noting that on Windows. Nothing is sent on MacOS - at least M2 > Macbook Air. same here, macOS 12.7, MacMini Intel. No rawkey sent... > I filed a report - please vote - > https://quality.livecode.com/sh

ANDROID player won't play MP3 from server but locally?

2023-10-22 Thread Klaus major-k via use-livecode
Hi friends, I'm having problems to play a MP3 (5 MB) from my server. And yes, I waited up to a minute before I closed the app. Works fine when I play it locally. The device is connected via (not slow) W-Lan to the internet. LC 9.6.10, macOS 12.7, Android 8.01 I created two buttons for create an

ANDROID player won't play MP3 from server but locally? 2

2023-10-22 Thread Klaus major-k via use-livecode
Hi friends, OK, found at least the DELETE problem... 8-) command delete_player mobileControlDo "mplayer", "stop" ## mobileControlDelete "player", "mplayer" ## has to be: mobileControlDelete "mplayer" end delete_player Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.

PolyGrid: UNhilite a row?

2023-10-23 Thread Klaus major-k via use-livecode
Hi friends, I cannot UN-hilite a row in a polygrid?! I tried: ... set the hilitedrow of widget "index" to "0" ... set the hilitedrow of widget "index" to 0 ... set the pgHilitedText of widget "index" to "" ... set the pgHilitedText of widget "index" to EMPTY ... no dice!? I use the latest version

Re: PolyGrid: UNhilite a row?

2023-10-23 Thread Klaus major-k via use-livecode
hilite the index in that button. No idea why it does not work? But the workaround does, so problem solved (for me and for now). > On Mon, Oct 23, 2023 at 12:50 PM Mike Kerner > wrote: > >> interesting. it works for me. i use the numeric version (set the hilited >> row of widg

Re: PolyGrid: UNhilite a row?

2023-10-23 Thread Klaus major-k via use-livecode
Hi Mark, > Am 23.10.2023 um 19:08 schrieb Mark Wieder via use-livecode > : > > On 10/23/23 10:03, Klaus major-k via use-livecode wrote: > >> See here, I have a long list of PDF files and clicking the widget "index" >> will filter the PDF list with that cha

Re: PolyGrid: UNhilite a row?

2023-10-23 Thread Klaus major-k via use-livecode
Hi Mike, > Am 23.10.2023 um 19:09 schrieb Mike Kerner via use-livecode > : > > unfortunately, all i can see is the png file. yes, by intention! ;-) > i can't download the stack to see what's going on. Sorry, stack is not meant for public... Best Klaus -- Klaus Major https://www.major-k.de

Re: PolyGrid: UNhilite a row?

2023-10-23 Thread Klaus major-k via use-livecode
Hi Mike, > Am 23.10.2023 um 19:15 schrieb Mike Kerner via use-livecode > : > > you didn't mention the workaround that you used. I wrote earlier in this thread: ... click at the topleft of widget "index" ... That does the trick for me and UNhilited the widget. > i'm not sure what we're supposed

Re: ANDROID player won't play MP3 from server but locally?

2023-10-23 Thread Klaus major-k via use-livecode
Hi Jacque, wonderful, thank you very much! Will test this and report back. > Am 23.10.2023 um 21:45 schrieb J. Landman Gay via use-livecode > : > > On 10/22/23 7:34 AM, Klaus major-k via use-livecode wrote: >> I'm having problems to play a MP3 (5 MB) from my server. And

some mobilecontrolprops do not work on Android?

2023-10-26 Thread Klaus major-k via use-livecode
Hi friends, I (now successfully :) create a player for MP3 playback, however some properties do not seem to work on Android, although the Dictionary states otherwise!? -- mobilecontrolCreate "player", "mplayer" mobileControlSet "mplayer", "visible", TR

Re: some mobilecontrolprops do not work on Android?

2023-10-27 Thread Klaus major-k via use-livecode
mobile players is set directly by the OS now, so > the color and transparency may not be available on Android. That's what i guessed. Thanks! > On 10/26/23 9:56 AM, Klaus major-k via use-livecode wrote: >> Hi friends, >> I (now successfully :) create a player for MP3 pl

Re: PolyGrid: UNhilite a row? UPDATE

2023-11-01 Thread Klaus major-k via use-livecode
Hi friends, > I tried had: > ... > set the hilitedrow of widget "index" to "0" > ... > set the hilitedrow of widget "index" to 0 > ... > set the pgHilitedText of widget "index" to "" > ... > set the pgHilitedText of widget "index" to EMPTY > ... > no dice!? it turned out that ONLY this widget "in

Possible enhancement request

2023-11-02 Thread Klaus major-k via use-livecode
Hi friends, before I post an enhancment request to the "Qualtiy Center", I wanted to hear your opinions about this. Wouldn't it be great if ALL widgets would receive and handle at least a mouseup (and mousedown) meassage? I have always wondered why that is not the case. This way scripting woul

Re: Windows maximization on desktops

2023-11-07 Thread Klaus major-k via use-livecode
Hi Paul, > Am 07.11.2023 um 17:07 schrieb Paul Dupuis via use-livecode > : > > Is there a message sent when a user click the maximize icon (macOS and > Windows) in the titlebar of a window? > > "iconifyStack" is sent for minimization, and "unIconifyStack" is sent when a > minimizaed stack is

New LC plug-in

2023-11-09 Thread Klaus major-k via use-livecode
Hi friends, I created a handy plug-in for LC. Not free, but just 1,- Euro. It will create all neccessary iOS icons for LC from one 1024*1024 image. Also works with PNG files with transparency. If you are interested, take a look here: Best Klaus -- Klaus Major

Update for new LC plug-in

2023-11-11 Thread Klaus major-k via use-livecode
Hi friends, I made an update for my plug-in. The stack can now enter the pathnames (relative or absolute) of the resulting icons to the "Standalone Applications Settings" of a selected stack for you. If you are interested, take a look here: Coming soon: Crea

Re: Possible enhancement request

2023-11-27 Thread Klaus major-k via use-livecode
aight. > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On November 2, 2023 10:21:29 AM Klaus major-k via use-livecode > wrote: > >> Hi friends, >> >> before I post an enhancment request to the &qu

Re: greying out columns in a dataGrid

2023-12-01 Thread Klaus major-k via use-livecode
Hi Craig, always watch out for LINEBREAKS like here! > Am 01.12.2023 um 15:04 schrieb Craig Newman via use-livecode > : > on mouseUp > ## Needs to be ONE line, see parameters of -> DG_ColorColumn > ... > dispatch "DG_ColorColumn" to grp "datagrid 1" with "col 2", "211,211,211", > "srcCopy" > .

Enhancement request for "Circle Avatar" widget.

2023-12-05 Thread Klaus major-k via use-livecode
Hi friends, see subject, I just created an enhencement request for a round border around (sic! :-) the image inside of the widget, that would really make sense. Not a border of the surrounding rect. Best Klaus -- Klaus Major https://www.maj

tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-16 Thread Klaus major-k via use-livecode
Hi friends, I am trying to upload a (not so long) urlencoded text list to my server, but get the tsNet error as in the subject. In the form of: ... ## Remove spaces etc. put clean_name(tSetlist) into tDateiname put "whatever" & CR & urlencode(fld "setlist") into tInhalt put "https://www.MYSERVER.

Re: tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-16 Thread Klaus major-k via use-livecode
Followup: I checked fo "illegal" character like @ ' etc., still no joy. This has been working two weeks ago! > Am 16.12.2023 um 15:51 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > I am trying to upload a (not so long) urlencoded text list

Re: tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-16 Thread Klaus major-k via use-livecode
Should I use a different format to pass the CR delimited list to the LC script? If yes, which one? > Am 16.12.2023 um 16:50 schrieb Klaus major-k via use-livecode > : > > Followup: > I checked fo "illegal" character like @ ' etc., still no joy. > This has bee

Re: tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-17 Thread Klaus major-k via use-livecode
Hi Matthias, > Am 16.12.2023 um 23:29 schrieb matthias rebbe via use-livecode > : > > Hello Klaus, > > You could try to post the data as a file to the server. There is an array > $_files in Livecode server available, which handles the file uploads. ah, sounds promising, thank you! :-) I want

Re: tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-17 Thread Klaus major-k via use-livecode
Hi Alex, > Am 17.12.2023 um 12:22 schrieb Alex Tweedly via use-livecode > : > > > On 16/12/2023 14:51, Klaus major-k via use-livecode wrote: >> Hi friends, >> >> I am trying to upload a (not so long) urlencoded text list >> to my server, but get the t

Re: tsneterr: (3) URL using bad/illegal format or missing URL

2023-12-17 Thread Klaus major-k via use-livecode
Hi Matthias, thank you very much! Since Alex already spotted my problem, I will store this for future reference. > Am 17.12.2023 um 12:45 schrieb matthias rebbe via use-livecode > : > > Hello Klaus. > > please see the example below. In my example i am posting a zip file with > images to a li

Re: Just for interest

2024-01-31 Thread Klaus major-k via use-livecode
Hi Christer, > Am 31.01.2024 um 16:14 schrieb Christer Pyyhtiä via use-livecode > : > > I do not know, if measuring coding performance is reasonable. > It would be interesting, if anyone has interest to try. > https://www.morling.dev/blog/one-billion-row-challenge/ > > Just for fun > Christer

Latest PolyGrid

2024-02-13 Thread Klaus major-k via use-livecode
Hi all, yesterday I installed the latest version of "livecode_enhancements-1_0_34" but the new "Polygrid" version 1.8.0 completely wrecked my working stack, so I had to go back to the previous version 1.7.4. E.g. it threw an error on my "on cellclick" handler just by setting: -> set the pgData o

Re: Latest PolyGrid

2024-02-13 Thread Klaus major-k via use-livecode
35! Sounds like a good idea. :-) Since the POLYGRID is the currently the only widget I'm using of the "Enhancement package", I don't know if the other widget also have problems. > > On 2/13/2024 11:45 AM, Klaus major-k via use-livecode wrote: >> Hi all,

Re: sideloading updates to mobile

2024-02-21 Thread Klaus major-k via use-livecode
Hi Mike, > Am 21.02.2024 um 18:47 schrieb Mike Kerner via use-livecode > : > > sorry that i was not clear. we've been using private deploys since around > 2010, using airlaunch to generate the bundle, and then uploading to a > private url. that's not what i meant. > i'm talking about updating/pa

Re: sideloading updates to mobile

2024-02-21 Thread Klaus major-k via use-livecode
Am 21.02.2024 um 19:51 schrieb Mike Kerner via use-livecode : > > i guess the other option would be to roll an mdm server sorry, but what does "mdm" mean? -- Klaus Major https://www.major-k.de https://www.major-k.de/bass kl...@major-k.de ___ use-li

Re: sideloading updates to mobile

2024-02-21 Thread Klaus major-k via use-livecode
Hi Mike, > Am 21.02.2024 um 20:17 schrieb Mike Kerner via use-livecode > : > > mobile device management: > https://en.wikipedia.org/wiki/Mobile_device_management > it's like testflight on steroids. in our case, it would enable us to force > app (and even os) updates on devices that are locked in

Iconmaker 2.0

2024-03-13 Thread Klaus major-k via use-livecode
Hi friends, a new version of my plug-in "Iconmaker" is available, it now also creates .ICNS icon files for macOS apps. Check it here: https://major-k.de/iconmaker.html Best Klaus ___ use-livecode mailing list use-livecode@lists.runrev.com Please visi

is there something like "sockettimeoutinterval" for "put url... into aVariable"?

2024-03-17 Thread Klaus major-k via use-livecode
Hi friends, see subject, any hints welcome. Thanks in advance! 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 subscri

Re: is there something like "sockettimeoutinterval" for "put url... into aVariable"?

2024-03-17 Thread Klaus major-k via use-livecode
, great will try this, thank you! >> Am 17.03.2024 um 18:17 schrieb Klaus major-k via use-livecode >> : >> >> Hi friends, >> >> see subject, any hints welcome. >> Thanks in advance! Best Klaus -- Klaus Major http

Re: Dropping file on an LC standalone...

2024-03-22 Thread Klaus major-k via use-livecode
Hi Craig, > Am 22.03.2024 um 13:44 schrieb Craig Newman via use-livecode > : > > What on earth is the “1$ special variable”? well, 1$ sounds like a good bargain for a "special variable"! :-D Actually it is -> $1 Look up $ in the dictionary for further information. > Craig > >> On Mar 21, 202

Xcode 15.01 working with LC?

2024-04-06 Thread Klaus major-k via use-livecode
Hi friends, I am just setting up a new Mac Mini M2 and could not find Xcode 15.0 as recommended by LCs release notes, only 15.01 on the Apple Dev download pages. Will that work with LC? Or does someone have a link to version 15.0? Thanks in advance! Best Klaus -- Klaus Major https://www.majo

Re: Xcode 15.01 working with LC?

2024-04-06 Thread Klaus major-k via use-livecode
get an > error, late. > > On Sat, Apr 6, 2024 at 4:34 PM Mike Kerner > wrote: > >> it does not work, at least with 9.6.11 >> here's where you can find all the downloads, including xcode 15 >> https://developer.apple.com/download/all/?q=xcode >> >>

Re: Supress Standalone Builder Warnings

2024-05-06 Thread Klaus major-k via use-livecode
Hi all, as I already wrote in this thread in the LC forum: -> Maybe the mothership could add another "messageless" application which will create the standalone(s)? See here: > Am 06.05.2024 um 17:39 schrieb Bob Sneidar via use-livecode >

Strange syntax in new widgets!?

2024-05-21 Thread Klaus major-k via use-livecode
Hi firends, this came up in the LC forum: How can I delete a line in a PolyGrid? "deleteline" or something did not work, so I searched the dictionary and found that one needs to set a PROPERTY to do so: ... put 2 into tLine set the pgDeleteRow of widget "PolyGrid" to tLine ... Very intuitive in

Re: Strange syntax in new widgets!?

2024-05-21 Thread Klaus major-k via use-livecode
on't! :-D > Bob S > > On May 21, 2024, at 7:48 AM, Klaus major-k via use-livecode > wrote: > > Hi friends, > > this came up in the LC forum: How can I delete a line in a PolyGrid? > "deleteline" or something did not work, so I searched the dict

Re: Groups id #

2024-05-25 Thread Klaus major-k via use-livecode
Hi jbv, > Am 25.05.2024 um 16:20 schrieb jbv via use-livecode > : > > Hi list, > > I have a script that creates groups on the fly > with the command "group". These groups contain > various flds and imgs. > Can I always assume that the group with the highest > id # is the last one created ? sou

Re: Strange syntax in new widgets!?

2024-05-25 Thread Klaus major-k via use-livecode
Hi Mike, > Am 25.05.2024 um 17:07 schrieb Mike Kerner via use-livecode > : > > a couple of notes on bob's comments: > * the widgets were written by a third party using lcb. lc purchased the > source. AHA! Well, that explains the "inconsistency" in the syntax. > unfortunately, the source is cl

error when creating iOS app: failed to create launch screen: /* com.apple.ibtoolerrors */

2024-05-30 Thread Klaus major-k via use-livecode
Hi friends, I just wanted to create an iOS app with my new M2 MacMini. LC 9.6.11, Xcode 15.0 Available Device SDKs: 17.0 Available simulators: 17.0 All iOS icons and the launch image are present and have the correct dimensions, however LC tells me: --- There w

Re: error when creating iOS app: failed to create launch screen: SOLVED

2024-05-30 Thread Klaus major-k via use-livecode
Hi all, > Am 30.05.2024 um 14:27 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > I just wanted to create an iOS app with my new M2 MacMini. > LC 9.6.11, > Xcode 15.0 > Available Device SDKs: 17.0 > Available simulators: 17.0 > > All iOS ic

Survey: Would you buy one or more widgets from the PRO PACK separately?

2024-06-14 Thread Klaus major-k via use-livecode
Hi friends, Livecode is selling most of their widgets separately, however not the ones from the PRO PACK: Mobile Debugger Script Profiler tsNet PRO mergAccessory PDF Viewer But unfortunately the PRO PACK is quite expensive: 328.90 Euro PLUS VAT! I am sure most of you do not need all the widgets

Re: Survey: Would you buy one or more widgets from the PRO PACK separately?

2024-06-18 Thread Klaus major-k via use-livecode
t of any immediate > interest. sorry for the late response, thank you very much for you feedback! > On 6/14/2024 2:19 PM, Klaus major-k via use-livecode wrote: >> Hi friends, >> >> Livecode is selling most of their widgets separately, >> however not the ones from the

Android API 34 and Android keystore

2024-08-09 Thread Klaus major-k via use-livecode
Hi all, two questions: 1. In my "Android Studio" there are three options for SDK Tools for API level 34: 34 34-ext8 34-ext12 What should I install? 34 or all of them? 2. I need to update my Android freeware app to above mentioned API. I had uploaded the first version to Google Play with a self

Re: Android API 34 and Android keystore

2024-08-10 Thread Klaus major-k via use-livecode
Hi all, thank you for you input, I will now install everything related to API34. And I will write to GOOGLE support, there MUST be another way for singing the app. (Fingers crossed) :-/ Thanks to all, have a nice weekend! Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de

revSpeak/speechSpeakutterance?

2024-08-11 Thread Klaus major-k via use-livecode
Hi friends, I am currently exploring the revspeak stuff, but the dictionary does in fact irritate me a lot? Entry for revSpeak: Type: command Syntax: revSpeak phraseToSpeak Associations: Speech library Summary: Speaks text through the computer's speakers.Introduced2.0 OS: mac, windows Entry for

Re: Android API 34 and Android keystore

2024-08-12 Thread Klaus major-k via use-livecode
Hi all, I got a response from the Google Play Store and it IS in fact possible that Google will reset my (upload) key! Just ask nicely. :-) In case you are interested, I will give you more and detailed info about this process once I finally mastered all the neccessary steps. Best from hot germa

Re: revSpeak/speechSpeakutterance?

2024-08-12 Thread Klaus major-k via use-livecode
chSpeakUtterance: ... Associations: Speech Library ... See what I mean? That was puzzling me. :-) > Also, each one of them has a slightly different feature set - see the > dictionary for more details. > > Kind regards, > Panos > -- > > On Sun, 11 Aug 2024 at 14:44, Klaus m

Problems with revSetSpeechVoice

2024-08-15 Thread Klaus major-k via use-livecode
Hi all, I am currently working with the revSpeak library (needs to be crossplatform Mac and Win) and facing serious problems. I have a field with all available voices, that I fill with: --- on mouseUp put revSpeechVoices() into tVoices sort tVoices

Re: Problems with revSetSpeechVoice

2024-08-15 Thread Klaus major-k via use-livecode
Hi Mark, > Am 15.08.2024 um 15:53 schrieb Mark Waddingham via use-livecode > : > > On 2024-08-15 14:36, Klaus major-k via use-livecode wrote: >> Hi all, >> I am currently working with the revSpeak library (needs to be >> crossplatform Mac and Win) and facing serio

Re: Android API 34 and Android keystore

2024-08-15 Thread Klaus major-k via use-livecode
Hi all, > Am 12.08.2024 um 15:35 schrieb Ralph DiMola via use-livecode > : > > Klaus, > > GREAT NEWS! I stand corrected also. Please post the contact and procedure. > This will help all on the list. Thanks for doing the foot work to figure > this out. > > Ralph DiMola sorry for the late respo

Re: Android API 34 and Android keystore

2024-08-15 Thread Klaus major-k via use-livecode
Forgot to mention that one should wait 48 hours after uploading the PEM file, so the system has time to "get" fully. :-D > Am 15.08.2024 um 17:40 schrieb Klaus major-k via use-livecode > : > > Hi all, > >> Am 12.08.2024 um 15:35 schrieb Ralph DiMola via

Error creating Android Standalone

2024-08-23 Thread Klaus major-k via use-livecode
Hi friends, I get an error when creating an Android runtime: -- There was an error while saving the standalone application could not encode class bundle - error: Error: AJNI error has occurred, please check your installation and try again Exception in

Re: How to check if a group contains a specific control ?

2024-08-23 Thread Klaus major-k via use-livecode
Hi jbv, > Am 23.08.2024 um 13:27 schrieb jbv via use-livecode > : > > Hi list, > > Is there a quick way to check if a group contains a specific control, > something like : > if there is a fld "xyz" in grp "abc" of this cd > I tried many things but it always generates an error. > So far, the onl

Re: Error creating Android Standalone

2024-08-26 Thread Klaus major-k via use-livecode
Hi all, I get the same error in the macOS Terminal when trying to execute a JAVA command. Something is not (yet) installed on my machine!? Question is: what is it? Please help, thank you! > Am 23.08.2024 um 11:55 schrieb Klaus major-k via use-livecode > : > > Hi friends, > &

Re: Error creating Android Standalone

2024-08-26 Thread Klaus major-k via use-livecode
Hello Panos, > Am 26.08.2024 um 12:43 schrieb panagiotis merakos via use-livecode > : > > Hello Klaus, > > What is your installed version of the *build-tools*? LiveCode expects > *only* version 31.0.0. > You can find the installed version here - you should have a subfolder named > "31.0.0" here

Re: Error creating Android Standalone

2024-08-26 Thread Klaus major-k via use-livecode
Hi Panos, creating Anddroid runtimes now works with LC, however when using the macOS Terminal for a JAVA command, I still get these errors: --- Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lan

Re: Error creating Android Standalone

2024-08-26 Thread Klaus major-k via use-livecode
Hi Panos, > Am 26.08.2024 um 13:19 schrieb panagiotis merakos via use-livecode > : > > Hello Klaus, > > Hmm, it might be the case the terminal needs a newer Java version than the > one LiveCode expects. LiveCode expects v8. > What Java command do you want to execute in the terminal? see my mai

Re: Error creating Android Standalone

2024-08-26 Thread Klaus major-k via use-livecode
----------- > Thanks, > Panos > > On Mon, 26 Aug 2024 at 14:38, Klaus major-k via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Hi Panos, >> >>> Am 26.08.2024 um 13:19 schrieb panagiotis merakos via use-livecode < >> use-liv

Re: Error creating Android Standalone

2024-08-26 Thread Klaus major-k via use-livecode
Hi Panos, thank you, will try this! java -version gives me: - java version "1.8.0_311" Java(TM) SE Runtime Environment (build 1.8.0_311-b11) Java HotSpot(TM) 64-Bit Server VM (build 25.311-b11, mixed mode) And i don't even have a folder Java in /Library/ Question: --

Re: Error creating Android Standalone

2024-08-26 Thread Klaus major-k via use-livecode
Hi Panos, > Am 26.08.2024 um 14:49 schrieb panagiotis merakos via use-livecode > : > > Hello Klaus, > > *> Is this:> ...> > --encryption-key-path=/path/to/your/encryption_public_key.pem> The PEM file > I already created?* > > Yes this is it. aha, I guessed, thank you! Google could be a TAD m

Re: Error creating Android Standalone

2024-08-26 Thread Klaus major-k via use-livecode
Hi all, > Am 26.08.2024 um 12:43 schrieb panagiotis merakos via use-livecode > : > > Hello Klaus, > > What is your installed version of the *build-tools*? LiveCode expects > *only* version 31.0.0. > > You can find the installed version here - you should have a subfolder named > "31.0.0" here:

Still problems with creating the neccessary file for keystore reset (Lengthy mail)

2024-08-27 Thread Klaus major-k via use-livecode
Hi all, "The torture never stops" (F.Z.) We are still struggling with creating the correct file for Google to reset the upload key, and I get the feeling that Google is incompatible with Google!? The very long story: - LC 1

Re: Still problems with creating the neccessary file for keystore reset (Lengthy mail)

2024-08-27 Thread Klaus major-k via use-livecode
Hi Mark, > Am 27.08.2024 um 14:11 schrieb Mark Waddingham via use-livecode > : > > On 2024-08-27 13:06, Klaus major-k via use-livecode wrote: >> >> java -jar pepk.jar --keystore=android

Re: Still problems with creating the neccessary file for keystore reset (Lengthy mail)

2024-08-27 Thread Klaus major-k via use-livecode
Correction in the command: --signing-key-alias=upload-key-alias needs to be : --signing-key-alias=sehenkey But same errors. :-/ > Am 27.08.2024 um 21:19 schrieb Klaus major-k via use-livecode > : > > Hi Mark, > >> Am 27.08.2024 um 14:11 schrieb Mark Waddingham via use-liv

Re: Still problems with creating the neccessary file for keystore reset (Lengthy mail)

2024-08-27 Thread Klaus major-k via use-livecode
thanks in advance! Desparately Klaus > Am 27.08.2024 um 21:52 schrieb Klaus major-k via use-livecode > : > > Correction in the command: > --signing-key-alias=upload-key-alias > needs to be : > --signing-key-alias=sehenkey > > But same errors. :-/ > >> Am

Re: Still problems with creating the neccessary file for keystore reset (Lengthy mail)

2024-08-28 Thread Klaus major-k via use-livecode
Hi Panos, > Am 28.08.2024 um 09:17 schrieb panagiotis merakos via use-livecode > : > > Also, in the screenshot you attached, it looks like the arguments > "signing-keystore" and "keystore" expect a different value. > > The "keystore" looks like it should be the "android_upload.keystore" you > c

Re: Still problems with creating the neccessary file for keystore reset (Lengthy mail)

2024-08-28 Thread Klaus major-k via use-livecode
) ... 6 more --- I will also write a mail to Google support now, maybe they can explain what's going wrong. The tone of their last mails however made me feel that they only take actual JAVA developers seriously. :-/ > Am 28.08.2024 um 09:37 s

Re: Still problems with creating the neccessary file for keystore reset (Lengthy mail)

2024-08-28 Thread Klaus major-k via use-livecode
Hi Panos, still no joy... ... java -jar pepk.jar --keystore=android_upload.keystore --alias=sehenkey --output=output.zip --rsa-aes-encryption --encryption-key-path=upload_certificate.pem Enter password for key 'sehenkey': Error: Unable to export or encrypt the private key java.security.spec.Inv

Re: Strange...

2024-08-28 Thread Klaus major-k via use-livecode
> Am 28.08.2024 um 19:07 schrieb Brian Milby via use-livecode > : > > Exactly (that is essentially what I did) > > The actual full rect is: > (-32768,-32768,32767,32767) should suffice for a simple addressbook app. :-) > Brian Milby > br...@milby7.com > >> On Aug 28, 2024, at 11:19 AM, Bob

Android API 34 and Android keystore: SOLVED

2024-08-29 Thread Klaus major-k via use-livecode
Hi friends, I am glad to tell you that we could finally solve this problem. Right in time for the deadline on saturday, phew... We had to download and use an "encryption_public_key.pem" file from google in the JAVA command for the last param! Sometimes one does not see the forest for the trees...

Re: Multiple Quicktime driven MP3/MP4 Track Player

2018-05-06 Thread Klaus major-k via use-livecode
Hi Francis, > Am 06.05.2018 um 19:46 schrieb Francis Nugent Dixon via use-livecode > : > > Hi from Beautifull Brittany, > > I built an app which plays indivdual MP3 and MP4 tracks from a list (one line > per filename). > Simple play sequence (1 - show player - start player. 2 - hide player -

Re: Locating the mouse

2018-05-06 Thread Klaus major-k via use-livecode
Hi Richmond, > Am 06.05.2018 um 21:26 schrieb Richmond Mathewson via use-livecode > : > > Yer: I know: mouseLoc > > BUT, that only returns the loaction of the mouse relative to the top-left of > a stack. > Let us suppose one has a stack measuring 100 by 100 pixels at the centre of > one's mon

Re: Active window and mouse location

2018-05-09 Thread Klaus major-k via use-livecode
Hi Bob, > Am 09.05.2018 um 19:05 schrieb Bob Sneidar via use-livecode > : > > Here is what I do and it works a peach. Assuming tPath is a valid path to a > folder: > > if tPlatform contains "Win" then > replace "/" with "\" in tPath > put "explorer " & quote & tpath & quote into t

Re: Active window and mouse location

2018-05-09 Thread Klaus major-k via use-livecode
ried it and it worked! Believe me, I was as astonished as you are now! :-D > And I thought I was being clever! > I guess this means I cannot absolutely trust the dictionary anymore! LOL! You can, but it may not tell your the WHOLE truth! ;-) > Bob S > >> On May 9, 2018, at 10:14 , Kl

Re: How to dismiss keyboard on mobile

2018-05-09 Thread Klaus major-k via use-livecode
Hi Swami, > Am 09.05.2018 um 21:21 schrieb Sannyasin Brahmanathaswami via use-livecode > : > > On mobile > > I have a UI (for searching audio) > where: > 1) user make a text selection (search box) > 2) need to dismiss the keyboard (having made the text selection, which > remains) > 3) so she c

Re: Active window and mouse location

2018-05-10 Thread Klaus major-k via use-livecode
Hi Doug, > Am 09.05.2018 um 23:34 schrieb Douglas Ruisaard via use-livecode > : > > Thanks, Mike... but this doesn't make my LC screen active... it does flicker > it but leaves it in buried under the top window. > I'll check out those links, Lagi... thanks for the research > > Thanks to Bo

How to handle a LSAH in user entered filename on mobile?

2018-05-20 Thread Klaus major-k via use-livecode
Hi friends, the subject says it all :-) User entered a filename with a SLASH -> ddd/uuu.whatever How should this be handled on mobile iOS/Android? Escape with a BACKSLASH? -> ddd\/uuu.whatever Replace with what? On the Mac this is obviously replaced with a colon -> ddd:uuu.whatever At least thi

Re: How to handle a LSAH in user entered filename on mobile?

2018-05-20 Thread Klaus major-k via use-livecode
Am 20.05.2018 um 18:25 schrieb Klaus major-k via use-livecode : > > Hi friends, > > the subject says it all :-) well, obviously NOT, sorry, tiny typo in the subject, I am talking about the SLASH! 8-) > User entered a filename with a SLASH -> ddd/uuu.whatever > How shou

Re: group-editing mode

2018-05-29 Thread Klaus major-k via use-livecode
Hi Brian, > Am 29.05.2018 um 17:24 schrieb Bob Sneidar via use-livecode > : > > Not sure what you mean. Do you mean the SelectGroupedControls property? It > looks like it can be applied globally or to a specific group. > > Bob S > >> On May 26, 2018, at 14:40 , Brian Milby via use-livecode

Re: How to handle a LSAH in user entered filename on mobile?

2018-05-29 Thread Klaus major-k via use-livecode
; >> On May 20, 2018, at 09:29 , Klaus major-k via use-livecode >> wrote: >> >> Am 20.05.2018 um 18:25 schrieb Klaus major-k via use-livecode >> : >>> >>> Hi friends, >>> the subject says it all :-) >> well, obviously NOT, sorry

Re: How to handle a LSAH in user entered filename on mobile?

2018-05-29 Thread Klaus major-k via use-livecode
es on mobile in the end. > Bob S > >> On May 20, 2018, at 09:25 , Klaus major-k via use-livecode >> wrote: >> >> Hi friends, >> >> the subject says it all :-) >> >> User entered a filename with a SLASH -> ddd/uuu.whatever &g

LC >= 8 no more HC friendly?

2018-05-30 Thread Klaus major-k via use-livecode
Hi friends, I am trying to open some old HyperCard stacks (thanks Jaqueline :-) and LC 8.1.9, 8.1.10 and 9.0 immediately and silently CRASH without notice after selecting hte file in hte open dialog, I only get the macOS crash report. Using LC 5.02, I can open the stacks without problem, except t

Re: LC >= 8 no more HC friendly?

2018-05-30 Thread Klaus major-k via use-livecode
x27;d be quite pissed if not! :-D > On Wed, May 30, 2018 at 7:55 AM, Klaus major-k via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Hi friends, >> >> I am trying to open some old HyperCard stacks (thanks Jaqueline :-) >> and LC 8.1.9, 8.1.10

CRASH after entering "put the hostnametoaddress" into MSG

2018-05-31 Thread Klaus major-k via use-livecode
Hi friends, I entered the above mentioned WRONG syntax into the message box of LC 9 and LC silently crashes without notice!? On my Mac. Just like with the HyperCard stacks yesterday. No problem in LC 8.1.10 and 5.02, where I get "Compilation error..." Anyone seen this? Could you please try this

Re: CRASH after entering "put the hostnametoaddress" into MSG

2018-05-31 Thread Klaus major-k via use-livecode
Hi Hakan, > Am 31.05.2018 um 11:14 schrieb ha...@exformedia.se: > > Crash here! > > LC 9.0.0 / Mac OS 10.13.4 > On 31 May 2018, 10:42 +0200, How to use LiveCode > , wrote: >> >> put the hostnametoaddress thanks, that makes two so far :-) Anyone else seeing this? Best Klaus -- Klaus Major

Re: CRASH after entering "put the hostnametoaddress" into MSG

2018-05-31 Thread Klaus major-k via use-livecode
least three occurences of that inconvenience before I report it. Done: <https://quality.livecode.com/show_bug.cgi?id=21321> > Best, > Panos > -- > > On Thu, May 31, 2018 at 11:07 AM, Klaus major-k via use-livecode > wrote: > Hi Hakan, > > > Am 31.05.2018 um 1

Re: CRASH after entering "put the hostnametoaddress" into MSG

2018-05-31 Thread Klaus major-k via use-livecode
Hi Clarence, > Am 31.05.2018 um 13:09 schrieb Clarence Martin via use-livecode > : > > I don't know if this helps: > I tried this on a Windows 10 computer with LC 9 and got: > " Script compile error: > Error description: Handler: bad command" it helps insofar that this is obiously a Mac thing.

scrollerdidscroll, but WHAT has bee scrolled?

2018-06-02 Thread Klaus major-k via use-livecode
Hi friends, this interesting question came up in the german LC forum. If you have 2 native scrollers on a card, how do you differ in the "scrollderdidscroll" handler WHICH one has been actually scrolled? Know what i mean? I would have exspected an appropriate parameter pContolID like in "mobil

Re: scrollerdidscroll, but WHAT has bee scrolled?

2018-06-02 Thread Klaus major-k via use-livecode
egards, > > Mark. > > Sent from my iPhone > >> On 2 Jun 2018, at 13:04, Klaus major-k via use-livecode >> wrote: >> >> Hi friends, >> >> this interesting question came up in the german LC forum. >> >> If you have 2 native s

Re: Open recent File Menu

2018-06-08 Thread Klaus major-k via use-livecode
Hi terence, > Am 08.06.2018 um 17:44 schrieb Terence Heaford via use-livecode > : > > For the life of me I cannot remember how to clear this menu? ... set the cRecentStackPaths of stack "revpreferences" to empty ... > Most Mac Apps have a Clear Menu item at the foot of the drop down menu, why

Dark Mode in macOS Mojave, any thoughts from the mothership?

2018-06-14 Thread Klaus major-k via use-livecode
Hi friends, the subject says it all, thanks for any insights! Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage you

Re: Navbar widget limitations

2018-06-20 Thread Klaus major-k via use-livecode
Hi Andrew, > Am 20.06.2018 um 21:31 schrieb Andrew Bell via use-livecode > : > > I've had growing frustration with adding items and changing itemNames of new > items in the Navigation Bar widget. Today I finally took the time to attempt > and recreate/troubleshoot the issue which led me to fil

Re: Navbar widget limitations

2018-06-20 Thread Klaus major-k via use-livecode
Hi Andrew, > Am 20.06.2018 um 21:44 schrieb Klaus major-k via use-livecode > : > > Hi Andrew, > >> Am 20.06.2018 um 21:31 schrieb Andrew Bell via use-livecode >> : >> >> I've had growing frustration with adding items and changing itemNames of new

Re: Navbar widget limitations

2018-06-20 Thread Klaus major-k via use-livecode
Hi Andrew, > Am 20.06.2018 um 21:31 schrieb Andrew Bell via use-livecode > : > > I've had growing frustration with adding items and changing itemNames of new > items in the Navigation Bar widget. Today I finally took the time to attempt > and recreate/troubleshoot the issue which led me to fil

Re: unicode & umlauts

2018-06-21 Thread Klaus major-k via use-livecode
Hi Eric, > Am 21.06.2018 um 17:42 schrieb Eric A. Engle via use-livecode > : > > ... > Another question: in hypercard cmd + . = stop executing script. Is there any > similar command in livecode? even better, the command is identical in Livecode. :-) Best Klaus -- Klaus Major http://www.maj

Re: unicode & umlauts

2018-06-21 Thread Klaus major-k via use-livecode
Hi Bob, > Am 21.06.2018 um 18:23 schrieb Bob Sneidar via use-livecode > : > > If only. ;-) Monsieur? Isn't it? It IS! > Bob S >> On Jun 21, 2018, at 08:59 , Klaus major-k via use-livecode >> wrote: >> Hi Eric, >>> Am 21.06.2018

<    1   2   3   4   5   6   7   8   9   10   >