Re: revNavigator - Cloning a card - am i doing something wrong?

2018-08-21 Thread Matthias Rebbe via use-livecode
; wrote: > Wow, that's a brutal bug. You're not doing anything wrong, I am ;-) > > I'm looking at it now... > > On Tue, Aug 21, 2018 at 12:35 AM Matthias Rebbe via use-livecode > mailto:use-livecode@lists.runrev.com>> wrote: > Hi, > > today i wanted to clone

Re: For those who do not know lcTasklist

2018-08-21 Thread Matthias Rebbe via use-livecode
ve McConell - Code Complete > > On Tue, 21 Aug 2018 at 00:44, Matthias Rebbe via use-livecode < > use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>> wrote: > >> Hi, >> >> I´ve purchased the plugin lcTasklist a long time ago and used it

revNavigator - Cloning a card - am i doing something wrong?

2018-08-21 Thread Matthias Rebbe via use-livecode
Hi, today i wanted to clone a card with Navigator, but the cloned card then is added to the revNavigator stack instead to the original stack. And much more important, after cloning the card revNavigator is going to that cloned card. So no way to use Navigator until i restart. I tried both,

For those who do not know lcTasklist

2018-08-20 Thread Matthias Rebbe via use-livecode
Hi, I´ve purchased the plugin lcTasklist a long time ago and used it now and then. But now i am totally in love with this great tool. I was working on a really big project for months and i needed to add some debug code, special comments and special information in my scripts and i had to mark

Re: Is anyone using tsNet external with LCserver?

2018-08-13 Thread Matthias Rebbe via use-livecode
Am 20.06.2018 um 19:11 schrieb 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

Re: Writing to SMB Share?

2018-08-10 Thread Matthias Rebbe via use-livecode
From which OS do you want to connect? From Linux you could include the username and password in the UNC. smb://username:passwort@servername/folder” But i am not sure, if this works when working in a domain structure. Regards Matthias > Am 10.08.2018 um 13:54 schrieb Malte Pfaff-Brill via

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-08 Thread Matthias Rebbe via use-livecode
> Am 08.08.2018 um 21:17 schrieb Mark Waddingham via use-livecode > : > > > You might also find this thread in the forums useful with your efforts: > > http://forums.livecode.com/viewtopic.php?f=93=30429 > > Its about wrapping a Windows DLL which accesses a I/O device of some sort - > the

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-07 Thread Matthias Rebbe via use-livecode
s/guides/LiveCode%20Builder%20Language%20Reference.md > > <https://github.com/livecode/livecode/blob/develop/docs/guides/LiveCode%20Builder%20Language%20Reference.md> > https://github.com/livecode/livecode-ide/blob/develop/Documentation/guides/Extending%20LiveCode.md > > They

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-07 Thread Matthias Rebbe via use-livecode
ut I think I am ready. > > On Tue, Aug 7, 2018 at 10:43 AM, Matthias Rebbe via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Brian, >> >> thanks also. Yes, please. More examples are welcomed. >> >> Regards, >> >> Matthias

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-07 Thread Matthias Rebbe via use-livecode
vor DeVore >> wrote: >> >>> Matthias, >>> >>> Yes it is possible. I don't know of any 3rd party DLL examples. Can you >>> point me to a DLL you want to wrap? I may be able to put together the >>> skeleton of an LCB extension for you to get starte

Re: LC Builder and 3rd Part DLLs under Windows

2018-08-07 Thread Matthias Rebbe via use-livecode
t; -- > Trevor DeVore > ScreenSteps > www.screensteps.com > > On Tue, Aug 7, 2018 at 5:33 AM Matthias Rebbe via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Hi, >> >> i make use of the Widgets in LC 9 very often and i am really impressed >

LC Builder and 3rd Part DLLs under Windows

2018-08-07 Thread Matthias Rebbe via use-livecode
Hi, i make use of the Widgets in LC 9 very often and i am really impressed what is possible with LCB. I have no deep knowledge of LCB, but if i understand correctly then LCB is able to call OS APIs, right? If so, is it also possible to call functions of a 3rd party DLL under Windows? I know

Re: drawing a Barcode without a Barcode font

2018-07-25 Thread Matthias Rebbe via use-livecode
We are waiting for the result of the check of the carrier Trans-o-Flex. > Am 25.07.2018 um 14:38 schrieb Mike Kerner via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > What up Matthias? > You're using 2 of 5, right? Yes, 2of5 interleaved. > TT can be a little messy depending on

Re: drawing a Barcode without a Barcode font

2018-07-25 Thread Matthias Rebbe via use-livecode
Our thermal prints, both qrcodes and barcodes, are scannable w/o problems with our iOS devices. So resolutions is not a problem. Although we were able to successfully print the labels and are awaiting a positive confirmation from the carrier, i will try to import a snapshot of the barcode and

Re: drawing a Barcode without a Barcode font

2018-07-25 Thread Matthias Rebbe via use-livecode
Am 24.07.2018 um 00:01 schrieb Bob Sneidar via use-livecode > : > > Out of curiosity, does printed barcodes from the laserwriter still work with > these settings? > > Bob S > > >> On Jul 22, 2018, at 14:18 , Matthias Rebbe via use-livecode >> wrote: >> >

Re: drawing a Barcode without a Barcode font

2018-07-22 Thread Matthias Rebbe via use-livecode
Of course i meant So the code below shows the settings which allow us to scan the labels when printed with a Toshiba B-EV4D and a Zebra LP 2844. > Am 22.07.2018 um 23:18 schrieb Matthias Rebbe via use-livecode > : > > I have to add something. > > As I wrote, we were able to

Re: drawing a Barcode without a Barcode font

2018-07-22 Thread Matthias Rebbe via use-livecode
dth of grc "narrowC" to (tNarrow - 2) set the width of grc "narrowB" to (tNarrow -3) set the width of grc "wideC" to tWide set the width of grc "wideB" to tWide Regards, Matthias Rebbe > Am 20.07.2018 um 13:31 schrieb Matthias Rebbe via use-

Re: drawing a Barcode without a Barcode font

2018-07-20 Thread Matthias Rebbe via use-livecode
use-livecode > : > > Very cool! Does it actually produce a code that can be scanned? > > On Fri, Jul 20, 2018 at 3:25 AM Matthias Rebbe via use-livecode < > use-livecode@lists.runrev.com> wrote: > >> Mike >> >> you´re awesome. That is already an almos

Re: drawing a Barcode without a Barcode font

2018-07-20 Thread Matthias Rebbe via use-livecode
else > set the topleft of the last grc to the topright of grc id > tLast >end if >break > > end switch > put the short id of the last grc into tLast -- the id of the most > recently placed bar > end repeat > en

Property Inspector, Text Formatting, Text style ->Plain Button?

2018-07-19 Thread Matthias Rebbe via use-livecode
Hi, just noticed again that in the property inspector under text formating there is not the “plain” button/icon anymore to set the text to plain. In LC 6 this button is still there. Is this a bug or are there reasons why this button is not there anymore? What do you think? Regards, Matthias

drawing a Barcode without a Barcode font

2018-07-19 Thread Matthias Rebbe via use-livecode
Hi, at the moment i am using a special barcode font “2of5interleaved” to draw/create a Code25/2of5interleaved barcode. The code itself is calcualted by script and then displayed using that barcode font The font only has 4 characters 2 black bars (1one them is twice the width of the other)

Re: How to create a QR Code Version 14 (73x73modules)

2018-07-18 Thread Matthias Rebbe via use-livecode
I´ve filed an enhancement request now <https://quality.livecode.com/show_bug.cgi?id=21428> and attached the patched library file and an updated api.lcdoc with 2 additional examples to the request. Matthias > Am 18.07.2018 um 02:13 schrieb Matthias Rebbe via use-livecode >

how to refresh LC IDE dictionary after i changed a api.lcdoc file?

2018-07-18 Thread Matthias Rebbe via use-livecode
Hi, i changed some information in an api.lcdoc file of an extension. In my case i added some additional examples. Each new example with a leading “Example:” tag. How do i get that new information displayed in the dictionary. Even after a restart of LC i just see the old information, but not

Re: How to create a QR Code Version 14 (73x73modules)

2018-07-17 Thread Matthias Rebbe via use-livecode
s > > Monte > >> On 18 Jul 2018, at 8:20 am, Matthias Rebbe via use-livecode >> wrote: >> >> Hi. >> >> My app needs to create qr codes. This is not a problem so far, as Splash21´s >> qrCode library is now included in Livecode. >> >>

How to create a QR Code Version 14 (73x73modules)

2018-07-17 Thread Matthias Rebbe via use-livecode
Hi. My app needs to create qr codes. This is not a problem so far, as Splash21´s qrCode library is now included in Livecode. My problem is that i need to create qr Codes with exact version 14, which has a matrix size of 73 x 73. The customer needs exact that kind of code. The codes are

Re: Property inspector / custom properties - how can i resize the value field

2018-07-17 Thread Matthias Rebbe via use-livecode
Mark, but even then the “value” field still shows 3 lines of text and cannot be resized > Am 17.07.2018 um 01:33 schrieb Mark Wieder via use-livecode > : > > On 07/16/2018 02:00 PM, panagiotis merakos via use-livecode wrote: >> Hi all, >> Thank you for the feedback. >> We are aware of this

Re: Property inspector / custom properties - how can i resize the value field

2018-07-16 Thread Matthias Rebbe via use-livecode
I > really should record a video and demonstrate them all to the team. not > great for new users. > > I would say its a bug. a workaround would be sending messages to the > property inspector. and try to automate the resizing. > > On Mon, Jul 16, 2018 at 3:34 PM, Matthias

Re: Property inspector / custom properties - how can i resize the value field

2018-07-16 Thread Matthias Rebbe via use-livecode
ty inspector pallette, the > properties panel will expand. > > Bob S > > >> On Jul 16, 2018, at 12:34 , Matthias Rebbe via use-livecode >> wrote: >> >> Hi, >> is there a way to resize the value field for custom properties in the >> Proper

Property inspector / custom properties - how can i resize the value field

2018-07-16 Thread Matthias Rebbe via use-livecode
Hi, is there a way to resize the value field for custom properties in the Property Inspector? It just shows 3 lines. I think that is not enough, especially if one wants to store larger text files there. Older versions of LC allowed to resize that field if i remember right. Why was that

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

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: WordOut : Where to put the license key?

2018-06-21 Thread Matthias Rebbe via use-livecode
Hi Ludovic, the serial number is used in your script. First load wordout library, then useregisterWordout “x” to register wordout in your script. Replace x with your license key. HTH Matthias > Am 21.06.2018 um 13:31 schrieb Ludovic THEBAULT via use-livecode > : > > Hello, > >

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

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

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

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 >

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

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

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

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 > >: > > Matthias Rebbe wrote: > > > At

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

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

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

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

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 > >: > > Babysitting over, tried it, it works! > > Thanks a million. > > BTW Trevor’s suggestion of > >> PrivilegesRequired=admin > So if it´s working now

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 > >: > > Links? > > Bob

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

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

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

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.

[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

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

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 > <use-livecode@lists.runrev.com <mailto:use-livecode@lists.runrev.com>>: > > Thanks to all for your kind words. > > > > @Tom, >> tool...where would it source the certificates? and how

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

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

2018-03-14 Thread Matthias Rebbe via use-livecode
n the code signing > 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, >> >

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

2018-03-14 Thread Matthias Rebbe via use-livecode
some DMG wrangling code in the 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 >> <use-livecode@lists.runrev.com <mailto:use-liv

[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

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

2018-03-13 Thread Matthias Rebbe via use-livecode
he issue. > > Can you 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 >> <use-livecode@lists.runrev.com <mailto:use-livecode@lists.run

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

2018-03-09 Thread Matthias Rebbe via use-livecode
ote, ‘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 >> <us

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

Re: tsNet documentation

2018-03-08 Thread Matthias Rebbe via use-livecode
com <mailto:use-livecode@lists.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. > > Charl

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 >

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 >

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

2018-02-23 Thread Matthias Rebbe via use-livecode
as we investigate this further. > > 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 u

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

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

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

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: 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: OT - What linux do you recommend for older PCs?

2018-01-23 Thread Matthias Rebbe via use-livecode
AYLOAD_LINUX=text > at the 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@l

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

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

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 > >: > > Maybe I am the last person to know this but if you

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

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

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 >

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

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

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

<    5   6   7   8   9   10   11   12   >