Search found 34 matches

by Gurgen
Thu Nov 15, 2018 9:50 am
Forum: Talking LiveCode
Topic: AWS - PermanentRedirect
Replies: 0
Views: 2266

AWS - PermanentRedirect

Hi all, I'm facing with a problem using AWS Library. When I'm trying to upload an object using AWSS3PutObject is sends a callback with error message : <?xml version="1.0" encoding="UTF-8"?> <Error><Code>PermanentRedirect</Code><Message>The bucket you are attempting to access must be addressed using ...
by Gurgen
Tue Jan 09, 2018 3:28 pm
Forum: LiveCode Builder
Topic: Send Message to Livecode from LCB Library
Replies: 4
Views: 4734

Re: Send Message to Livecode from LCB Library

Thanks Mark, For some reason this syntax is working on example bellow: public handler NotifyMe() returns nothing post "playerFinished" to the caller end handler But is not working here : private handler bgaudioOnFinish(in pContext as JObject) returns nothing mediaplayerStop() put nothing into mConte...
by Gurgen
Tue Jan 09, 2018 9:34 am
Forum: LiveCode Builder
Topic: Send Message to Livecode from LCB Library
Replies: 4
Views: 4734

Send Message to Livecode from LCB Library

Hi All, I'm trying to little modify the built in Android Background Audio Player to send callback when the audio is finished. I know there is function SendToScriptObject which is something what I'm looking for, but this only works on widget libraries. Is there any other function to send message to L...
by Gurgen
Wed Sep 27, 2017 4:53 pm
Forum: LiveCode Builder
Topic: Declare Android app permissions
Replies: 2
Views: 4210

Re: Declare Android app permissions

Thank you Ali for your effort. I highly appreciate your help.

Now the external works. Next I will try to wrap other methods and will update this thread.

Regards,
Gurgen
by Gurgen
Tue Sep 26, 2017 8:07 pm
Forum: LiveCode Builder
Topic: Declare Android app permissions
Replies: 2
Views: 4210

Declare Android app permissions

Hi, I'm trying to wrap android fingerprint API. For first I've tried to wrap the simplest method - isHardwareDetected . https://developer.android.com/reference/android/hardware/fingerprint/FingerprintManager.html#isHardwareDetected() Documentation says that to use this class I need to grant a permis...
by Gurgen
Thu Sep 14, 2017 12:23 pm
Forum: Android Deployment
Topic: haoPlayer external
Replies: 1
Views: 2166

haoPlayer external

Hi all,

Where can I buy or get haoPlayer external for Android. I just found the author blog, without any info how to get the externals.

http://hedgehao.blogspot.am/2015/05/hao ... ernal.html

Thanks,
Gurgen
by Gurgen
Thu Jul 13, 2017 1:09 pm
Forum: iOS Deployment
Topic: Enable Automatic Reference Counting
Replies: 4
Views: 4199

Re: Enable Automatic Reference Counting

@LCMark: Thank you very much for good explanation and help.

--
Gurgen
by Gurgen
Thu Jul 13, 2017 8:38 am
Forum: iOS Deployment
Topic: Enable Automatic Reference Counting
Replies: 4
Views: 4199

Re: Enable Automatic Reference Counting

@LCMark: Hi Mark, thank you for replay. The application that we are developing for some_big_company required some technical solutions to pass the security test. I read your answer about Code Obfuscation too. This and a few other items need to be implemented on our app. If you can help me to get prop...
by Gurgen
Wed Jul 12, 2017 6:31 pm
Forum: Android Deployment
Topic: Binary Protection: Insufficient Code Obfuscation
Replies: 2
Views: 3158

Binary Protection: Insufficient Code Obfuscation

Hi Livecoders,

Is it possible to do Livecode Android app code obfuscation? I know Google has included one of the most popular of these tools, ProGuard, as part of the Android SDK. Is there any way to enable it?

Thanks,
Gurgen
by Gurgen
Wed Jul 12, 2017 5:48 pm
Forum: iOS Deployment
Topic: Enable Automatic Reference Counting
Replies: 4
Views: 4199

Enable Automatic Reference Counting

Hi All,

Very technical question.

Is it possible to enable ARC(Automatic Reference Counting) on iOS app?

Thanks,
Gurgen
by Gurgen
Wed Jul 12, 2017 3:08 pm
Forum: Building Externals
Topic: Detect when an android app goes to the background
Replies: 13
Views: 44924

Re: Detect when an android app goes to the background

For iOS we have found the way how to check it. mergNotify - part of mergExt on openStack mergNotify "UIApplicationWillResignActiveNotification" mergNotify "UIApplicationDidBecomeActiveNotification" end openStack on UIApplicationWillResignActiveNotification pUserInfo // Your code before the app goes ...
by Gurgen
Tue Jul 11, 2017 11:12 am
Forum: Building Externals
Topic: Detect when an android app goes to the background
Replies: 13
Views: 44924

Re: Detect when an android app goes to the background

Hi Jacque,

I will let you know about progress.

--
Gurgen
by Gurgen
Mon Jul 10, 2017 12:16 pm
Forum: Building Externals
Topic: Detect when an android app goes to the background
Replies: 13
Views: 44924

Detect when an android app goes to the background

Hi All, For the application that I'm working on now, I need somehow to change the app image in background mode when displaying all of the open applications on a mobile device(to hide some sensitive data). I'm looking for a way to detect when an android app goes to the background and come back to for...
by Gurgen
Sun Mar 26, 2017 4:15 pm
Forum: Off-Topic
Topic: Is there a way to search for D3.js posts on the forum?
Replies: 5
Views: 6526

Re: Is there a way to search for D3.js posts on the forum?

Hi Mark,

Digital Pomegranate team has open source library for D3.js charts in Livecode.

Here is the GitHub repo https://github.com/digitalpomegranate/D ... ode-Charts.

Gurgen.
by Gurgen
Fri Mar 03, 2017 11:55 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Amazon AWS Calculate signature
Replies: 0
Views: 2118

Amazon AWS Calculate signature

Hi All,

I'm going to use Amazon AWS Rest API to get objects from Amazon S3. To do it I need to calculate signature.

Is there anybody with experience of this?

Thanks,
Gurgen

Go to advanced search