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
Search found 29 matches
- Thu Feb 18, 2021 2:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Problem with some external functions [solved]
- Replies: 8
- Views: 1712
- Tue Sep 01, 2020 5:21 pm
- Forum: Android Deployment
- Topic: Push notification text in the status bar
- Replies: 9
- Views: 5242
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.
It would appear this needs to be a 96x96 white PNG with alpha.
- Wed Aug 14, 2019 2:14 pm
- Forum: User Groups and Events
- Topic: Great Lakes States
- Replies: 4
- Views: 3157
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.
- Thu May 02, 2019 6:40 pm
- Forum: iOS Deployment
- Topic: Invalid Launch Image and Missing Required Icon
- Replies: 3
- Views: 2034
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...
- Fri Apr 19, 2019 8:08 pm
- Forum: Talking LiveCode
- Topic: Dismissing answer dialogs after xxx seconds automatically
- Replies: 8
- Views: 2957
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 ...
- Tue Nov 01, 2016 8:32 pm
- Forum: User Groups and Events
- Topic: Indiana Meet Up?
- Replies: 6
- Views: 9143
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.
- Mon Sep 19, 2016 7:05 pm
- Forum: Android Deployment
- Topic: Android App Keeps Crashing
- Replies: 5
- Views: 2756
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...
- Fri Sep 16, 2016 2:51 pm
- Forum: Engine Contributors
- Topic: Is it worthwhile reporting this as a bug?
- Replies: 9
- Views: 7111
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...
- Wed Jul 20, 2016 3:36 pm
- Forum: LiveCode Builder
- Topic: LC8-dp15 browser widget's URL history
- Replies: 2
- Views: 2150
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...
- Mon Jun 27, 2016 7:58 pm
- Forum: Making IDE Plugins
- Topic: LiveCode + WordPress Webinar
- Replies: 10
- Views: 8884
Re: LiveCode + WordPress Webinar
When will the next webinar be? Was this one recorded?
- 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: 4873
Re: Problems with message box and script editor screens
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.Code: Select all
set the rectangle of stack "revNewScriptEditor 1" to ..
- Thu Jun 02, 2016 9:44 pm
- Forum: Android Deployment
- Topic: New in LC7: custom status bar
- Replies: 5
- Views: 2537
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...
- Wed May 25, 2016 3:34 pm
- Forum: iOS Deployment
- Topic: browser widget
- Replies: 5
- Views: 2998
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...
- Wed May 25, 2016 3:07 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Datagrid- Smooth scrolling of long list
- Replies: 6
- Views: 3632
Re: Datagrid- Smooth scrolling of long list
I had to modify the location of this slightly for use in LC8. Rather than placing the mouseUp/Down/Release scripts on the group, they need to be placed on the Row Behavior Script (accessed from the Property Inspector, my was labeled 'button "Behavior Script"' when using a form based datagrid). When ...
- Mon May 23, 2016 6:50 pm
- Forum: Android Deployment
- Topic: Push Notification Setup
- Replies: 1
- Views: 1257
Re: Push Notification Setup
I was having a similar problem. The tutorial is indeed using a deprecated service, but there is a functioning version available in another thread http://forums.livecode.com/viewtopic.php?f=53&t=15154