Re: Memory garbage overrun on windows server

2021-05-27 Thread matthias rebbe via use-livecode
Hi Sean, i am not sure if this helps, but are you using tsNet for sending the emails? If so, could you try to execute the command tsNetClose after each iteration? This should close all existing connections and disable tsNet. To use tsNet again you need to run tsNetInit once to initialize tsNet ag

Re: US Patent and Trademark Office tsNet error problem

2021-05-20 Thread matthias rebbe via use-livecode
Bruce, on the 19th of February this year Charles Warwick posted the following answer to a post (subject: SSL Error - question from Stack Overflow) which described a similar problem. >>> This seems to be an issue which has come up a few times over the years with the curl library. It appears to

Re: LC puts stuff in the trash upon quit!

2021-05-15 Thread matthias rebbe via use-livecode
There is a bug report for this already https://quality.livecode.com/show_bug.cgi?id=21233 > Am 15.05.2021 um 15:46 schrieb Rick Harrison via use-livecode > : > > I have noticed this oddity for a long time. > No other program that I own does this. > > Why is LC so dirty? > > Rick > > __

Re: Really need In App Purchasing for macOS

2021-05-14 Thread matthias rebbe via use-livecode
As LC currently does not support In App Purchase for macOS, why not offering a free "lite" version and a "pro" version that can be purchased. Instead of an In App Purchase option in the free version you could link to the pro version in the app store. > Am 14.05.2021 um 17:27 schrieb Kee Nethe

Re: Updated version of the SignNotarizeHelper stack available

2021-05-07 Thread matthias rebbe via use-livecode
https://dl.qck.nu/?dl=Notarize_an_App_05-2021.pdf - Matthias Rebbe Life Is Too Short For Boring Code > Am 07.05.2021 um 21:20 schrieb matthias rebbe via use-livecode > : > > Dear all, > > i have uploaded an updated version of my SignNotarizeHelper stack. > > I've a

Re: Close & remove from memory - Engine hang

2021-05-07 Thread matthias rebbe via use-livecode
Dear Curry, just to make clear, i've never wrote that i doubted your observations. I just wrote about my observations and asked for a recipe. Not to proof you wrong, but to see if i could replicate and to see if there is something in common, because that maybe would help the Livecode team to fi

Re: Close & remove from memory - Engine hang

2021-05-07 Thread matthias rebbe via use-livecode
> Am 07.05.2021 um 21:18 schrieb Curry Kenworthy via use-livecode > : > > > Matthias: > > > I did not had any hang/freeze. > > > That's good to hear! I have a similar approach to unconfirmed data: > I've never seen Matthias, but I don't rule out his existence either. :) > Believe me i am r

Updated version of the SignNotarizeHelper stack available

2021-05-07 Thread matthias rebbe via use-livecode
Dear all, i have uploaded an updated version of my SignNotarizeHelper stack. I've added package installer support. So it's now also possible to create, sign and notarize a .pkg So now all combinations should be possible: - Sign & Notarize App - Sign & Notarize App&DMG - Sign & Notarize App&PKG

Re: Close & remove from memory - Engine hang

2021-05-07 Thread matthias rebbe via use-livecode
Curry, i am working on macOS 10.14.6 and i cannot remember that i had any "unspecified" hangs/freezes in LC the last weeks or months. I had 2 or 3 hangs when i tested some code that used tsNET, but those hangs were caused more by my code and not by LC. ;) But no hangs when i was just coding or

Re: which entity has to be notarized/stapled?

2021-05-06 Thread matthias rebbe via use-livecode
app inside the package? Or on the other hand, would it > interfere the process, if I would do notarization and stapling at each step? > > Thanks for getting some insight in gatekeepers behaviour. > > @Matthias: perhaps you want to add this information also in you doc in > chapter 7

Re: which entity has to be notarized/stapled?

2021-05-06 Thread matthias rebbe via use-livecode
apling at each step? > > Thanks for getting some insight in gatekeepers behaviour. > > @Matthias: perhaps you want to add this information also in you doc in > chapter 7 / 7.5 to clarify this question? > > Thanks > Tiemo > > -----Ursprüngliche Nachricht- > Von: u

Re: notarizing DMG fails - solved

2021-05-05 Thread matthias rebbe via use-livecode
> enhance it to describe all more detailed. >> >> The Helper Stack will also get an update to support package installers. But >> it takes some time. >> >> >> >>> -Ursprüngliche Nachricht- >>> Von: use-livecode Im Auftrag von >>> matthias reb

Re: notarizing DMG fails - solved

2021-05-05 Thread matthias rebbe via use-livecode
Nachricht- > Von: use-livecode Im Auftrag von > matthias rebbe via use-livecode > Gesendet: Mittwoch, 5. Mai 2021 10:31 > An: How to use LiveCode > Cc: matthias_livecode_150...@m-r-d.de > Betreff: Re: notarizing DMG fails > > Tiemo, > > i think i found the solu

Re: notarizing DMG fails

2021-05-05 Thread matthias rebbe via use-livecode
gt;>> Developer ID Installer : >>> Developer ID Application: >>> >>> Using the Application certificate on the app and pkg and dmg, all >>> codesigning is fine, even when verifying it, but I get the "The binary >>> is not signed" error in the n

Re: notarizing DMG fails

2021-05-05 Thread matthias rebbe via use-livecode
>> when codesigning the pkg "this identity cannot be used for signing code" ??? >> >> All errors are the same, either using the tool "Packages" or creating >> the package on command line by pkgbuild (productbuild is only for >> builing appStor

Re: notarizing DMG fails

2021-05-04 Thread matthias rebbe via use-livecode
tificate, but trying this with codesigning the package, I get the error > "this identitiy cannot be used" > (actually I don't know for what purposes you can use the Installer > certificate) > > > Codesigning and notarizing the apps works fine ... > > Perhaps I'

Re: notarizing DMG fails

2021-05-04 Thread matthias rebbe via use-livecode
Hi Tiemo, but you did not create a .pkg from the a notarized app, did you? You have to create and code sign a .pkg from the code signed, but not notarized, .app and then you have to notarize only the .pkg or the code signed .dmg, if you want to distribute as .dmg. So the steps are 1. code sig

Re: Getting user's IP address in LC Server

2021-05-04 Thread matthias rebbe via use-livecode
Hi Tim, you can use the array variable $_SERVER for it. The variable contains the CGI interface related variables, along with any HTTP_* variables that are available. $_SERVER["REMOTE_ADDR] contains the remote ip address. Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 04.0

Re: iOS push notifications on Windows

2021-04-23 Thread matthias rebbe via use-livecode
Hi, i see that among openssl also curl is used in the shell script. So shouldn't Livecode be able to do the curl stuff with tsNet instead? Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 23.04.2021 um 17:54 schrieb Mark Waddingham via use-livecode > : > > On 2021-04-23 16

Re: Failed to get the keychain item

2021-04-23 Thread matthias rebbe via use-livecode
Tiemo Did you follow Step 7 Addendum 1 which describes how to add your password to the keychain. If you want to, you can call me by phone. It's easier to explain in German. ;) Regards Matthias Von meinem iPhone gesendet > Am 23.04.2021 um 13:14 schrieb Tiemo via use-livecode > : > > Hel

Re: Windows 64 bit LC Still slow

2021-04-14 Thread matthias rebbe via use-livecode
Should 64-bit programs be faster? I thought the advantage of 64bit programs is that they can access more memory (more than 3GB) and that they can perform 64-bit register operations, whatever that is. ;) Matthias Rebbe - Matthias Rebbe Life Is Too Short For Boring Code > Am 14.04.2021 um 21:

Re: We don't need a Player (was Re: New(?) Idea for Standalones)

2021-04-13 Thread matthias rebbe via use-livecode
ccount. I finally ran the Terminal command that returns all the ASCs and my > ASC was different than it was before. > > People who are a member of only one account won't have that problem, but it > took me a long time to figure out what was wrong. Once I had the right ASC > y

Re: We don't need a Player (was Re: New(?) Idea for Standalones)

2021-04-13 Thread matthias rebbe via use-livecode
Jacque, and if put the that NotarizerHelperStack into the plugins folder and if you add the below code to your stack script then you can directly code sign and notarize the created macOS standalone right after it was built. ;) on standaloneSaved pFolderSavedIn if the cRevStandaloneSettings["M

Re: Offtopic: Can anybody create a small DLL for me?

2021-04-12 Thread matthias rebbe via use-livecode
Tiemo, if you do not find a developer for a 64bit .dll you might consider to use a Windows shell command to get a list of all available network adapters, their mac address and their status. getmac /v /FO csv for example returns a list of the Adapters as CSV with a header line getmac /v /NH /F

Re: Change email

2021-04-08 Thread matthias rebbe via use-livecode
Go here http://lists.runrev.com/mailman/listinfo/use-livecode and use the form field at the bottom of that page. - Matthias Rebbe Life Is Too Short For Boring Code > Am 08.04.2021 um 14:39 schrieb B.Cornaz--- via use-livecode > : > > Hello support, > > I’d like to change my email address f

Re: How do you handle 32/64 bit Windows standalones?

2021-04-06 Thread matthias rebbe via use-livecode
Windows 8 was available as 32 and 64 bit. The support for that OS by Microsoft ends 23.01.2023. Windows 10 also was (and maybe still is) available as 32bit and 64 bit. If i recall it correctly starting with Win10 2004 only 64bit OEM versions werereleased. As long as there might be users who

Re: How to get the path to the 'My Livecode' or the plugins folder?

2021-03-31 Thread matthias rebbe via use-livecode
Advanced course (on just this topic) I assumed that it was because > you were using that time to create such a tool. :- ) > > — > Scott > >> On Mar 31, 2021, at 9:48 AM, matthias rebbe via use-livecode >> wrote: >> >> Thanks Bob for the "reminder"

Re: "tsnet (1) Received HTTP/0.9 when not allowed"?

2021-03-31 Thread matthias rebbe via use-livecode
Richard, was there a change in the configuration of your web server recently? Is your web service using php or LC server? I am not sure if this is of help, but there is a debug stack available for tsNET. Maybe the debug information gives you some more information. https://downloads.techstrateg

Re: How to get the path to the 'My Livecode' or the plugins folder?

2021-03-31 Thread matthias rebbe via use-livecode
tPluginsPath & "Navigator.rev" into tFilePath > go stack tFilePath > go stack (the defaultStack) > end mouseUp > > > On Mar 29, 2021, at 4:40 PM, Mark Wieder via use-livecode > mailto:use-livecode@lists.runrev.com>> wrote: > > On 3/29/21 4:06 PM

Re: How to get the path to the 'My Livecode' or the plugins folder?

2021-03-31 Thread matthias rebbe via use-livecode
Thanks Mark, that is exactly what i was looking for. - Matthias Rebbe Life Is Too Short For Boring Code > Am 30.03.2021 um 01:40 schrieb Mark Wieder via use-livecode > : > > On 3/29/21 4:06 PM, matthias rebbe via use-livecode wrote: >> Dear all, >> is there a way to

Re: slow responsiveness on windows - what was it like?

2021-03-31 Thread matthias rebbe via use-livecode
- Matthias Rebbe Life Is Too Short For Boring Code > Am 31.03.2021 um 10:20 schrieb Tiemo via use-livecode > : > > After checking several ideas, Currys hint gave me the right direction. > My Machine has a SSD, but I have all my files on my domain server and was as > ever since "decades" worki

Re: slow responsiveness on windows - what was it like?

2021-03-30 Thread matthias rebbe via use-livecode
Tiemo, one thing that slows down LC regardless of the platform is when the message box contains many lines of text. Do you have Microsoft Defender on your Win10 machine enabled? If so, you could exclude the Livecode program folder from realtime scanning. That could also help. If you experi

Re: How to get the path to the 'My Livecode' or the plugins folder?

2021-03-29 Thread matthias rebbe via use-livecode
, but if you know you have a particular plugin installed, then you > can do > > put the filename of stack "4wDevo" into tmp > > and work from there; e.g. I get > > /Users/alextweedly/Dropbox (Personal)/My Livecode/Plugins/4wDevo.livecode > > Alex. > &g

How to get the path to the 'My Livecode' or the plugins folder?

2021-03-29 Thread matthias rebbe via use-livecode
Dear all, is there a way to get the path to the 'My Livecode' or the 'Plugins' folder? Searched now for more than 40 minutes and did not find anything about it? Is there maybe a hidden variable / property available for this? Regards Matthias - Matthias Rebbe Life Is Too Short For Boring Cod

Re: New(?) Idea for Standalones

2021-03-29 Thread matthias rebbe via use-livecode
Don't blame Microsoft and Apple There is a reason why MS and Apple require such things. It is security. If there weren't any "bad" people who try to hack, hijack or infect our computers using viruses, trojan or other ways, then it wouldn't be necessary either. As a developer I am also not very

Re: How to install tsNet correctly?

2021-03-29 Thread matthias rebbe via use-livecode
Hi Tiemo, please see my answers below. Regards, Matthias > Am 29.03.2021 um 15:24 schrieb Tiemo via use-livecode > : > > Hello, > > it's some time ago, that I build a new install. > > > > On Windows I formerly just copied the "tsNet-x86" dll into the Externals > folder in my runtime dir a

Re: name of web page

2021-03-25 Thread matthias rebbe via use-livecode
Scott, do you want to get the filename of the script that is executing? Then put the filename of me returns the name of the lc script file including the complete path e.g./home//public_html//scott/pagename.lc - Matthias Rebbe Life Is Too Short For Boring Code > Am

Re: [ANN] This Week in LiveCode 259

2021-03-25 Thread matthias rebbe via use-livecode
Jacque, if you use ftps:// and enable use_ssl then the mode is 'FTP over SSL implicit'. If your FTP Server does not support this mode, then you get an error. So it seems your server does only support FTPS explicit and not implicit FTPS implicit is not very common. Most shared hosts support ftp/sf

Re: [ANN] This Week in LiveCode 259

2021-03-24 Thread matthias rebbe via use-livecode
- Matthias Rebbe Life Is Too Short For Boring Code > Am 25.03.2021 um 00:22 schrieb Richard Gaskin via use-livecode > : > > FTP is a great protocol for open-ended traversal of remote file repositories. > > For just transferring a file, scp or rsync with shared keys is a one-liner > via shell()

Re: [ANN] This Week in LiveCode 259

2021-03-24 Thread matthias rebbe via use-livecode
tps:// trueftp over SSL >>> implicit is how tsNet needs the server url - Matthias Rebbe Life Is Too Short For Boring Code > Am 24.03.2021 um 23:44 schrieb matthias rebbe via use-livecode > : > > I've just had a quick look at the document

Re: [ANN] This Week in LiveCode 259

2021-03-24 Thread matthias rebbe via use-livecode
M, matthias rebbe via use-livecode wrote: >> Server scheme use sslis protocol >> ftp:// false ftp >> ftp://. true ftp over SSL explicit >> ftps://

Re: Problem with Script Editor in LC 9.6.2 (rc3)

2021-03-24 Thread matthias rebbe via use-livecode
Henry, i had a similar problem already with previous LC releases. In my case a 3rd party tool called Popclip was the culprit. Popclip is automatically activated as soon as some text is selected. So when i selected text in the editor some strange things happened, for example the whole text was s

Re: [ANN] This Week in LiveCode 259

2021-03-24 Thread matthias rebbe via use-livecode
 - Matthias Rebbe Life Is Too Short For Boring Code > Am 24.03.2021 um 21:47 schrieb J. Landman Gay via use-livecode > : > > On 3/24/21 3:00 PM, matthias rebbe via use-livecode wrote: >> tsNET returns the 'standard' curl error codes. I have bookmarked the >&g

Re: [ANN] This Week in LiveCode 259

2021-03-24 Thread matthias rebbe via use-livecode
Jacque, tsNET returns the 'standard' curl error codes. I have bookmarked the followingurl to get help, if i got stuck with tsNET and its error code. https://curl.se/libcurl/c/libcurl-errors.html - Matthias Rebbe Life Is Too Short For Boring Code > Am 24.03.2021 um 20:39 schrieb J. Landman G

Re: [ANN] This Week in LiveCode 259

2021-03-24 Thread matthias rebbe via use-livecode
- Matthias Rebbe Life Is Too Short For Boring Code > Am 24.03.2021 um 10:45 schrieb matthias rebbe via use-livecode > : > > Sometimes 3 times, because have to projects i create for Win/Mac/Linux and > that several times a month. ___ use-

Re: [ANN] This Week in LiveCode 259

2021-03-24 Thread matthias rebbe via use-livecode
Jacque, > Am 24.03.2021 um 03:32 schrieb J. Landman Gay via use-livecode > : > > I read it today too and it was inspiring, which was the whole point really. A > couple of the footnotes made me laugh. I already make a lot of my own tools > and plugins but I did get some ideas from the book. >

Re: A question for LC and Windows 10 experts

2021-03-23 Thread matthias rebbe via use-livecode
Hi jbv, i have several apps running on Windows 10 (and before that on Vista) that run unattended. Not all on the same machine, but up to 3 standalones per machine. Some standalones are running in the background and the repeating tasks are executed using the "sendto ... in seconds" an

Re: XCode 12.4 not working with LiveCode

2021-03-23 Thread matthias rebbe via use-livecode
Andre, according the release notes of LC 9.6.2 RC3 the following Xcode versions are supported Xcode 8.2 on MacOS X 10.11 Xcode 9.2 on MacOS 10.12 (Note: You need to upgrade to 10.12.6) Xcode 10.1 on MacOS 10.13 (Note: You need to upgrade to 10.13.4) Xcode 11.3 on MacOS 10.14 (Note: You need to

Re: LC Server - Check for Screen size?

2021-03-21 Thread matthias rebbe via use-livecode
/p>"; > txt += "<p>Color resolution: " + screen.pixelDepth + "</p>"; > > document.getElementById("demo").innerHTML = txt; > > > > > > And then put the information into a Javascript cookie and then read the > cooki

Re: LC Server - Check for Screen size?

2021-03-20 Thread matthias rebbe via use-livecode
As Livecode Server runs on the server there is no direct command/function in LC Server available for this task. But you could use Javascript (document.cookie) in your LC Server script to write the screen resolution into a cookie and read that cookie then with your Livecode Server script. -

Re: Help! I'm stuck

2021-03-20 Thread matthias rebbe via use-livecode
or just change all them and wonder what affect that would have on the > integrity of the build process? > > Also, opencard scripts are also called when a stack in launched and I wonder > if those need to be escaped too. > > Best, > Bill > >> On Mar 19, 2021,

Re: Help! I'm stuck

2021-03-19 Thread matthias rebbe via use-livecode
Another thing. I am not sure if your problems are also a result of the following, but you could giv it a try. There was something changed in Standalonebuilder process starting in LC 9.0 or so to fix a problem. But this fix could cause other problems in some situation. While before that fix the

Re: Help! I'm stuck

2021-03-19 Thread matthias rebbe via use-livecode
Hi Bill, i am not an expert for that kind of error message. Too much numbers i do not know what they mean. The text in the error message mentions several time revdebugger. Are you including the RemoteDebugger to your standalone or do you have red breakpoints somewhere in the script which might

Re: How to share a recorded sound on iOS?

2021-03-17 Thread matthias rebbe via use-livecode
> > Seems Messages does not support the .caf file type. > I have to correct this. Sending files to iMessage app through the sharing feature is not possible for all apps, even if they are from Apple. Tried here for example with the File.app from Apple on the iPhone. iMessage is not offered as t

Re: How to share a recorded sound on iOS?

2021-03-17 Thread matthias rebbe via use-livecode
Messages. Seems Messages does not support the .caf file type. I used this code for my test mergPopActivity "Share with...","" ,"file:"&the documents folder &"/output.caf" > > greetings, > > William > > > &

Re: How to share a recorded sound on iOS?

2021-03-17 Thread matthias rebbe via use-livecode
ed mailacoount on your iOS device. > And mailaccounts are not present on the iOS devices that will be used. > > > > greetings, > > William > > > > > Op wo 17 mrt. 2021 om 23:05 schreef matthias rebbe via use-livecode < > use-livecode@lists.runrev.com>

Re: How to share a recorded sound on iOS?

2021-03-17 Thread matthias rebbe via use-livecode
William, what do you mean with sharing? Do you want to connect your iOS device to iTunes on Win/Mac and want to get access to that recorded files in iTunes? If that's the case, then go to the Standalone Settings for your iOS stack, switch to Requirements and check the "File Sharing" option. Th

Re: [ANN] New Book: Development Oriented Development

2021-03-17 Thread matthias rebbe via use-livecode
David, At the bottom of the page at https://payhip.com/features/sell-digital-downloads Payhip writes "We can handle the generation, storage and issuing of keys to protect your software." So it seems there are 2 ways to do this with Payhip. 1. sell a license and the customer gets a download link

Re: [ANN] Release 9.6.2 RC-3

2021-03-17 Thread matthias rebbe via use-livecode
Just out of interest, do you see this just with the Livecode IDE or also with a Livecode standalone? - Matthias Rebbe Life Is Too Short For Boring Code > Am 17.03.2021 um 09:19 schrieb Håkan Liljegren via use-livecode > : > > Ok, after a day or so it creeps back. Unplug extra monitor, restart

Re: Setting Creation Date of file to a past date?

2021-03-14 Thread matthias rebbe via use-livecode
Windows unfortunately does not include such a command line tool, but it should be possible to do that with a powershell command which is executed with the Shell() function. so for example this command here put shell("powershell (ls c:/users/matthias/test.txt).CreationTime = get-date 2019-12-24

Re: mergFTPd example?

2021-03-10 Thread matthias rebbe via use-livecode
ed with 9.6.2 yet but will now be doing so > very soon. I'll look into it tomorrow (it's almost 2 AM here) and see what I > can learn. > > Thanks again - > Phil > > > On 3/10/21 1:47 AM, matthias rebbe via use-livecode wrote: >> Hi Phil, >> i would

Re: mergFTPd example?

2021-03-10 Thread matthias rebbe via use-livecode
Hi Phil, i would say mergFTPd is the easiest way to accomplish that. Did you already check the mergFTP Demo stack which is inside the Livecode app bundle, e.g. here for LC 9.6.2 /Applications/LiveCode Business 9.6.2 (rc 2).app/Contents/Tools/Ext/mergFTPD-1.0.56 You just need to set/select t

Re: tsNet mail message not formatting

2021-03-03 Thread matthias rebbe via use-livecode
il message separately for every single recipient. > > SMTP connections (and tsNetSMTP* commands) are designed to handle multiple > recipients for one e-mail within a single SMTP transfer. > > Regards, > > Charles > >> On 4 Mar 2021, at 9:30 am, matthias rebbe via

Re: tsNet mail message not formatting

2021-03-03 Thread matthias rebbe via use-livecode
Rick, let's say pTO contains one or more email recipients, each in one line pCC contains one or mor cc recipients, each in one line pBCC contains one or more bcc recipients, each in one line tData contains the mime encoded message which includes all To and all CC recipients then you would do

Re: tsNet mail message not formatting

2021-03-03 Thread matthias rebbe via use-livecode
The problem is, put URL file: uses the line endings of the os where the it is executed, even if you have a container/variable with some text and line endings CRLF. As soon as you use put into URL "file:..." the line endings are converted to the default ones of the os where the code is exc

Re: tsNet mail message not formatting

2021-03-03 Thread matthias rebbe via use-livecode
Tried this script here on macOS put "this is line 1"&return &"this is line 2" into tBody put "xx" into tFrom put "xxx...@me.com" into tTo put "Email test" into tSubject put "" into tSettings["username"] put "" into tSettings["password"] put TRUE into tSettings["NO_REUSE"] put "s

Re: Version 1.2 of the mail stack

2021-03-02 Thread matthias rebbe via use-livecode
Do I want the entire folder? > > Do I just want: > > tsNet.bundle > tsNet.dylib > tsnetliburl.livecodescript > > There’s a lot of items. > > Thanks, > > Rick > >> On Mar 2, 2021, at 5:23 PM, matthias rebbe via use-livecode >> wrote: >> >> it

Re: Version 1.2 of the mail stack

2021-03-02 Thread matthias rebbe via use-livecode
>> Am 02.03.2021 um 17:56 schrieb Rick Harrison via use-livecode >>> : >>> >>> Hi Matthias, >>> >>> Ok, I only see mimeEncodeFieldAsMIMEMultipartDocument in >>> com.livecode.library.mime and not in the TsNetLibUrl, so I >>> guess th

Re: Version 1.2 of the mail stack

2021-03-02 Thread matthias rebbe via use-livecode
> I managed to find mime.livecodescript. > > What folder do I need to put it into on my macOS Catalina LC Server? > > Thanks, > > Rick > >> On Mar 2, 2021, at 12:55 PM, matthias rebbe via use-livecode >> wrote: >> >> I would copy the complete

Re: Version 1.2 of the mail stack

2021-03-02 Thread matthias rebbe via use-livecode
brary.mime and not in the TsNetLibUrl, so I > guess that answers that question. > > If I’m incorrect somehow, please let me know. > > Thanks, > > Rick > >> On Mar 1, 2021, at 7:09 PM, matthias rebbe via use-livecode >> wrote: >> >> mimeEncodeField

Re: Version 1.2 of the mail stack

2021-03-01 Thread matthias rebbe via use-livecode
> > Of course field values now become variable values. > > Everything seems fine except: > > put mimeEncodeFieldAsMIMEMultipartDocument(the long id of field > "email_message") into tBody > > How do I get he long id of my VariableEmailMessage into tBody

Re: Parsing properties in Link- and Internet Shortcut files

2021-03-01 Thread matthias rebbe via use-livecode
orks? > > If so, the other possibility is that I have > somehow not filled in one of the fields properly. > Could you supply a better example using > gmail smtp settings or something similar, > or update the documentation? > > Thanks, > > Rick > > >

Re: Parsing properties in Link- and Internet Shortcut files

2021-03-01 Thread matthias rebbe via use-livecode
. Could you supply a better example using gmail smtp settings or something similar, or update the documentation? Thanks, Rick > On Feb 26, 2021, at 10:26 AM, matthias rebbe via use-livecode > wrote: > > > > I tried here to find an "empty" .url file, but w/o succ

Re: Parsing properties in Link- and Internet Shortcut files

2021-02-26 Thread matthias rebbe via use-livecode
I tried here to find an "empty" .url file, but w/o success. My .url files i have collected over the years on my Windows VM are all textfiles. If you could provide a link to such an empty one, i would be really interested to see that. Regarding the .lnk files, which seem to be in a binary form

Re: LC, Mac Mail & Rules

2021-02-24 Thread matthias rebbe via use-livecode
one come up with a > workaround that produces the correct result? > > Thanks! > > Rick > > > >> On Feb 24, 2021, at 10:43 AM, matthias rebbe via use-livecode >> wrote: >> >> Okay, understood. ;) >> >> I've tried here in a VM

Re: LC, Mac Mail & Rules

2021-02-24 Thread matthias rebbe via use-livecode
Just test the Rules part of Mac Mail in Catalina, > to see if an auto reply generates Hexadecimal > numbers in the Subject line. > > Thanks, > > Rick > >> On Feb 24, 2021, at 7:21 AM, matthias rebbe via use-livecode >> wrote: >> >> How do you compose t

Re: Baffling can't create variable message

2021-02-24 Thread matthias rebbe via use-livecode
David, the Text is a property of button "search all". You have to use "set the text" set the text of button "search all" to return & fld "custom" & the text of button "search all" - Matthias Rebbe Life Is Too Short For Boring Code > Am 24.02.2021 um 12:53 schrieb David V Glasgow via us

Re: LC, Mac Mail & Rules

2021-02-24 Thread matthias rebbe via use-livecode
How do you compose the email? Are you using the Mime library for it? Are you using shell() function to send the email after composing or the tsNET external? - Matthias Rebbe Life Is Too Short For Boring Code > Am 24.02.2021 um 04:19 schrieb Rick Harrison via use-livecode > : > > I have a sc

Re: SSL Error - question from Stack Overflow

2021-02-16 Thread matthias rebbe via use-livecode
Could you try tsNetVerifySSLPeer false instead of libURLSetSSLVerification false ? Maybe setting libURLSetSSLVerification does not have any effect on tsNET. - Matthias Rebbe Life Is Too Short For Boring Code > Am 16.02.2021 um 19:06 schrieb Devin Asay via use-livecode > : > > Hi all, >

Re: iOS App just shows Splash Screen the quits

2021-02-16 Thread matthias rebbe via use-livecode
Forgot to mention. I tried with LC 9.6.2 RC 1 & 2 and LC 9.6.1 - Matthias Rebbe Life Is Too Short For Boring Code > Am 16.02.2021 um 17:43 schrieb matthias rebbe via use-livecode > : > > Hi, > > i am working on an app which ran without problems on iOS14.2 on the iPad of a

iOS App just shows Splash Screen the quits

2021-02-16 Thread matthias rebbe via use-livecode
Hi, i am working on an app which ran without problems on iOS14.2 on the iPad of a customer.. Now the customer updated his iPad to iOS 14.4 and now the app crashes after showing up the splash screen. Even a simple app only shows the splash screen at start and the quits. I tried to build the app

Re: LC Roadmap

2021-02-14 Thread matthias rebbe via use-livecode
Every Livecoder who is interested in creating lessons or fixing outdated ones can ask Livecode Support to get access to the Lessons section. Livecode will then create an account and will provide the tools for creating the lessons. At least this was the fact when i asked if i could help. Regard

Re: Codesigning & notarizing

2021-02-05 Thread matthias rebbe via use-livecode
@Marty, Great to hear that you finally got it working. What i do not understand is why the code signed (without entitlements) sample standalone did run w/o crashing here, but on your Macs it crashed, although we are both using the same macOS version. Anyway, using entitlements for code signing

Re: Codesigning & notarizing

2021-02-04 Thread matthias rebbe via use-livecode
Marty, do you experience this problem also with your demo stack and Xcode 11.3? If so, could you create a new standalone from that demo stack and upload it somewhere, so i could download it and try to code sign it here? Btw. Are you code signing for web distribution or Apple store? Regards,

Re: Codesigning & notarizing

2021-02-04 Thread matthias rebbe via use-livecode
The stack is already attached to the bug report. ;) I had some time, so I've used Marty's demo stack and created a standalone and code signed it. I also did not add the entitlements when code signing with App Wrapper 4. The code signed app does not crash at startup. - Matthias Rebbe Life Is

Re: Codesigning & notarizing

2021-02-04 Thread matthias rebbe via use-livecode
Hi Marty, i added a comment to your bug report already. I used your demo stack and cannot replicate the crash. I use App Wrapper 4 to code sign. I code signe for Web distribution, not for App Store or Store installer. I am also on Mojave (10.14.6), but i am using Xcode 11.3 Regards, Matthias

Re: installing and running LC on 'headless' linux server

2021-02-01 Thread matthias rebbe via use-livecode
> Am 01.02.2021 um 10:52 schrieb Ben Rubinstein via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Thanks Mark (and Matthias). That's very useful info which I'll stash for > another time. > > In this case I really don't want to use the LC code over HTTP. It is purely a > utility

Re: Which of the current FTP legends should I be using?

2021-01-31 Thread matthias rebbe via use-livecode
Hi PrestoBruce, just a shot in the dark..., but how did you fill the pData parameter? Did you use put URL "binfile:..." into pData or maybe by mistake put URL "file:" into pData That would explain why the data is corrupted after upload. - Matthias Rebbe Life Is Too Sh

Re: installing and running LC on 'headless' linux server

2021-01-30 Thread matthias rebbe via use-livecode
Is there > somewhere I should look to find explanation of differences/pros/cons of > Server versus IDE editions? > > thank you, > > Ben > > On 29/01/2021 20:30, matthias rebbe via use-livecode wrote: >> Ben, >> is there a reason why you do not install/use Livecod

Re: installing and running LC on 'headless' linux server

2021-01-29 Thread matthias rebbe via use-livecode
Ben, is there a reason why you do not install/use Livecode Server instead of Livecode IDE on your system? You could run livecode scripts directly from shell. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 29.01.2021 um 19:44 schrieb Ben Rubinstein via use-livecod

Re: OT Friendly customers....

2021-01-28 Thread matthias rebbe via use-livecode
ias rebbe via use-livecode > : > > Hi all, > > today i had a really unfriendly email from a customer > and i would like to show what independent developers sometimes have to deal > with. > > First some information... > i am selling a Win/Mac/Linux tool through Fastsp

Re: clipboardData on Mobile?

2021-01-28 Thread matthias rebbe via use-livecode
1.2021 um 09:32 schrieb matthias rebbe via use-livecode > : > > Hi Dan, > > The ClipboardData property is only supported on desktop operating systems. > > If using native fields, then you could let the mobile os copy/paste the > clipboard data. > > But i am

Re: clipboardData on Mobile?

2021-01-28 Thread matthias rebbe via use-livecode
Hi Dan, The ClipboardData property is only supported on desktop operating systems. If using native fields, then you could let the mobile os copy/paste the clipboard data. But i am afraid using a LC to copy/paste to/from Clipboard on mobile is currently not possible. - Matthias Rebbe Life Is

Re: revCopyFolder in LC Server

2021-01-27 Thread matthias rebbe via use-livecode
Neville, revCopyFolder is part of the revCommonLibary which is located in the folder Tools/Toolset/libraries within the LivecodeIDE app bundle (MacOS) or program folder (Windows). The file revCommonLibrary.livecodescript is not included in the LivecodeServer Installation files by default. You

Re: OT Friendly customers....

2021-01-26 Thread matthias rebbe via use-livecode
> William Prothero > http://es.earthednet.org > >> On Jan 26, 2021, at 9:17 AM, matthias rebbe via use-livecode >> wrote: >> >> Hi all, >> >> today i had a really unfriendly email from a customer >> and i would like to show what independen

OT Friendly customers....

2021-01-26 Thread matthias rebbe via use-livecode
Hi all, today i had a really unfriendly email from a customer and i would like to show what independent developers sometimes have to deal with. First some information... i am selling a Win/Mac/Linux tool through Fastspring for years. The software is protected using Zygodact from Jacqueline Land

Re: opened socket in IDE prevents script changes

2021-01-15 Thread matthias rebbe via use-livecode
Thanks Alex. I will keep your advice in mind. Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 15.01.2021 um 18:22 schrieb Alex Tweedly via use-livecode > : > > > On 15/01/2021 14:46, matthias rebbe via use-livecode wrote: >> Alex, >> for a new p

Re: opened socket in IDE prevents script changes

2021-01-15 Thread matthias rebbe via use-livecode
one instance of the LC IDE" > > Your understanding is correct. On the other project (where I didn't have > this current problem) I had half a dozen clients and 1 "server" running in > the IDE. > > On Fri, Jan 15, 2021 at 2:47 PM matthias rebbe via use-liv

Re: opened socket in IDE prevents script changes

2021-01-15 Thread matthias rebbe via use-livecode
Alex, for a new project which should include socket communication i have to prototype a short "demo" and i was already wondering if i need to have running 2 instances of the LC IDE for development. But now you wrote that you had one server and even multiple client stacks opened in LC. So do i

Re: [ANN] Release 9.6.2 RC-2

2021-01-12 Thread matthias rebbe via use-livecode
I am afraid i am at a crossroads now. Unfortunately prices for Mac hardware increased over the years. I will definitely not buy a M1 Mac. I will use my iMac as long as i get updates for macOS and will then switch back completely to Windows. Most of the software i am using is available for macOS

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