Search found 30 matches

by MWCoastMedia
Fri Mar 01, 2024 2:54 pm
Forum: Talking LiveCode
Topic: PayPal or other commerce integration
Replies: 7
Views: 464

Re: PayPal or other commerce integration

Maybe use a different backend? Many seem to prefer Stripe. At a glance, I saw this: https://docs.stripe.com/payments#multiparty-payments Looks like it is the kind of thing you're looking for, but not sure... (ie I'm too lazy to read ;)) I don't have experience specifically with multiparty payments ...
by MWCoastMedia
Thu Feb 18, 2021 2:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem with some external functions [solved]
Replies: 8
Views: 4017

Re: Problem with some external functions [solved]

Did this ever get implemented? I'm still seeing a problem in LC9.6.2rc2

mergAVCamSet("torch"), "on"
put mergAVCamGet("torch") into tTorch // tTorch is EMPTY
by MWCoastMedia
Tue Sep 01, 2020 5:21 pm
Forum: Android Deployment
Topic: Push notification text in the status bar
Replies: 9
Views: 8722

Re: Push notification text in the status bar

I looked in the Standalone Application Settings Lesson for the specs of this icon, but couldn't find details @ http://lessons.livecode.com/m/4603/l/68 ... n-settings

It would appear this needs to be a 96x96 white PNG with alpha.
by MWCoastMedia
Wed Aug 14, 2019 2:14 pm
Forum: User Groups and Events
Topic: Great Lakes States
Replies: 4
Views: 7528

Re: Great Lakes States

I live far enough south now that I don't deal with lake effect anymore, but would gladly drive from Indianapolis to a neighboring state to chat with some other coders.
by MWCoastMedia
Thu May 02, 2019 6:40 pm
Forum: iOS Deployment
Topic: Invalid Launch Image and Missing Required Icon
Replies: 3
Views: 3804

Re: Invalid Launch Image and Missing Required Icon

I just ran into a similar problem (with those same exact missing icon sizes) and wanted to share my experience/solution with others. I had been using Xcode 9.2 on macOS 10.12.6 for the longest time. Apple recently stopped accepting iOS builds from that version of Xcode so I finally HAD to upgrade: b...
by MWCoastMedia
Fri Apr 19, 2019 8:08 pm
Forum: Talking LiveCode
Topic: Dismissing answer dialogs after xxx seconds automatically
Replies: 8
Views: 6144

Re: Dismissing answer dialogs after xxx seconds automaticall

on mouseUp ## Important part to send BEFORE the dialog ;-) send "closeit" to me in 2 secs answer "sfasdfasdfasdfasdf" end mouseUp command closeit close stack "Answer Dialog" end closeit When attempting this on iOS, Livecode throws error codes 91 (chunk: can't find stack) and 108 (close: can't find ...
by MWCoastMedia
Tue Nov 01, 2016 8:32 pm
Forum: User Groups and Events
Topic: Indiana Meet Up?
Replies: 6
Views: 16109

Re: Indiana Meet Up?

What are the odds this thread is still semi-alive? I'd be willing to meet in Indy or South Bend to talk to another actual LiveCode programmer in-person.
by MWCoastMedia
Mon Sep 19, 2016 7:05 pm
Forum: Android Deployment
Topic: Android App Keeps Crashing
Replies: 5
Views: 5863

Re: Android App Keeps Crashing

I got a similar error, but only under Android 7. I know the build was compiled with at least 8.0.2rc2. Does any of the error log actually translate to something I'd understand or does it always look so similar? *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Build fingerprint: 'googl...
by MWCoastMedia
Fri Sep 16, 2016 2:51 pm
Forum: Engine Contributors
Topic: Is it worthwhile reporting this as a bug?
Replies: 9
Views: 14205

Re: Is it worthwhile reporting this as a bug?

I just had this issue compiling to Android from 8.0.2(?). Three requests going to the same LiveCode server one after another, but the 2nd call seems to choke recently. This seemed to take care of it quickly, based off the original post by Monte put sendApiRequest(tTask) into tResponseArray if tRespo...
by MWCoastMedia
Wed Jul 20, 2016 3:36 pm
Forum: LiveCode Builder
Topic: LC8-dp15 browser widget's URL history
Replies: 2
Views: 3849

Re: LC8-dp15 browser widget's URL history

In regards to going back and forward... Then this should work: go backward in widget "mybrowser" go forward in widget "mybrowser" Thank you! Where is this documented? I can't find it in the release notes or the Dictionary entries for the Browser widget. The LiveCode Script Dictionary has 'go in wid...
by MWCoastMedia
Mon Jun 27, 2016 7:58 pm
Forum: Making IDE Plugins
Topic: LiveCode + WordPress Webinar
Replies: 10
Views: 15413

Re: LiveCode + WordPress Webinar

When will the next webinar be? Was this one recorded?
by MWCoastMedia
Mon Jun 27, 2016 1:30 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problems with message box and script editor screens
Replies: 18
Views: 9855

Re: Problems with message box and script editor screens

Code: Select all

set the rectangle of stack "revNewScriptEditor 1" to ..
Thank you so much! I use multiple displays with my laptop in dock mode and sometimes the script window just flies off the screen when LiveCode is first launched.
by MWCoastMedia
Thu Jun 02, 2016 9:44 pm
Forum: Android Deployment
Topic: New in LC7: custom status bar
Replies: 5
Views: 4615

Re: New in LC7: custom status bar

I never found documentation anywhere about this, even the LiveCode lessons are outdated @ https://livecode.com/resources/guides/mobile/configuring-an-application/ , but did find this helpful link to suggested sizes: http://iconhandbook.co.uk/reference/chart/android/ It seems that the larger your mak...
by MWCoastMedia
Wed May 25, 2016 3:34 pm
Forum: iOS Deployment
Topic: browser widget
Replies: 5
Views: 5250

Re: browser widget

Disabling ATS made everything work, albeit unsecure. The pages that are being loaded are about to be redesigned anyway, so I'll just make sure the company slaps an SSL certificate on that site. I didn't know iOS was blocking non HTTPS urls now, and just recently upgraded my OS (requiring an Xcode up...

Go to advanced search