Re: Default cursor

2023-05-07 Thread matthias rebbe via use-livecode
I just did a quick test. I downloaded a svg from Font Awesome website and imported it using "Import as Control -> image file " from file menu. After that i could access that image and set the cursor to it. But you have to resize the image to your preferred size either after importing or at least

Re: iOS 16.4.1 breaks connection with LiveCode test feature

2023-04-28 Thread matthias rebbe via use-livecode
Mark, Mike's comment made me think and i installed 16.4.1 on my iPhone and was able to successfully test an LC iOS app with Xcode 14.2 using the Test button in LC 9.6.9. Regards, Matthias > Am 28.04.2023 um 02:41 schrieb Mark Talluto via use-livecode > : > > Hello everyone, > > There may

Re: iOS 16.4.1 breaks connection with LiveCode test feature

2023-04-28 Thread Matthias Rebbe via use-livecode
I think Mark is speaking of the On The Fly deployment in LC that is not working anymore with 16.4 to 16.4.2 and Xcode 14.2 Von meinem iPad gesendet > Am 28.04.2023 um 15:20 schrieb Mike Kerner via use-livecode > : > > well, my main test ipad is running 16.5, and i'm using xc 14.2 > no

Re: Custom property retrieval incorrect

2023-04-27 Thread matthias rebbe via use-livecode
I just created a stack in LC 10DP5 without setting any property and run put the cVersion of this stack while the stack was show as the target in messagebox and it returned 1.0.4 When i do this in 9.6.9 it returns 3.0.9. And now if i repeat it in 10DP5 it returns also 3.0.9 without having

Re: more then 1 browser widget in a web standalone?

2023-04-24 Thread matthias rebbe via use-livecode
ode > : > > On 2023-04-24 15:46, matthias rebbe via use-livecode wrote: >> I can now confirm that more than one Browser Widget will work in Web >> standalones, but not all URLs that work in LC IDE or Desktop standalones >> will work in Web standalones. >> For example th

Re: more then 1 browser widget in a web standalone?

2023-04-24 Thread matthias rebbe via use-livecode
:18 schrieb matthias rebbe via use-livecode > : > > Hi, > does any one know if it should be possible to use more than one Browser > Widget in a Web standalone? > Currently i only get 1 browser widget display in the Web standalone. >

more then 1 browser widget in a web standalone?

2023-04-23 Thread matthias rebbe via use-livecode
Hi, does any one know if it should be possible to use more than one Browser Widget in a Web standalone? Currently i only get 1 browser widget display in the Web standalone. Regards, Matthias ___ use-livecode mailing list

Re: Android 13?

2023-04-22 Thread matthias rebbe via use-livecode
he release notes need to be updated. > Dan, if you rebuild the app with lc 9.6.9 I think you should be fine. I am > not sure why an app built with 9.6.2 would throw this error, but it has > been a long time since 9.6.2 anyway. > > Cheers, > Panos > > On Sat, Apr 22, 2023, 10:

Re: Android 13?

2023-04-22 Thread matthias rebbe via use-livecode
The release notes of the lates build of LC (LC10DP5 and LC9.6.9) say: "The Android engine supports devices using x86, x86-64, ARM and ARM64 processors. It will run on the following versions of Android: 5.0-5.1 (Lollipop) 6.0 (Marshmallow) 7.x (Nougat) 8.x (Oreo) 9.0 (Pie) 10.0 (Q) 11.0 (R)"

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

2023-04-21 Thread matthias rebbe via use-livecode
of control id sMyControlID > > But now it moves forward anyway! > > My best tips so far: Save often and load the widget via the Extensions Builder > > Happy coding! > >> On 21 Apr 2023, at 23:45, matthias rebbe via use-livecode >> wrote: >> >>

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

2023-04-21 Thread matthias rebbe via use-livecode
in the lower left > corner that said: “Show options”. =-o So then I could select “LiveCode > Script” as format. And tada. Well, LiveCode crashed… > …but still. Can now work from that! > > Thanks anyway! > > :-Håkan > >> On 21 Apr 2023, at 14:02, matthias rebb

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

2023-04-21 Thread matthias rebbe via use-livecode
eCode > Script” as format. And tada. Well, LiveCode crashed… > …but still. Can now work from that! > > Thanks anyway! > > :-Håkan > >> On 21 Apr 2023, at 14:02, matthias rebbe via use-livecode >> wrote: >> >> Hakan, >> >> as far as I kn

Re: Windows and MP3

2023-04-21 Thread matthias rebbe via use-livecode
Just tried here with LC10DP4 on freshly installed Windows 11. The .mp3 plays fine. Regards, Matthias P.s.: Wie war das mit "Aber für heute mach ich Feierabend! " ;) > Am 21.04.2023 um 20:16 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > quick question to Windows User: > Is

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

2023-04-21 Thread matthias rebbe via use-livecode
Hakan, as far as I know you have to create a script only stack and name it for example se.eformedia.widget.MyButton Then add a openControl handler to the script and put the part of your script into it that creates the internal widget controls. Create a resizeControl handler in which you put

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

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

Re: Android SDK Tools Missing

2023-04-10 Thread matthias rebbe via use-livecode
Hello Dan, i am not sure what exactly your problem is. Do you just not see the any SDK Tools listed on the tab or do you just not see the version that you want to install? If the latter then "enable" the option "show package details". This will show all available SDK tools. Regards Matthias

Re: cannot test on my Andoid cellphone!?

2023-03-31 Thread matthias rebbe via use-livecode
Forgot to name the topic of that discussion 'android build "could not encode class bundle"' and was started by Mike Kerner on the 4th of March. > Am 31.03.2023 um 17:57 schrieb matthias rebbe via use-livecode > : > > This was discussed earlier this month already here.

Re: cannot test on my Andoid cellphone!?

2023-03-31 Thread matthias rebbe via use-livecode
This was discussed earlier this month already here. There is already a bug report and a work around available https://quality.livecode.com/show_bug.cgi?id=23570 Regards, Matthias > Am 31.03.2023 um 17:47 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > I added the latest SDKs

Re: [[ ANN ]] New Enhancements Bundle v1.0.31 available

2023-03-31 Thread matthias rebbe via use-livecode
Klaus, did you restart LC already. I had the same problem, but restarting LC solved it and all missing Widgets are now listed. Regards, Matthias > Am 31.03.2023 um 16:28 schrieb Klaus major-k via use-livecode > : > >> >> Am 31.03.2023 um 16:16 schrieb Klaus major-k via use-livecode >> :

New LC lesson : LC Server with Apache on Synology NAS x86 DSM7

2023-03-20 Thread matthias rebbe via use-livecode
Hello, there is a new Livecode lesson available which explains how to install Livecode Server with Apache 2.4 on a Synology NAS with x86 cpu and DSM7. Maybe this is of interest for the one or other.

Re: Tool for mapping and analysing handler dependencies

2023-03-16 Thread matthias rebbe via use-livecode
Wow, thanks for this. Ran it on several projects. Interesting to see the dependencies. Matthias > Am 16.03.2023 um 22:08 schrieb Andreas Bergendal via use-livecode > : > > Hi guys, > > I’ve made a stack/tool that goes through any stacks you throw at it and maps > their script handlers,

Re: Bug in browser widget

2023-03-16 Thread matthias rebbe via use-livecode
Tore, do you have a url i could try? Tried here with a page that has Youtube videos embedded and could not reproduce the error with LC 9.6.9RC2 and 10DP4 on macOS 13.2.1 > Am 16.03.2023 um 10:44 schrieb Tore Nilsen via use-livecode > : > > I have come across a bug in the browser widget. The

Re: REGRESSION in LC 9.6.9rc2

2023-03-07 Thread matthias rebbe via use-livecode
Hello Paul, i added a comment already to your bug report. I tried your sample stack here with macOS13.2 and LC 9.6.9RC2. The dropdown menu appears here when clicking "Build Criteria". Regards, Matthias > Am 07.03.2023 um 19:38 schrieb Paul Dupuis via use-livecode > : > > The one in the

I need to fetch some text from a WP website, but need to login first

2023-02-28 Thread matthias rebbe via use-livecode
Hi, i need to login into a WP website to fetch some specific data. Currently this is done manually in a browser, but i would like to automate it using tsNET external or pure Livecode script. Did anyone already do this with Livecode? Regards, Matthias

Re: Livecode Hosting

2023-02-28 Thread matthias rebbe via use-livecode
se countries would be okay. > jbv > > Le 2023-02-28 08:00, matthias rebbe via use-livecode a écrit : >> I have both 1 Livecode Hosting account and 3 HostM accounts >> I am still very satisfied with Livecode Hosting, >> When Runrev started the On-Rev platform the se

Re: Livecode Hosting

2023-02-28 Thread matthias rebbe via use-livecode
I have both 1 Livecode Hosting account and 3 HostM accounts I am still very satisfied with Livecode Hosting, When Runrev started the On-Rev platform the servers were hosted in France, but that changed some time and now the servers are hosted in the US. But comply with GDPR of the EU i had to

Re: Mobile ask and capitalization

2023-02-27 Thread matthias rebbe via use-livecode
Hi, if am not completely wrong, then autoCapitalizationType is only supported with native fields. To get this working you have to create your own ask dialog. Matthias > Am 28.02.2023 um 00:13 schrieb Dan Friedman via use-livecode > : > > Is it possible to define the autoCapitalizationType

Re: Livecode Hosting

2023-02-27 Thread matthias rebbe via use-livecode
Have a look here https://livecode.com/hosting/ > Am 27.02.2023 um 15:41 schrieb David Bovill via use-livecode > : > > I’m wondering what the current status and plans are with Livecode hosting? > > I have / had lifetime On-Rev hosting - but never really used it preferring > to host myself.

Re: tsNet Email HTML Button?

2023-02-26 Thread matthias rebbe via use-livecode
Rick, did you correctly setup the email for tsNET? There is a function mimeEncodeFieldAsMIMEMultipartDocument() That functions creates multipart content from field text. this make sure that the html and the plain text is correct display in the email. put

Notarizing a standalone with Xcode 13 and 14

2023-02-23 Thread matthias rebbe via use-livecode
Hello, with Xcode 13 Apple introduced a new command line tool (notarytool) which makes Notarizing much easier and more convenient. At least i feel so. ;) For those who are interested There is a new lesson for Xcode 13 and 14 which describe the whole process. The lesson also includes an

OT - NotarizeHelper stack updated (Ventura fix and fix for deprecation message when using Xcode 14)

2023-02-12 Thread matthias rebbe via use-livecode
Hello, i've updated the mrSignNotarizeHelperV3 stack. Under Ventura the automated process was aborted, because the app bundle and all its files still had an empty extended attribute com.apple.provenance. This is fixed now And users of Xcode 14 might have run into the problem that the automated

Re: Anyone else experience this bug?

2023-01-04 Thread matthias rebbe via use-livecode
Tom, does this happen with every stack that contains such a "special" field or only with one stack? What field type is it? Scrolling field, Scrolling list field or table field? I created a stack here with a Scrolling list field, added some lines of text and changed the backgroundcolor of some

Little bit OT - Shouldn't be a Fireside Chat today?

2022-12-28 Thread matthias rebbe via use-livecode
Hi, this is a question to the subscribers of the Fireside Chat meeting. My calendar shows that today should be a Fireside Chat meeting. Was it rescheduled or so? I tried to join, but Zoom keeps telling me it waits for the host to start the meeting... Regards, Matthias

OT - a new release of WinSignHelper for macOS

2022-12-23 Thread matthias rebbe via use-livecode
Hello, i've upgraded my free tool WinSignHelper. For those who do not know what WinSignHelper is... It's a GUI for osslsigncode. Osslsigncode is command line tool that can do the Authenticode signing and timestamping. With it you can code sign Windows applications using an appropriate code

Re: Anyone any experience with Livecode under Ventura?

2022-12-22 Thread matthias rebbe via use-livecode
Hi Simon, do you have a sample stack i could test for you here? To be honest, i have no clue how to access the contacts or the calendar. So a sample stack would be fine. Matthias > Am 22.12.2022 um 10:01 schrieb Simon Knight via use-livecode > : > > Well I've had issues with Ventura and how

Re: Browser widget doesn't display PDF

2022-11-29 Thread matthias rebbe via use-livecode
again. Matthias > > Kind regards, > Panos > -- > > On Tue, 29 Nov 2022 at 18:59, matthias rebbe via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Hello, >> >> i am currently having problems that a browser widget doesn't display a &

Browser widget doesn't display PDF

2022-11-29 Thread matthias rebbe via use-livecode
Hello, i am currently having problems that a browser widget doesn't display a pdf, regardless if remote or local. I just see a white blank page. Sometime an error message comes up telling me that "PDFViewer could not find a compatible version of Adobe Acrobat or Adobe Reader for displaying

Re: [OT] Upgrade to Monterey from Big Sur

2022-11-28 Thread matthias rebbe via use-livecode
vergreen Information Services > rdim...@evergreeninfo.net > > > -Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf > Of matthias rebbe via use-livecode > Sent: Monday, November 28, 2022 2:27 PM > To: How to use LiveCod

Re: [OT] Upgrade to Monterey from Big Sur

2022-11-28 Thread matthias rebbe via use-livecode
I think under software updates only the newest os version is listed. The older versions need to be downloaded from the App Store Does this link work for you to download Monterey. https://apps.apple.com/us/app/macos-monterey/id1576738294?mt=12 > Am 28.11.2022 um 20:09 schrieb Ralph DiMola via

Re: iOS Profiles and CertificateSigningRequest.certSigningRequest

2022-11-25 Thread Matthias Rebbe via use-livecode
Hello Klaus, I used the same file for both certificates. Von meinem iPhone gesendet > Am 25.11.2022 um 18:18 schrieb Klaus major-k via use-livecode > : > > Hi all, > > I am currently workung through these lessons: >

Re: Anyone any experience with Livecode under Ventura?

2022-11-13 Thread matthias rebbe via use-livecode
I forgot to mention that the part with the "multiple drives defined for Time Machine" is valid for all macOS versions, not just Ventura. > Am 13.11.2022 um 23:36 schrieb matthias rebbe via use-livecode > : > > As Jacque has written, but > > in Ventura you ca

Re: Anyone any experience with Livecode under Ventura?

2022-11-13 Thread matthias rebbe via use-livecode
As Jacque has written, but in Ventura you can decide if the backup shall be done only manually, every hour, every day or every week. And if you have defined more than one drive for the Time Machine backups and if you have them all connected at the same time to your computer then the first

Date formats macOS Ventura

2022-11-08 Thread matthias rebbe via use-livecode
Hello, Mark Clark's post 'LC Date Conversions post 2035 [OT ish]" made me play a little bit with 'the date' in LC. I have macOS Ventura installed and noticed that the system date had a 2 digit year in LC. So i went to the Control Pane to customize the date format. Unfortunately I had to

Re: screen guides (?) disappeard?

2022-11-04 Thread matthias rebbe via use-livecode
Was that ever available in LC <10? Wasn't that only added to 10? But i might be wrong. Regards, Matthias > Am 04.11.2022 um 20:13 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > when and why did this helpful feature disappear? :-( > > Don't know the exact term, but I mean

Re: [ANN] Release 9.6.9 RC-2

2022-11-04 Thread matthias rebbe via use-livecode
a which is > required for the engine to run among the different architecture binaries. > So such standalones will be smaller than previous versions. > > Kind regards, > Panos > -- > > > On Fri, 4 Nov 2022 at 18:07, matthias rebbe via use-livecode < > use-livecode@l

Re: [ANN] Release 9.6.9 RC-2

2022-11-04 Thread matthias rebbe via use-livecode
For testing I just built for macOS Intel. > Am 04.11.2022 um 16:54 schrieb panagiotis m via use-livecode > : > > Hello Matthias, > > What platform is your standalone for? Is it multi-arch? > > Kind regards, > Panos > -- > > On Fri, 4 Nov 2022 at 17

Re: [ANN] Release 9.6.9 RC-2

2022-11-04 Thread matthias rebbe via use-livecode
Hello Panos, regarding the smaller size of standalone on macOS, iOS and Android mentioned at the link you provided... With LC 9.6.9 RC1 my standalone is 23.8mb with the RC2 now 23.9mb. I really hoped that the file size would go down back to a size my app had before unicode support was

Re: Really OT, but i need the help of native English speakers

2022-10-31 Thread matthias rebbe via use-livecode
It was the last question... ;) > Am 31.10.2022 um 20:40 schrieb Mark Wieder via use-livecode > : > > On 10/31/22 11:36, matthias rebbe via use-livecode wrote: > >> I do not understand what they are asking me. I really don't get it. >> The question is: >> P

Re: Really OT, but i need the help of native English speakers

2022-10-31 Thread matthias rebbe via use-livecode
ve, if that helps. So, their asking for the role you play in your > use cases for their services. I'm guessing the list will include personas > such as developer, seller, buyer, sysadmin, end-user. > Hope that helps. > Best > Keith > > >> On 31 Oct 2022, at 18:37, matt

Really OT, but i need the help of native English speakers

2022-10-31 Thread matthias rebbe via use-livecode
Hi, i am selling my software through Fastspring. From time to time i get an invitation to answer a survey. Because i am very satisfied with Fastspring i am always happy to answer their surveys. Now i am stumbling over a question i do not understand and Google Translate is also not of great

Re: Export Snapshot (macOS) and XPDF External bugs?

2022-10-27 Thread Matthias Rebbe via use-livecode
Hi Paul, regarding your export problem. How many snapshots per video are created? I just did a 3 tests here with a 123 minutes video (7418646 intervals with a timescale of 1000, .mp4 format) in 9.6.9RC1 and 9.6.8. and used a repeat loop to set the currentTime to create a snapshot on hard disk

Re: Anyone any experience with Livecode under Ventura?

2022-10-25 Thread matthias rebbe via use-livecode
Thanks to all confirming that LC runs fine under Ventura. I've upgraded now and i am now testing Regards, Matthias > Am 25.10.2022 um 19:28 schrieb matthias rebbe via use-livecode > : > > Hi, > > the topic says it all > > Does anyone have already experience wit

Re: Anyone any experience with Livecode under Ventura?

2022-10-25 Thread matthias rebbe via use-livecode
code@lists.runrev.com>: > >> I just opened LC 10 on Ventura with no problem >> >> Cheers >> Roger >> >>> On Oct 25, 2022, at 10:28 AM, matthias rebbe via use-livecode < >> use-livecode@lists.runrev.com> wrote: >>> >>> H

Re: Anyone any experience with Livecode under Ventura?

2022-10-25 Thread matthias rebbe via use-livecode
Thanks Colin, then i will risk it to upgrade. ;) > Am 25.10.2022 um 19:36 schrieb Colin Holgate via use-livecode > : > > I’m using 9.6.3, and it seems to work ok in Ventura. > > > >> On Oct 25, 2022, at 11:28 AM, matthias rebbe via use-livecode >> wrote:

Anyone any experience with Livecode under Ventura?

2022-10-25 Thread matthias rebbe via use-livecode
Hi, the topic says it all Does anyone have already experience with Livecode under Ventura? Are there any known problems/bugs or so? Regards, Matthias ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: LC -> Applescript -> Chrome

2022-10-13 Thread matthias rebbe via use-livecode
> Am 13.10.2022 um 14:15 schrieb jbv via use-livecode > : > > Therefore I have switched to cliclick (https://www.bluem.net/), > whose last update is from 2021 and that is much more easier to use, There is a newer version available. Github lists version 5.1 released 2022-08-14

Re: [OT] new version of InstaMaker Windows /macOS Vine with support for x64 Installers

2022-10-12 Thread matthias rebbe via use-livecode
zip> Windows https://dl.qck.nu/?dl=InstaMaker_Win_x64_Setup.exe <https://dl.qck.nu/?dl=InstaMaker_Win_x64_Setup.exe> Or just visit https://instamaker.dermattes.de <https://instamaker.dermattes.de/> Regards Matthias > Am 11.10.2022 um 12:01 schrieb matthias rebbe via use-liveco

Re: [OT] new version of InstaMaker Windows /macOS Vine with support for x64 Installers

2022-10-12 Thread matthias rebbe via use-livecode
>> I had a similar experience when running InstaMaker inside Parallels Desktop >> running a 64 bit version of Windows 10. InstaMaker’s indeterminant-progress >> indicator began spinning and that was it. I restarted Windows and tried >> again but with the same result. >&

Re: [OT] new version of InstaMaker Windows /macOS Vine with support for x64 Installers

2022-10-11 Thread matthias rebbe via use-livecode
Hi again, for those who might have downloaded the Wine version of InstaMaker and ran into an error saying that the app is damaged and should be moved into the Trash... The DMG is okay, but due to the nature of the complete Wine file, which does not need Wine to be installed on your Mac, it is

Re: on-rev mail server

2022-10-11 Thread matthias rebbe via use-livecode
Unfortunately i am not on Silica, but on Quartz. So i could just test with "my" server. I am able to login. So it is not a general problem, but only one with Silica. Maybe the db server part has problems. Anyway, if you think it's not urgent, then you could send an email to

[OT] new version of InstaMaker Windows /macOS Vine with support for x64 Installers

2022-10-06 Thread matthias rebbe via use-livecode
Dear all, i am happy to announce that an updated version of InstaMaker is available. InstaMaker is a Wrapper for Inno Setup, a free installer for Windows programs. InstaMaker makes it easier to create Installers for your Livecode Windows standalones with Inno Setup. What is new - InstaMaker now

Re: [semi-OT] PDF on the fly

2022-09-15 Thread matthias rebbe via use-livecode
ough. > > Best, > jbv > > Le 2022-09-14 17:00, matthias rebbe via use-livecode a écrit : >> I just tested on quartz.on-rev.com <http://quartz.on-rev.com/> with LC >> Server 9.6.0. >> I've created a textfile with a size of 1mb. >> tested with this scrip

Re: [semi-OT] PDF on the fly

2022-09-14 Thread matthias rebbe via use-livecode
I just tested on quartz.on-rev.com with LC Server 9.6.0. I've created a textfile with a size of 1mb. tested with this script and it worked. I even tested with put header instead of put new header. Which version of Safari do you have? > Am 14.09.2022 um 22:44

Re: [semi-OT] PDF on the fly

2022-09-14 Thread matthias rebbe via use-livecode
I am running 9.6.5 on the server where i tested the script. > Am 14.09.2022 um 21:22 schrieb matthias rebbe via use-livecode > : > > I just checked here with a script i am using for years to provide the > download of a csv file and it still works with Version 15.6

Re: [semi-OT] PDF on the fly

2022-09-14 Thread matthias rebbe via use-livecode
I just checked here with a script i am using for years to provide the download of a csv file and it still works with Version 15.6 (17613.3.9.1.5). Is that the newest version? This is my script: put header "Content-Type: application/text" put header "Content-Length:" & the number of chars of

Re: System Time Zone

2022-09-14 Thread matthias rebbe via use-livecode
> my system time zone. > > Love, Richmond. > > > > > On 14.09.22 18:09, matthias rebbe via use-livecode wrote: >> Does your app has preferences the user can enter? Why not allow him to enter >> also the sudo password? >> You could then use that to execute

Re: System Time Zone

2022-09-14 Thread matthias rebbe via use-livecode
Does your app has preferences the user can enter? Why not allow him to enter also the sudo password? You could then use that to execute the following shell command: put shell("echo | sudo -S /usr/sbin/systemsetup -gettimezone") replace with the password in preferences. No need to use

Re: NAVRAD was: lcb missing manual

2022-09-09 Thread Matthias Rebbe via use-livecode
If you would extract the .lce file, then you could copy the extracted folder to the extension folder. Von meinem iPhone gesendet > Am 09.09.2022 um 19:05 schrieb Mike Kerner via use-livecode > : > > Weird. I thought you could just toss it in the extensions folder. > >> On Fri, Sep 9, 2022

Re: Standalone Application Error

2022-09-06 Thread matthias rebbe via use-livecode
You need at least the xCode command line tools installed. If you have an Apple Developer account, then please see here https://developer.apple.com/download/all/?q=command%20line%20tools to see all avaiables versions of the

Re: BN Guides

2022-08-28 Thread matthias rebbe via use-livecode
Geoff, you can find the most current version here https://forums.livecode.com/viewtopic.php?f=4=31920 Regards, Matthias > Am 28.08.2022 um 19:38 schrieb Geoff Canyon via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Where

Re: BN Guides

2022-08-25 Thread matthias rebbe via use-livecode
Forgot to place the link to the forum where he announced it. https://forums.livecode.com/viewtopic.php?f=4=31920 Matthias > Am 25.08.2022 um 17:33 schrieb matthias rebbe via use-livecode > : > > Bernd Niggemann wrote it. > >> Am 25.08.2022 um 17:25 schrieb Bob Sne

Re: BN Guides

2022-08-25 Thread matthias rebbe via use-livecode
Bernd Niggemann wrote it. > Am 25.08.2022 um 17:25 schrieb Bob Sneidar via use-livecode > : > > Who wrote BN Guides? Very cool, but there is a conflict with Navigator. When > I double-click an object in Navigator to open it's script, I get t he > BNGuides script instead. > > Bob S > > >

Re: Svg Icon Tool

2022-08-25 Thread matthias rebbe via use-livecode
Thank you very much for this great tool. Maybe you add some information to the readme.md what files/folders from the zip have to be copied to the plugins folder. Regards, Matthias > Am 25.08.2022 um 05:22 schrieb Brian Milby via use-livecode > : > > Greetings list! > > A few years ago I

Re: Livecode Builder -how t write to a file?

2022-08-22 Thread matthias rebbe via use-livecode
will refresh, so logging in a file instead of the message box would > be a possibility. > > *command* catchWidgetError pTheError > * write *pTheError to file "xxx" > *end* catchWidgetError > > On Sun, 21 Aug 2022 at 20:59, matthias rebbe via use-livecode < > use-li

Livecode Builder -how t write to a file?

2022-08-21 Thread matthias rebbe via use-livecode
Hi. >From time to time and when time allows i am trying to get used to with >Livecode Builder. For debugging i would like my lcb script to write some debug code to a file, but i really do not see how this can be done. I found the experimental com.livecode.file module and the operator 'the

Re: i wonder what other widgets i'm missing

2022-08-18 Thread matthias rebbe via use-livecode
Normally the release notes of every Livecode version contains also information about newly added widgets. Regarding the PolyGrid and PolyList widgets. They were first released with the Megabundle. They were not available before. The original developer posted a year or so ago in the Livecode FB

Re: Server globals

2022-08-12 Thread matthias rebbe via use-livecode
> Anyway, thanks for the info; no global variables, but file saves look like > they'll work! > > Tim > > On 2022.08.12 21:26, matthias rebbe via use-livecode wrote: >> Hi Tim, >> does the variable have a user specific value or a value, that changes from >>

Re: Server globals

2022-08-12 Thread matthias rebbe via use-livecode
Hi Tim, does the variable have a user specific value or a value, that changes from time to time, but is the same for all users? I've done something some time ago and used a text file on the server which stored that value. In my case the value was not user specific so it was an easy task. If

Re: Code Signing Certificates: Where to put?

2022-08-09 Thread matthias rebbe via use-livecode
My certificates are stored under Login in my Keychain. I created them using Xcode (Preferences/Account) and Xcode installed them directly in Login. So give it a try and move (if this is possible) the certs to Login or just delete the 2 and reinstall them. If you still run into a problem then

Re: megabundle thoughts

2022-08-05 Thread matthias rebbe via use-livecode
I own a Lifetime commercial (Indy) license for all current and future platforms and a current subscription to upgrade my license to the Pro features with Email support. There are 2 items in the bundle i was interested in: the Email parser library and also the PolyGrid widget. The other stuff

Re: Chart widget question

2022-08-03 Thread matthias rebbe via use-livecode
I have here only DP4 to test. Don't you have to use com.livecode.widget.chart as widgetkind? With create widget "myChart" as "com.livecode.widget.chart" set the width of last widget to 250 set the height of last widget to 250 i was able to create a chart. Regards, Matthias > Am

Re: Is Livecode (the company) closed for holiday?

2022-08-03 Thread matthias rebbe via use-livecode
l desk >> owing to some family issues hence cannot answer the phone. I see your ticket >> and it is going to get a response very shortly... I am nearing it in the >> queue. >> >> :) >> >> Best Regards, >> >> Heather >> >> Heather La

Is Livecode (the company) closed for holiday?

2022-08-03 Thread matthias rebbe via use-livecode
Hi, does anyone know if Livecode Ltd. is closed for holiday or so? I am just wondering, my Pro Support request is not answered since Friday and no one can be reached by phone. Regards, Matthias ___ use-livecode mailing list

Re: deleting folders on server with revDeleteFolder

2022-07-17 Thread Matthias Rebbe via use-livecode
I’m not at my desk at the moment, so I cannot give detailed information. But what I know is, that this function/command is included in the rev common library and that library is not included by default in LC Server. You need to copy that library from your LC ide Installation path to your LC

Re: license info

2022-07-15 Thread matthias rebbe via use-livecode
Douglas, If you have a business license, then you have access to the "Advanced Network Layer". LC with Pro Features is the same as the previous Business license. And if you have a current subscription or a lifetime license with lifetime updates, then why don't you download the latest release

Re: Complete Advanced Networking Layer?

2022-07-15 Thread matthias rebbe via use-livecode
According to this overview there https://livecode.com/pro-features/ the following tsNet features are in included in the Pro Features - Non-blocking, asynchronous operations on SFTP, SMTP, SMTPS and SMTP/TLS - SFTP authentication via public key authentication giving the best possible

Re: remoteDebugger error

2022-07-13 Thread matthias rebbe via use-livecode
culprit. > > Thanks though. I am going through the code which sets up sqlYoga so that I > can have multiple database objects and connections instead of just using the > defaults. > > Bob S > > >> On Jul 13, 2022, at 15:44 , matthias rebbe via use-livecode &g

Re: remoteDebugger error

2022-07-13 Thread matthias rebbe via use-livecode
Just a shot in the dark, but the RemoteDebugger is part of the Pro Features Pack. Does your license include that pack? Regards, Matthias > Am 13.07.2022 um 23:50 schrieb Bob Sneidar via use-livecode > : > > Whenever I open my Forms Generator project, I get a dialog pop up saying an > error

Re: MegaBundle whatnot

2022-07-12 Thread matthias rebbe via use-livecode
Livecode Ltd. sent out an email last year to all license holders with information how this change would affect their license. If i recall it correctly then subscriptions with the "old" price model will keep this price also for renewings as long as the subscription does not completely expire or

Re: use-livecode Digest, Vol 226, Issue 8

2022-07-09 Thread matthias rebbe via use-livecode
> Am 10.07.2022 um 01:25 schrieb Mark Clark via use-livecode > : > > Hey, saw your post this am and much appreciated. I sent a request to support > as well. > > Thanks for the assist and confirmation! > > Mark > > It seems that each time I sign up for the bug tracker and or forums my

Re: MegaBundle whatnot

2022-07-09 Thread Matthias Rebbe via use-livecode
Mark, What I forgot. I assume you have a current subscription, right? So why do you not try a newer LC release; one of the new editions without Indy and business in the name? Anything higher than 9.63 should do. Regards Matthias Von meinem iPhone gesendet > Am 08.07.2022 um 21:01 schrieb

Re: MegaBundle whatnot

2022-07-08 Thread matthias rebbe via use-livecode
Mark, that seems to be a problem with Indy and Business licenses. I can reproduce it here with an Indy license. Seems, the Enh.Pack needs to be modified a little bit.;) As you are on digest mode and i do not know when you read this, I've filed a bug already to speed it up a little bit.

Re: Is Anyone on the list still using macOS 10.11?

2022-06-27 Thread matthias rebbe via use-livecode
Thanks to all for your offer to help. I would say 2 testers are enough. ;) So i do not need anymore testers. Regards, Matthias > Am 27.06.2022 um 14:26 schrieb matthias rebbe via use-livecode > : > > Hi, > is there anyone on the list still using macOS 10.10 and would be willi

Re: Is Anyone on the list still using macOS 10.11?

2022-06-27 Thread matthias rebbe via use-livecode
ould be of help. > -- > Scott Morrow > > Elementary Software > (Now with 20% less chalk dust!) > web https://elementarysoftware.com/ > email sc...@elementarysoftware.com > booth1-360-734-4701 > -- > >>

Re: Is Anyone on the list still using macOS 10.11?

2022-06-27 Thread matthias rebbe via use-livecode
uo > mini running 10.10.5. > > Phil Davis > > > On 6/27/22 5:26 AM, matthias rebbe via use-livecode wrote: >> Hi, >> is there anyone on the list still using macOS 10.10 and would be willing to >> test 2 or 3 sample apps for me. >> The apps are jus

Re: Is Anyone on the list still using macOS 10.11?

2022-06-27 Thread matthias rebbe via use-livecode
either of those. > > > On 6/27/2022 8:26 AM, matthias rebbe via use-livecode wrote: >> Hi, >> is there anyone on the list still using macOS 10.10 and would be willing to >> test 2 or 3 sample apps for me. >> The apps are just with one answer dialog. >> >> Th

Re: Is Anyone on the list still using macOS 10.11?

2022-06-27 Thread matthias rebbe via use-livecode
I just noticed that High Sierra and El Capitan are higher then 10.10 I need some one who can test with 10.10. thanks anyway. Regards, Matthias > Am 27.06.2022 um 21:09 schrieb matthias rebbe via use-livecode > : > > Hi Paul, thanks for your offer. > > I have sent y

Re: Is Anyone on the list still using macOS 10.11?

2022-06-27 Thread matthias rebbe via use-livecode
> > > On 6/27/2022 8:26 AM, matthias rebbe via use-livecode wrote: >> Hi, >> is there anyone on the list still using macOS 10.10 and would be willing to >> test 2 or 3 sample apps for me. >> The apps are just with one answer dialog. >> >> There seems

Re: Is Anyone on the list still using macOS 10.11?

2022-06-27 Thread matthias rebbe via use-livecode
ng do you need? > > Good luck! > > Rick > >> On Jun 27, 2022, at 8:26 AM, matthias rebbe via use-livecode >> wrote: >> >> Hi, >> is there anyone on the list still using macOS 10.10 and would be willing to >> test 2 or 3 sample apps for me

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