Re: Livecode docset for Dash

2017-09-11 Thread Matthias Rebbe via use-livecode
James, thank you so much for this. I was looking for such a docset for so long know. Regards, Matthias Matthias Rebbe +49 5741 31 ‌wirmachen.software ‌ > Am 11.09.2017 um 18:57 schrieb James Hale via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > I

read from file until a line begins with a certain word

2017-09-16 Thread Matthias Rebbe via use-livecode
Hi, until today i used always put URL to read a complete file into memory. But now i have to process really large text files with a size of 900 - 1500 MB. I know i can read a file until EOF or so. But how would i read a file until a line that starts with a certain keyword, e.g. mstart. I need

Re: read from file until a line begins with a certain word

2017-09-17 Thread Matthias Rebbe via use-livecode
<http://wirmachen.software/>‌ > Am 17.09.2017 um 12:55 schrieb Paul Dupuis via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > On 9/16/2017 8:50 PM, Matthias Rebbe via use-livecode wrote: >> Hi, >> >> until today i used always put URL to read

Re: read from file until a line begins with a certain word

2017-09-17 Thread Matthias Rebbe via use-livecode
Jacque, thanks for that code sample. I was not aware that i can use EOF in a repeat loop as condition. I always thought that it only can be used in a read command like read from file MyFile until EOF Thanks again to all who gave feedback. It helped me a lot. Regards, Matthias Matthias Rebb

Re: read from file until a line begins with a certain word

2017-09-17 Thread Matthias Rebbe via use-livecode
ieb Monte Goulding via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > >> On 18 Sep 2017, at 6:13 am, Matthias Rebbe via use-livecode >> mailto:use-livecode@lists.runrev.com>> wrote: >> >> thanks for that code sample. I was not aware t

Re: [ANN] IPA Build Tool for iOS

2017-09-27 Thread Matthias Rebbe via use-livecode
Hi Sean, thanks. I´ve just tried it, but is it possible that the plugin does forget to rename the zip file to ipa? At least here, the created file is a zip file instead of an ipa. Matthias Rebbe +49 5741 31 ‌wirmachen.software ‌ > Am 27.09.2017 um 16:43 schrieb

Re: [ANN] IPA Build Tool for iOS

2017-09-27 Thread Matthias Rebbe via use-livecode
Hi again, seems this happens when the appname contains a space Regards, Matthias Matthias Rebbe +49 5741 31 ‌wirmachen.software <http://wirmachen.software/>‌ > Am 27.09.2017 um 21:23 schrieb Matthias Rebbe via use-livecode > mailto:use-livecode@lists.runrev.com>>: > &

Re: [ANN] Release 8.2.0 DP-2

2017-10-11 Thread Matthias Rebbe via use-livecode
Panos, when will there be a new version 9 dp? It´s now some weeks ago since dp9. Regards, Matthias Matthias Rebbe +49 5741 31 ‌wirmachen.software ‌ > Am 11.10.2017 um 17:20 schrieb panagiotis merakos via use-livecode > mailto:use-livecode@lists.runrev.com>>: > >

Re: [ANN] Release 8.2.0 DP-2

2017-10-11 Thread Matthias Rebbe via use-livecode
s are subject to change, but you can get a rough idea > on what we are currently working on. > > Best, > Panos > -- > > On Wed, Oct 11, 2017 at 4:24 PM, Matthias Rebbe via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Panos, >> &

LC8/9 Point tool selected - objects are selectable and show the edit frame but no right click menu

2017-10-23 Thread Matthias Rebbe via use-livecode
Hi from time to time i am experiencing on Mac OS X that although the LC ide is in edit mode and although the selected objects show the “selected” frame, the right click menu does not show up and the mouse pointer still looks like as the ide is in Browse mode. I then have to delete the livecode

Rich Text Editor features within a LC8/LC9 app?

2017-10-27 Thread Matthias Rebbe via use-livecode
Hi, i am looking for a way to allow the user to format text or parts of text in a Field (Font, Textsize, Color, Alignment and so on). I know there is FieldTrip from Curry and i´ve used it very often in the past, but Fieldtrip is not working correctly in LC8 and LC9. Does anyone have created

Re: Rich Text Editor features within a LC8/LC9 app?

2017-10-28 Thread Matthias Rebbe via use-livecode
xt_style_Plain" is: > > on mouseUp > if the selectedChunk contains "field 15" then > set the textStyle of the selectedChunk to "plain" > end if > end mouseUp > > ~Roger > > > On Fri, Oct 27, 2017 at 5:19 AM, Matthias Rebbe vi

Re: Getting directory list from web server??

2017-11-07 Thread Matthias Rebbe via use-livecode
Tim, you can change this setting/behaviour directly in your cPanel account. In cPanel go to "Advanced Section" and select “Indexes". You get a list of folder names something like this / (Current Folder) access-logs cache etc logs mail perl5 public_ftp public_html softaculous_backups

Re: Finding on online shop window for apps (was Re: Awful quiet around here )

2017-11-14 Thread Matthias Rebbe via use-livecode
David, i am selling only one app (Mac,Win,Linux) online. I´ve used Kagi until they finished their business. Kagi was able to integrate my key generator stack into their order system. I did not had to run my own webserver. Now i am using Fastspring. Fastspring is doing the complete invoicing an

Re: Finding on online shop window for apps (was Re: Awful quiet around here )

2017-11-14 Thread Matthias Rebbe via use-livecode
use-livecode@lists.runrev.com>>: > > If you are selling it yourself instead of the app > stores do you bother with code signing? > > JB > > >> On Nov 14, 2017, at 8:10 AM, Matthias Rebbe via use-livecode >> mailto:use-livecode@lists.runrev.com>> w

Re: Finding on online shop window for apps (was Re: Awful quiet around here )

2017-11-14 Thread Matthias Rebbe via use-livecode
Tiemo, my lesson just describes how to integrate the Zygodact key generator stack into the Fastpring order process and nothing else. ;) But it should be possible to use Zygodact and some additonal code to prevent that the software is used on more then one computer. First of all, Zygodact regis

Re: Slow Opening IDE

2017-11-15 Thread Matthias Rebbe via use-livecode
Hi Peter, i noticed such behaviour also in the past. In my case it was the combination of my Antivirus Software from Intego and a really big Livecode logfile ~/Library/Logs/RunRev/LiveCodeToolsLog.txt Along with the files from /Applications/LiveCode X.X.X, there was a huge amount of scans from

Re: Finding on online shop window for apps (was Re: Awful quiet around here )

2017-11-15 Thread Matthias Rebbe via use-livecode
via use-livecode > : > > On Tue, Nov 14, 2017 at 1:29 PM, Matthias Rebbe via use-livecode < > use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> wrote: > >> Normally i do sign all of my apps (even custom and inhouse apps) for >> Window

Re: Finding on online shop window for apps (was Re: Awful quiet around here )

2017-11-16 Thread Matthias Rebbe via use-livecode
David, please keep in mind that PayPal is just sending payment receipts to the customers, not invoices. So if your company resides in EU and you have to do a monthly/quaterly or whatever declaration of your payed and received VAT (sorry, don´t know how to express this correctly in English), then

Re: Rant on my favourite topics : LC server with a side-dish of on-rev :-)

2017-11-18 Thread Matthias Rebbe via use-livecode
Alex, you are not alone. I noticed something similar with LcServer 7.10 on the On-Rev server Tio. $_post arrays where empty when data was formatted with libUrlMultipartFormData, while $_post_raw showed the content. So it was not possible to post larger binary data to LcServer. I send a support

Re: Rant on my favourite topics : LC server with a side-dish of on-rev :-)

2017-11-19 Thread Matthias Rebbe via use-livecode
> Am 19.11.2017 um 02:17 schrieb Alex Tweedly via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > For anyone who doesn't use HostM - they use the latest released version for > .lc scripts (currently 8.1.7), but by default support script file extensions > .lc6, .lc7, .lc8 etc. to sp

Re: Rant on my favourite topics : LC server with a side-dish of on-rev :-)

2017-11-19 Thread Matthias Rebbe via use-livecode
i Matthias, > > I thought there was only the Community Version > of LiveCode Server available. Where would I > be able to get the Commercial Version, because > if there is one, I am indeed entitled to use it! > > Thanks, > > Rick > > >> On Nov 19, 2017, a

Creating LC IDE plugin - is it possible to check if plugin was started automatically or from menu?

2017-11-20 Thread Matthias Rebbe via use-livecode
Hi, first of all i am totally new to plugin creation. I am working on a plugin which shall be started with LC startup and then close again automatically after executing some task w/o user interaction. But i need also to run this plugin manually from the plugin menu without running the tasks, bec

Re: Creating LC IDE plugin - is it possible to check if plugin was started automatically or from menu?

2017-11-20 Thread Matthias Rebbe via use-livecode
Thanks Monte, that was exactly i was looking for. Matthias > Am 20.11.2017 um 10:19 schrieb Monte Goulding via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > >> On 20 Nov 2017, at 7:21 pm, Matthias Rebbe via use-livecode >> mailto:use-liv

Re: Rant on my favourite topics : LC server with a side-dish of on-rev :-)

2017-11-20 Thread Matthias Rebbe via use-livecode
t;> downloads page is anyone’s guess. >> >> Is there any difference between the >> community version and the commercial >> version of server other than the license? >> Where would I find a list of those >> differences if it exists somewhere?

Re: Rant on my favourite topics : LC server with a side-dish of on-rev :-)

2017-11-21 Thread Matthias Rebbe via use-livecode
> Am 21.11.2017 um 01:59 schrieb Richard Gaskin via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > > True, the GPL does not consider access across a network to be "distribution" > per se. After all, the code never leaves the server. This is how MySQL is > available at most hosti

Re: Anyone can confirm laggy IDE on Windows 10?

2017-11-24 Thread Matthias Rebbe via use-livecode
> > I installed LC for all users and I have no idea what Process Lasso is… > A little excerpt from https://bitsum.com what the tool Process Lasso is "Windows, by design, allows programs to monopolize your CPU — leading to hangs, micro-lags, freezing (even crashing) and

Re: Datagrid 2

2017-12-05 Thread Matthias Rebbe via use-livecode
Mike, do you have an url where i can find mobTableField or more information about it? Regards, Matthias > Am 05.12.2017 um 20:52 schrieb Mike Kerner via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Tom, > The other option is to use mobTableField (I think Bernd is the author) if

Re: LC Server style survey: co-mingle code w/HTML?

2017-12-06 Thread Matthias Rebbe via use-livecode
> Am 06.12.2017 um 07:14 schrieb Rick Harrison via use-livecode > mailto:use-livecode@lists.runrev.com>>: > Then On-Rev wrote us that note saying that we were > the ones that would be held responsible for > ensuring that Wordpress was always up to > date on our accounts or we could lose our > a

Re: libUrl tsNet and socketTimeoutInterval

2017-12-06 Thread Matthias Rebbe via use-livecode
The connection ID is only used/needed when you use the asynchronous commands of tsNet. The synchronous commands like tsNetUploadSync or tsNetFileUploadSync or others (they are ending with Sync) do not use connectionIDs. And i assume that put URL and get URL are using the synchronous commands.

Re: Xmas LC-elf activity

2017-12-17 Thread Matthias Rebbe via use-livecode
Oh it depends. If you were well-behaved then yes it will happen. But if you were a naughty boy then it´s alone your fault. ;) Matthias > Am 18.12.2017 um 03:56 schrieb James At The Hale via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > And so, I wonder, looking over the github mi

Re: non-blocking http ... will tsnet end up in community?

2017-12-19 Thread Matthias Rebbe via use-livecode
Todd, i understand your desire to have such a feature in the Community Edition, but I don´t think this will happen in near future. If i understood correctly then tsNET is a 3rd party product which Livecode Ltd. has acquired or however this is called. So they have paid money for that. The tsNet

Re: non-blocking http ... will tsnet end up in community?

2017-12-19 Thread Matthias Rebbe via use-livecode
Tom, please excuse for using the wrong name. Von meinem iPhone gesendet > Am 19.12.2017 um 13:13 schrieb Matthias Rebbe via use-livecode > : > > Todd, > i understand your desire to have such a feature in the Community Edition, but > I don´t think this will happen in near

Re: A problem with my MSc Thesis

2017-12-25 Thread Matthias Rebbe via use-livecode
Richmond, do you know http://archive.org? This site is an archive of many many websites. As i am not sure when version 2.0 was released (i early started 2005 with Revolution Studio 2.5) I tried the year 2003. This link for example https://web.archive.org/web/2003060512

Re: submitting to apple store and google store ... how much of that process can be automated?

2017-12-29 Thread Matthias Rebbe via use-livecode
> Am 29.12.2017 um 11:52 schrieb Klaus major-k via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Hi Richard, > >> Am 29.12.2017 um 03:03 schrieb Richard Gaskin via use-livecode >> mailto:use-livecode@lists.runrev.com>>: >> ... >> Bad news: "Apple’s widened ban on templated apps is

LC Server - MySQL - update about 2000 rows/records of a table

2017-12-29 Thread Matthias Rebbe via use-livecode
Hi, i need to update regularly about 2000 rows/records of a MySQL table with Livecode Server. What is better? Executing the 2000 update commands in one take using revexecuteSQL or should i execute one update command after each other within a repeat loop? What do you think? Regards, Matthias

Re: LC Server - MySQL - update about 2000 rows/records of a table

2017-12-29 Thread Matthias Rebbe via use-livecode
g the least amount of traffic > would be best. > > Hope this helps. > > Rick > >> On Dec 29, 2017, at 3:53 PM, Matthias Rebbe via use-livecode >> mailto:use-livecode@lists.runrev.com>> wrote: >> >> Hi, >> >> i need to update regularly a

Re: LC Server - MySQL - update about 2000 rows/records of a table

2017-12-29 Thread Matthias Rebbe via use-livecode
t; On Fri, Dec 29, 2017 at 5:59 PM, Dr. Hawkins via use-livecode < > use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> wrote: > >> On Fri, Dec 29, 2017 at 12:53 PM, Matthias Rebbe via use-livecode >> mailto:use-livecode@lists.runrev.com>> wrote:

Re: LiveCode University bug

2018-01-09 Thread Matthias Rebbe via use-livecode
Devin, i am not Andrew, but i would be very happy to test the “DP" status copy. ;) Regards, Matthias Matthias Rebbe Tel +49 5741 31 ‌https://matthiasrebbe.eu ‌ > Am 09.01.2018 um 20:09 schrieb Devin Asay via use-livecode > mailto:use-livecode@lists.runrev.com>>:

where are Livecode crash logs stored?

2018-01-10 Thread Matthias Rebbe via use-livecode
Hi, i need to send a Livecode crash log to a developer of a database driver. Where do i find that log on Mac OS X? Calling revdatafromquery functions freezes Livecode immediately and i am not able to get it back. I need to force quit it in the Finder. I thought i could find them in ~/Library/Ap

Re: where are Livecode crash logs stored?

2018-01-10 Thread Matthias Rebbe via use-livecode
> Am 10.01.2018 um 20:06 schrieb Matthias Rebbe via use-livecode >> mailto:use-livecode@lists.runrev.com>>: >> >> Hi, >> >> i need to send a Livecode crash log to a developer of a database driver. >> Where do i find that log on Mac OS X? >> Callin

Re: where are Livecode crash logs stored?

2018-01-10 Thread Matthias Rebbe via use-livecode
use-livecode@lists.runrev.com>>: > > Hi Matthias, > >> Am 10.01.2018 um 20:27 schrieb Matthias Rebbe via use-livecode >> mailto:use-livecode@lists.runrev.com>>: >> >> Thanks Klaus, >> ~/Library/Logs/RunRev lists only the file Livecod

LC Global schedule is online

2018-01-11 Thread Matthias Rebbe via use-livecode
Hi, the schedule for the upcoming LC Global is online and it looks promising. :) https://livecode.com/global/#schedule Regards, Matthias Matthias Rebbe Tel +49 5741 31 ‌https://matthiasrebbe.eu ‌ ___

Getting datagrid content from other stack in Standalone

2018-01-11 Thread Matthias Rebbe via use-livecode
Hi, i am running into the following problem. I have a datagrid on card 1 of a substack. I can fetch this data from the mainstack w/o problems in the LC IDE and also in a standalone if the substacks are included in the executable. But as soon as i set the option in standalonebuilder to "move the

Re: Creating .ipa now that iTunes has depreciated apps.

2018-01-11 Thread Matthias Rebbe via use-livecode
I second that. AirLaunch makes it really easy to create and share the .ipa Matthias Matthias Rebbe Tel +49 5741 31 ‌https://matthiasrebbe.eu ‌ > Am 11.01.2018 um 23:22 schrieb Sannyasin Brahmanathaswami via use-livecode > mailto:use-livecode@lists.runrev.com>>: >

Re: Anyone else got two-monitor issues with LC9 on Mac?

2018-01-13 Thread Matthias Rebbe via use-livecode
Graham, i followed your steps here on my system (iMac 5K and Thunderbolt display). It works here without problems. Maybe it works here, because i have setup that my monitors use different spaces. You can set this in SystemControl->MissionControl. I do not know the exact english expression as i

Re: Anyone else got two-monitor issues with LC9 on Mac?

2018-01-14 Thread Matthias Rebbe via use-livecode
Mark, i did not wrote that i have to Retina displays. I am using an iMAc 5K and a Apple Thunderbolt Display, which is 2560x1440. The only difference is that my displays use different spaces. That´s an option in Systemcontrol->Mission Control Matthias Matthias Rebbe Tel +49 5741 31 ‌htt

Re: Reading from xls or xlsx - with style

2018-01-16 Thread Matthias Rebbe via use-livecode
Ben, i am uising Spreadlib and Excel Libary. Both do not take care for text format. At least i am not aware of it. Regards, Matthias Matthias Rebbe Tel +49 5741 31 ‌https://matthiasrebbe.eu ‌ > Am 16.01.2018 um 19:10 schrieb Ben Rubinstein via use-livecode > ma

Re: Reading from xls or xlsx - with style

2018-01-16 Thread Matthias Rebbe via use-livecode
ode. I'm not sure of the > performances of this approach, though. It will depend on how many > cells the sheet have and how many text each cells are containing. > > On Tue, Jan 16, 2018 at 8:23 PM, Matthias Rebbe via use-livecode > mailto:use-livecode@lists.runrev.com>> wrote

Re: post to httpS?

2018-01-18 Thread Matthias Rebbe via use-livecode
Klaus, just tried it here with LC9 DP11 (tsNet) with success. Regards, Matthias Matthias Rebbe Tel +49 5741 31 ‌https://matthiasrebbe.eu ‌ > Am 18.01.2018 um 13:28 schrieb Klaus major-k via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Hi friends,

What for can i use the new Vector Icon Widget in LC9DP11?

2018-01-19 Thread Matthias Rebbe via use-livecode
Hi, can i use the Vector Icon Widget as Icon for a button? I think i´ve seen somewhere that this is possible. But i am not totally sure and i may be wrong. Matthias Matthias Rebbe Tel +49 5741 31 ‌https://matthiasrebbe.eu

Re: How I learned to love and use auto quotes & parentheses with LC 9 DP11

2018-01-21 Thread Matthias Rebbe via use-livecode
Martin, thanks for this information. Helps me to like this completion option much more. Matthias > Am 21.01.2018 um 15:08 schrieb Martin Koob via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Maybe I am the last person to know this but if you don't this may be helpful. > > I w

OT - What linux do you recommend for older PCs?

2018-01-22 Thread Matthias Rebbe via use-livecode
Hi, so this goes to the Linux experts on this list. I have here an old Asus EeePC 1000H which currently runs with Windows XP and which is not used very often. It has an Intel Atom N270 CPU, 1GB ram and a 160GB harddisk. What Linux OS do you recommend for this machine? Best would be, if it could

Re: OT - What linux do you recommend for older PCs?

2018-01-23 Thread Matthias Rebbe via use-livecode
Thanks to all for your thoughts and comments. My first try now was Lubuntu 17.10.1, Installation was quick and easy, but unfortunately there seems to be a bug in it which affects my graphic card https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1724639

good tutorial about connecting LC desktop apps to MySQL without exposing the database

2018-01-23 Thread Matthias Rebbe via use-livecode
Hi, i´ve posted this already as a comment to a topic in the Livecode forums, but i thought, this could be also of interest for the people here, especially for the ones who do not visit the forums. At the Hostm site there is a good tutorial about how your LC desktop apps can communicate with a

Re: OT - What linux do you recommend for older PCs?

2018-01-23 Thread Matthias Rebbe via use-livecode
he end of file. > > Save file and exit from nano. > > issue command: > > sudo update-grub > > reboot. > > On Tue, Jan 23, 2018 at 6:00 AM, Matthias Rebbe via use-livecode < > use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>&

Re: RevQueryDatabase error in standalone

2018-01-30 Thread Matthias Rebbe via use-livecode
Bob, is it possible that you have SaveStackRequest handler in one of your stacks or cards and forgot to add 'pass savestackrequest' as the last line to it? I remember that i once had a similar problem and in my case i had forgotten to add that line. The result was i could save the standalon

Re: Pasting tabs into Excel

2018-02-02 Thread Matthias Rebbe via use-livecode
Hi, i cannot reproduce that here on Mac OS X and Excel 2016 (V 15.30). I executed your sample code in the messagebox and was able to paste successfully the clipboard to Excel. I even tried with alpha numeric values. But what i noticed is the following: When i just click on a cell, so that it is

Re: Pro Git 2, Scott Chacon, Ben Straub, eBook - Amazon.com

2018-02-07 Thread Matthias Rebbe via use-livecode
Thanks Brian for this information. Btw, the German website of Amazon is also giving it away for free https://www.amazon.de/Pro-Git-Scott-Chacon-ebook/dp/B01ISNIKES/ref=tmm_kin_swatch_0?_encoding=UTF8&qid=1518017853&sr=8-1

Re: Livecode.com server down

2018-02-16 Thread Matthias Rebbe via use-livecode
me, too. I did not see anything offending in Heather´s post. But maybe this is because english is not my native language and therefore i might be not so sensitive to some expressions. ;) Matthias Matthias Rebbe Tel +49 5741 31 ‌https://matthiasrebbe.eu ‌ > Am 16

Re: LiveCode Widget Factory

2018-02-22 Thread Matthias Rebbe via use-livecode
Todd, that sounds really promising. Any ideas already if the “to be payed” widgets are offered as a yearly subscription or for a time payment? Widget request: A widget that allows to place an icon (including menu function) into the menu bar on Mac OSX or into the task bar on the right (don´t kn

LC 9 DP11 hangs with "Loading Libraries" on Windows 10

2018-02-23 Thread Matthias Rebbe via use-livecode
Hi, i am using LC 9 DP11 on Mac OSX since its release without any noteworthy problems. Today i installed LC 9 DP11 on a Windows 10 Pro 64bit and have the problem that LC stops loading right after the splash screen pops up and shows the text "Loading libraries". With a newly installed LC 8.1.9

Re: LC 9 DP11 hangs with "Loading Libraries" on Windows 10

2018-02-23 Thread Matthias Rebbe via use-livecode
ther. > > Best, > Panos > -- > > > > On Fri, Feb 23, 2018 at 12:19 PM, Matthias Rebbe via use-livecode < > use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> wrote: > >> Hi, >> >> i am using LC 9 DP11 on Mac OSX since its

Re: Stupid Question re LC9

2018-03-02 Thread Matthias Rebbe via use-livecode
Because it´s http://earthlearningsolutions.org Bill has a typo in his signature. Rebards, Matthias Matthias Rebbe Tel +49 5741 31 ‌https://matthiasrebbe.eu ‌ > Am 02.03.2018 um 22:10 schrieb Tom Glod via use-livecode > mailto

Re: tsNet documentation

2018-03-07 Thread Matthias Rebbe via use-livecode
Charles, thank you very much for that. That is really very useful. Btw. does tsNet support Digest Access Authentication (DAA) (RFC 2617)? Regards, Matthias > Am 07.03.2018 um 11:20 schrieb Charles Warwick via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Hi, > > Just a quick

Re: tsNet documentation

2018-03-08 Thread Matthias Rebbe via use-livecode
s.runrev.com>>: > > Hi Matthias, > > Yes, it supports digest authentication. tsNet will automatically use the > most secure method the server supports unless you force it to use basic > authentication. > > Regards. > > Charles > >> On 8 Mar 2018, a

tsNet and Digest Authentication - some problems or better said: missing knowledge

2018-03-08 Thread Matthias Rebbe via use-livecode
Hi, i am trying to use the tsNet external to communicate with an Auerswald PABX which requires digest authentication. The first connection is always successful using PUT URL ….. The second one isn´t. There is even no value returned. When i use tsNetClose and tsNetInit before the 2nd connection

Re: tsNet and Digest Authentication - some problems or better said: missing knowledge

2018-03-09 Thread Matthias Rebbe via use-livecode
, ‘tsNetLibUrlReuseConnection false’ should create a fresh > connection to the server for the 2nd request, so debug with and without that > set would be useful. > > Regards, > > Charles > >> On 8 Mar 2018, at 9:28 pm, Matthias Rebbe via use-livecode >> mail

Re: tsNet and Digest Authentication - some problems or better said: missing knowledge

2018-03-13 Thread Matthias Rebbe via use-livecode
u please raise a bug report and I will follow up there. > > Regards, > > Charles > >> On 9 Mar 2018, at 6:10 pm, Matthias Rebbe via use-livecode >> mailto:use-livecode@lists.runrev.com>> wrote: >> >> Hi Charles, >> thanks for your answer. >> >&

[OT] Free tool for ease Windows Installer creation

2018-03-13 Thread Matthias Rebbe via use-livecode
Hi, inspired by Monte´s great, but unfortunately not available anymore, tool InstallGadget, i´ve created a similar tool called InstaMaker. I very often need to create Installers for my little Windows apps and InstallGadget was a good friend in the past, but drag´n´drop did not work with newer W

Re: [OT] Free tool for ease Windows Installer creation

2018-03-14 Thread Matthias Rebbe via use-livecode
repo that we > use for building the mac installer if you are interested. > > Cheers > > Monte > >> On 14 Mar 2018, at 11:14 am, Matthias Rebbe via use-livecode >> mailto:use-livecode@lists.runrev.com>> wrote: >> >> Hi, >> >> ins

Re: [OT] Free tool for ease Windows Installer creation

2018-03-14 Thread Matthias Rebbe via use-livecode
t; tool...where would it source the certificates? and how much? > > On Tue, Mar 13, 2018 at 8:14 PM, Matthias Rebbe via use-livecode < > use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> wrote: > >> Hi, >> >> inspired by Monte´s great, but unfor

Re: code signing cost

2018-03-14 Thread Matthias Rebbe via use-livecode
??? Tom, you pay for a code signing certificate for one year and can use that certificate then for signing as many windows programs,Dlls and so on as you want. After that year your signed apps are still working, but you have to renew your certificate if you want to sign new apps. And 84USD f

Re: [OT] Free tool for ease Windows Installer creation

2018-03-14 Thread Matthias Rebbe via use-livecode
> Am 14.03.2018 um 11:38 schrieb Matthias Rebbe via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Thanks to all for your kind words. > > > > @Tom, >> tool...where would it source the certificates? and how much? > > I am sorry, i don´t under

Re: [OT] Free tool for ease Windows Installer creation

2018-03-16 Thread Matthias Rebbe via use-livecode
> Am 15.03.2018 um 19:28 schrieb J. Landman Gay via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > On 3/14/18 7:40 PM, Matthias Rebbe via use-livecode wrote: >> i will be able to answer any request in about 9 hours. > > Real programmers don'

[OT] InstaMaker Wine App for Mac OS X to create Windows Installers on Mac OS X

2018-03-16 Thread Matthias Rebbe via use-livecode
Hi, i´ve just uploaded an InstaMaker Wine app which allows you to run the Windows version of InstaMaker on Mac OS X. With this it should be possible to create a Windows Installer under Mac OS X. Tried it here successful under HighSierra. The download file is about 260MB and the unzipped app is

Solution for signing Windows .exe,.dll and so on under Mac OS X

2018-03-17 Thread Matthias Rebbe via use-livecode
Hi, i am not sure, if you all alread knew about it. But for me it was totally new. Today i was able to successfully signing a Windows .exe file under Mac OS X. See the steps below. If the URLs are not readable, go here to download a short pdf containing the instructions. https://dl.qck.nu//?

Re: Solution for signing Windows .exe,.dll and so on under Mac OS X

2018-03-19 Thread Matthias Rebbe via use-livecode
Hi, i´ve just noticed that the link to the PDF file was not correct. You´ll find the step by step instructions here https://dl.qck.nu//?dl=Signing_Windows_files_on_MacOSX.pdf I am sorry for the confusion. Regards, Matthias Matthias

Re: Solution for signing Windows .exe,.dll and so on under Mac OS X

2018-03-19 Thread Matthias Rebbe via use-livecode
> Am 19.03.2018 um 15:33 schrieb Matthias Rebbe via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Hi, > > i´ve just noticed that the link to the PDF file was not correct. > > You´ll find the step by step instructions here > > https://dl.qck.n

Codesigning Windows standalones under Mac OS X - a simple and free gui for osslsigncode

2018-03-25 Thread Matthias Rebbe via use-livecode
Hi, a few days ago i posted some instructions for how to code sign Windows programs under Mac OS X with osslsigncode. Unfortunately osslsigncode must be run from shell and signing more than 1 at a time might be complicated. Therefore i´ve created a free little tool called WinSignHelper, which i

Re: [OT, maybe] - configuring a Windows Installer for a Standalone

2018-04-10 Thread Matthias Rebbe via use-livecode
This is what i´ve found https://www.software.trevix.it/piccolo_installer/ Matthias > Am 10.04.2018 um 17:37 schrieb Bob Sneidar via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Links? > > Bob S > > >> On Apr 10, 2018, at 02

Re: [OT, maybe] - configuring a Windows Installer for a Standalone

2018-04-10 Thread Matthias Rebbe via use-livecode
> Am 10.04.2018 um 17:57 schrieb Graham Samuel via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Babysitting over, tried it, it works! > > Thanks a million. > > BTW Trevor’s suggestion of > >> PrivilegesRequired=admin > So if it´s working now with that setting and did not wo

how to print a csv as formatted table?

2018-04-12 Thread Matthias Rebbe via use-livecode
Hi, i need to print a list of data or maybe create a pdf of it. The list is provided in csv format and the number of lines varies. I need to print/print to Pdf that data as a formatted table with this typical border around each field. There are only 20 rows per page allowed. This should happen

Any feedback for InstaMaker or WinSignHelper?

2018-04-16 Thread Matthias Rebbe via use-livecode
Hi, did anyone on this list try or even is using one of my tools InstaMaker / WinSignHelper? It would be very nice to get any feedback. For me both tools are working w/o problems. But maybe someone else found something that could be fixed, enhanced or added. So please feel free to sent me your

Re: [OT] - anybody having trouble with 'Transmit' FTP client on a Mac?

2018-04-17 Thread Matthias Rebbe via use-livecode
Graham I very often upload Windows programs with Transmit, but normally compressed as a Zip files. In very rare cases i upload them also as .exe. I´ve never run into such problem. Okay, that does not really help. Are you sure the file was completely downloaded when you tried to open it? I reme

Re: Posting to LiveCode Server

2018-04-18 Thread Matthias Rebbe via use-livecode
Todd, is there a reason why you are not using the function libURLMultipartFormData to format the data before posting? We are using the post method for different tasks including uploading really big files to a livecode server, but we always use libURLMultipartFormData to create the form data.

Re: macOS "Recovered files"

2018-04-24 Thread Matthias Rebbe via use-livecode
Hi Klaus, i´ve checked here and see the same folders Recovered files(#1……10) with the same content you are describing. In my case there was also a .csv file in that folders. The .csv was created with LC and was stored in temp folder originally. I´ve then checked the temp folder and see also t

Re: macOS "Recovered files"

2018-04-24 Thread Matthias Rebbe via use-livecode
I´ve filed a bug now Bug 21233 Matthias > Am 24.04.2018 um 21:23 schrieb Richard Gaskin via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Matthias Rebbe wrote: > > > At https://support.apple.com/kb/PH25506?viewlocale=en_US&loca

Livecode at g2crowd.com -

2018-04-25 Thread Matthias Rebbe via use-livecode
Today i noticed that G2Crowd lists also Livecode (the product not the company). I´ve asked them some weeks ago to add it to their list of products. Somehow the heard me or maybe Livecode Ltd. asked also. Who knows. But anyway, it is now listed for revi

Re: use-livecode Digest, Vol 175, Issue 43

2018-04-26 Thread Matthias Rebbe via use-livecode
The reviews are previewed by the people of G2Crowd first. I´ve also wrote a review at the time i wrote the post in the mailing list. It take some time. Matthias > Am 26.04.2018 um 17:12 schrieb Todd Fabacher via use-livecode > : > > I put in a review of LiveCode at g2crowd.com. But it still

Re: Would Anyone Like a Ring Tone At End of Standalone Built?

2018-05-20 Thread Matthias Rebbe via use-livecode
You could add a StandaloneSaved handler to your stack which is send to the mainstack when it was saved as a standalone. You could add the code for playing into that handler. Maybe easier than hacking the IDE? Regards, Matthias > Am 20.05.2018 um 05:29 schrieb Sannyasin Brahmanathaswami via us

Re: Livecode Hosting and GDPR

2018-05-22 Thread Matthias Rebbe via use-livecode
jbv, i have several hosting providers. German ones and also from other European countries. The German providers i work with are totally prepared and have updated their documents in time. Unfortunately this is not the case for the other european providers. HostM for example is not ready, but p

Re: on-rev choosing engine

2018-05-24 Thread Matthias Rebbe via use-livecode
You could try to use this method for .htaccess Options +ExecCGI Action custom-livecode /cgi-bin/livecode-server/livecode-server SetHandler custom-livecode Please note, that if you have several add-on domains and each domain uses its own root folder and you want to use the custom livecode ser

Re: on-rev choosing engine

2018-05-24 Thread Matthias Rebbe via use-livecode
ue how things are actually named for LC server versions > underneath that, that actually work, I'd appreciate the info. Otherwise, > I'll msg support and ask there. > > > On Thu, May 24, 2018 at 12:53 PM, Matthias Rebbe via use-livecode < > use-livecode@lists.runrev.com>

Is anyone using tsNet external with LCserver?

2018-05-27 Thread Matthias Rebbe via use-livecode
Hi, is anyone already using tsNet external with Livecode server? If so, is there something i should take care of when trying to “install” / copy the external to my custom installation? Unfortunately the commercial LC server builds still do not contain the external. Regards, Matthias Rebbe

Re: Is anyone using tsNet external with LCserver?

2018-05-28 Thread Matthias Rebbe via use-livecode
#x27;t expect to get access to the extended feature set >> of tsNet Business on LC server. Seems there is no way to activate >> a business license for tsNet on server, don’t think this has changed. >> For what it’s worth, this and the issues mentioned above are >> the r

Re: Is anyone using tsNet external with LCserver?

2018-05-28 Thread Matthias Rebbe via use-livecode
t > calls. > > Regards, > > Charles > >> On 28 May 2018, at 9:06 am, Matthias Rebbe via use-livecode >> mailto:use-livecode@lists.runrev.com>> wrote: >> >> Hi, >> is anyone already using tsNet external with Livecode server? If so, is there >&g

Re: Is anyone using tsNet external with LCserver?

2018-05-29 Thread Matthias Rebbe via use-livecode
.2018 um 05:49 schrieb Charles Warwick via use-livecode >>> : >>> >>> Hi Matthias, >>> >>> You should just need to copy the relevant tsNet external (for Linux x64 it >>> is tsNet-x64.so) into the external directory from your normal commerci

Fwd: Is anyone using tsNet external with LCserver?

2018-05-29 Thread Matthias Rebbe via use-livecode
elf > to the tsNet external as the “Indy” edition. If you use the business edition > of tsNet with it, it will fail. > > You can use ‘the editionType’ to determine if LC server is Indy (commercial) > or Business (professional). > > Regards, > > Charles > &g

Re: Is anyone using tsNet external with LCserver?

2018-05-29 Thread Matthias Rebbe via use-livecode
Lagi, did you try any of these links listed at that page? I tried 4 and all 4 were correct and a download started. Matthias > Am 29.05.2018 um 19:53 schrieb Lagi Pittas via use-livecode > : > > Hi > > There are more than a thousand links and there are more than server that > are broken > >

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