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: Finding on online shop window for apps (was Re: Awful quiet around here )

2017-11-16 Thread David V Glasgow via use-livecode
Seems like someone ?Scott Rossi worked this one out http://www.discamus.com/nunc/how/ but it still involves a merchant site. I don’t understand why that should be necessary. Best wishes, David G > On 16 Nov 2017, at 9:25 am, David V Glasgow

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

2017-11-16 Thread David V Glasgow via use-livecode
Thanks to all on and off list responses to my questions. I have looked at all comments and suggestions, and have another question. Instead of paying for a merchant site, wouldn’t it be possible to script a desktop app to license itself via say, Paypal? Effectively implementing an in-app

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

2017-11-15 Thread Bob Sneidar via use-livecode
Also, UAC has to be turned off. Otherwise I would probably need some kind of first run dialog asking for an administrator user and password, save it then pass it as an arguement to a command or powershell. Bob S > On Nov 15, 2017, at 09:03 , Bob Sneidar via use-livecode >

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

2017-11-15 Thread Bob Sneidar via use-livecode
OK looks like the way to handle this is to set the compatibility mode to Windows XP. Not sure how much longer that will be supported. It may not be in Windows 10 anymore. Bob S > On Nov 15, 2017, at 08:51 , Bob Sneidar via use-livecode > wrote: > > Thanks

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

2017-11-15 Thread Bob Sneidar via use-livecode
Thanks Jacque. I've attempted to set an app to run as administrator, but there is no place to enter credentials in the properties, so UAC will challenge the user if enabled, and if not it won't run. I have to make my techs local Admins in order to run my app. Bob S > On Nov 15, 2017, at

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

2017-11-15 Thread J. Landman Gay via use-livecode
Zygodact's Register stack is just a substack of the mainstack and will use the same priveleges as the app it's attached to. Priveleges are set in the Windows pane in standalone settings. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

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

2017-11-15 Thread Matthias Rebbe via use-livecode
Trevor, i know. I watched your Levure presentation at LC Global, but had not enough time yet to dig deeper into it myself. Your framework looks awesome and hopefully during the holidays next month i will be able to concentrate on it. Matthias > Am 15.11.2017 um 15:47 schrieb Trevor DeVore via

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

2017-11-15 Thread Bob Sneidar via use-livecode
That reminds me there was some discussion on how to get a Windows Standalone to launch with elevated priveleges so that non-admin users can *actualy* use it. Does Zygodact handle that? Bob S > On Nov 14, 2017, at 10:39 , JB via use-livecode > wrote: > >> The

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

2017-11-15 Thread Trevor DeVore via use-livecode
On Tue, Nov 14, 2017 at 1:29 PM, Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Normally i do sign all of my apps (even custom and inhouse apps) for > Windows and Mac. > Makes life easier. But to be honest, sometimes i forgot to sign, if i am > in a hurry or i do not

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: Finding on online shop window for apps (was Re: Awful quiet around here )

2017-11-14 Thread JB via use-livecode
Excellent information! thanks, JB > On Nov 14, 2017, at 11:29 AM, Matthias Rebbe via use-livecode > wrote: > > Normally i do sign all of my apps (even custom and inhouse apps) for Windows > and Mac. > Makes life easier. But to be honest, sometimes i forgot

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

2017-11-14 Thread Matthias Rebbe via use-livecode
Normally i do sign all of my apps (even custom and inhouse apps) for Windows and Mac. Makes life easier. But to be honest, sometimes i forgot to sign, if i am in a hurry or i do not sign if i have not the time. It´s not very time consuming, but sometimes even the time for signing is not

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

2017-11-14 Thread JB via use-livecode
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 > wrote: > > David, > > i am selling only one app (Mac,Win,Linux) online. I´ve used Kagi until they >

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