Re: on-rev server upgrade-related problems

2020-05-07 Thread matthias rebbe via use-livecode
Phil, you are not mentioning how you do prepare the data which is posted to the server. Which engine is processing your post? PHP or LC Server? In your bug report you are writing "to a large file". How big is "large"? You are posting data to the server to get back the large file, right? Is t

Re: on-rev server upgrade-related problems

2020-05-07 Thread matthias rebbe via use-livecode
What i forgot? Do you use libURLFormData or libUrlMultiPartFormData to format the data in the standard format before it is posted? Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 07.05.2020 um 10:34 schrieb matthias rebbe via use-livecode > : > > Ph

Re: on-rev server upgrade-related problems

2020-05-07 Thread matthias rebbe via use-livecode
Ups, just noticed that i posted question. ;) It was intended to be What i forgot to ask - Matthias Rebbe Life Is Too Short For Boring Code > Am 07.05.2020 um 11:55 schrieb matthias rebbe via use-livecode > : > > What i forgot? > > Do you use libURLFormData or libUrlMu

Re: on-rev server upgrade-related problems

2020-05-08 Thread matthias rebbe via use-livecode
Phil, i´ve answered already to the bug report, but maybe this is also of interest for the others. As i have also accoun ton the same On-Revi as you and did some test. I am sure it´s a tsNet timeout problem. tsNET has several default timeouts. The defaults are 30, 0, 30, 6, 30, 1000

Re: Externals are not loaded

2020-05-11 Thread matthias rebbe via use-livecode
Tiemo, are you using the externals that are included with LC or 3rd party ones? If the latter, did you check the following lesson already about How to use 3rd party Externals? Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 11.05.2020 um 12:04 schrieb Tiemo via u

Re: Externals are not loaded

2020-05-11 Thread matthias rebbe via use-livecode
Sorry, i forgot to add the link. http://lessons.livecode.com/m/4071/l/6347-how-to-install-3rd-party-externals-for-use-in-the-ide-and-standalone-builder - Matthias Rebbe Life Is Too Short For Boring Code > Am 11.05.2020 um 12:22 schrieb matthias rebbe via use-livecode > : > > Tie

Re: Externals are not loaded

2020-05-11 Thread matthias rebbe via use-livecode
changed in LC 9.5 with handling of externals? > > Any idea? > Tiemo > > > -----Ursprüngliche Nachricht- > Von: use-livecode Im Auftrag von > matthias rebbe via use-livecode > Gesendet: Montag, 11. Mai 2020 12:28 > An: How to use LiveCode > Cc: matthias_livecode_150

Re: Externals are not loaded

2020-05-11 Thread matthias rebbe via use-livecode
#x27;t find it anymore in the current > LC setups. Can anybody confirm that this external today is obsolete? > > Thank you > Tiemo > > -Ursprüngliche Nachricht- > Von: use-livecode Im Auftrag von > matthias rebbe via use-livecode > Gesendet: Montag, 11. Mai 2

Re: [ANN] Release 9.6.0 RC-1

2020-05-11 Thread matthias rebbe via use-livecode
> we strongly > recommend disabling automatic update of Xcode or downloading the specific > version of Xcode required directly from the Apple developer portal and > installing it separately. For me as a non-native. English speaker it sounds like this They recommend either "...disabling the auto

Re: Externals are not loaded

2020-05-11 Thread matthias rebbe via use-livecode
:27 schrieb matthias rebbe via use-livecode > : > > Tiemo, you're getting old... ;) > > Six years ago... > http://runtime-revolution.278305.n4.nabble.com/where-does-revsecurity-dll-comes-from-td4691453.html > > > Regards, > > Matthias > > - >

Re: Obtaining URL to latest Stable LC Server

2020-05-20 Thread matthias rebbe via use-livecode
As LC IDE has an integrated update checker, i was sure there is a service running at Livecode website. I´ve ran "Check for updates" from LC´s help menu while running CharlesProxy. The update checker posts requests to "http://livecode.com/livecode/update/livecode"; It first posts some "login" cr

Re: Obtaining URL to latest Stable LC Server

2020-05-20 Thread matthias rebbe via use-livecode
ias rebbe via use-livecode > : > > As LC IDE has an integrated update checker, i was sure there is a service > running at Livecode website. > > I´ve ran "Check for updates" from LC´s help menu while running CharlesProxy. > The update checker posts requests to >

Re: iOS Provisioning Profile issue

2020-05-22 Thread matthias rebbe via use-livecode
Graham, did you check in your Apple developer account if the provisioning profile is still valid? Maybe it has expired. That would explain why it is not working anymore. - Matthias Rebbe Life Is Too Short For Boring Code > Am 22.05.2020 um 10:51 schrieb Graham Samuel via use-livecode > : >

Re: Contacting the on-rev team

2020-05-26 Thread matthias rebbe via use-livecode
You could try on-...@runrev.com At least that is the address the support emails are coming from. - Matthias Rebbe Life Is Too Short For Boring Code > Am 26.05.2020 um 16:07 schrieb Greg Pink Miller via use-livecode > : > > Anyone know a good way of getting ahold of the on-rev support team?

Re: LiveCode Server Under MAMP

2020-05-27 Thread matthias rebbe via use-livecode
Håkan, would you mind if i take your steps and create a detailed Livecode Lesson with it? - Matthias Rebbe Life Is Too Short For Boring Code > Am 27.05.2020 um 17:44 schrieb Håkan Liljegren via use-livecode > : > > Ouch, > > Hit send to early, new try: > > Hi, > > I was trying to get Liv

Re: Code-signed apk fails

2020-05-28 Thread matthias rebbe via use-livecode
Jacque, did you already try to build the .apk without tsNet? This way you could check if tsNET is involved. You need to do the 2 steps before building the .apk 1. executedispatch "revUnloadLibrary" to stack "tsNetLibUrl"in message box (btw. to load it again after building the standalone

Re: Code-signed apk fails

2020-05-28 Thread matthias rebbe via use-livecode
Good to hear that you´ve found the solution. - Matthias Rebbe Life Is Too Short For Boring Code > Am 28.05.2020 um 20:24 schrieb J. Landman Gay via use-livecode > : > > Okay, here are the results of my tests, all done in LC 9.6rc2. > > 1. Keystore: FPMobile.jks, included TSNet: fails to down

Re: iOS builds ignore taps

2020-06-01 Thread matthias rebbe via use-livecode
I am not sure if this will solve your problem, but did you try the touch messages instead? Matthias > Am 01.06.2020 um 21:50 schrieb J. Landman Gay via use-livecode > : > > Has anyone seen this problem? On an iOS build, normal LC controls sometimes > do not respond to mouseUp events. There

Re: checking we are back

2020-06-15 Thread matthias rebbe via use-livecode
Then please reply. ;) > Am 15.06.2020 um 16:58 schrieb Mark Wieder via use-livecode > : > > On 6/15/20 1:26 AM, Heather Laine via use-livecode wrote: >> If you see this, no need to reply. > > ...and if we don't see it? > > -- > Mark Wieder > ahsoftw...@gmail.com > > __

Re: Yet more iOS deployment heartache - finding Xcode SDKs

2020-06-16 Thread matthias rebbe via use-livecode
Graham, first of all the release notes 9.6.0 say that Xcode 11.4 is supported, not 11.5. So i would suggest to download/install Xcode 11.4. You can find older versions of Xcode in the download sections of your developer account. - Matthias Rebbe Life Is Too Short For Boring Code > Am 16.06.20

Re: WebSites made using Livecode.

2020-07-02 Thread matthias rebbe via use-livecode
Some of our customers are using Wordpress and some have websitet that were created the "normal" way by hand or with tools like Dreamweaver or Rapidweaver. But they are also using Livecode server on their sites for special tasks, e.g. webform processing, generating and providing downloads, double-

Re: Redirecting stdout to file on server

2020-07-06 Thread matthias rebbe via use-livecode
Torsten, "the other application" that posts the data to the server should see any error that is returned by the server. So if there is a server error or any error/message returned by Lc Server script. Both should be returned to the application. We are also using Lc Server scripts to process dat

Re: LCGitHubLib deprecation

2020-07-08 Thread matthias rebbe via use-livecode
Sean, i did a Google search for LCGitHubLib and could not find any information about it. What is/was it? - Matthias Rebbe Life Is Too Short For Boring Code > Am 07.07.2020 um 22:01 schrieb Pi Digital via use-livecode > : > > Hey all. > > Just received notification from github that the LC

Re: text to speech android

2020-07-19 Thread matthias rebbe via use-livecode
Hi Klaus, just did a quick successful test on Mac OS 10.14.6 with this script on mouseup speechInitializeLibrary end mouseup on speechLibraryInitialized pSuccess if pSuccess then speechSpeakUtterance "Hallo Klaus" get speechfinalizeLibrary() end if end speechLibraryInitialized

Re: Functions running in IDE, but not running in standalone

2020-07-19 Thread matthias rebbe via use-livecode
Bruce, did you already try the RemoteDebugger to debug your standalone? http://lessons.livecode.com/m/4071/l/698439-using-the-remote-debugger - Matthias Rebbe Life Is Too Short For Boring Code > Am 19.07.2020 um 20:17 schrieb Bruce Pokras via use-livecode > : > > I am having a very frustrat

Re: Functions running in IDE, but not running in standalone

2020-07-20 Thread matthias rebbe via use-livecode
Bruce, i might be wrong, but did you also include SSL&Encryption in StandaloneSettings. If i recall it correctly then SSL&Encryption is needed for https. Regards, - Matthias Rebbe Life Is Too Short For Boring Code > Am 20.07.2020 um 22:28 schrieb Bruce Pokras via use-livecode > mailto:use-live

Re: Functions running in IDE, but not running in standalone

2020-07-20 Thread matthias rebbe via use-livecode
Bruce, and according to the dictionary Internet has to be included to use libURLSetSSLVerification. - Matthias Rebbe Life Is Too Short For Boring Code > Am 20.07.2020 um 23:29 schrieb matthias rebbe via use-livecode > : > > Bruce, > > i might be wrong, but did yo

Re: Functions running in IDE, but not running in standalone

2020-07-20 Thread matthias rebbe via use-livecode
fe Is Too Short For Boring Code > Am 21.07.2020 um 00:28 schrieb Bruce Pokras via use-livecode > : > > Matthias, > > Yes to both Internet and SSL & Encryption libraries. > > So everything should be running just fine, but are not. > > Regards, > > Bruc

Re: Functions running in IDE, but not running in standalone

2020-07-21 Thread matthias rebbe via use-livecode
path and name]”. > No problems with that. > > 2) Savestackrequest message? I do not use that. > > Regards, > > Bruce > >> On Jul 20, 2020, at 7:12 PM, matthias rebbe via use-livecode >> wrote: >> >> Bruce, >> >> i just tried wit

Re: text to speech android

2020-07-22 Thread matthias rebbe via use-livecode
via use-livecode >>> wrote: >>> >>> I notice that although speechGetVoices() provides names that begin with an >>> uppercase letter >>> speechSetVoice() appears to require the name be lowercase for it to work >>> reliably. >>> >

Re: ANN: FieldGroup - a simple rich text editor field.

2020-07-23 Thread matthias rebbe via use-livecode
Hi Alex, this is really a great contribution. Thank you very much. - Matthias Rebbe Life Is Too Short For Boring Code > Am 23.07.2020 um 02:08 schrieb Alex Tweedly via use-livecode > : > > I'd like to announce the Beta (i.e. v0.1) release of my simple rich text > field. Currently it's not on

Re: Functions running in IDE, but not running in standalone

2020-07-23 Thread matthias rebbe via use-livecode
> Am 23.07.2020 um 23:16 schrieb Bruce Pokras via use-livecode > : > > Matthias, > > Thanks so much for all of your advice. > > I actually added tsNet as an inclusion very recently when Curry mentioned it, > thinking it might help. I have eliminated it from my last version. Its use > and

Is "import snapshot" without parameters broken?

2020-07-24 Thread matthias rebbe via use-livecode
Hi, today i've tried to do a screen capture using "import snapshot", but without parameter. Livecode displays a crosshairs cursor, but i am not able to select an area with the mouse. Liveconde freezes then in some way and i have to force quit it.. Is this a bug or did the syntax change for impo

Re: Is "import snapshot" without parameters broken?

2020-07-25 Thread matthias rebbe via use-livecode
Thanks to all that responded. I have found now what is causing the malfunction of the import / export snapshot commands. And i think this is a bug. I have 2 displays connected to my Mac. The main display is on the right. The resolutions are not the same. The main display has a lower one. With

Re: Is "import snapshot" without parameters broken?

2020-07-25 Thread matthias rebbe via use-livecode
splay has a lower resolution and is set on the LEFT in System Preferences and snapshot is taken from the 2nd display - Matthias Rebbe Life Is Too Short For Boring Code > Am 25.07.2020 um 23:52 schrieb matthias rebbe via use-livecode > : > > Thanks to all that responded. >

Re: Lost iOS widget

2020-08-02 Thread matthias rebbe via use-livecode
Graham, if i am not completely wrong then that widget is part of the Mobile Native Essentials Widget Pack. This pack was sold as an additonal pack. Maybe you've purchased that pack and did not install it on your upgraded computer? You should find a download link for that pack in your Livecode A

Re: Building a Windows standalone without tsNet?

2020-08-12 Thread matthias rebbe via use-livecode
As Ralph wrote, execute this in message box > dispatch "revunloadlibrary" to stack tsnetliburl and then build your standalone. - Matthias Rebbe Life Is Too Short For Boring Code > Am 12.08.2020 um 17:59 schrieb Ralph DiMola via use-livecode > : > > Paul, > > Disable: > dispatch "revunloa

Re: Layers in PBrowser

2020-08-12 Thread matthias rebbe via use-livecode
Sean, my answer will not solve your problems with the Project Browser... but did you already try Geoff Canyons Navigator https://gcanyon.wixsite.com/navigator https://www.dropbox

Re: Postgres Connection Issue

2020-08-16 Thread Matthias Rebbe via use-livecode
Did you already try t o remove the https:// from tDatabaseAddress? I am not used with Postgres, but this https would definitely not work when connecting to MySQL. Von meinem iPhone gesendet > Am 16.08.2020 um 07:42 schrieb Todd Fabacher via use-livecode > : > > ocal tDatabaseAddress = "ht

Aw: Postgres Connection Issue

2020-08-16 Thread matthias rebbe via use-livecode
Todd, could you please also remove the 2 slashes? - Matthias Rebbe Life Is Too Short For Boring Code > Am 16.08.2020 um 19:33 schrieb Todd Fabacher via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Thanks Matthias Rebbe for the reply > > Did you already try to remove the https

Re: sending email attachments from Linux works but not in Windows

2020-08-20 Thread matthias rebbe via use-livecode
Heriberto, are you sure that posted code is working on Linux? Anyway, i would say this part of you script is wrong -- Attachments (3) put specialfolderpath("Home") into filepath put "Questions1.zip" into tAttachments[1]["filepath"] put "Questions2.zip" into tAttachments[2]["filepath"] put "Q

Re: Cross Platform Font Layout - current workarounds

2020-08-25 Thread matthias rebbe via use-livecode
Mark, Although i am not the original creator of this topic, I think this really is a very interesting article. But there is a caveeat. The licensing of commercial fonts very often does not allow modification of the font. And if in the rare case the modification is allowed, then normally it is o

Re: Cross Platform Font Layout

2020-08-25 Thread matthias rebbe via use-livecode
👍 - Matthias Rebbe Life Is Too Short For Boring Code > Am 26.08.2020 um 00:43 schrieb J. Landman Gay via use-livecode > : > > Kudos also to Mark Waddingham who calmly delivered supportive info in an even > response, even after reading for days how he and the team are liars, > incompetents, and

Re: Cross Platform Font Layout - current workarounds

2020-08-25 Thread matthias rebbe via use-livecode
Sean, As much i understand the pressure you feel to finalize your project, the less i understand why every post of you sounds rude. What do you want to accomplish with such posts and what do you want to hear from us? You can't expect that everyone on this list shares your opinion. I do not th

Re: Strange behavior between Mysql, MariaDB and SSL.

2020-08-26 Thread matthias rebbe via use-livecode
There are also free MySQL Connectors/ODBC available for different operating systems. The current ones are for Server 8.0,5.7 and 5.6. https://dev.mysql.com/downloads/connector/odbc/ They connectors can be downloaded without the need to be logged in. So no need for an account registration at dev

Re: [Bug 22881] commandKey does not do what it should do on Macintosh

2020-08-27 Thread matthias rebbe via use-livecode
Seems you are really overwhelmed. 3 times posted in the bugbase and once here. Respect! ;) Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 27.08.2020 um 10:34 schrieb Richmond via use-livecode > : > > The blasted bug-thing will not let me post my reply: so here it is, for AL

Re: Strange behavior between Mysql, MariaDB and SSL.

2020-08-27 Thread matthias rebbe via use-livecode
You are correct. But as Heriberto wort, it is an inhouse app, i thought using ODBC connector from Oracle might be better than lowering the security level of the database. - Matthias Rebbe Life Is Too Short For Boring Code > Am 27.08.2020 um 17:40 schrieb Bob Sneidar via use-livecode > : > >

Re: Strange behavior between Mysql, MariaDB and SSL.

2020-08-27 Thread matthias rebbe via use-livecode
Of course it was meant to be "But as Heriberto wrote,.." - Matthias Rebbe Life Is Too Short For Boring Code > Am 27.08.2020 um 17:55 schrieb matthias_livecode_150...@m-r-d.de: > > You are correct. > But as Heriberto wort, it is an inhouse app, i thought using ODBC connector > from Oracle m

Re: Strange behavior between Mysql, MariaDB and SSL.

2020-08-27 Thread matthias rebbe via use-livecode
necting to MySQL using ODBC instead of the built-in LiveCode > MySQL client? > > Best, > Hery > > -----Original Message- > From: use-livecode On Behalf Of > matthias rebbe via use-livecode > Sent: Wednesday, August 26, 2020 10:42 AM > To: How to use LiveCode > Cc:

Re: Possible : stack with transparent backgound?

2020-09-11 Thread matthias rebbe via use-livecode
Thanks for the hint to import the snapshot from the group. I followed Jim's instructions w/o success and was a little disappointed. - Matthias Rebbe Life Is Too Short For Boring Code > Am 12.09.2020 um 00:32 schrieb Marty Knapp via use-livecode > : > > I was just tinkering with this and it wo

Re: THIS group

2020-09-14 Thread matthias rebbe via use-livecode
But which group shall be "this group" if there are nested groups and a script in a button, which is in a "sub" group, uses "this group"? - Matthias Rebbe Life Is Too Short For Boring Code > Am 14.09.2020 um 11:00 schrieb Klaus major-k via use-livecode > : > > Hi friends, > > I just field

Re: OT: change email address

2020-09-16 Thread matthias rebbe via use-livecode
Go here http://lists.runrev.com/mailman/listinfo/use-livecode At the bottom there is a field, where you can enter your current email address. After that press the button 'unsubscribe or edit options' On the nextpage you can login with your email address and your password. On the next page you ca

Some problems with an old stack that gets regular updates

2020-09-23 Thread matthias rebbe via use-livecode
Hello, i have some problems with a stack which i update very often. The stack was created 4 or 5 years ago, maybe even some more years ago. The gets regular updates as my time allows. In Standalone Settings i have set the option to manually select inclusions. I am working with LC 9.6.1, but tr

Re: Some problems with an old stack that gets regular updates

2020-09-24 Thread matthias rebbe via use-livecode
erActive Software | http://www.hyperactivesw.com > On September 23, 2020 6:40:58 PM matthias rebbe via use-livecode > wrote: > >> Hello, >> >> i have some problems with a stack which i update very often. The stack was >> created 4 or 5 years ago, maybe even som

Re: Some problems with an old stack that gets regular updates

2020-09-24 Thread matthias rebbe via use-livecode
et's see, if they can help. Thanks again > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | http://www.hyperactivesw.com > On September 24, 2020 2:28:21 PM matthias rebbe via use-livecode > wrote: > >> Jacque, >>

Re: What DNS to use with QUARTZ

2020-10-01 Thread matthias rebbe via use-livecode
ns1.on-rev.com ns2.on-rev.com ns3.on-rev.com There is also ns1.livecodehosting.com, but its ip is identical to ns3.on-rev.com Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 01.10.2020 um 15:39 schrieb Klaus major-k via use-livecode > : > > Hi all, > > see subj

Re: ICS Generation

2020-10-01 Thread matthias rebbe via use-livecode
I am not sure if this is what you are looking for, but in this forum post Bill Vlahos wrote about a stack he wrote http://forums.livecode.com/viewtopic.php?f=108&t=25046 Here's the direct link to his GitHub repo https://github.com/bvlahos/Scripting-Calendars

Re: ICS Generation

2020-10-01 Thread matthias rebbe via use-livecode
And heres a link to Andre Garzias post about an iCalendar library he created and shared through GitHub http://forums.livecode.com/viewtopic.php?t=32187 - Matthias Rebbe Life Is Too Short For Boring Code > Am 01.10.2020 um 23:22 schrieb matthias rebbe via use-livecode > : > > I am

Re: Slightly OT: downloading Xcode

2020-10-03 Thread matthias rebbe via use-livecode
This would be a saver alternative https://blog.kulman.sk/faster-way-to-download-and-install-xcode/ It uses Aria2 https://formulae.brew.sh/formula/aria2 and a ruby script https://gist.githu

Re: Compress/Decompress Inclustion?

2020-10-07 Thread matthias rebbe via use-livecode
The last sentence in the dictionary for decompress/compress says 'The (de)compress function <> uses the zlib compression library.' So i would say adding 'Revolution Zip" under inclusions should solve your problem. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am

Anyone archived the information from http://andregarzia.com/async.irev

2020-10-11 Thread matthias rebbe via use-livecode
Hi, a very long time ago Andre Garzia posted some useful information about how to use (Livecode) server processes effectively. Unfortunately the link to that information "Spreading the load or why wise developers use asynchronous workflows" http://andregarzia.com/async.irev is not working any

Re: Anyone archived the information from http://andregarzia.com/async.irev

2020-10-11 Thread matthias rebbe via use-livecode
ro > https://earthlearningsolutions.org > >> On Oct 11, 2020, at 2:25 AM, matthias rebbe via use-livecode >> wrote: >> >> Hi, >> >> a very long time ago Andre Garzia posted some useful information about how >> to use (Livecode) server processes eff

Re: Anyone archived the information from http://andregarzia.com/async.irev

2020-10-12 Thread matthias rebbe via use-livecode
Hi Andre, thanks for the offer, but i am sure i found now the complete information. There was also an article written by you in the RevUp newsletter on the 12th of August 2010. Here's the link, if anyone else is interested: http://newsletters.livecode.com/august/issue98/newsletter2.php Regards,

Re: SSL cPanel mySql setup

2020-10-16 Thread matthias rebbe via use-livecode
Hi Sean, there was a discussion a few weeks ago with the topic "Strange behavior between Mysql, MariaDB and SSL." I am not sure if the information in that discussion will solve your problem. Another approach is the following. For security reasons we do not let communicat our LC apps directly wi

Re: SSL cPanel mySql setup

2020-10-17 Thread matthias rebbe via use-livecode
Neville, Can't you install LC Server on your own on your Dreamhost account. I remember there were others on the list or in the forum who were successful with installing LC Server on their Dreamhost account. - Matthias Rebbe Life Is Too Short For Boring Code > Am 18.10.2020 um 01:32 schrieb Nev

Re: Help needed :)

2020-10-19 Thread matthias rebbe via use-livecode
Hi Panos, i just borrowed me an iphone 8 Plus. I can confirm that on the real device the screenrect returns 0,0,375,667 Tried with all 3 variations (ipad, ipod&iphone, ipod/iphone/ipad) and with iOS 10,11,12,13. iOS 14.01 Modell MQ8L2ZD/A Regards, - Matthias Rebbe Life Is Too Short For Bor

Re: Help needed :)

2020-10-19 Thread matthias rebbe via use-livecode
iOS 14 issue. >> >> We are working on adding support for building with Xcode 12 / iOS 14 SDK, >> so once this is ready, I'll test on the iOS 14 simulator. >> >> In the meantime, if anyone has an iPhone 6+/7+/8+ running iOS < 14 and >> would like to

Re: Help needed :)

2020-10-19 Thread matthias rebbe via use-livecode
or Boring Code > Am 19.10.2020 um 17:34 schrieb matthias rebbe via use-livecode > : > > > - > Matthias Rebbe > Life Is Too Short For Boring Code > >> Am 19.10.2020 um 17:17 schrieb panagiotis merakos via use-livecode >> mailto:use-livecode@lists.runrev.com>>:

Re: SQL Show Status

2020-10-19 Thread matthias rebbe via use-livecode
You have to use revDataFromQuery() because that will execute the SQL statement and will return any data that is coming from the DB Server. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 19.10.2020 um 19:41 schrieb Sean Cole (Pi) via use-livecode > : > > Hi Ralph,

Re: POST to https in LC5.0.2 - Error socket closed

2020-10-23 Thread matthias rebbe via use-livecode
You are writing that curl is not an option, because the app shall run under Windows, but there are also Curl builds for Windows available. https://curl.haxx.se/windows/ Regards - Matthias Rebbe Life Is Too Short For Boring Code > Am 23.10.2020 um 06:48 schrieb Sean Cole (Pi) via use-livecode

Re: POST to https in LC5.0.2 - Error socket closed

2020-10-23 Thread matthias rebbe via use-livecode
What i forgot. You can include that version from the url i posted in your standalone using "copy files" in standalone settings, as it has not to be installed. - Matthias Rebbe Life Is Too Short For Boring Code > Am 23.10.2020 um 10:54 schrieb matthias_livecode_150...@m-r-d.de: > > You are writi

Re: Livecode Podcast Player

2020-10-23 Thread matthias rebbe via use-livecode
- Matthias Rebbe Life Is Too Short For Boring Code > Am 23.10.2020 um 10:28 schrieb David Bovill via use-livecode > : > > I can mainly speak for my personal experience, but if I produce this podcast > player, and various libraries for it - then historically I haven't really see > a good way t

Re: POST to https in LC5.0.2 - Error socket closed

2020-10-23 Thread matthias rebbe via use-livecode
Do you have a current commercial license? If so, maybe Support is willing to give you a license for the old 5.x. Regards, Matthias > Am 23.10.2020 um 11:47 schrieb Pi Digital via use-livecode > : > > Hi > > Is there any way I can get Lc5.0.2 unlocked to Enterprise level just so I can > get

Re: Script Editor freezes in Windows 10 (was Can't edit scripts in DataGrid group in Windows 10)

2020-10-23 Thread matthias rebbe via use-livecode
Martin, i am not sure if the freezes are also caused by this, but what Antivirus Software are you using. A 3rd party or Microsoft Defender? If the latter then please try to exclude the Livecode program folder and its support folders (like preferences) from realtime scanning in MS Defender. Ther

Re: POST to https in LC5.0.2 - Error socket closed

2020-10-23 Thread matthias rebbe via use-livecode
Sean, i just reactivated on an VM an old "LC 5.0.2 Complete" license which was similar to the Enterprise license in earlier versions of LC on a Windows I tried to post to a https:// url in 5.0.2 and i got an SSL error. It seems that 5.0.2 does only support the old TLS V1 and newer web servers

Re: Slightly OT: Windows Code Signing

2020-10-26 Thread matthias rebbe via use-livecode
Hi Paul, first of all buying directly through Sectigo is expensive. If you purchase from one of Sectigo's partners you'll get it much cheaper. I've purchased in July a 3year code signing certificate ( not the ELV) for 207 Euro for all 3 years. The certifcate was also delivered by Sectigo. And

Re: VPN and tsNet

2020-10-27 Thread matthias rebbe via use-livecode
I am not sure if this can be done/set in tsNET. As far as i know this is set on the system or router which establish the VPN connection. One would change the default route to the VPN tunnel. That would route all internet traffic through the VPN as long as the VPN connection is established. In

Re: VPN and tsNet

2020-10-27 Thread matthias rebbe via use-livecode
Just want to confirm that using "interface" in the settings array works here. First i've called a LC Server script on a web server without using interface. The script returns the remote ip. put tsNetGetSync("https://.xx/remoteIP.lc",xHeaders,rOutHeaders,rResult,rBytes) It returned my p

Re: VPN and tsNet

2020-10-27 Thread matthias rebbe via use-livecode
Brian, is "Pulse Secure VPN" just a client? If so, i could try test here with our existing VPN. I was on their site and they are offering a free trial, but to be honest, i am not sure what to download. ;) So if you could provide a download link for the client? Regards, Matthias - Matthias Re

Need to track click on a MacStatusMenu without menu items

2020-11-01 Thread matthias rebbe via use-livecode
Hi i am currently working on a Mac OS app which makes use of the MacStatusMenu Library. Now i need a way to track a click on a Mac Status Menu icon which does not have any menu items. Is this somehow possible? Currently i am only able to track the click of a menu item of a Mac Status Menu. But

Re: Need to track click on a MacStatusMenu without menu items

2020-11-02 Thread matthias rebbe via use-livecode
n which posts a callback on the button of the > NSStatusItem. If you want to have a play the library is open source ;-) > > Cheers > > Monte > >> On 2 Nov 2020, at 4:09 am, matthias rebbe via use-livecode >> wrote: >> >> Hi >> >> i am current

Updated NotarizeHelperStack now with entitlements support

2020-11-02 Thread matthias rebbe via use-livecode
Hi, just a quick note that i've upgraded the NotarizeHelperStack in the Livecode lesson https://lessons.livecode.com/m/4071/l/1122100-codesigning-and-notarizing-your-lc-standalone-for-distribution-outside-the-mac-appstore The stack now allows to add entitlements for code signing an app. And i ad

Re: Query large CSV file as a data source?

2020-11-03 Thread matthias rebbe via use-livecode
Couldn't you read the file partially you would open the file for read open file tFile for read then in a repeat loop you could read e.g. 1 lines and process the data read from file tFile for 1 lines Just a thought. - Matthias Rebbe Life Is Too Short For Boring Code

Re: Query large CSV file as a data source?

2020-11-03 Thread matthias rebbe via use-livecode
Keith > >> On 3 Nov 2020, at 13:37, matthias rebbe via use-livecode >> wrote: >> >> Couldn't you read the file partially >> >> you would open the file for read >> >> open file tFile for read >> >> then in a repeat

Re: Query large CSV file as a data source?

2020-11-03 Thread matthias rebbe via use-livecode
n there are left for read Good to know that one can just read in a loop without calculating the loop count first. - Matthias Rebbe Life Is Too Short For Boring Code > Bob S > > >> On Nov 3, 2020, at 7:09 AM, matthias rebbe via use-livecode >> wrote: >> >>

Re: Pass Javascript Session Cookie to LiveCode Variable?

2020-11-04 Thread matthias rebbe via use-livecode
Hi Rick, i just did a quick test and created an html file which wrote a cookie with javascript document.cookie = "username=Rick"; Then in LC Server i used the array $_cookie to read the content of the cookie Doing a put $_Cookie["username"] returned Rick Regards Matthias - Matthias

Re: Pass Javascript Session Cookie to LiveCode Variable?

2020-11-04 Thread matthias rebbe via use-livecode
gt; Thanks for helping! > > Rick > >> On Nov 4, 2020, at 2:04 PM, matthias rebbe via use-livecode >> wrote: >> >> >> document.cookie = "username=Rick"; >> >> >> The

Re: Pass Javascript Session Cookie to LiveCode Variable?

2020-11-04 Thread matthias rebbe via use-livecode
via use-livecode > : > > Hi Matthias, > > Well, that works fine! > > I’ll have to study what I did differently to figure why my method didn’t work. > > Will this work with Session variables too? > > Thanks, > > Rick > >> On Nov 4, 2020, at

Re: Pass Javascript Session Cookie to LiveCode Variable?

2020-11-05 Thread matthias rebbe via use-livecode
stName”] > > stop session > > ?> > > To retrieve the session variable in LiveCode: > > > start session > > put $_SESSION["NewFirstName”] into VarFirstName > > stop session > > ?> > > So, I’m wondering that since we are ab

Re: Pass Javascript Session Cookie to LiveCode Variable?

2020-11-06 Thread matthias rebbe via use-livecode
lient’s web-browser which is why > as users were are always clearing them out. > > So, LiveCode can read Javascript cookies! Yay! > > It’s good enough for now. I’ll revisit Javascript session variables later. > > Thanks for your help! > > Rick > >> On Nov 4,

Re: Basic question: Time Zone Library

2020-11-06 Thread matthias rebbe via use-livecode
Hi, i am not sure if this is still the way how to do it with newer LC Server versions, but at least it still works with LC 9.6.1 First copy the folder of of the time zone library to your server for example into a folder extension Then, to use the library you'll have to put the following 2 line

Re: Is the DateFormat read only?

2020-11-07 Thread matthias rebbe via use-livecode
Alex, i've posted already some info about how to use the time zone library in Livecode server in my comment to David's post "Aw: Basic question: Time Zone Library". Here it is again and a little bit more detailed. 1. copy the folder com.livecode.library.timezone from the LC extensions folder

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 t

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

2020-11-12 Thread matthias rebbe via use-livecode
e of CFBundleDisplayName one line below. This will work as long as the line with the value is directly after the line with the .. values. Thanks. > Bob S > > >> On Nov 12, 2020, at 4:30 PM, matthias rebbe via use-livecode >> wrote: >> >> Hi, &g

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

2020-11-12 Thread matthias rebbe via use-livecode
s an updated > info.plist for my standalone that adds additional document types since the > standalone builder only allows a single document type. > > On 11/12/2020 7:30 PM, matthias rebbe via use-livecode wrote: >> Hi, >> >> does anyone know if it is possible to use

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 5741 3

Re: What's Happening with TactileMedia?

2017-08-24 Thread Matthias Rebbe via use-livecode
Seems he changed his domain name tactilemedia.com redirects to http://scottrossi.design/index.html without problem here Matthias Rebbe +49 5741 31 ‌matthiasrebbe.eu ‌ > Am 24.08.2017 um 20:21 schrieb

Re: What's Happening with TactileMedia?

2017-08-24 Thread Matthias Rebbe via use-livecode
4.08.2017 um 21:15 schrieb Sannyasin Brahmanathaswami via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > OK great.. found it. > > but I guess we get his TMControls2 on the LC site. > > > > > On 8/24/17, 9:00 AM, "use-livecode on be

Re: Video files not showing on my PC (LiveCode 5.5)

2017-08-26 Thread Matthias Rebbe via use-livecode
Hi Francis, i think it depends which version of Mediaplayer is installed on the Windows PC, see an overview which file format is support by which version of Mediaplayer here https://support.microsoft.com/en-us/help/316992/file-types-supported-by-windows-media-player

Re: [OT] Hello World

2017-09-05 Thread Matthias Rebbe via use-livecode
Matthias Rebbe +49 5741 31 ‌wirmachen.software ‌ > Am 05.09.2017 um 20:03 schrieb Richard Gaskin via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > The link is direct to a PDF (a format which is not entirely without its risks > I suppose) but isn't

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