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
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
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
>
> __
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
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
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
> 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
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
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
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
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
> 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
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
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
>> 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
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'
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
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
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
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
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:
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
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
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
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
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
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"
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
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
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
-
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
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
, 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
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
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
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
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
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
-
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()
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
M, matthias rebbe via use-livecode wrote:
>> Server scheme use sslis protocol
>> ftp:// false ftp
>> ftp://. true ftp over SSL explicit
>> ftps://
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
-
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
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
-
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-
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.
>
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
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
/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
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.
-
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,
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
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
>
> 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
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
>
>
>
&
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>
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
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
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
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
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
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
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
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
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
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
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
>> 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
> 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
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
>
> 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
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
>
>
>
.
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
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
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
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
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
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
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,
>
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
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
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
@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
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,
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
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
> 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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
401 - 500 of 1198 matches
Mail list logo