I didn't received any survey email either, nore in spam, though I got three
other livecode newsletters in October.
Tiemo
-Ursprüngliche Nachricht-
Von: use-livecode Im Auftrag von Devin
Asay via use-livecode
Gesendet: Freitag, 22. Oktober 2021 20:03
An: How to use LiveCode
Cc: Devin A
, Tiemo via use-livecode wrote:
> When you build a standalone, the inclusions can't be detected
> automatically, when the stack is pw protected.
>
> I am working with pw protected stacks and have copied manually the
> needed externals in my externals folder on windows or in the
Hello,
When you build a standalone, the inclusions can't be detected automatically,
when the stack is pw protected.
I am working with pw protected stacks and have copied manually the needed
externals in my externals folder on windows or in the app bundle on mac from
the beginning of the days.
nd-standalone-builder>
Regards,
Matthias
> Am 27.09.2021 um 13:48 schrieb Tiemo via use-livecode
> mailto:use-livecode@lists.runrev.com>>:
>
> I am trying again to ask, if anybody knows this warning (see below) or
> even has a solution?
>
> Thanks
>
> Tiem
I am trying again to ask, if anybody knows this warning (see below) or even
has a solution?
Thanks
Tiemo
-Ursprüngliche Nachricht-
Von: use-livecode Im Auftrag von
Tiemo via use-livecode
Gesendet: Mittwoch, 8. September 2021 12:07
An: LiveCode User Liste senden
Cc: toolb
ound this, I've ended up at Bug 23117
<https://quality.livecode.com/show_bug.cgi?id=23117> which I have added a new
comment to regarding the script editor. Since this has been around since 9.0.0,
I can't imagine it being repaired any time soon.
Sean
On Tue, 21 Sept 2021 at 09:00
Hello,
beside the horrible IDE performance in general (windows 10, fast machine) I
often have the issue, that the line number doesn't gets updated when
scrolling the code in the IDE. Which is e.g. annoying when scrolling to a
compilation error line. You have to click the mouse into the code, to
The response of the IDE on Windows is harrowing slow. It's definitely no fun
and is chilling for every newbe!
I tried all tweaks without result.
For me the hassle started with LC 7 (if I remember right)
Tiemo
-Ursprüngliche Nachricht-
Von: use-livecode Im Auftrag von Ben
Rubinstein v
Hi there,
I get a warning when building a standalone on Win: "Windows x86-32, external
No externals.txt config file found for enhancedwin"
I am using the enhancedwin dll and have put the externals.txt into the
following folders:
* \MyDevelopingFolder\Externals\
* C:\Users\myAccoun
Hello,
I am testing to migrate a mySQL database from 5.7 to 8. I am using PHP code
between my LiveCode program and the db. This PHP code is pretty old and was
actually written by somebody else.
Since mySQL 8 deprecated some charactersets and collations, the following
query in my PHP is not any
T NAMES 'utf8'"
After that try to fetch data.
The retrieved data has then to be decoded with
textDecode(tRetrievedData,”UTF8”)
e.g.
put textDecode(tRetrievedData,"UTF8") into fld "Name"
Regards,
Matthias
> Am 07.07.2021 um 12:02 schrieb Tiemo via use-livec
Hello folks,
I have a DB hosted on AWS and need to move it from mySQL 5.6 to 5.7 because
of AWS restrictions.
In this context I am doing tests and also tried to see what my programs
(LiveCode > PHP > mySQL) say about mySQL 8.
For this I imported a current 5.6 dump into a mySQL 5.7 and into a
. Juni 2021 14:05
An: How to use LiveCode
Cc: Mark Waddingham
Betreff: Re: AW: AW: codesigning FAILS with Umlaute
On 2021-06-18 11:47, Tiemo via use-livecode wrote:
> Strangely enough, codesigning and notarizing a package with umlauts
> still works and is verified by Apple.
> Since code
gliche Nachricht-
Von: use-livecode Im Auftrag von Tiemo
via use-livecode
Gesendet: Donnerstag, 17. Juni 2021 15:04
An: 'How to use LiveCode'
Cc: toolb...@kestner.de
Betreff: AW: AW: codesigning FAILS with Umlaute
If it is codesign or the shell, the weird thing is, that Apple broke it.
C
ot support Unicode.
See https://quality.livecode.com/show_bug.cgi?id=22334
Perhaps this will be incentive for LC to fix this bug.
On 6/17/2021 3:02 AM, Tiemo via use-livecode wrote:
> Hello Mark,
>
> thank you for jumping in with your expertise - it works! I appreciate
> your effort
3
An: How to use LiveCode
Cc: Mark Waddingham
Betreff: Re: codesigning FAILS with Umlaute
On 2021-06-16 16:28, Tiemo via use-livecode wrote:
> Any idea? please no stories about your doctor experiences .
>
So I asked Ian to have a look into this - my first thought was that we were
missin
ences for that. Also in the Standalone Settings, you should be able to
provide a different name than the mainstack for the resulting app.
Bob S
> On Jun 16, 2021, at 24:51 , Tiemo via use-livecode
> wrote:
>
> Hello Ludovic,
>
> thank you for your idea!
>
> I didn&
Hello,
My Umlaut problem seems to be getting worse. I could build a standalone of
my umlaut app with LC Version 9.5 (9.6.1 and 9.6.2 failed, see my last
post).
But now trying to codesign fails. First I tried to codesign with Matthias
helper stack (as in the past) and the process fails with
use-livecode
>>>>> wrote:
>>>>>
>>>>> A man went to see hist doctor for a problem with his shoulder. He
>>>>> told the doctor, "When I move my arm like this, my shoulder really
>>>>> hurts!" They doctor re
: building standalone FAILS with German Umlaute in app name
> Le 15 juin 2021 à 15:19, Tiemo via use-livecode
> a écrit :
>
> Hello,
>
>
>
> macOS 11.2.3, LC 9.6.1 and 9.6.2
>
>
>
> when the app name has German Umlaute, building a standalone fails with
German Umlaute in app name
A man went to see hist doctor for a problem with his shoulder. He told the
doctor, "When I move my arm like this, my shoulder really hurts!" They doctor
replied, "Well, don't do that!"
:-)
Bob S
> On Jun 15, 2021, at 06:19 , Tiem
Hello,
macOS 11.2.3, LC 9.6.1 and 9.6.2
when the app name has German Umlaute, building a standalone fails with the
error:
Adding ad-hoc signature failed.
Too many open files in subcomponent
myÖApp.app/Contents/MacOS/myÖApp.app
This was working for the last years without any problem
Hello,
I am on macOS 11.2.3 and the systemversion shows 10.16.0?
It shows the same at least going back to 8.1.7
Do I have to multiply the systemversion by 1.1053 to get the real one?
Tiemo
___
use-livecode mailing list
use-liveco
Hello,
LC 9.6.1 macOS 11.2.3
when trying to close and remove a file from memory I get the known window
"really remove the stack file stack?" with the options "cancel" & "OK"
Both options are non responsible, nothing happens.
I still can navigate thru the file menu (with the above dialog s
he lesson just to complex and i should divide it in multiple parts to
make it easier to understand?
Matthias
> Am 06.05.2021 um 11:19 schrieb Tiemo via use-livecode
> mailto:use-livecode@lists.runrev.com>>:
>
> I found an answer to my question here
> https://developer.ap
a lot more here:
https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution
Tiemo
-Ursprüngliche Nachricht-
Von: use-livecode Im Auftrag von Tiemo
via use-livecode
Gesendet: Donnerstag, 6. Mai 2021 10:28
An: 'How to use LiveCode'
Cc: toolb...@
ebbe via use-livecode wrote:
>>> Am 05.05.2021 um 11:10 schrieb Tiemo via use-livecode
>>> :
>>>
>>> Thank you all for helping my lost soul in Apples notarizing nirvana
>>>
>>> Tiemo
>>>
>>> P.S.
>>> Matthias, pe
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 schri
ort/expiration/
Kind regards,
Panos
--
On Tue, 4 May 2021 at 19:02, Tiemo via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Hi Matthias,
>
> still struggeling ...
>
> I have two developer certificates in my keychain:
> Developer ID Installer :
> Developer
bbe (x)"
--component "/users/matthias/LC/builts/test/test.app" /Applications
"/users/matthias/downloads/MyPackager.pkg"
But maybe it was just the wrong installer certificate
Regards
Matthias
-
Matthias Rebbe
Life Is Too Short For Boring Code
> Am 04.0
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 Rebbe
Life Is Too Short
Hello,
I have signed and notarized several apps with Matthias tool - successful
Then I packaged theses apps with Packages and signed the package via
terminal - successful
Then I put the pkg into a dmg via DMG canvas and signed the dmg via
terminal - successful
Then I uploaded the dmg for no
got from Apple should have a link where you can
> view the log.
>
> Cheers,
> Panos
> --
>
> On Mon, 3 May 2021 at 13:02, Tiemo via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
>> Hello,
>>
>>
>>
>> I successfully signe
Hello,
I successfully signed a dmg and wanted to notarize it via terminal with
Matthias codesigning guidelines:
xcrun altool -type osx --notarize-app --primary-bundle-id
"de.kestner.dgslernupdate.dmg" --username "" --password
"" --file
"/Users/tiemohollmann/Desktop/DGSlern_Update_1.0.0.4.dmg"
schrieb Tiemo via use-livecode
> :
>
> Hello,
>
>
>
> I am trying to notarize an app the first time.
>
> I followed Matthias exquisite LiveCode guideline for codesigning and
> notarizing and am using his nice helper tool.
>
> I created an app specific passw
Hello,
I am trying to notarize an app the first time.
I followed Matthias exquisite LiveCode guideline for codesigning and
notarizing and am using his nice helper tool.
I created an app specific password online in my Apple-ID account and put it
into the preferences of the notarize tool of Mat
10:43, Tiemo via use-livecode
> wrote:
>
> Hello,
>
>
>
> over ten years ago, I included a windows dll into one of my main LC
> programs, which was created by a programmer, to whom I no more have
> any contact.
>
> The dll only has one single function, it
Hello,
over ten years ago, I included a windows dll into one of my main LC
programs, which was created by a programmer, to whom I no more have any
contact.
The dll only has one single function, it reads all MAC addresses from the
device with all related informations, like name and kind of addr
safest bet.
> On 6 Apr 2021, at 10:36, Tiemo via use-livecode
> wrote:
>
> Hello,
>
>
>
> When creating a Windows standalone, are you still creating the 32Bit
> standalone or only anymore 64 Bit Versions of your products?
>
> I know, that Microsoft doesn
Hello,
When creating a Windows standalone, are you still creating the 32Bit
standalone or only anymore 64 Bit Versions of your products?
I know, that Microsoft doesn't delivers 32 Bit Versions anymore since 2020,
but I didn't found statistics about the current shares of 32/64 Bit Windows
Syste
like?
-
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
>
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" working directly on my server.
Working over my gigabit network is what the newer LC versions don't like
anymore. Copying all files
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
Matthias
> Am 30.03.2021 um 14:12 schrieb Tiemo via use-livecode
:
>
> Hello,
>
> working wit
Hello,
working with LC 9.6 on a fast win 10 machine the responsiveness of the IDE
on every mouseclick or other action is almost not acceptable slow.
I know that this issue has come up again and again over the years, but I
just don't find the right search terms in the list archive.
I know, there
: matthias_livecode_150...@m-r-d.de
Betreff: Re: How to install tsNet correctly?
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.
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 and everything was fine.
When looking into the LC install dir on C:\programs\runrev\ there is a
\Ext\tsNet_Indy_1.4.2\ folder with quite som
years ago...
http://runtime-revolution.278305.n4.nabble.com/where-does-revsecurity-dll-comes-from-td4691453.html
Regards,
Matthias
-
Matthias Rebbe
Life Is Too Short For Boring Code
> Am 11.05.2020 um 18:34 schrieb Tiemo via use-livecode
> :
>
> You got it!
> I have installed L
os or Mark Waddingham could answer this better.
Matthias
-
Matthias Rebbe
Life Is Too Short For Boring Code
> Am 11.05.2020 um 17:58 schrieb Tiemo via use-livecode
> :
>
> Hi Matthias,
> thank you for bringing me on the right track. I forgot myself, that I
> changed my co
> -
> Matthias Rebbe
> Life Is Too Short For Boring Code
>
>> Am 11.05.2020 um 12:04 schrieb Tiemo via use-livecode
:
>>
>> Hello,
>>
>>
>>
>> I haven't worked on this old program for a year or more, last with LC
9.0.2.
>&g
Hello,
I haven't worked on this old program for a year or more, last with LC 9.0.2.
It uses several externals on Windows, which are located in the standard"
folder "Externals" within the stack folder.
When I now open it with LC 9.0.2 or 9.5.1 the externalPackages of the stack
is empty.
I sear
Hello,
I have some LC front end software, calling PHP scripts going on a SQL db.
The PHP scripts are not made by me and they are about 10 years old. I have
to upgrade the PHP version on the webserver of my hosting provider from 7.1
to 7.4 and within my test environment I am getting some PHP er
51 matches
Mail list logo