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

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.

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

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

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

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: Help needed :)

2020-10-19 Thread matthias rebbe via use-livecode
4 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 check wha

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, ipod/iphone/ipad) and with iOS 10,11,12,13. iOS 14.01 Modell MQ8L2ZD/A Regards, - Matthias Rebbe Life Is Too Short For Boring

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

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

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

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

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

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

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

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=25046 Here's the direct link to his GitHub repo https://github.com/bvlahos/Scripting-Calendars

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

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

2020-09-24 Thread matthias rebbe via use-livecode
ey 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, >> >> than

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

2020-09-24 Thread matthias rebbe via use-livecode
//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 some more years ago. The

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

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

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

Re: Strange behavior between Mysql, MariaDB and SSL.

2020-08-27 Thread matthias rebbe via use-livecode
L 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: matthias_l

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

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

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

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

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,

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

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

2020-08-21 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

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

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 =

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

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

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

Re: Is "import snapshot" without parameters broken?

2020-07-26 Thread matthias rebbe via use-livecode
ay 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. > &g

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

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

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

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

Re: text to speech android

2020-07-22 Thread matthias rebbe via use-livecode
cott--- 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: 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: Functions running in IDE, but not running in standalone

2020-07-20 Thread matthias rebbe via use-livecode
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, > &g

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
Bruce, i might be wrong, but did you also include SSL in StandaloneSettings. If i recall it correctly then SSL 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 >

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

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

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

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

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,

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

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

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

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

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

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

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

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

Re: Externals are not loaded

2020-05-11 Thread matthias rebbe via use-livecode
d 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 2020 18:09

Re: Externals are not loaded

2020-05-11 Thread matthias rebbe via use-livecode
ed 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...@m

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

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

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

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

Re: system date

2020-05-04 Thread matthias rebbe via use-livecode
>>> >>> >>> >>> >>>> On May 4, 2020, at 2:39 PM, Jacques Hausser via use-livecode >>>> wrote: >>>> >>>> My region settings are by default. But I would not be surprised if the >>>&g

Re: system date

2020-05-04 Thread matthias rebbe via use-livecode
I tried here with DP4 on Mac OS 10.14.6. I definitely get 04.05.20 when running your script. Either this has to do with 10.15.4 or Are you sure your region settings are correct. ;) Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 04.05.2020 um 20:07 schrieb

Re: Livecode HTML5 and SQL

2020-04-29 Thread matthias rebbe via use-livecode
scripts. > Am 29.04.2020 um 21:00 schrieb matthias rebbe via use-livecode > : > > If "post... to url" and "put URL..." would work, then it should work with > HTLM5. > > But currently only load URL is supported. > > But to be true, i am not

Re: Livecode HTML5 and SQL

2020-04-29 Thread matthias rebbe via use-livecode
t; > That’s good to know, Matthias. So it seems that what you’d have to do is, > still do the MySQL I/O in LC Server scripts, but also dynamically construct > the HTML output in your LC server scripts, so that the calling HTML5 app > could make sense of it. > > Am I

Re: Livecode HTML5 and SQL

2020-04-29 Thread matthias rebbe via use-livecode
I was also thinking about using LC Server or PHP scripts, but if i understand it correctly then "put URL" or "POST.. to URL" aren't currently supported in the LC HTML5 engine. Only "load URL" is supported and only for http / https. Matthias - Matthias Rebbe Life Is Too Short For Boring Code

Re: Issues with Mobile Native controls

2020-04-20 Thread matthias rebbe via use-livecode
. - Matthias Rebbe Life Is Too Short For Boring Code > Am 20.04.2020 um 21:28 schrieb Mark Wieder via use-livecode > : > > On 4/20/20 12:05 PM, matthias rebbe via use-livecode wrote: >> It´s from Todd Fabacher and his team. >> And here´s a link to a discussion about it in this

Re: Issues with Mobile Native controls

2020-04-20 Thread matthias rebbe via use-livecode
It´s from Todd Fabacher and his team. And here´s a link to a discussion about it in this list https://www.mail-archive.com/use-livecode@lists.runrev.com/msg93988.html - Matthias Rebbe Life Is Too Short For Boring Code > Am 20.04.2020 um 20:52 schrieb improve-revolution-010...@m-r-d.de: > >

Re: md5Digest gives different results Mac vs Windows LC 9.5.1

2020-04-19 Thread matthias rebbe via use-livecode
I think this is, because Mac uses Mac Roman and Windows ISO encoding. Or am i wrong? - Matthias Rebbe Life Is Too Short For Boring Code > Am 19.04.2020 um 22:34 schrieb Bill Vlahos via use-livecode > : > > Before I report this as a bug, please confirm I’m not doing something stupid. > >

Re: tsNet error 77 ca-bundle on CentOS server

2020-04-13 Thread matthias rebbe via use-livecode
Does is work if you put the following command tsNetVerifySSLPeer false before the line put tsnetcustomsync... Maybe you have also to comment out the line TsnetCABundle - Matthias Rebbe Life Is Too Short For Boring Code > Am 13.04.2020 um 18:59 schrieb Pi Digital via use-livecode > :

Re: Livecode and AWS Sql

2020-04-12 Thread matthias rebbe via use-livecode
Kimpel via use-livecode > : > > Matthias, > > By the way, Actualtech´s ODBC drivers work perfectly. thank you for the > recommendation! > > SKIP > > On Sun, Apr 12, 2020 at 4:56 AM matthias rebbe via use-livecode < > use-livecode@lists.runrev.com> w

Re: WebDAV library for LC community available which does not depend on tsNet

2020-04-12 Thread matthias rebbe via use-livecode
Of course it´s Ralf Bitter and not Ralf Bitte. - Matthias Rebbe Life Is Too Short For Boring Code > Am 11.04.2020 um 22:09 schrieb matthias rebbe via use-livecode > : > > Hi, > > Ralf Bitte released a WebDAV library , which does not depend on tsNet and > can t

Re: Livecode and AWS Sql

2020-04-12 Thread matthias rebbe via use-livecode
> Am 12.04.2020 um 01:11 schrieb Bob Sneidar via use-livecode > : > > Same as on Windows, but the difference is that Microsoft has built in drivers > for SQL Server, mySQL and some other things. Yes, MS Windows has included a SQL Server ODBC driver. But, if i remember correct, then you need

Re: Livecode and AWS Sql

2020-04-12 Thread matthias rebbe via use-livecode
Skip, As i wrote in my previous post i am using Actualtech´s ODBC drivers. They are not free, but what i think they are cheap. They cost 39,- USD. https://www.actualtech.com/product_sqlserver.php There´s also a trial version available. There are also free ODBC drivers for MSSQL for Mac from

Re: Livecode and AWS Sql

2020-04-11 Thread matthias rebbe via use-livecode
Just an information about using ODBC connection strings in LC on Mac. Since LC version 7 it is not possible anymore to use odbc connection strings in LC on Mac OS. On Windows this is not a problem. see bug report https://quality.livecode.com/show_bug.cgi?id=18151 from 2016. - Matthias

WebDAV library for LC community available which does not depend on tsNet

2020-04-11 Thread matthias rebbe via use-livecode
Hi, Ralf Bitte released a WebDAV library , which does not depend on tsNet and can therefore also be used with the Community Edition. https://github.com/revig/livecode-webdavlib - Matthias Rebbe Life Is Too Short For Boring Code ___ use-livecode

Re: Another Apple iOS Deadline

2020-04-09 Thread matthias rebbe via use-livecode
Don´t remind me to that.. If such thing ever happens again i will stop developing for iOS. And if Apple ever cancels the possibility to publish outside of the Mac Appstore then i will stop developing for Mac. I mainly develop for Windows, but as i am developing on a Mac i used the opportunity

Re: Another Apple iOS Deadline

2020-04-09 Thread matthias rebbe via use-livecode
> Am 09.04.2020 um 20:10 schrieb J. Landman Gay via use-livecode > : > > On 4/9/20 11:52 AM, matthias rebbe via use-livecode wrote: >> But fortunately the guidelines make exceptions: >> Sign in with Apple is not required if: >> Your app exclusively uses yo

Re: Another Apple iOS Deadline

2020-04-09 Thread matthias rebbe via use-livecode
https://developer.apple.com/app-store/review/guidelines/ - Matthias Rebbe Life Is Too Short For Boring Code > Am 09.04.2020 um 18:51 schrieb Richard Gaskin via use-livecode > : > > Ralph DiMola wrote: > > From App developer email I just received: > > > > Please note that all apps that

Re: Another Apple iOS Deadline

2020-04-09 Thread matthias rebbe via use-livecode
I was briefly shocked when i read your post. I am currently developing a service app, which allows to authenticate using already existing online shop login data. That login data is used not only for the online shop, but also to authenticate to webservices to download price data, fetch

Re: LC Android deployment working on Windows 10 under ARM64

2020-04-08 Thread matthias rebbe via use-livecode
> even noticing they are not native is quite an achievement. They say 64bits > emulation will come at the end of the year. All I want to be honest is > native arm64 binaries but companies are slow to port. > I know what you´ve meant. I just wanted to make a joke ;) > &g

Re: LC Android deployment working on Windows 10 under ARM64

2020-04-08 Thread matthias rebbe via use-livecode
> ARM7 Android, all working fine. > > PS: You can't do this kind of crazy stunts on a mac Why should i want to? My Mac OS can run 64bit apps. ;) - Matthias Rebbe Life Is Too Short For Boring Code ___ use-livecode mailing list

Re: HilitedItem of a navbar

2020-04-07 Thread matthias rebbe via use-livecode
--Original Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf > Of Matthias Rebbe via use-livecode > Sent: Sunday, April 05, 2020 4:56 AM > To: How to use LiveCode > Cc: Matthias Rebbe > Subject: Re: HilitedItem of a navbar > > Hi

Re: ANN: glx2 script editor 4.0

2020-04-06 Thread matthias rebbe via use-livecode
regard 3. I meant ...changing the size manually in AN editor (while LC is not running) - Matthias Rebbe Life Is Too Short For Boring Code > Am 06.04.2020 um 22:38 schrieb matthias rebbe via use-livecode > : > > Mark, > where do you want feedback? I place it here for now.

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