Re: RELEASE LiveCode 6.6.2 RC3

2014-05-04 Thread Matthias Rebbe | M-R-D
Am 04.05.2014 um 09:17 schrieb John Dixon dixo...@hotmail.co.uk: There are no problems scanning QRCodes when using LC 6.6.2 RC3, not here anyway, in fact they are the easiest and most forgiving of them all… May i asked what you do mean with scanning QRCodes? Under iOS or Mac OS X? I am

Digest Access Authentication with cookie? How

2014-05-08 Thread Matthias Rebbe | M-R-D
Hi, i need to connect to a webserver which uses Digest Access Authentication to use its API. If i understood the documentation right, then the server does use a cookie to store the session. Is there a way to do this in livecode? When i try this in Safari then it works w/o problems. But when

Re: Saving Document 'Bundles' on Mac

2014-05-14 Thread Matthias Rebbe | M-R-D
Hi Igor, maybe this link is of help. http://stackoverflow.com/questions/8502622/mac-osx-folder-extension-association-programmatically Regards, Matthias Am 14.05.2014 um 11:49 schrieb Igor de Oliveira Couto i...@semperuna.com: Hi all, Does anyone know how to create bundle-type documents on

Re: Making the content of LC Server Scripts Safe

2014-05-22 Thread Matthias Rebbe | M-R-D
Yes and no. If for what ever reason the lc server engine is not running or misconfigured than it could happen that the content of that .lc script will be outputted. So the best thing would be, to place the script outside the public_html folder as AndyP suggested. You could then create a script

Re: System menubar (on right) on Mac

2014-05-22 Thread Matthias Rebbe | M-R-D
Trevor, is this just an offer to Bill or is it possible to also get this external? Regards, Matthias Am 22.05.2014 um 18:04 schrieb Trevor DeVore li...@mangomultimedia.com: On Thursday, May 22, 2014, Bill Vlahos bvla...@mac.com wrote: I it possible to add a menu item on Mac in my LC app

Re: silent fail of revDataFromQuery() in standalone; works in IDE

2014-05-23 Thread Matthias Rebbe | M-R-D
Is it possible that you have a SaveStackRequest handler in your card or stack script? And if so, could you check if maybe the line pass savestackrequest in that handler is missing? I ran into this some time ago. I had a savestackrequest handler without the line pass savestackrequest. This

Re: Launching a stack that resides on the server from an exe

2014-05-23 Thread Matthias Rebbe | M-R-D
Hi, i am not sure what you want trying to do? Do you want your standalone to launch an exe which is hosted on a webserver? If so, then you first have to download it from within your standalone, put it on the harddisk of the computer and then you can launch it either with get shell(start

Re: silent fail of revDataFromQuery() in standalone; works in IDE

2014-05-25 Thread Matthias Rebbe | M-R-D
then there could be something in your scripts what prevents the standalone builder to successfully complete the build of the standalone. Regards, Matthias Am 24.05.2014 um 02:57 schrieb Dr. Hawkins doch...@gmail.com: On Fri, May 23, 2014 at 3:50 PM, Matthias Rebbe | M-R-D

Re: script editor insertion point misplaced

2014-05-27 Thread Matthias Rebbe | M-R-D
Hi Paul, i just tried on my iMac 27 Late 2012 with Mavericks 10.9.3 and LC 7.0.0 dp5 and cannot replicate the described behavior. Regards, Matthias Am 27.05.2014 um 21:00 schrieb Gabel Paul paulga...@comcast.net: Hello everyone: I have an iMac 27 inch (2012) running Mavericks 10.9.3. I’m

Re: Learning about server

2014-06-10 Thread Matthias Rebbe | M-R-D
I, for one, would buy it. Especially Push notifications would be more than interesting. Regards, Matthias Am 10.06.2014 um 11:56 schrieb John Craig j...@splash21.com: Any areas in particular that interest you? I was speaking to someone recently about writing a book on LC server - not sure

Re: URLEncode accent-i

2014-06-23 Thread Matthias Rebbe | M-R-D
Hi, this is because you are working on Mac. You have to convert it first from Mac to Iso. A URLencode(mactoiso(Santería)) should do. Regards, Matthias Am 23.06.2014 um 22:25 schrieb J. Landman Gay jac...@hyperactivesw.com: I need to send this word to the server: Santería When

[OT] I am giving away Colin´s printed book LiveCode Mobile Development to someone in germany

2014-06-24 Thread Matthias Rebbe | M-R-D
Hi, today i received my Kickstarter package with the printed version of Colin´s excellent book about LC Mobile Development. As i already own one copy of the printed book, i would like to give away the other one for free (i even take the shipping costs ) to someone living in Germany. And no,

Re: [OT] I am giving away Colin´s printed book LiveCode Mobile Development to someone in germany

2014-06-24 Thread Matthias Rebbe | M-R-D
Hi again, the book has found its new owner. Regards Matthias Am 24.06.2014 um 09:34 schrieb Matthias Rebbe | M-R-D matthias_livecode_150...@m-r-d.de: Hi, today i received my Kickstarter package with the printed version of Colin´s excellent book about LC Mobile Development. As i

function to create One Time Passwords (OTP)

2014-07-07 Thread Matthias Rebbe | M-R-D
Hi, i don´t know if this of use for someone, but here is a function, which creates a one time password (OTP). There are many devices out there (like routers) which offer one time password authentication for example for remote vpn dial in e.g. Draytek Vigor Routers. function OTP pPin,pSecret

Re: function to create One Time Passwords (OTP)

2014-07-08 Thread Matthias Rebbe | M-R-D
Hi, i don´t understand the meaning of your last sentence and google translate is also not helpful. Does it make a difference if using milliseconds and divide them by 1000 and by 10? Regards, Matthias Am 08.07.2014 um 02:26 schrieb Dr. Hawkins doch...@gmail.com: I would, though, be

Re: function to create One Time Passwords (OTP)

2014-07-09 Thread Matthias Rebbe | M-R-D
mOTP. Okay i could use milliseconds and divide them by 1, but that would be the same. Please excuse the confusion. Matthias Am 09.07.2014 um 18:37 schrieb Dr. Hawkins doch...@gmail.com: On Mon, Jul 7, 2014 at 11:21 PM, Matthias Rebbe | M-R-D matthias_livecode_150...@m-r-d.de wrote: i

iCloud with current version of LC and iOS7

2014-07-10 Thread Matthias Rebbe | M-R-D
Hi, is anyone using iCloud in an LC app for iOS 7? I need to add iCloud support to an iOS app. Regards, Matthias ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: iCloud with current version of LC and iOS7

2014-07-10 Thread Matthias Rebbe | M-R-D
external was the only possible solution. Thanks anyway. Regards, Matthias Matthias Rebbe | M-R-D wrote: Hi, is anyone using iCloud in an LC app for iOS 7? I need to add iCloud support to an iOS app. Regards, Matthias ___ use

Re: ListMagic

2014-08-07 Thread Matthias Rebbe | M-R-D
Hi John, i am not sure if this still works, but some years ago i posted a solution for that problem. -- You need a special folder structure to get the registration working. This folder structure was used with Revolution prior 4.5 i think. Just create the following folder structure.

Re: [OT] Access to cpanel on on-rev

2014-08-29 Thread Matthias Rebbe | M-R-D
Alex, there are 2 ways to login in 1. http://yourOn-RevAccountname.on-rev.com:2083 2. if you know the name of the server where your account is on http://servername.on-rev.com:2083 3. in your livecode account under My Products (not under my subscriptions) you will see your on-rev

Re: mergAVCam camera control

2014-09-01 Thread Matthias Rebbe | M-R-D
Hi Richard, i just checked the file mergAndroid.html which is included in the mergAndroid archive. I cannot find anything about mergAVCam. But there is a function mergAVPick listed. -- function mergAVPick [pSource],[pQuality],[pDurationLimit] Record video Parameters: • pSource -

Is someone using Coda 2 with syntax highlighting for livecode server scripts?

2014-09-09 Thread Matthias Rebbe | M-R-D
Hi, i am using coda 2 for all of my livecode server editing, but as today i was not able to get syntax highligting working. I downloaded the livecode-html mode from codingmonkeys.de and installed it. I can select the syntax mode, but i do not see any highlighting. Am i doing something wrong?

Re: Is someone using Coda 2 with syntax highlighting for livecode server scripts?

2014-09-09 Thread Matthias Rebbe | M-R-D
schrieb stephen barncard stephenrevoluti...@barncard.com: On Tue, Sep 9, 2014 at 5:05 AM, Matthias Rebbe | M-R-D matthias_livecode_150...@m-r-d.de wrote: am using coda 2 for all of my livecode server editing, but as today i was not able to get syntax highligting working. I have never been

Re: iPush from M$

2014-09-10 Thread Matthias Rebbe | M-R-D
Pierre, would you share how to send push notifications with LC-server? Regards, Matthias Am 09.09.2014 um 22:51 schrieb Pierre Sahores s...@sahores-conseil.com: Hi Mark, Works fine in one of my Win/Mac back office front-end but the messages are send from a server-side LC-server stack.

Re: OS X codesigning best practise?

2014-09-11 Thread Matthias Rebbe | M-R-D
Tiemo, if you have some time, would you describe step by step how this is done with AppWrapper? That would be very helpful. Regards, Matthias Am 11.09.2014 um 13:29 schrieb Tiemo Hollmann TB toolb...@kestner.de: FYI to answer my own questions: 1. the --deep option in codesign seems to be

Re: OS X codesigning best practise?

2014-09-13 Thread Matthias Rebbe | M-R-D
can control that, I didn't needed the PPC code anymore. That’s all Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Matthias Rebbe | M-R-D Gesendet: Donnerstag, 11. September 2014 13:49 An: How to use LiveCode

Re: need some RGB bug tester

2014-09-15 Thread Matthias Rebbe | M-R-D
Tiemo, don´t know if this is of some help for you, but if i open the image in an browser and compare it to the one in the LC stack on Mac then i can see that the color of the image in LC is not the same as the color of the image in the browser. The LC one seems darker. If i use the loupe of

LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Matthias Rebbe | M-R-D
Hi, the last days i tried to create a syntax highlighting and autocomplete file for Ultraedit for Mac. Maybe it is working under Windows, too. Did not had the time yet to try. I am pretty sure that the file is not 100% perfect, but at least i have added all commands, constants, keywords,

Re: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Matthias Rebbe | M-R-D
Am 15.09.2014 um 17:33 schrieb Alejandro Tejada capellan2...@gmail.com: Really Nice! Many Thanks for sharing this configuration file. I opened the file and noticed this: Colors = 4194432 This color notation is Hexadecimal, Octal or Binary? I really don´t know. After creating and

Re: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-15 Thread Matthias Rebbe | M-R-D
Hi Peter, go to ~/Library/Application Support/UltraEdit and copy the file into the folder wordfiles. Btw.: i just uploaded an updated version of the file. Regards, Matthias Am 15.09.2014 um 19:03 schrieb Peter Haworth p...@lcsql.com: On Mon, Sep 15, 2014 at 5:21 AM, Matthias Rebbe | M-R-D

Re: need some RGB bug tester

2014-09-15 Thread Matthias Rebbe | M-R-D
, and the default setting on Mac is different from the default on Windows. I had thought it was the gamma setting that was causing the problem but now I think Bernd is right and byteToChar is the answer. On September 15, 2014 6:29:17 AM CDT, Matthias Rebbe | M-R-D matthias_livecode_150...@m-r

Re: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-16 Thread Matthias Rebbe | M-R-D
, how did you extract all the keywords grouped by their category? On Mon, Sep 15, 2014 at 8:21 PM, Matthias Rebbe | M-R-D matthias_livecode_150...@m-r-d.de wrote: Hi, the last days i tried to create a syntax highlighting and autocomplete file for Ultraedit for Mac. Maybe it is working under

Re: LiveCode syntaxhighligthing and autocomplete for Ultraedit available

2014-09-16 Thread Matthias Rebbe | M-R-D
, Alejandro Tejada capellan2...@gmail.com wrote: Matthias Rebbe | M-R-D wrote The last days i tried to create a syntax highlighting and autocomplete file for Ultraedit for Mac. Maybe it is working under Windows, too. Did not had the time yet to try. I am pretty sure that the file is not 100

Coda 2 Syntax highlighting for LC now working

2014-09-17 Thread Matthias Rebbe | M-R-D
Hi, i created from scratch a Coda 2 mode file for LiveCode. It just supports the LC command. No HTML syntax highlighiting. What is working so far: Auto complete Syntax highlighting for commands, control structures, functions, keywords, messages, objects and properties and comment blocks

Re: Coda 2 Syntax highlighting for LC now working

2014-09-17 Thread Matthias Rebbe | M-R-D
. ;) On Wed, Sep 17, 2014 at 1:23 PM, Matthias Rebbe | M-R-D matthias_livecode_150...@m-r-d.de wrote: Hi, i created from scratch a Coda 2 mode file for LiveCode. It just supports the LC command. No HTML syntax highlighiting. What is working so far: Auto complete Syntax highlighting

Re: Is there a problem with the On-Rev email server

2014-09-23 Thread Matthias Rebbe | M-R-D
Hm, i cannot confirm this. For about 2 years now we are using the on-rev server as primary MX for our business communication (order confirmations, billing and so on) without any big problem. Before that we used the on-rev system as backup MX, also w/o any significant problems. We have enabled

Re: Is there a problem with the On-Rev email server

2014-09-24 Thread Matthias Rebbe | M-R-D
Ah, yes. Forgot to mention that we also use a dedicated ip. It´s really well spent money! Matthias Am 24.09.2014 um 09:52 schrieb Dave Kilroy d...@applicationinsight.com: What made the biggest difference for me (using on-rev) was getting a static IP - money well spent! - Some are

Re: LiveCode to Facebook?

2014-09-24 Thread Matthias Rebbe | M-R-D
Scott, try LAUNCH URL fb://... in LC? I just tried in Safari on iOS and it opened the app. In my case i saw the login dialog after the fb app opened. Regards, Matthias Am 25.09.2014 um 01:01 schrieb Scott Rossi sc...@tactilemedia.com: Hi List: Anyone know if it's possible on mobile

Anyone using Livecode Server for sending PushNotifications?

2014-09-25 Thread Matthias Rebbe | M-R-D
Hi, i am new to PushNotifications. I´ve looked into it many months ago, but gave up because of the php stuff. Is someone doing PushNotifications with LC server instead of PHP and would like to share how this can be done? Regards, Matthias ___

Re: Anyone using Livecode Server for sending PushNotifications?

2014-09-25 Thread Matthias Rebbe | M-R-D
renamed to .lcx as LiveCode Server is now running on that machine. On 25/09/2014 08:21, Matthias Rebbe | M-R-D wrote: Hi, i am new to PushNotifications. I´ve looked into it many months ago, but gave up because of the php stuff. Is someone doing PushNotifications with LC server

Re: Anyone using Livecode Server for sending PushNotifications?

2014-09-25 Thread Matthias Rebbe | M-R-D
Jim, thanks for that. Matthias Am 25.09.2014 um 19:29 schrieb Jim Lambert j...@netrin.com: About a year ago I used John’s lcx files for doing push notifications and they worked beautifully. If you only need to send a single notification to a single device here’s a variation on

Re: Merging PDF files through LC

2014-09-30 Thread Matthias Rebbe | M-R-D
You could use 3rd party tool ghostscript. Here´s a short how to http://www.rgagnon.com/gp/gp-0015.html Regards, Matthias Am 30.09.2014 um 15:31 schrieb Magicgate Software - Skip Kimpel s...@magicgate.com: I have not tried this yet but I just found this link posted online:

LC does not accept Android SDK

2014-09-30 Thread Matthias Rebbe | M-R-D
Hi, today i downloaded the newest Android SDK android-sdk_r23.0.2-macosx. In the Android SDK Manager i downloaded Android 2.2 (Api 8), Android 2.3.3 (Api 10) and Android 3.1 (Api 12). After that i opened LC and in the mobile preferences for Android i selected the root folder of the Android

Re: LC does not accept Android SDK

2014-09-30 Thread Matthias Rebbe | M-R-D
Am 30.09.2014 um 20:02 schrieb Mark Talluto use...@canelasoftware.com: Did you make sure you have the zipalign file in the right place? http://forums.livecode.com/viewtopic.php?f=53t=20966 Mark, thank you very much! That did it. It seems updating a working version deletes this file

Re: Merging PDF files through LC

2014-09-30 Thread Matthias Rebbe | M-R-D
http://applehelpwriter.com/2013/03/23/how-to-merge-pdf-files-in-os-x/ shows how to use applescript to merge PDFs. Regards, Matthias Am 01.10.2014 um 00:57 schrieb Bob Sneidar bobsnei...@iotecdigital.com: Adobe has a document describing the structure. Looks like the format is a little

starting an LC Android app takes up to 15 seconds

2014-10-07 Thread Matthias Rebbe | M-R-D
Hi, i have created an Android App which takes about 10 to 15 seconds to start. The user sees a black screen in the meantime. Not the best user experience. The app is about 2.5mb in size and uses a Datagrid and SpreadLib (XLSX import Library). Tried it on a 10 tablet and also on 2 different

Re: starting an LC Android app takes up to 15 seconds

2014-10-07 Thread Matthias Rebbe | M-R-D
Andy, thank you very much. That was very helpful. Matthias Am 07.10.2014 um 21:24 schrieb AndyP smudge.a...@googlemail.com: Hi Matthias, I had the same issue on my first Android build. My first run gave me 8-12 seconds of black screen. Using the suggestions below brought this down to

Re: Could not Compile Application Class

2014-10-11 Thread Matthias Rebbe | M-R-D
Ray, this is a known problem. The file zipalign is missing. See http://forums.livecode.com/viewtopic.php?f=53t=20966 There you can also find the missing file. Regards, Matthias Am 11.10.2014 um 17:21 schrieb Ray r...@linkit.com: Mark, I think I'm about 90% the way there. I've

Re: on-rev Client

2014-10-14 Thread Matthias Rebbe | M-R-D
Hi, I have here 3 accounts. They run on Pancake, Tio and Jasmine. It works with my Pancake account, but not with the other ones. Matthias Am 14.10.2014 um 09:08 schrieb Ralf Bitter ra...@revigniter.com: Same here. Ralf On 14.10.2014, at 06:49, Paul Hibbert paulhibb...@mac.com wrote:

Re: on-rev Client

2014-10-14 Thread Matthias Rebbe | M-R-D
I, for one, will give that a try. But there is one thing i am really missing. On-Rev client had a really useful debug function. Saved me lot of time back then. Matthias Am 14.10.2014 um 20:16 schrieb Pierre Sahores s...@sahores-conseil.com: Hi All, The on-rev client used to be a good

[On-Rev] Is anyone else experiencing delays in email transmission from/to accounts on Pancake?

2014-10-17 Thread Matthias Rebbe | M-R-D
Hi, is anyone else experiencing delays in email transmissions from/to accounts on server Pancake? Regards, Matthias ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: [On-Rev] Is anyone else experiencing delays in email transmission from/to accounts on Pancake?

2014-10-17 Thread Matthias Rebbe | M-R-D
PystCat pyst...@gmail.com: Yes. I thought it was just something on my end... On Oct 17, 2014, at 9:11 AM, Matthias Rebbe | M-R-D matthias_livecode_150...@m-r-d.de wrote: Hi, is anyone else experiencing delays in email transmissions from/to accounts on server Pancake? Regards

Re: [On-Rev] Is anyone else experiencing delays in email transmission from/to accounts on Pancake?

2014-10-18 Thread Matthias Rebbe | M-R-D
Hi Mark, please excuse, but if you haven´t used the on-rev servers in years now, then you have no experience with the new on-rev servers. And therefore it is not fair to comment about the new servers. The performance of the new servers is significant better than the original ones. The problem

Re: [ANN] mergExt Updates for iOS 8.1 and mergNotify 2

2014-10-23 Thread Matthias Rebbe | M-R-D
Thanks Monte. I was just searching my TimeMachine Backup for an XCode 6.0.1. So no need to search any longer... Regards, Matthias Am 23.10.2014 um 09:12 schrieb Monte Goulding mo...@sweattechnologies.com: Hi LiveCoders Today I am releasing updates for all the mergExt externals to add

Re: sendmail through On-Rev server

2014-10-27 Thread Matthias Rebbe | M-R-D
Am 27.10.2014 um 23:27 schrieb Bob Sneidar bobsnei...@iotecdigital.com: I would pay cash money for it myself! Me too. I used Shao Sean´s and also Sarah Reichelt´s libraries for a long time. But as more and more providers are switching completely to encrypted smtp i am also in need for

Re: on-rev client

2014-11-03 Thread Matthias Rebbe | M-R-D
Hi Jim, i just tried just for you. ;) I have no problems to login with the On-Rev client into my account on TIO. Regards, Matthias Am 03.11.2014 um 18:52 schrieb Jim Lambert j...@netrin.com: Has anyone with a TIO on-rev server been able to get the on-rev client to log in recently?

Re: Changing the defaults of a datagrid

2014-11-06 Thread Matthias Rebbe | M-R-D
Hi Zryip, although i am not the original poster, i have some questions about that procedure. I tried it here with LC 6.6.x and i am not able to clone the settings according your instructions. Clicking on the 3 dots button shows me very shortly 2 buttons (Add in Chamber... and Remove). That

Re: Changing the defaults of a datagrid

2014-11-06 Thread Matthias Rebbe | M-R-D
the window to close. It works here now as you described and the mimetism feature is a real time saver. So again, please excuse if you feel offended. It was not my intention. Regards, Matthias Best Regards, On Thu, Nov 6, 2014 at 11:50 AM, Matthias Rebbe | M-R-D matthias_livecode_150

Re: Livecode Server on Dreamhost fails in Ubuntu upgrade

2014-11-10 Thread Matthias Rebbe | M-R-D
Stephan, i am not completely sure, but shouldn´t it be .php, .htm and .html instead of just php, html and html in the addHandler for php5? But as i said, i am not sure if this is the reason for your problems. Matthias Am 10.11.2014 um 09:07 schrieb stephen barncard

Re: which shared hosting providers offer LiveCode pre-installed?

2014-11-10 Thread Matthias Rebbe | M-R-D
Am 10.11.2014 um 21:03 schrieb Brahmanathaswami bra...@hindu.org: We are paying pretty big bucks for a dedicated server... but I'm not sure I need all of what they think the company says are selling us. But I'm spoiled by having 4 quad core processors 100MB connection to the next and

Re: Can standalones give users the same Text formatting menu as in IDE?

2014-11-22 Thread Matthias Rebbe | M-R-D
Tom, i do not know if this is possible. But there is a RTF Editor library from Curry Kenworthy. It´s not exact what your are looking for, but it is very useful if you want to give the user some text formatting functions. I am using it in several of my products. Unfortunately i cannot provide

Re: EU VAT changes small software businesses

2014-11-27 Thread Matthias Rebbe | M-R-D
Hi Ian, thanks for bringing this to my attention. Until today i was not aware that there will be changes in EU law. At the moment i use 2 different ways to sell my license keys (which i create with Jacques great tool Zygodact) 1. Paypal from within my website There i am charging 19% VAT.

Re: [OT] baby

2014-11-27 Thread Matthias Rebbe | M-R-D
Monte, congratulations to you and your wife! Matthias Am 27.11.2014 um 21:14 schrieb Monte Goulding mo...@sweattechnologies.com: Hi Folks We just had a baby so I won't be able to get to mergExt related questions for a few days. Rebecca(mum) and Sarah(bub) are doing well but Sarah has

Re: OT: Web Server-side ID3 Tagger

2014-12-16 Thread Matthias Rebbe | M-R-D
Hi Brahmanathaswami, there is a ID3 library for livecode the late Mark Smith created in 2009. You can find it here http://marksmith.on-rev.com/revstuff/files/ Maybe it is of some help for you. Regards, Matthias Matthias Rebbe Bramkampsieke 13 32312 Lübbecke Tel +49 5741 31

Re: Andre Garcia's FacebookLib

2014-12-17 Thread Matthias Rebbe | M-R-D
Am 17.12.2014 um 07:49 schrieb Mark Schonewille m.schonewi...@economy-x-talk.com: Gerry, A few follow-up e-mails within 4 weeks is really too much. Try again in a few months. It isn't easy to fix something like this, especially if you're busy like Andre. If that´s the way you are

Re: Installer advice needed

2014-12-18 Thread Matthias Rebbe | M-R-D
Graham, for Windows i am using Monte´s InstallGadget which is based on innosetup, but much easier to use. On Mac this tool just creates a dmg. http://goulding.ws/installgadget/ Is there really a need for an installer on Mac? Most of the mac software is delivered as dmg. The user just has to

Re: Support for Mac OSX 10.5

2014-02-25 Thread Matthias Rebbe | M-R-D
Am 25.02.2014 um 18:02 schrieb Devin Asay devin_a...@byu.edu: Dropping support for 10.5 won't affect me much, if at all, but I do worry about the many primary and secondary schools, public and private, who still depend on old hardware. (Richmond, this is your cue.) :) My recommendation

Re: Support for Mac OSX 10.5

2014-02-26 Thread Matthias Rebbe | M-R-D
Hi Tiemo, i did a quick search and found this here https://discussions.apple.com/message/19930525#19930525 So it seems you have to contact Apple Sales to order an SL upgrade dvd for your MacBook 2007. Regards, Matthias Am 26.02.2014 um 17:12 schrieb Tiemo Hollmann TB toolb...@kestner.de:

Re: Support for Mac OSX 10.5

2014-02-26 Thread Matthias Rebbe | M-R-D
Hollmann TB toolb...@kestner.de: Hi Matthias, thats what I did, and the installer of snow leopard told me, my hardware is out of date and incompatible. Tiemo -Ursprüngliche Nachricht- Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag von Matthias Rebbe | M-R-D

how to convert .csv to .xlsx with LC without Excel installed?

2014-03-10 Thread Matthias Rebbe | M-R-D
Hi, i know there is Zryip´s really excellent Excel Library for Livecode. But for some reason i need to convert a .csv file to .xlsx with Livecode on a machine where no Excel is installed or will be installed. Does anyone have already done this with Livecode and would like to share her/his

Re: how to convert .csv to .xlsx with LC without Excel installed?

2014-03-10 Thread Matthias Rebbe | M-R-D
great! http://www.fourthworld.com/embassy/articles/csv-must-die.html ~Roger On Mon, Mar 10, 2014 at 9:44 AM, Matthias Rebbe | M-R-D matthias_livecode_150...@m-r-d.de wrote: Hi, i know there is Zryip´s really excellent Excel Library for Livecode. But for some reason i need

Re: how to convert .csv to .xlsx with LC without Excel installed?

2014-03-10 Thread Matthias Rebbe | M-R-D
with Richards function, then export as XML. Rename the file with a .xlsx extension, and see what Excel thinks of it. ~Roger On Mon, Mar 10, 2014 at 11:00 AM, Matthias Rebbe | M-R-D matthias_livecode_150...@m-r-d.de wrote: Thanks Roger, i already knew this article. This article is a must

Re: MSSQL Support?

2014-03-11 Thread Matthias Rebbe | M-R-D
Hi Bob, i am using ODBC to MSSQL connections on Mac and Windows for some years now with great success. I am using system dsn and in some projects also ODBC connection strings. Advantage of the ODBC connection string is the customer do not have to create a dsn. Here are some examples of ODBC

Re: package maker

2014-03-11 Thread Matthias Rebbe | M-R-D
Hi Alain, there is App Wrapper“ from Ohanaware. They published some information about Mavericks Codesigning for LiveCode apps. http://www.ohanaware.com/support/mavericksCodesign.php#liveCode I did not try it yet, but it reads and sounds reasonable. Regards, Matthias Rebbe Am 11.03.2014 um

Re: package maker

2014-03-13 Thread Matthias Rebbe | M-R-D
. So I’m wondering if you or somebody else know how to build an Entitlements list and where to put it in the standalone process. Regards Alain Le 2014-03-11 à 16:22, Matthias Rebbe | M-R-D matthias_livecode_150...@m-r-d.de a écrit : Hi Alain, there is App Wrapper“ from Ohanaware

Re: Triggering LC scripts when emails are received

2014-03-17 Thread Matthias Rebbe | M-R-D
Hi jbv, Alex is right. It is working this way and believe it or not, i was also working on this today. I must admit, that i use my own instances of livecode server on On-rev. It is installed under public_html/cgi-bin/livecode-server502 So for my configuration i selected „Pipe to program“ and

Re: Triggering LC scripts when emails are received

2014-03-18 Thread Matthias Rebbe | M-R-D
have a /bin directory at the same level as public_html for executables which can be made more secure. Regards Peter On 18 Mar 2014, at 05:50, Matthias Rebbe | M-R-D wrote: Hi jbv, Alex is right. It is working this way and believe it or not, i was also working on this today

Re: Triggering LC scripts when emails are received

2014-03-18 Thread Matthias Rebbe | M-R-D
Hi jbv, the first command i use after the ?rev is read from stdin until EMPTY The variable it then contains the complete email. Regards, Matthias Am 18.03.2014 um 10:04 schrieb j...@souslelogo.com: Alex Matthias, Thank you so much for your help. I have made a quick test with a php

Re: LC Commercial Update

2014-03-18 Thread Matthias Rebbe | M-R-D
Hi Cal, in the LiveCode preferences under update you can select if you want to get informed. Regards, Matthias Am 18.03.2014 um 23:33 schrieb Cal Horner calhor...@xtra.co.nz: Finally, the question: Is there a switch I can set that will stop that startup message from notifying me something

Re: Preferences

2014-03-20 Thread Matthias Rebbe | M-R-D
Hi Patrick, there was a discussion on this list in May 2013 about Android SDK not recognised in LiveCode under Windows. If you are on Windows you could try to use Android SDK R21. You´ll find the download here: http://dl.google.com/android/installer_r21-windows.exe Regards, Matthias Am

Re: HTTPS Proxy and PAC files

2014-03-26 Thread Matthias Rebbe | M-R-D
Am 26.03.2014 um 22:05 schrieb Nakia Brewer nakia.bre...@westrac.com.au: Noting above, this probably only sets the Browser to know the location of the PAC file and not the OS so is there somewhere in the OS (windows 7 enterprise) that I might set the location of the Proxy PAC file?

Re: [OT] Friday Fun

2014-03-28 Thread Matthias Rebbe | M-R-D
Thanks Thierry and Scott. Regards, Matthias Am 28.03.2014 um 10:34 schrieb Thierry Douez th.do...@gmail.com: Hi, Oups, sorry for the empty previous mail. If you don't have photoshop, here is the latest mightydeals offer which does that:

Re: Advice of cheap/free online server

2014-03-30 Thread Matthias Rebbe | M-R-D
Hi Nakia, you only would need a domain name if you want to make your „server“ accessible from the internet. And even then you do not need a domain. If you have a static ip from your isp you could use these ip address to connect to the server. Or if you have a dynamic ip address from your isp

Re: Amazing new feature in LiveCode 6.7DP-1.4.14

2014-04-01 Thread Matthias Rebbe | M-R-D
It´s really amazing what is possible with LiveCode,especially today. Unfortunately i need this feature tomorrow. But i am afraid, it is not available anymore tomorrow. ;) Matthias Am 01.04.2014 um 17:53 schrieb Devin Asay devin_a...@byu.edu: Hi folks, Thanks to the engine refactoring

Re: Amazing new feature in LiveCode 6.7DP-1.4.14

2014-04-01 Thread Matthias Rebbe | M-R-D
Am 01.04.2014 um 18:42 schrieb la...@significantplanet.org la...@significantplanet.org: thanks for the correction Craig! I don't know what I was thinking… You do not have to think, LiveCode is doing that now for you. - Original Message - From: dunb...@aol.com To:

Re: Dogcow!

2014-04-06 Thread Matthias Rebbe | M-R-D
Moof Museum http://clarus.chez-alice.fr/c_applemultimedia.php Regards, Matthias Am 06.04.2014 um 03:06 schrieb Mark Wieder mwie...@ahsoftware.net: Dogcow, part X: http://www.interealm.com/clarusx/ ...I don't suppose anyone would have a Moof! mp3?... -- -Mark Wieder

Anyone using Zygodact registration system with Kagi.com?

2014-04-06 Thread Matthias Rebbe | M-R-D
Hi, is anymone using Jacques „Zygodact“ with Kagi.com? I remember a post in the list, but cannot find it anymore, that it should be possible to provide one´s own „license genetration“ stack to the kagi system instead of using it on one´s own server. But maybe i am wrong. So is anyone of the

Re: Anyone using Zygodact registration system with Kagi.com?

2014-04-07 Thread Matthias Rebbe | M-R-D
Hi Kee, in the meantime i found your posting from 2011 and contacted your support team about the livecode stack integration. But anyway. Could you please send this stack to me at matthias (at) m-r-d.de. Thanks in advance. Regards, Matthias Am 07.04.2014 um 19:22 schrieb kee nethery

Re: Anyone using Zygodact registration system with Kagi.com?

2014-04-07 Thread Matthias Rebbe | M-R-D
Jacques, that would be awesome if you would adjust Zygodact for using it with Kagi. Regards, Matthias Am 07.04.2014 um 19:44 schrieb J. Landman Gay jac...@hyperactivesw.com: Zygodact is my LiveCode registration product, here: http://www.hyperactivesw.com/solutions_zygodact.html It's also

Re: Anyone using Zygodact registration system with Kagi.com?

2014-04-07 Thread Matthias Rebbe | M-R-D
Would you mind to send the template stack to me? I asked Kee, but for whatever reason i did not get it yet. Regards, Matthias Am 07.04.2014 um 21:41 schrieb J. Landman Gay jac...@hyperactivesw.com: On 4/7/14, 2:00 PM, Matthias Rebbe | M-R-D wrote: that would be awesome if you would adjust

Re: Anyone using Zygodact registration system with Kagi.com?

2014-04-08 Thread Matthias Rebbe | M-R-D
07.04.2014 um 21:41 schrieb J. Landman Gay jac...@hyperactivesw.com: On 4/7/14, 2:00 PM, Matthias Rebbe | M-R-D wrote: that would be awesome if you would adjust Zygodact for using it with Kagi. Kee sent me the template stack and as it is now, I don't think integration is possible. But I've written

Re: email question

2014-04-15 Thread Matthias Rebbe | M-R-D
launch URL mailto:la...@thisemail.com?subject=; myVar Regards, Matthias Am 15.04.2014 um 20:53 schrieb la...@significantplanet.org la...@significantplanet.org: I want to put a link in my stack so that the user can click on it and it will automatically open their default email program

Re: Email Using LiveCode Server?

2014-04-21 Thread Matthias Rebbe | M-R-D
do you have ssh access to that server and did you try sendmail directly from the shell? Regards, Matthias Am 21.04.2014 um 20:51 schrieb Scott Rossi sc...@tactilemedia.com: Hi All: I'm wondering if anyone has a working example of sending email from LiveCode server. I'm trying to

Re: Email Using LiveCode Server?

2014-04-22 Thread Matthias Rebbe | M-R-D
Hi Scott, if you need to reply to the address the customer entered in the form, then you could adjust the script a little bit: // add the parameter pReplyTo to the parameter list //command mail pTo, pSub, pMsg, pFrom, pCc, pBcc, pHtml, pAtts command mail pTo, pSub, pMsg, pFrom, pReplyTo,

Re: MS SQL

2014-04-25 Thread Matthias Rebbe | M-R-D
Hi Rodney, i am using the Actualtech ODBC driver with Microsoft SQL server without problems. Just to be sure that there are no problems with newer versions of LC i did a quick test right now with one of my projects with LC 6.7.0DP2, Actualtech ODBC driver version 3.2.3 and MS SQL Server 2005

Re: MS SQL

2014-04-26 Thread Matthias Rebbe | M-R-D
(at)actualtech.com (located in the /Users/account name/Library/Logs folder): a. atsqlsrv.log b. atsqlsrv.log.tds and include as much information as you can. Maybe they can find out what is going wrong. Hope this helps. Regards, Matthias On Fri, Apr 25, 2014 at 7:22 PM, Matthias Rebbe | M-R

Re: MS SQL

2014-04-26 Thread Matthias Rebbe | M-R-D
Ah, i forgot a 3rd option. Try the odbc driver from Openlink Software. http://uda.openlinksw.com/odbc-sqlserver-ee/ They are also offering a evaluation of it. Regards, Matthias Am 26.04.2014 um 20:31 schrieb Matthias Rebbe | M-R-D matthias_livecode_150...@m-r-d.de: Hi Rodney, Am

Re: Date/Time/Number/Currency formats

2014-04-27 Thread Matthias Rebbe | M-R-D
Hi, for Windows you can look in the registry at HKEY_CURRENT_USER\Control Panel\International HKEY_CURRENT_USER\Control Panel\International\locale HKEY_CURRENT_USER\Control Panel\International\localename HKEY_CURRENT_USER\Control Panel\International\sDecimal HKEY_CURRENT_USER\Control

Re: Date/Time/Number/Currency formats

2014-04-28 Thread Matthias Rebbe | M-R-D
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation Regards, Matthias Am 28.04.2014 um 20:43 schrieb Peter Haworth p...@lcsql.com: On Sun, Apr 27, 2014 at 2:14 PM, Matthias Rebbe | M-R-D matthias_livecode_150...@m-r-d.de wrote: You find more information about

Re: [ANN] Free: Google-style typing filter for LiveCode

2014-12-23 Thread Matthias Rebbe | M-R-D
Hugh, many thanks for that „little“ helper! Happy holiday to you and of course to all of the list. Matthias Am 23.12.2014 um 14:36 schrieb FlexibleLearning.com ad...@flexiblelearning.com: Over the years, people keep asking about how to implement 'display as you type' widget thang. So

  1   2   3   >