Re: notarizing DMG fails

2021-05-05 Thread matthias rebbe via use-livecode
Timo, .app -> Developer ID Application .pkg -> Developer ID Installer .dmg -> Developer ID Application - Matthias Rebbe Life Is Too Short For Boring Code > Am 05.05.2021 um 08:56 schrieb Tiemo via use-livecode > : > > Hi Panos, > thanks for jumping in > > I

Re: notarizing DMG fails

2021-05-04 Thread matthias rebbe via use-livecode
installer using terminal command? productbuild --sign --component /Applications example productbuild --sign "Developer ID Installer: Matthias Rebbe (x)" --component "/users/matthias/LC/builts/test/test.app" /Applications "/users/matthias/downloads/My

Re: notarizing DMG fails

2021-05-04 Thread matthias rebbe via use-livecode
using the helper stack and use the .dmg method Is this successful? If so, then also the .dmg is fine Repeat now manually, as .pkg is not supported by the helper stack. 1. code sign .app 2. create .pkg 3. code sign .pkg 4. notarize .pkg Is this successful? Regards, Matthias - Matthias

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

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

Re: Failed to get the keychain item

2021-04-23 Thread matthias rebbe via use-livecode
__ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode - Matthias Rebbe Lif

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

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

2021-04-13 Thread matthias rebbe via use-livecode
Couldn't you search for the ASC provider in the helper stack pressing the "Loupe" icon in the general settings? - Matthias Rebbe Life Is Too Short For Boring Code > Am 14.04.2021 um 01:12 schrieb J. Landman Gay via use-livecode > : > > Cool. Thanks. I do keep No

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

2021-04-13 Thread matthias rebbe via use-livecode
nNotarizeHelperV2" set the label of btn "action" of cd 1 of stack "mrSignNotarizeHelperV2" to "Codesign App, create & codesign DMG, then notarize DMG and staple DMG and App" set the hilite of btn "debugmode" of cd 1 of stack "mrSignNotari

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

2021-04-12 Thread matthias rebbe via use-livecode
/FO csv this one returns the same as the above one, but without a header line This command has to be run with Administrator right, but i am sure your dll also needed Admin rights. Regards, - Matthias Rebbe Life Is Too Short For Boring Code > Am 12.04.2021 um 11:43 schrieb Tiemo via use-livec

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 chang

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

2021-04-06 Thread matthias rebbe via use-livecode
have a 32bit version of Windows running and as long as LC allows to create 32bit Windows standalones, i will create 32bit Windows standalones. Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 06.04.2021 um 11:36 schrieb Tiemo via use-livecode > : > > Hello, >

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

2021-03-31 Thread matthias rebbe via use-livecode
Believe me, it took a little bit longer than just a coffee break. ;) - Matthias Rebbe Life Is Too Short For Boring Code > Am 31.03.2021 um 23:30 schrieb scott--- via use-livecode > : > > Matthias, when I didn’t see you at the Zoom “coffee break” during Panos' > Livecode

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

2021-03-31 Thread matthias rebbe via use-livecode
://downloads.techstrategies.com.au/tsnet/debug_liburl.livecode Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 31.03.2021 um 21:29 schrieb Richard Gaskin via use-livecode > : > > I have an LC app that recently started reporting this error when calling a > web service we wrote:

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

2021-03-31 Thread matthias rebbe via use-livecode
one also right after the standalone building process. So if i get/have this working, I can build standalones and code sign / notarize them with only one click. Regards, - Matthias Rebbe Life Is Too Short For Boring Code > Am 31.03.2021 um 02:25 schrieb Bob Sneidar via use-livecode > : > &

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

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

2021-03-30 Thread matthias rebbe via use-livecode
experience performance problems while in the script editor then you could disable some of the newer options of the SE. While the SE has focus go to the menu Options under Edit and disable the newer options. Maybe this helps a little bit. - Matthias Rebbe Life Is Too Short For Boring Code Regards

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

2021-03-29 Thread matthias rebbe via use-livecode
Thanks Alex, i will try that. I still hope there is a property for this available. But for the meantime your suggestion will do i think. Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 30.03.2021 um 01:26 schrieb Alex Tweedly via use-livecode > : > > Not pretty

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

Re: New(?) Idea for Standalones

2021-03-29 Thread matthias rebbe via use-livecode
w i really prefer secure software. I know that even with those security achievements software is not 100% secure, but more secure than without any notarization/code signing. - Matthias Rebbe Life Is Too Short For Boring Code > Am 29.03.2021 um 19:01 schrieb Roger Guay via

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

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 >

Re: [ANN] This Week in LiveCode 259

2021-03-25 Thread matthias rebbe via use-livecode
FTP ftp://. true FTPeS (ftp over SSL explicit) sometimes also called FTPS explicit ftps:// true FTPS (ftp over SSL implicit) FTPS implicit - Matthias Rebbe Life Is Too Short For Boring Code >

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-

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 documentation

Re: [ANN] This Week in LiveCode 259

2021-03-24 Thread matthias rebbe via use-livecode
the port to 990 then Fetch uses FTPS (FTP over SSL implicit). Btw. it is not granted that an FTP server supports all modes. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 24.03.2021 um 23:25 schrieb J. Landman Gay via use-livecode > : > > On 3/24/21 4:02 PM, ma

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

2021-03-24 Thread matthias rebbe via use-livecode
was selected and so on. Fortunately Popclip allows to exclude apps from being monitored by it, so i just had to add Livecode to the list of apps that should be excluded from PopClip actions. Regards, - Matthias Rebbe Life Is Too Short For Boring Code > Am 24.03.2021 um 22:58 schrieb HENRY L

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

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

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
Scheduler but also a powerful Macro tool. I am using that tool also for years now. A little bit expensive one could say, but worth every cent. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 23.03.2021 um 19:50 schrieb jbv via use-livecode > : > > Hi li

Re: XCode 12.4 not working with LiveCode

2021-03-23 Thread matthias rebbe via use-livecode
are using an other LC version then please check the release notes for that version https://downloads.livecode.com Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 23.03.2021 um 10:50 schrieb Andre Garzia via use-livecode > : > > Hi Folks, > > I ha

Re: LC Server - Check for Screen size?

2021-03-21 Thread matthias rebbe via use-livecode
," put item 1 of tScreenRes to tWidth put item 2 of tScreenRes to tHeight --from here take action according the detected screenresolution. ?> Note: The above script detects and uses the available screen resolution. Regards, - Matthias Rebbe Life Is Too Short For Boring Code > Am

Re: LC Server - Check for Screen size?

2021-03-20 Thread matthias rebbe via use-livecode
. - Matthias Rebbe Life Is Too Short For Boring Code > Am 20.03.2021 um 22:59 schrieb Rick Harrison via use-livecode > : > > I was wondering if there is anyway to check for the > device type or screen size of the connected device > for LC Server so I can serve the correct size s

Re: Help! I'm stuck

2021-03-20 Thread matthias rebbe via use-livecode
for pointing to 9.0.1rc1 release notes yesterday. Regards Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 20.03.2021 um 18:22 schrieb William Prothero via use-livecode > : > > Matthias: > I see that openstack and closestack messages are inhibited during application

Re: Help! I'm stuck

2021-03-19 Thread matthias rebbe via use-livecode
handler https://downloads.livecode.com/livecode/9_0_1/LiveCodeNotes-9_0_1_rc_1.pdf - Matthias Rebbe Life Is Too Short For Boring Code > Am 20.03.2021 um 01:31 schrieb ELS Prothero via use-livecode > : > > It’s mystifying that all messages seem to come from the rev builder scripts, &g

Re: Help! I'm stuck

2021-03-19 Thread matthias rebbe via use-livecode
might cause this? Sometimes it helps to close Livecode, reopen it and try to build the standalone again. But i am sure you did that already. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 20.03.2021 um 00:03 schrieb prothero--- via use-livecode > : > > Fol

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

Re: How to share a recorded sound on iOS?

2021-03-17 Thread matthias rebbe via use-livecode
- Matthias Rebbe Life Is Too Short For Boring Code > Am 18.03.2021 um 00:00 schrieb William de Smet via use-livecode > : > > Hi Matthias, > > Yes I want something like the standard share sheet on iOS. > And for instance I want to share the .WAV file with Apple Messages

Re: How to share a recorded sound on iOS?

2021-03-17 Thread matthias rebbe via use-livecode
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
ot; option. This should allow iTunes to get access to the documents folder. If this is not what you want to do, then please explain it a little bit more. - Matthias Rebbe Life Is Too Short For Boring Code > Am 17.03.2021 um 19:51 schrieb William de Smet via use-livecode > : > &g

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

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 moni

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

2021-03-14 Thread matthias rebbe via use-livecode
ll (ls c:/users/matthias/test.txt).LastWriteTime = get-date 2019-12-24-00:00") - Matthias Rebbe Life Is Too Short For Boring Code > Am 14.03.2021 um 23:28 schrieb Phil Davis via use-livecode > : > > On Mac or Linux you can use the "touch" shell command - not sure if it's

Re: mergFTPd example?

2021-03-10 Thread matthias rebbe via use-livecode
The demo stack should also be found in earlier versions of Livecode as long as they include mergFTPd . Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 10.03.2021 um 10:52 schrieb Phil Davis via use-livecode > : > > Thank you Matthias! I haven't played wi

Re: mergFTPd example?

2021-03-10 Thread matthias rebbe via use-livecode
r the following would be used put URL "binfile:~/desktop/report.xlsx" into URL "ftp://hello:world@192.168.0.25/report.xlsx; Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 10.03.2021 um 08:27 schrieb Phil Davis via use-livecode > : >

Re: tsNet mail message not formatting

2021-03-03 Thread matthias rebbe via use-livecode
Thanks Charles, - Matthias Rebbe Life Is Too Short For Boring Code this might is a relic from times before tsNET. When i started with tsNet i modified existing code and maybe i kept this "bad" behaviour. ;) I used this only for inhouse status and alert emails for up to 5

Re: tsNet mail message not formatting

2021-03-03 Thread matthias rebbe via use-livecode
tsNetSmtpSync(tServer, tFrom, tLine, tData, rOutHeaders, rBytes, tSettings) end repeat The last repeat sends to the BCC recipients. - Matthias Rebbe Life Is Too Short For Boring Code > Am 03.03.2021 um 23:19 schrieb Rick Harrison via use-livecode > : > > Ok, everything is fine o

Re: tsNet mail message not formatting

2021-03-03 Thread matthias rebbe via use-livecode
e the code is excecuted. In case of macOS the line endings are converted from CRLF to CR. If you want to keep the CRLF line endings on macOS then you have to use put into URL "binfile:..." In this case the written data keeps the line endings you used when "filling" the cont

Re: tsNet mail message not formatting

2021-03-03 Thread matthias rebbe via use-livecode
ings) The email body is showing 2 lines in Apple Mail as expected. Could you show your code, at least the coder which you are using to fill/create the message (smtp header and body)? - Matthias Rebbe Life Is Too Short For Boring Code > Am 03.03.2021 um 18:09 schrieb Rick Harrison via use-liv

Re: Version 1.2 of the mail stack

2021-03-02 Thread matthias rebbe via use-livecode
would assume the tsNet.bundle. But there is also a tsNET.dylib file, which according to the suffix belongs also to macOS. I am not sure. Maybe you should copy both of them. But maybe someone could chime in about this. - Matthias Rebbe Life Is Too Short For Boring Code > Am 02.03.2021 um 23

Re: Version 1.2 of the mail stack

2021-03-02 Thread matthias rebbe via use-livecode
, - Matthias Rebbe Life Is Too Short For Boring Code > Am 02.03.2021 um 23:10 schrieb Rick Harrison via use-livecode > : > > Hi Matthias, > > I put mime.livecodescript into the folder with the script that call it. > > I put in the start using “mime.livecodescript” statement. &g

Re: Version 1.2 of the mail stack

2021-03-02 Thread matthias rebbe via use-livecode
When i did test it some time ago, i've put it in the same folder where the livecode server script that used the library was located. - Matthias Rebbe Life Is Too Short For Boring Code > Am 02.03.2021 um 21:05 schrieb Rick Harrison via use-livecode > : > > Hi Matthias, > >

Re: Version 1.2 of the mail stack

2021-03-02 Thread matthias rebbe via use-livecode
tialize tsNET. Regards, Matthias Matthias Rebbe - Matthias Rebbe Life Is Too Short For Boring Code > Am 02.03.2021 um 17:56 schrieb Rick Harrison via use-livecode > : > > Hi Matthias, > > Ok, I only see mimeEncodeFieldAsMIMEMultipartDocument in > com.livecode.library

Re: Version 1.2 of the mail stack

2021-03-01 Thread matthias rebbe via use-livecode
he long id of the templatefield) into tBody LC Server does not include the Mime library, so you'll need to copy the complete Mime library script to your web server and include it in your script. It's late here and i am off for some sleep now. So do not wonder when i reply later. - Matthias Rebbe Life Is

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
n a binary form, did you already see this discussion here? https://stackoverflow.com/questions/397125/reading-the-target-of-a-lnk-file-in-python Someone posted a Python script there which is able to read the target of an .lnk file. May be that is an alternative. Matthias - Matthias Rebbe Life Is

Re: LC, Mac Mail & Rules

2021-02-24 Thread matthias rebbe via use-livecode
Hi Rick, i mixed the version numbers. I tested with 15.3 which is Catalina. There it shows also the behaviour. In Mojave the subjects is not changed and keeps the original value. Please excuse the confusion. - Matthias Rebbe Life Is Too Short For Boring Code > Am 24.02.2021 um 16:50 schr

Re: LC, Mac Mail & Rules

2021-02-24 Thread matthias rebbe via use-livecode
, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 24.02.2021 um 15:15 schrieb Rick Harrison via use-livecode > : > > Hi Matthias, > > The problem is not with the script > because I can reproduce the problem > without using it at all. > > Just 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

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

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

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

iOS App just shows Splash Screen the quits

2021-02-16 Thread matthias rebbe via use-livecode
for iOS13 and 12. Both did not work. Does anyone have an idea what might be wrong? I am working with macOS 10.14.6 and xCode 11.3. - Matthias Rebbe Life Is Too Short For Boring Code ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: LC Roadmap

2021-02-14 Thread matthias rebbe via use-livecode
m means you're doing something right! >>> If people jump on you, they may be hoping for a trampoline effect. >>> But you know trampolines: fun, but one wrong twist = a bad bruise. >>> So don't give up. I'm a fan; hope you keep making interesting posts! >>> >>> Wo

Re: Codesigning & notarizing

2021-02-05 Thread matthias rebbe via use-livecode
is recommended and easy to manage. Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 05.02.2021 um 21:24 schrieb Marty Knapp via use-livecode > : > > After much hair pulling and some help from Matthias I seem to have this > solved. It appears that startin

Re: Codesigning & notarizing

2021-02-04 Thread matthias rebbe via use-livecode
, - Matthias Rebbe Life Is Too Short For Boring Code > Am 04.02.2021 um 23:28 schrieb Marty Knapp via use-livecode > : > > I just updated to Xcode 11.3 and still have the issue. With revzip included, > building with 9.6.2 it works fine *until* I codesign - either with the Levure

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

Re: Codesigning & notarizing

2021-02-04 Thread matthias rebbe via use-livecode
- Matthias Rebbe Life Is Too Short For Boring Code > Am 04.02.2021 um 21:51 schrieb Marty Knapp via use-livecode > : > > No it is not used on startup, it’s for a backup feature that the user > invokes. I am on Mojave and looks like x-code 10.1. Do you think my version &g

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

2021-02-01 Thread matthias rebbe via use-livecode
o any authentication. When installing for "All Users", you will need to run the installer command as an administrator. As the installer is actually a GUI application, it needs to be run slightly differently from other command-line programs. On Windows, the command is: start

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

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

2021-01-30 Thread matthias rebbe via use-livecode
then in the browser. And here's the script in action http://splash21.on-rev.com/index.lc <http://splash21.on-rev.com/index.lc> Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 30.01.2021 um 17:34 schrieb Ben Rubinstein via use-livecode > : >

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

Re: OT Friendly customers....

2021-01-28 Thread matthias rebbe via use-livecode
Hi again, the customer finally replied and for whatever reason the software is working now. ?? But no excuses or so from his side. So in my case it was not scam but just a rude person. Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 26.01.2021 um 18:16 schrieb matth

Re: clipboardData on Mobile?

2021-01-28 Thread matthias rebbe via use-livecode
> But i am afraid using a LC to copy/paste to/from Clipboard on mobile is > currently not possible. was meanto be But i am afraid using a LC script to copy/paste to/from clipboard on mobile is currently not possible. - Matthias Rebbe Life Is Too Short For Boring Code > Am 28.0

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

Re: revCopyFolder in LC Server

2021-01-27 Thread matthias rebbe via use-livecode
sFromUnixPath(quote) && revWindowsFromUnixPath(quote) && "/E /NFL /NDL /NS /NC /NJH /NJS") else get shell ("xcopy /I /E /Y /R" && revWindowsFromUnixPath(quote) && revWindowsFromUnixPath(quote)) end if else get shell ("cp -rf

Re: OT Friendly customers....

2021-01-26 Thread matthias rebbe via use-livecode
that in mind. Thanks. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 26.01.2021 um 18:29 schrieb ELS Prothero via use-livecode > : > > Matthias, > I regularly get emails that threaten to do financial harm if I don’t do some > kind of payment to th

OT Friendly customers....

2021-01-26 Thread matthias rebbe via use-livecode
tails. I even offered a free one2one remote session to do the unlock process for him. Until now i did not receive any answers. Btw. according to his LinkeIn profile he is a Digital Journalist and Web Designer and is working for a US University Anyway. Regards, Matthias - Matthias Reb

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
Bernard, thanks for clarifying. - Matthias Rebbe Life Is Too Short For Boring Code > Am 15.01.2021 um 15:52 schrieb Bernard Devlin via use-livecode > : > > "do i understand it correctly that both, server and client stack, can > communicate with each other using soc

Re: opened socket in IDE prevents script changes

2021-01-15 Thread matthias rebbe via use-livecode
script editor. > > (I know - that's no consolation, but I thought I'd mention it in case 9.6.1 > was an option for you and might just help:-) > > Alex. - Matthias Rebbe Life Is Too Short For Boring Code ___ use-livecode mailing list

Re: [ANN] Release 9.6.2 RC-2

2021-01-12 Thread matthias rebbe via use-livecode
and Windows. Okay Ulysses is one of the programs i will be definitely missing when going back to Windows. But i am sure i will find an alternative. Maybe Obsidian, currently not as good as Ulysses, but i'll see. - Matthias Rebbe > Am 12.01.2021 um 23:29 schrieb Bob Sneidar via use-livec

Re: move cursor to the end of a line in a field

2020-12-23 Thread matthias rebbe via use-livecode
- Matthias Rebbe Life Is Too Short For Boring Code > Am 23.12.2020 um 21:50 schrieb Mark Wieder via use-livecode > : > > On 12/23/20 12:26 PM, Brian Milby via use-livecode wrote: >> To improve on my initial suggestion... >> select after char -1 of field 1 > >

Re: move cursor to the end of a line in a field

2020-12-23 Thread matthias rebbe via use-livecode
- Matthias Rebbe Life Is Too Short For Boring Code > Am 23.12.2020 um 21:26 schrieb Brian Milby via use-livecode > : > > To improve on my initial suggestion... > > select after char -1 of field 1 > or to improve your 2nd suggestion.. select after fld 1 would do

Re: move cursor to the end of a line in a field

2020-12-23 Thread matthias rebbe via use-livecode
Douglas, you can use select after line x of fld y for this. For example to place the cursor after line 3 of fld "text" you would write select after line 3 of fld "text" Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 23.12.2020 u

Re: Backdrop Preference for None

2020-12-16 Thread matthias rebbe via use-livecode
Can't you switch it off using the menu View->Backdrop? Regards Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 16.12.2020 um 23:53 schrieb Roger Guay via use-livecode > : > > I can’t figure out how to set backdrop to none as a preference. I had it > b

Re: return "error" code from standalone compile

2020-12-10 Thread matthias rebbe via use-livecode
https://shapeshed.com/unix-exit-codes/ macOS https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man3/sysexits.3.html Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 10.12.2020 um 05:51 schrieb J. Landman Gay via use-livec

Re: MP3 ID3 tag writer

2020-11-24 Thread matthias rebbe via use-livecode
I just noticed, that the files are not available anymore. I've uploaded a zip archive of those files here https://dl.qck.nu/?dl=MarkSmith.zip - Matthias Rebbe Life Is Too Short For Boring Code > Am 24.11.2020 um 16:59 schrieb matthias rebbe via use-livecode > : > > The lat

Re: Mac standalone install in menu bar

2020-11-24 Thread matthias rebbe via use-livecode
On Mac there is the Mac Status Menu library available in LC9.6 and lower. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 24.11.2020 um 15:24 schrieb Ben Rubinstein via use-livecode > : > > Is it possible to create an using LC that once launched ins

Re: MP3 ID3 tag writer

2020-11-24 Thread matthias rebbe via use-livecode
The late Mark Smith (the Bass Player) had written a library. http://marksmith.on-rev.com/revstuff/files/libID3.zip Here's an overview of his rev stacks: http://marksmith.on-rev.com/revstuff/ - Matthias Rebbe Life Is Too Short For Boring Code > Am 24.11.2020 um 16:36 schrieb Skip Kimpel

Re: Downloading LC9

2020-11-16 Thread matthias rebbe via use-livecode
I am currently downloading LC 9.6.1 Business Mac with a download rate 3,7 - 4,5Mibt/s. Or did you download an other version?. Regards, Matthias Matthias Rebbe Software & Support Externer Datenschutz Bramkampsieke 13 32312 Lübbecke Tel +49 5741 31 +49 160 5504462 Fax: +49

Re: Reading key values in info.plist file iOS or Mac using XML library?

2020-11-12 Thread matthias rebbe via use-livecode
Are you using the xml library for that? Anyway, would you like to share your handler? Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 13.11.2020 um 02:29 schrieb Paul Dupuis via use-livecode > : > > I have an on standaloneSaved handler that reads and write

Re: Reading key values in info.plist file iOS or Mac using XML library?

2020-11-12 Thread matthias rebbe via use-livecode
- Matthias Rebbe Life Is Too Short For Boring Code > Am 13.11.2020 um 01:43 schrieb Bob Sneidar via use-livecode > : > > It is certainly possible! But depending on the complexity of the xml document > it may not be easy. I’ve posted before that I attempted to work with an

Reading key values in info.plist file iOS or Mac using XML library?

2020-11-12 Thread matthias rebbe via use-livecode
Hi, does anyone know if it is possible to use the xml library to read values from an info.plist file? Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Is the DateFormat read only?

2020-11-07 Thread matthias rebbe via use-livecode
figure/set the path where the shared library for your server os is located (see line 3 in the sample script below) 4. load the extension module.lcm (see line 4 in the sample script below) The following script uses the time zone library to output the available time zones " in tTZ put tTZ ?

Re: Basic question: Time Zone Library

2020-11-06 Thread matthias rebbe via use-livecode
ion. Mark Waddingham provided that information here 2 years ago https://www.mail-archive.com/use-livecode@lists.runrev.com/msg97605.html Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 06.11.2020 um 23:29 schrieb David Bovill via use-livecode > : > >

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