Re: Problems with (ask and answer) dialogs with LC 10 on Windows 11

2024-12-16 Thread Klaus major-k via use-livecode
Hi Mark and all, > Am 03.12.2024 um 09:06 schrieb Mark Waddingham via use-livecode > : > On 2024-11-29 12:53, Klaus major-k via use-livecode wrote: >> Hi friends, >> a friend of mine has recently upgraded to Windows 11 and now has this >> problem: >> All (ask

Re: Problems with (ask and answer) dialogs with LC 10 on Windows 11

2024-12-03 Thread Klaus major-k via use-livecode
Hi Mark, > Am 03.12.2024 um 09:06 schrieb Mark Waddingham via use-livecode > : > > On 2024-11-29 12:53, Klaus major-k via use-livecode wrote: >> Hi friends, >> a friend of mine has recently upgraded to Windows 11 and now has this >> problem: >> All (a

Problems with (ask and answer) dialogs with LC 10 on Windows 11

2024-11-29 Thread Klaus major-k via use-livecode
Hi friends, a friend of mine has recently upgraded to Windows 11 and now has this problem: All (ask and answer) dialogs appear in the background and not in front as exspected. Clicking in any IDE window will cause this "block (?)" beep, and he must use ALT-Tab until the dialog finally comes to

Re: addIcon(pName,pSVG,pCodepoint) Where is the icon?

2024-10-17 Thread Klaus major-k via use-livecode
ld take care of that somehow... ;-) > Brian Milby > br...@milby7.com > >> On Oct 17, 2024, at 9:12 AM, Klaus major-k via use-livecode >> wrote: >> >> Hi all, >> >> yesterday I successfully added a custom SVG icon via: >> ... >> get addicon

Re: addIcon(pName,pSVG,pCodepoint) Where is the icon?

2024-10-17 Thread Klaus major-k via use-livecode
Hi all, yesterday I successfully added a custom SVG icon via: ... get addicon("fontawesome/metronom",tPath,0) ... Today I opened the stack where i used that icon and it is gone? Do I need to save the icon/library somehow? Or what can/need I do to have this icon "stick" in the library and appear

Re: addIcon(pName,pSVG,pCodepoint) what is the CODEPOPINT?

2024-10-16 Thread Klaus major-k via use-livecode
: MESSAGE So this is at least irritating... > Bob S > > > On Oct 16, 2024, at 5:11 AM, Klaus major-k via use-livecode > wrote: > > Is actually a FUNCTION and not a HANDLER as the dictionary states!? Best Klaus -- Klaus Major https://www.major-k.de ht

Re: addIcon(pName,pSVG,pCodepoint) what is the CODEPOPINT?

2024-10-16 Thread Klaus major-k via use-livecode
Hi all, > Am 16.10.2024 um 13:47 schrieb Klaus major-k via use-livecode > : > ... > just found an LC lessons for adding icons and Panos advised to use 0 (ZERO) as > the codepoint if not using any "FontAwesome" icons. > > So I wrote: > ... > put the te

Re: addIcon(pName,pSVG,pCodepoint) what is the CODEPOPINT?

2024-10-16 Thread Klaus major-k via use-livecode
Hi all, > Am 16.10.2024 um 13:39 schrieb Klaus major-k via use-livecode > : > > Hi all, > > I wanted to add a SCV icon, I have a name and the SVG PATH, > but what do I need to enter for the CODEPOINT? > > addIcon(pName,pSVG,pCodepoint) > > Thanks for any hi

addIcon(pName,pSVG,pCodepoint) what is the CODEPOPINT?

2024-10-16 Thread Klaus major-k via use-livecode
Hi all, I wanted to add a SCV icon, I have a name and the SVG PATH, but what do I need to enter for the CODEPOINT? addIcon(pName,pSVG,pCodepoint) Thanks for any hint! Best Klaus -- Klaus Major https://www.major-k.de https://www.major-k.de/bass kl...@major-k.de _

Re: What video formats work on Windows?

2024-10-14 Thread Klaus major-k via use-livecode
Hi Mark, > Am 14.10.2024 um 13:08 schrieb Mark Waddingham via use-livecode > : > > On 2024-10-14 10:12, Klaus major-k via use-livecode wrote: >> don't have a license yet, so is the Windows player object "en par" with the >> Mac version now? >> Espe

Re: What video formats work on Windows?

2024-10-14 Thread Klaus major-k via use-livecode
Hi Mark, > Am 14.10.2024 um 09:49 schrieb Mark Waddingham via use-livecode > : > > On 2024-10-13 18:08, Colin Holgate via use-livecode wrote: >> The end goal is to be able to run a standalone, and some cards will have an >> external video file to play. >> As that doesn’t work, I have a card in

Re: What video formats work on Windows?

2024-10-13 Thread Klaus major-k via use-livecode
Hi Colin, > Am 13.10.2024 um 21:18 schrieb Colin Holgate via use-livecode > : > > A button with the same script, on top of the player, doesn’t work. same on a Mac! > But off to the side it does work. That makes it seem like on Windows the > video is an extra object that is placed on top of ev

Re: What video formats work on Windows?

2024-10-13 Thread Klaus major-k via use-livecode
Hi Colin, > Am 13.10.2024 um 20:46 schrieb Colin Holgate via use-livecode > : > > Your script doesn’t work either. sorry, my fault, of course your script is correct. I should not answer in a hurry... > My script works fine on Mac, where it can play MP4 files. Hm, it should work, no idea why t

Re: What video formats work on Windows?

2024-10-13 Thread Klaus major-k via use-livecode
Hi Colin, > Am 13.10.2024 um 20:27 schrieb Colin Holgate via use-livecode > : > > I found an online converter that can change MP4 to WMV, and the video looks > ok, and plays in LiveCode. Scripts seem not to work though. > Would you expect this to be able to pause or play a WMV in a Player objec

Re: What video formats work on Windows?

2024-10-13 Thread Klaus major-k via use-livecode
Hi Colin, > Am 13.10.2024 um 19:08 schrieb Colin Holgate via use-livecode > : > > The end goal is to be able to run a standalone, and some cards will have an > external video file to play. > As that doesn’t work, I have a card in LC 10.0 authoring, where a Player > object is linked to a local

Re: Clipping a group by script

2024-10-12 Thread Klaus major-k via use-livecode
Hi Tom, > Am 12.10.2024 um 21:11 schrieb Tom Glod via use-livecode > : > > Klaus, > > its > > set the layerClipRect ... "layerClipRect"? To be honest I never heard this before, so thanks a bunch! :-D > On Sat, Oct 12, 2024 at 2:16 PM Klaus majo

Re: Clipping a group by script

2024-10-12 Thread Klaus major-k via use-livecode
Hi Randy, > Am 12.10.2024 um 20:09 schrieb Randy Hengst via use-livecode > : > > What about something like this? what exactly?  > > take care, > randy > > >> On Oct 11, 2024, at 11:34 AM, Klaus major-k via use-livecode >> wrote: >> >>

Re: Forum down? Or just for me? 8-)

2024-10-12 Thread Klaus major-k via use-livecode
e. aha, thanks for the fast info! > Best Regards, > > Heather > > Heather Laine > Customer Services Manager > LiveCode Ltd > www.livecode.com > >> On 12 Oct 2024, at 10:40, Klaus major-k via use-livecode >> wrote: >> >> Hi all, >>

Forum down? Or just for me? 8-)

2024-10-12 Thread Klaus major-k via use-livecode
Hi all, I get: Forbidden You don't have permission to access this resource.Server unable to read htaccess file, denying access to be safe Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

Re: Clipping a group by script

2024-10-11 Thread Klaus major-k via use-livecode
Hi Bob, > Am 11.10.2024 um 18:29 schrieb Bob Sneidar via use-livecode > : > > Understood, but if he wants to set the rect of the group so that all the > objects fit inside it, or at least from top to bottom, he should be able to > get the rect of the group, then set the second and fourth items

Re: Clipping a group by script

2024-10-11 Thread Klaus major-k via use-livecode
Hi Craig and Bob, > Am 11.10.2024 um 18:24 schrieb Craig Newman via use-livecode > : > > Bob. > I do not know why Klaus wants to truncate his groups, yes, because that is nobodys business but mine! :-D > but I suspect it has nothing to do with fitting them onto the card. Exactly. > Craig >

Re: Clipping a group by script

2024-10-11 Thread Klaus major-k via use-livecode
al, the top of the group stays put, and the bottom is truncated, so > that is half the battle. If I then play with the scroll of the group, I can > control the visible portion. > > Craig > >> On Oct 11, 2024, at 6:17 AM, Klaus major-k via use-livecode >> wrote: >&

Clipping a group by script

2024-10-11 Thread Klaus major-k via use-livecode
Hi friends, I want to clip a group by script but cannot get it to work!? See this image, it shows what i want to achieve: I want the content of the group to be clipped at the top and bottom. No problem when resizing manually but no dice by script so fa

Re: [[ ANN ]] Release of 10.0.0 STABLE and 10.0.1 RC-1

2024-10-09 Thread Klaus major-k via use-livecode
Hi Panos, wonderful, thank you! > Am 09.10.2024 um 15:50 schrieb panagiotis merakos via use-livecode > : > Dear list members, > We are pleased to announce the release of LiveCode 10.0.0 STABLE and > LiveCode 10.0.1 RC-1. > - LiveCode 10.0.0 comes with 116 new features and bugfixes since the > pr

Re: Combo box issues?

2024-09-23 Thread Klaus major-k via use-livecode
Hi Jacque, > Am 23.09.2024 um 23:44 schrieb J. Landman Gay via use-livecode > : > > Has anyone found issues with a combo box button on MacOS Sequoia? A client > says the menu pops down okay but when clicking an item it does not show up in > its field. I'm still on an older version of the OS an

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

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: 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, > 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-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-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
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

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

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 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
----------- > 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, > 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
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
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 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: 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

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

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

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

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

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-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

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

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

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

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-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

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

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 >> >>

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

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

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

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

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

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 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: 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,

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

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: 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, > 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-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-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

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.

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

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" > .

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

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

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

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

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

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

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

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

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

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.

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

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

Re: Google new API 33 requirements

2023-10-19 Thread Klaus major-k via use-livecode
Hi Panos, > Am 19.10.2023 um 11:42 schrieb panagiotis merakos via use-livecode > : > > Hello Klaus, > > *>Does that mean I have to select -> 13 (API 33) as the * > *Minimum Android Version in the STAB?* > > Nope, if you select "13 (API 33)" in the android standalone application > settings

  1   2   3   4   5   6   7   8   9   10   >