Re: Scott Raney's new thing

2018-05-17 Thread Mark Wieder via use-livecode
On 05/17/2018 01:38 PM, Tom Glod via use-livecode wrote: awesome. is this done using LC? Since it's web-based, I doubt it. In theory it's open source, but I haven't found any links to source code, and I imagine it won't appear until v1.0 is ready. And it'll probably take me that long to

Re: WTF Worldpay?

2018-05-17 Thread Jerry Jensen via use-livecode
I did use PayPal with them today. .Jerry > On May 17, 2018, at 2:40 PM, Stephen Barncard via use-livecode > wrote: > > Worldpay is a nightmare with every use. I thought Livecode dropped them. > Really annoying. > > I finally had to set up a 'verified by visa'

Re: WTF Worldpay?

2018-05-17 Thread Stephen Barncard via use-livecode
Worldpay is a nightmare with every use. I thought Livecode dropped them. Really annoying. I finally had to set up a 'verified by visa' account for second level testing. really annoying as I've bought all kinds of software from EU without the third degree. Didn't LC implement PayPal finally? sqb

Re: WTF Worldpay?

2018-05-17 Thread Warren Samples via use-livecode
On 05/17/2018 03:11 PM, Mike Kerner via use-livecode wrote: It might be a foreign-transaction thing. Some of my cards will not go through worldpay. This is usually because your credit card issuer has decided not to allow transactions to certain locations. You can usually call them and get

Re: Scott Raney's new thing

2018-05-17 Thread Tom Glod via use-livecode
awesome. is this done using LC? On Thu, May 17, 2018 at 4:35 PM, Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > I guess not really 'new' since it's been in progress for four years, but > this is a recent surfacing of the beta. > > http://www.matchism.org/ > > -- > Mark

Scott Raney's new thing

2018-05-17 Thread Mark Wieder via use-livecode
I guess not really 'new' since it's been in progress for four years, but this is a recent surfacing of the beta. http://www.matchism.org/ -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: WTF Worldpay?

2018-05-17 Thread Mark Wieder via use-livecode
On 05/17/2018 01:11 PM, Mike Kerner via use-livecode wrote: It might be a foreign-transaction thing. Some of my cards will not go through worldpay. Eggzackly. Been that way with the LC conferences for years now. -- Mark Wieder ahsoftw...@gmail.com

Re: WTF Worldpay?

2018-05-17 Thread Mike Kerner via use-livecode
It might be a foreign-transaction thing. Some of my cards will not go through worldpay. On Thu, May 17, 2018 at 4:01 PM Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > Still won't accept my credit cards. > Is this a brexit thing? > > -- > Mark Wieder >

WTF Worldpay?

2018-05-17 Thread Mark Wieder via use-livecode
Still won't accept my credit cards. Is this a brexit thing? -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Material Design - any plans to allow more granularity in design?

2018-05-17 Thread Sannyasin Brahmanathaswami via use-livecode
Given that my rant was open ended… Richard is a little more nuanced, thank you for that… Agreed, a subset of what is "required" to be in the engine to meet modern expectations would help. For the rest, we could build them ourselves. This we cannot build ourselves…. I would put " smooth

Re: Material Design - any plans to allow more granularity in design?

2018-05-17 Thread Richard Gaskin via use-livecode
Tom Glod wrote: > ..as far as the whole philosophy...I really doubt that this is on the > radar of Livecode the company they probably feel their efforts are > better suited on technologies going into their development platform. I > would agree with that. Me too, but mobile OSes are now

The next LiveCode Conference is in...

2018-05-17 Thread Heather Laine via use-livecode
San Jose! Dear list folks, We're thrilled to announce the next live on the ground LiveCode conference. It will take place in San Jose California, 20-22nd May 2019. Learn more about it here: https://livecode.com/california19/ I look forward to seeing as

Signing MacOS Standalones

2018-05-17 Thread Ray via use-livecode
Does anybody have steps to sign Mac OS standalones?  I've discovered Apple 10.12 or higher now sabotages unsigned standalones and it's a rather cryptic process to join the Apple dev club, create a certificate, and then sign an LC standalone, evidently using Terminal. Thanks in advance! Ray

What Is Be Best Way to Stop Browser

2018-05-17 Thread Sannyasin Brahmanathaswami via use-livecode
I am trying to figure a way to stop a browser widget instance from trying check for an internet connection and "stop" and respond to "go previous" button. If anyone has a recipe that, will appreciate it. But questions to go the dictionary. If I look up "browser" I see (in

Re: Internet library and LC9

2018-05-17 Thread Andrew Bell via use-livecode
Depending on your license level, tsNet may not be available. I was recently looking for a way to force clear browser cache in LiveCode browser widget (still can't figure it out, even trying the "?seconds" parameter discussed on the list) and discovered the LOAD command in LiveCode. Where

Transition from DataGrid in existing app to DataGrid 2 in LC 9.0

2018-05-17 Thread Martin Koob via use-livecode
Hi I have a Mac OS X application that is developed with LC 6.7.3 that I am transitioning to LC 9.0. I have some form style DataGrids in the application. When I open the project in the LC 9.0 IDE do these data grids automatically have the new features of DataGrid 2 or do I have to replace the

Re: Web fonts

2018-05-17 Thread Håkan Liljegren via use-livecode
Web fonts are usually .woff and LiveCode can’t use that internally, AFAIK. But if you use the browser widget they do work! You can of course download the font in .ttf format and use it that way but then make sure that the licence allow you to do that. Håkan Liljegren On 17 May 2018, 00:34