Re: Pass Javascript Session Cookie to LiveCode Variable?

2020-11-06 Thread matthias rebbe via use-livecode
t "test" into mytext put tArray[mytext] -- returns nothing So i am not sure, what the problem was, but definitely not the quotes. ;) Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 06.11.2020 um 03:54 schrieb Rick Harrison via use-livecode > : >

Re: Pass Javascript Session Cookie to LiveCode Variable?

2020-11-05 Thread matthias rebbe via use-livecode
e”] > > 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 able to

Re: Pass Javascript Session Cookie to LiveCode Variable?

2020-11-04 Thread matthias rebbe via use-livecode
What do you mean with session variables? To be honest i am not very used with Javascript. I just did a quick test to write a cookie with JS and read it with LC server. ;) Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 05.11.2020 um 00:31 schrieb Rick Harrison

Re: Pass Javascript Session Cookie to LiveCode Variable?

2020-11-04 Thread matthias rebbe via use-livecode
Hi Rick, there are two files: writecookies.html readcookies.lc See the code of each here https://livecode.dermattes.de/javascript/showcode.lc - Matthias Rebbe Life Is Too Short For Boring Code > Am 04.11.2020 um 22:10 schrieb Rick Harrison via use-livecode > : > > Hi Matthias,

Re: Pass Javascript Session Cookie to LiveCode Variable?

2020-11-04 Thread matthias rebbe via use-livecode
k Regards Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 04.11.2020 um 18:16 schrieb Rick Harrison via use-livecode > : > > Greetings LiveCoders, > > I have an LC server format file that uses a Javascript video player. > The video player has a nice time progr

Re: Query large CSV file as a data source?

2020-11-03 Thread matthias rebbe via use-livecode
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: >> >> Rega

Re: Query large CSV file as a data source?

2020-11-03 Thread matthias rebbe via use-livecode
Regarding the loop. you could do a put the detailed files to get the file size of that csv file. With that size you would now how often you have to run the loop - Matthias Rebbe Life Is Too Short For Boring Code > Am 03.11.2020 um 15:14 schrieb Keith Clarke via use-livec

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

Updated NotarizeHelperStack now with entitlements support

2020-11-02 Thread matthias rebbe via use-livecode
added Xcode 11 support for fetching the ASC provider. Hope this is of any help for the one or other. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

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

2020-11-02 Thread matthias rebbe via use-livecode
. ;) All the best, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 02.11.2020 um 10:07 schrieb Monte Goulding via use-livecode > : > > Hi Matthias > > It would be possible to add to the library I think. Should just be a matter > of setting an action w

Need to track click on a MacStatusMenu without menu items

2020-11-01 Thread matthias rebbe via use-livecode
. But if no menu item is set and i click directly on the status menu icon, i do not get anything back. Any ideas? Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code ___ use-livecode mailing list use-livecode@lists.runrev.com Please

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

Re: VPN and tsNet

2020-10-27 Thread matthias rebbe via use-livecode
esult,rBytes,tSettings) The script now returned the public internet ip of the remote office. Amazing! tsNET is so powerful. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 27.10.2020 um 11:03 schrieb Mark Waddingham via use-livecode > : > > On 2020-10-27

Re: VPN and tsNet

2020-10-27 Thread matthias rebbe via use-livecode
t/2011/12/29/vpninit-applescript-override-and-restore-default-vpn-routes-on-os-x/ Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 27.10.2020 um 02:05 schrieb Brian Milby via use-livecode > : > > I have a fairly simple stack that I use to get FedEx tracking data

Re: Slightly OT: Windows Code Signing

2020-10-26 Thread matthias rebbe via use-livecode
purchase process on my Windows 10 VM. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 26.10.2020 um 18:32 schrieb Paul Dupuis via use-livecode > : > > My Windows Code signing cert for signing LiveCode standalones has expired. > > I purchased it from inst

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

2020-10-23 Thread matthias rebbe via use-livecode
newer web servers do not support that anymore. So i am not sure, if LC 5.0.2 is of any use. Just wanted to let you know. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 23.10.2020 um 11:47 schrieb Pi Digital via use-livecode > : > > Hi > > Is the

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
. There were some reports from users that Microsoft Defender slowed down Livecode, especially when using the Script Editor. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 23.10.2020 um 02:30 schrieb Martin Koob via use-livecode > : > > Another bit of in

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

2020-10-23 Thread matthias rebbe via use-livecode
> ___ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode - Matthias Reb

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 se

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

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

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

Re: Help needed :)

2020-10-19 Thread matthias rebbe via use-livecode
Hi Panos, my father in law came back earlier than expected. You were correct. The phone display was zoomed. I switched it back to "standard" and tested again. With "standard" the screenrect returns 0,0,414,736 Regards, Matthias - Matthias Rebbe Life Is Too Short F

Re: Help needed :)

2020-10-19 Thread 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 > : > > Hmm I think I have found something - I had checked for this before - but in > the wrong place. > > @Matthias could you check if "Displa

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 schr

Re: SSL cPanel mySql setup

2020-10-16 Thread matthias rebbe via use-livecode
ver script. The script encrypts the request string and executes it. The return from the DB is then returned to our standalone. Another way would be to use an LC server api HostM is providing for free. https://www.hostm.com/tutorials/livecode/api-mariadb-mysql Regards, Matthias - Matthias Rebbe Life Is

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

2020-10-12 Thread matthias rebbe via use-livecode
, - Matthias Rebbe Life Is Too Short For Boring Code > Am 12.10.2020 um 23:18 schrieb Andre Garzia via use-livecode > : > > Hi Friends, > > I looked in my archives here but I can't find that post. I probably did > that just to solve the size limitation for the forum

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

2020-10-11 Thread matthias rebbe via use-livecode
Hi Bill, thanks, but that post mentions the url http://andregarzia.com/async.irev for further reading - Matthias Rebbe Life Is Too Short For Boring Code > Am 11.10.2020 um 18:46 schrieb William Prothero via use-livecode > : > > Matthias: > Try: > https://use-livecode.

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

2020-10-11 Thread matthias rebbe via use-livecode
ot working anymore. Did someone archive that information and is willing to share it? I really would appreciate that. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code ___ use-livecode mailing list use-livecode@lists.runrev.com Pl

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

Re: Slightly OT: downloading Xcode

2020-10-03 Thread matthias rebbe via use-livecode
script https://gist.github.com/iandundas/fabe07455e5216442a421922361f698c <https://gist.github.com/iandundas/fabe07455e5216442a421922361f698c> Regards, Matthias Matthias Rebbe Software & Support Externer Datenschutz Bramkampsieke 13 32312 Lübbecke Tel +49 5741 31 +49 160 550446

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
ing-Calendars> Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 01.10.2020 um 19:08 schrieb Peter Reid via use-livecode > : > > Has anyone got a calendar library for LiveCode? I'm developing an app, part > of which exports a handful of events to do

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 a

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
brary" to stack tsnetliburl Regarding the remote debugger... First i thought a protected substack (Zygodact register stack) would cause this. But even without the sub tack i do not get Remote Debugger working. - Matthias Rebbe Life Is Too Short For Boring Code > Am 24.09.2020 um 18

Some problems with an old stack that gets regular updates

2020-09-23 Thread matthias rebbe via use-livecode
tely does not help either. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http:/

Re: OT: change email address

2020-09-16 Thread matthias rebbe via use-livecode
can change your email address. If you do not know your password anymore the press the button 'remind me' to get your password emailed to you. Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 16.09.2020 um 07:37 schrieb JB via use-livecode > : > > Will so

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 >

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 ju

Re: Strange behavior between Mysql, MariaDB and SSL.

2020-08-27 Thread matthias rebbe via use-livecode
n from step 4, but i would do that only for testing. Btw. the documentation for the ODBC driver can be found here. Regards, Matthias Rebbe Life Is Too Short For Boring Code > Am 27.08.2020 um 01:03 schrieb Heriberto Torrado : > > Hi Matthias, > > Do you mean connecting to MySQ

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 co

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

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 re

Re: Strange behavior between Mysql, MariaDB and SSL.

2020-08-26 Thread matthias rebbe via use-livecode
at dev.mysql.com Maybe this is an option instead of lowering the encryption level? Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 26.08.2020 um 16:08 schrieb panagiotis merakos via use-livecode > : > > Hello all, > > This is because MySQL 8 supports a stron

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,

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
/"/Questions3.zip" into tAttachments[3]["filepath"] Now tAttachments[...]["filepath"] array contains the complete paths to the files The line put specialfolderpath("Home") into filepath can be deleted. Regards, Matthias - Matthias Rebbe Life Is Too

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 y

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
https://www.dropbox.com/s/kz3zqi4botzglgq/navigator.zip?dl=1 <https://bowtie.mailbutler.io/tracking/hit/5524ddd4-763e-47f2-b835-0050b8a7fe6f/9596c7b6-a84d-40ae-96c9-b3578d222b9f> Navigator allows also to "relayer" objects by dragging and there it even works. HTH Regards, - Matthias R

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,

Re: Lost iOS widget

2020-08-02 Thread matthias rebbe via use-livecode
Account at https://livecode.com/account/products/thirdparty Regards, Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 02.08.2020 um 12:24 schrieb Graham Samuel via use-livecode > : > > When re- building my beta-level iOS standalone in LC 9.6.0 (which was worki

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
. While investigating i found some other anomalies. I've created a bug report  <https://quality.livecode.com/show_bug.cgi?id=22852>in case one or the other is interested. - Matthias Rebbe Life Is Too Short For Boring Code > Am 25.07.2020 um 00:58 schrieb Mark Wieder via use

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.

Re: text to speech android

2020-07-22 Thread matthias rebbe via use-livecode
ach about 1Gig) when i selected them in System Control/UniversalAccess. What i do not understand is for what i can use the ["name"] value? Are those needed for Android or iOS? - Matthias Rebbe Life Is Too Short For Boring Code > Am 20.07.2020 um 06:05 schrieb Monte Gould

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

2020-07-21 Thread matthias rebbe via use-livecode
To enable tsNET again just restart Livecode or executedispatch "revloadlibrary" to stack tsnetliburl in the message box - Matthias Rebbe Life Is Too Short For Boring Code > Am 21.07.2020 um 17:28 schrieb Bruce Pokras via use-livecode > : > > Matthias, > &

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

2020-07-20 Thread matthias rebbe via use-livecode
saving, but forgot to add "pass savestackrequest". The interesting part was, that the standalone was created and although all included externals were added to the standalone, the standalone was not able to communicate with the database. After adding that line, all was fine. - Matthias Rebbe Life Is

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 > mailto:use-livecode@lists.runr

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 h

Re: text to speech android

2020-07-19 Thread matthias rebbe via use-livecode
nd if end speechLibraryInitialized - Matthias Rebbe Life Is Too Short For Boring Code > Am 19.07.2020 um 14:28 schrieb Klaus major-k via use-livecode > : > > Hi Klaus, > >> Am 18.07.2020 um 12:30 schrieb Klaus major-k via use-livecode >> : >> >> Hi all, >> >>

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 notifi

Re: Redirecting stdout to file on server

2020-07-06 Thread matthias rebbe via use-livecode
of course and server errors and continues further according to the returned data of the server/script. - Matthias Rebbe Life Is Too Short For Boring Code > Am 06.07.2020 um 15:40 schrieb Torsten Holmer via use-livecode > : > > Hi, > > I use Livecode server as an API for uploa

Re: WebSites made using Livecode.

2020-07-02 Thread matthias rebbe via use-livecode
ver. https://revigniter.com Unfortunately i had no time so far to play around with it, but i will as soon as time allows. - Matthias Rebbe Life Is Too Short For Boring Code > Am 02.07.2020 um 21:39 schrieb Heriberto Torrado via use-livecode > : > > Dear LiveCode experts: >

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 >

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

Re: Code-signed apk fails

2020-05-28 Thread matthias rebbe via use-livecode
ll need to do this. Future Stable releases will be notarized and will not need whitelisting." So RC1 and RC2 could be notarized and who knows, if or if not the notarization process touched the Android externals of tsNET in some way. But that´s just a shot in the dark. Matthias - Matth

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,

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

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

Re: Obtaining URL to latest Stable LC Server

2020-05-20 Thread matthias rebbe via use-livecode
= update.3.marketing.1.type=html result=success I´ve deleted the text after content= because it would exceed the message size limit. It is the base64encoded text that is shown in the Updater Info Field. - Matthias Rebbe Life Is Too Short For Boring Code > Am 20.05.2020 um 22:29 schrieb matth

Re: Obtaining URL to latest Stable LC Server

2020-05-20 Thread matthias rebbe via use-livecode
every time a new version is released. Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 20.05.2020 um 21:18 schrieb Richard Gaskin via use-livecode > : > > It would be helpful to have a convenient way to obtain the URL to the latest > stable version of LC Serve

Re: Externals are not loaded

2020-05-11 Thread matthias rebbe via use-livecode
Tiemo, what i forgot. Revsecurity.dll is still needed. At least it is still in the runtime folders. There are a 32 and 64bit versions available. You should use those instead of the one that is in your stacks folder. - Matthias Rebbe Life Is Too Short For Boring Code > Am 11.05.2020 um 20

Re: [ANN] Release 9.6.0 RC-1

2020-05-11 Thread matthias rebbe via use-livecode
quot;...disabling the automatic update..." or "downloading the specific..." - Matthias Rebbe Life Is Too Short For Boring Code > Am 11.05.2020 um 20:54 schrieb prothero--- via use-livecode > : > >> we strongly >> recommend disabling automatic update of Xcode or

Re: Externals are not loaded

2020-05-11 Thread 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 - Matthias Rebbe Life Is Too Short For Boring Code > Am 11.05.2020 um 18:34 schrieb Tiemo via use-livecode > : >

Re: Externals are not loaded

2020-05-11 Thread matthias rebbe via use-livecode
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 computer since last using this and s

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

Re: on-rev server upgrade-related problems

2020-05-08 Thread matthias rebbe via use-livecode
. After adding that line, the 5 MB file was received again by the client w/o the tsNet error. So setting the timeout either to a higher value or to 0 in the client script should solve it. I am not sure, but i assume setting it to 0 is not recommended. Hope this helps. Matthias - Matthias Rebbe

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
rge files in general, but i doubt it has. Is the file returned with http headers or just returned plain without any headers? Matthias - Matthias Rebbe Life Is Too Short For Boring Code > Am 07.05.2020 um 09:17 schrieb Phil Davis via use-livecode > : > > Has anyone had part or all

Re: system date

2020-05-04 Thread matthias rebbe via use-livecode
Good to know that it´s working now. - Matthias Rebbe Life Is Too Short For Boring Code > Am 04.05.2020 um 21:36 schrieb Jacques Hausser via use-livecode > : > > OK, I restarted the computer and now everything is OK. I probably > inadvertently did put a little gravel somewhe

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 schr

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 Lif

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

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 some

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

Re: Livecode and AWS Sql

2020-04-12 Thread matthias rebbe via use-livecode
elected, then the columns will be named according to the values in the first row of the CSV file. If it is not selected, then the column names will be “col1”, “col2”, “col3”, etc. Regards, - Matthias Rebbe Life Is Too Short For Boring Code > Am 12.04.2020 um 20:22 schrieb Skip

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