[no subject]

2017-06-11 Thread Matthias Rebbe via use-livecode
Hi, i´ve already posted it to the forum http://forums.livecode.com/viewtopic.php?f=9=29357 but in case you are not reading the forum: I´ve created a little stack and two livecode server scripts that allow to upload a file to a web server

sample Stack for uploading files to a lc server

2017-06-11 Thread Matthias Rebbe via use-livecode
Please excuse for the 2nd post. I forgot to enter a subject. Hi, i´ve already posted it to the forum http://forums.livecode.com/viewtopic.php?f=9=29357 but in case you are not reading the forum: I´ve created a little stack and two livecode

Re: Release 9.0.0 DP7

2017-06-16 Thread Matthias Rebbe via use-livecode
Thanks for the explanations. Matthias Rebbe +49 5741 31 ‌matthiasrebbe.eu <http://matthiasrebbe.eu/>‌ > Am 16.06.2017 um 11:25 schrieb Mark Waddingham via use-livecode > <use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>: > > On 2017-06-16

constants in LC server

2017-06-16 Thread Matthias Rebbe via use-livecode
Hi, is it possible that constants are not supported by LC server? When executing this little script " & kNumber ?> LC server outputs the names of the constants instead of the values. Tried with LC server 7.1 on Livecode Hosting and 8.12 on a 3rd party hosting platform. What am i missing?

Re: Release 9.0.0 DP7

2017-06-16 Thread Matthias Rebbe via use-livecode
Mark, regarding to recompiling widget for newer LC version: If i use LC 8 and 9, do i have to recompile it every time i use the other version? Regards, Matthias Matthias Rebbe +49 5741 31 ‌matthiasrebbe.eu ‌ > Am 16.06.2017 um 11:01 schrieb Mark Waddingham via

Re: constants in LC server

2017-06-16 Thread Matthias Rebbe via use-livecode
ion it. So i filed a bug (#19886 <http://quality.livecode.com/show_bug.cgi?id=19886>). Matthias Rebbe +49 5741 31 ‌matthiasrebbe.eu <http://matthiasrebbe.eu/>‌ > Am 16.06.2017 um 09:26 schrieb Matthias Rebbe via use-livecode > <use-livecode@lists.runrev.com <mailto:use-

LC Global - my experience

2017-06-16 Thread Matthias Rebbe via use-livecode
For those who do not know, yesterday was the first day of the monthly LC Global conference which runs one day a month until November. Compared to my experiences with attending the simulcasts of the past LC conferences the LC Global was much much better. The

Re: LC Global - my experience

2017-06-16 Thread Matthias Rebbe via use-livecode
> Am 16.06.2017 um 16:18 schrieb Ralph DiMola via use-livecode > >: > > I agree. But I do miss the late night sessions. But a great experience none > the less. Having Heather as a moderator worked nicely. Some great >

Re: Release 9.0.0 DP7

2017-06-16 Thread Matthias Rebbe via use-livecode
5741 31 ‌matthiasrebbe.eu <http://matthiasrebbe.eu/>‌ > Am 16.06.2017 um 11:32 schrieb Matthias Rebbe via use-livecode > <use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>: > > Thanks for the explanations. > > Matthias Rebbe > +4

Re: Uploading a file using FTP

2017-06-19 Thread Matthias Rebbe via use-livecode
Terry, thanks for the info. I thought it would be a good idea to change the variable names to be the same as in the dictionary before uploading the stack. Wasn´t that good. I have corrected the online stack also in case others are interested also. Regards, Matthia Matthias Rebbe +49 5741

Re: [ANN] Release 8.1.5 RC-1

2017-06-13 Thread Matthias Rebbe via use-livecode
I thought with “real windows machine” Curry wanted to express that he is not running Windows in a virtual machine. Regards, Matthias Matthias Rebbe +49 5741 31 ‌matthiasrebbe.eu ‌ > Am 13.06.2017 um 19:31 schrieb Richard Gaskin via use-livecode >

Re: [ANN] a gauge widget

2017-06-09 Thread Matthias Rebbe via use-livecode
Hi Bernd, thanks. Believe me, i would do it for installation by myself if i would know how to do it.;) Another thing i noticed is that i cannot save the stack when the widget is placed onto the stack. I get the following error message: “Can´t save stack … due to an error: Error writing stack

Re: User friendly functions to replace MySQL queries?

2017-05-07 Thread Matthias Rebbe via use-livecode
you find revspark now here https://bitbucket.org/andregarzia/revspark > Am 07.05.2017 um 22:55 schrieb Kaveh Bazargan via use-livecode > >: > > Hi all > > Writing MySQL queries

Re: mySQL connection fine in LiveCode but error in standalone

2017-05-07 Thread Matthias Rebbe via use-livecode
Hi Kaveh, by any chance, are you using LC9 DP6? I noticed exactly this in DP6 and went back to DP5. It seems to be a regression bug in DP6. See http://quality.livecode.com/show_bug.cgi?id=19429 Regards, Matthias Matthias Rebbe

Re: Is there any reason not to create a self-installing app?

2017-04-30 Thread Matthias Rebbe via use-livecode
> Am 30.04.2017 um 21:12 schrieb Jonathan Lynch via use-livecode > >: > > For pc and maybe mac, it seems like it would be possible for the app to have > two modes. On first open, it would take the user through an

Re: http calls blocked by virus protection?

2017-05-05 Thread Matthias Rebbe via use-livecode
It seems that your application is blocked by a firewall. Either the Windows firewall or maybe a 3rd party security software. But it is unlikely that the security software just blocks your app w/o having asked at least once if the user wants to allow outgoing connections for that app. Some

Re: Problem with code-signing certificate

2017-04-30 Thread Matthias Rebbe via use-livecode
Hi Jonathan, > Am 30.04.2017 um 18:26 schrieb Jonathan Lynch via use-livecode > >: > > Hi everyone, > > I bought a comodo certificate through ksoftware and I used their kSign > software to sign the install file. > > But,

Re: news about the new Google Play policy

2017-05-19 Thread Matthias Rebbe via use-livecode
> Am 19.05.2017 um 23:47 schrieb J. Landman Gay via use-livecode > >: > > On 5/19/17 4:00 PM, Colin Holgate via use-livecode wrote: >> I asked one of the Google Play developer support team if there was >> someone at Google

how do you post large files to lc server or php script?

2017-06-06 Thread Matthias Rebbe via use-livecode
Hi how do you post large files to a php or lc server script? I am noticing problems when doing the libURLMultipartFormData stuff. In my case even a 2mb jpeg file causes LC 8.1.2, 8.1.4RC3 and LC 9 DP6 (did not try other versions) to be very unresponsive right after i called that function.

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 > <use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>: > > On 9/16/2017 8:50 PM, Matthias Rebbe via use-livecode wrote: >> Hi, >> >> unti

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 > <use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>: > > >> On 18 Sep 2017, at 6:13 am, Matthias Rebbe via use-livecode >> <use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.co

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

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 >

Re: [OT] Hello World

2017-09-05 Thread Matthias Rebbe via use-livecode
Matthias Rebbe +49 5741 31 ‌wirmachen.software ‌ > Am 05.09.2017 um 20:03 schrieb Richard Gaskin via use-livecode > >: > > The link is direct to a PDF (a format which is not entirely without

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 > <use-livecode@lists.runrev.com <m

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

Re: What's Happening with TactileMedia?

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

Re: What's Happening with TactileMedia?

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

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

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

Re: Daybed 2.0 - A Library for Apache CouchDB

2017-08-19 Thread Matthias Rebbe via use-livecode
> Am 19.08.2017 um 04:51 schrieb Mike Kerner via use-livecode > >: > > Greg, > That was a really cool talk, yesterday. I agree, but I have to admit that I have to watch the recording at least once. It was very good, but also

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 >

Re: [ANN] Release 8.2.0 DP-2

2017-10-11 Thread Matthias Rebbe via use-livecode
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, >> >> when will there be a new version 9 dp? It´s now some week

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

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: 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 > >: > > And so, I

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

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 > <use-livecode@lists.runrev.com>: > > Todd, > i understand your desire to have such a feature in the Community Edition,

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

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

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,

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

2017-11-20 Thread Matthias Rebbe via use-livecode
; appears to be the exception to the rule of getting everything from the >> 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

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

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

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

2017-11-19 Thread Matthias Rebbe via use-livecode
gt; > >> On Nov 19, 2017, at 1:08 PM, Matthias Rebbe via use-livecode >> <use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> wrote: >> >> Just in case someone is interested. >> HostM has installed the community edition of LcServer

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 > <use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>: > > >> On 20 Nov 2017, at 7:21 pm, Matthias Rebbe via

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 > <use-livecode@lists.runrev.com>: > > 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 custo

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

2017-11-14 Thread Matthias Rebbe via use-livecode
lt;use-livecode@lists.runrev.com <mailto: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 >> <use-liv

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

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: 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 > >: > > Tom, > The other option is to use mobTableField

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

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

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

Re: on-rev choosing engine

2018-05-24 Thread Matthias Rebbe via use-livecode
ne has a clue 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.runre

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

Re: [ANN] v2.2 of DB Lib

2018-06-19 Thread Matthias Rebbe via use-livecode
Andre, when did you sent out those emails. I did not receive any from your shop. Regards, Matthias > Am 19.06.2018 um 15:46 schrieb Andre Garzia via use-livecode > : > > Skip, there is no upgrade charge and all previous customers should have > received an email from my shop with the link to

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

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 >

Re: Livecode 9 Server seems not to run when custom installed on On-Rev and HostM

2018-05-30 Thread Matthias Rebbe via use-livecode
th my Livecode Server installations. Regards, Matthias > Am 31.05.2018 um 00:47 schrieb Matthias Rebbe via use-livecode > : > > Hi, > today i noticed that i don´t get Livecode Server 9 Business to work on > On-Rev and HostM accounts. > > In Browser i get an “In

Re: Is anyone using tsNet external with LCserver?

2018-05-30 Thread Matthias Rebbe via use-livecode
? Regards, Matthias Rebbe > Am 29.05.2018 um 15:19 schrieb Matthias Rebbe via use-livecode > : > > Hi Charles, > > i´ve checked now and my custom 8.1.10 LC Server Business returns Professional. > The tsNet-x64.so file was copied directly into the ‘externals' folder in

Livecode 9 Server seems not to run when custom installed on On-Rev and HostM

2018-05-30 Thread Matthias Rebbe via use-livecode
Hi, today i noticed that i don´t get Livecode Server 9 Business to work on On-Rev and HostM accounts. In Browser i get an “Internal Server Error” and when running from command line in SSH session i get: ./livecode-server: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by

Re: Livecode 9 Server seems not to run when custom installed on On-Rev and HostM

2018-05-31 Thread Matthias Rebbe via use-livecode
way, even my 32bit LC 9 business version installation fails on Diesel. > Did you install the community version? > > > Ralf > > >> On 31. May 2018, at 00:47, Matthias Rebbe via use-livecode >> wrote: >> >> Hi, >> today i noticed that i don´t get Livec

Re: Livecode 9 Server seems not to run when custom installed on On-Rev and HostM

2018-05-31 Thread Matthias Rebbe via use-livecode
Ups, i´ve added the url to my HostM account. This here is TIO https://tsnet.livecode.space/index.lc <https://tsnet.livecode.space/index.lc> > Am 31.05.2018 um 13:21 schrieb Matthias Rebbe via use-livecode > : > > Hi Ralf, > > i´ve received a similar explan

Re: Is anyone using tsNet external with LCserver?

2018-05-29 Thread Matthias Rebbe via use-livecode
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
> 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 > >>

Re: Is anyone using tsNet external with LCserver?

2018-05-28 Thread Matthias Rebbe via use-livecode
>> >> And don'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

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: Livecode 9 Server seems not to run when custom installed on On-Rev and HostM

2018-05-31 Thread Matthias Rebbe via use-livecode
I would contact supp...@on-rev.com <mailto:supp...@on-rev.com> if not already done. Matthias > Am 31.05.2018 um 13:57 schrieb Ralf Bitter via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > >> On 31. May 2018, at 13:21, Matthias Rebbe via use-li

What exactly does the status pending in Livecode Quality Control Center mean

2018-06-25 Thread Matthias Rebbe via use-livecode
Hi, does anyone know what exactly the status “pending” in the LQCC does mean? Regards, Matthias ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: What exactly does the status pending in Livecode Quality Control Center mean

2018-06-25 Thread Matthias Rebbe via use-livecode
set this status when a bug > requires a bit of setup to test. I assume you ask about the tsnet with LC > server issue. > > Best, > Panos > > On Mon, Jun 25, 2018, 18:32 Matthias Rebbe via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> H

Re: Is anyone using tsNet external with LCserver?

2018-06-20 Thread Matthias Rebbe via use-livecode
For those who are interested. I´ve sent a pro support request for my problem to get tsNet working with Livecode Server. It seems its not so easy to get it working. Support team has now created a bug report for the problem. bug 21377

Re: What exactly does the status pending in Livecode Quality Control Center mean

2018-06-26 Thread Matthias Rebbe via use-livecode
> Am 26.06.2018 um 20:12 schrieb Ralf Bitter via use-livecode > : > > - On On-Rev using LC server 9 tsNet does not work at all because glibc needs > to be upgraded as I was told by support. > Custom directives in ~/.bashrc didn’t help, these seem to be ignored by > Apache. > Hm, On-Rev

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

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

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

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

2017-10-28 Thread Matthias Rebbe via use-livecode
gt; > The script of button "txt_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 F

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 > >: > > Hi Richard, > >> Am 29.12.2017 um 03:03 schrieb Richard Gaskin via use-livecode >>

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
of day when your system is getting 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 >> <use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>

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

2017-12-29 Thread Matthias Rebbe via use-livecode
ig transaction? > > > 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 >> <use

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 >

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

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

Re: where are Livecode crash logs stored?

2018-01-10 Thread Matthias Rebbe via use-livecode
: > > Hi Matthias, > >> Am 10.01.2018 um 20:06 schrieb Matthias Rebbe via use-livecode >> <use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>: >> >> Hi, >> >> i need to send a Livecode crash log to a develope

Re: where are Livecode crash logs stored?

2018-01-10 Thread Matthias Rebbe via use-livecode
lt;use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>: > > Hi Matthias, > >> Am 10.01.2018 um 20:27 schrieb Matthias Rebbe via use-livecode >> <use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>: >> >&g

Re: Reading from xls or xlsx - with style

2018-01-16 Thread Matthias Rebbe via use-livecode
html to have it directly usable in LiveCode. 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 > <use-livec

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 >

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

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

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 >

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

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=1518017853=8-1

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