Search found 87 matches
- Tue Dec 19, 2017 11:34 pm
- Forum: iOS Deployment
- Topic: iOS Modal Alert Description
- Replies: 5
- Views: 6541
iOS Modal Alert Description
Forum, My app just was rejected by the gate keepers over at iTunes with the following rejection. Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage We noticed that your app requests the user’s consent to access the Location but does not clarify the use of this feature in the permission ...
- Thu Apr 28, 2016 9:55 pm
- Forum: Talking LiveCode
- Topic: HTTP Redirect Location
- Replies: 0
- Views: 1802
HTTP Redirect Location
Forum, I need to POST information to a web site and fill out multiple pages of data to create a new account. Using FireFox + Firebug, I'm able to see how the interaction with the web site is working and now I want to do the same thing in LiveCode, but I'm running into a knowledge issue. This is the ...
- Thu Feb 04, 2016 5:55 pm
- Forum: iOS Deployment
- Topic: task switch results in app being restarted
- Replies: 4
- Views: 4918
Re: task switch results in app being restarted
Thanks for the followup on this issue. Right now I'm launching a URL in safari. I expect this issue would go away if I would create a help browser in the app and not use an external browser. So it looks like you need to do a special handler to take the user back to where they were before the suspend...
- Wed Feb 03, 2016 11:02 pm
- Forum: iOS Deployment
- Topic: task switch results in app being restarted
- Replies: 4
- Views: 4918
task switch results in app being restarted
Forum, I have a couple of iOS apps that I have developed in LiveCode. In the apps I have a help system that opens up a browser and takes the user to a context specific help page. Works like a champ. Now here is the frustrating issue. When I double click the home button to display the running apps, t...
- Fri Jan 08, 2016 7:02 pm
- Forum: Android Deployment
- Topic: App Load Failure on LC 7.1.1
- Replies: 4
- Views: 4625
Re: App Load Failure on LC 7.1.1
This has been reported as a BUG and is being investigated by LiveCode.
Bug 16688 AND Bug 16428
Dan
Bug 16688 AND Bug 16428
Dan
- Mon Jan 04, 2016 10:42 pm
- Forum: Talking LiveCode
- Topic: java.io.IoException Error Condition
- Replies: 1
- Views: 4089
Re: java.io.IoException Error Condition
Forum, Wanted to let you know that I figured out the cause of the issue. In the larger response the Apache2 web server was compressing the data because the mod_deflate feature was enabled. I added "Accept-Encoding:None" to the header of the message and the web server stopped compressing the response...
- Tue Dec 29, 2015 3:28 am
- Forum: Talking LiveCode
- Topic: java.io.IoException Error Condition
- Replies: 1
- Views: 4089
java.io.IoException Error Condition
Forum, I have an Android App that connects to a Apache server to share information using a basic SOAP/XML interface. The interface has been working just fine for over a year and all of a sudden something has changed and I'm now getting the following error condition when I try to retrieve a large XML...
- Mon Dec 21, 2015 8:10 pm
- Forum: Android Deployment
- Topic: Livecode Android SDK - development
- Replies: 3
- Views: 4266
Re: Livecode Android SDK - development
Livecode, It would be great if someone from Livecode would respond to this post. I have had exactly the same experience with Livecode. iOS functionality works great, but the same features on Android often work poorly with little attention. I've identified the following BUGs almost a year ago and the...
- Mon Dec 21, 2015 7:48 pm
- Forum: Android Deployment
- Topic: App Load Failure on LC 7.1.1
- Replies: 4
- Views: 4625
App Load Failure on LC 7.1.1
Support Forum, I'm porting my Apps from V6.7.6 to V7.1.1 to get ready to go to V8 when it is released. I have made the minor changes to support arrayEncode() version numbers and I"m now verifying the apps. I'm unable to load apps on Older version of Android with LC 7.1.1 using TEST button and USB co...
- Mon Mar 16, 2015 7:12 pm
- Forum: Talking LiveCode
- Topic: Data Grid with Native Scrolling
- Replies: 2
- Views: 3929
Re: Data Grid with Native Scrolling
Haven't heard any response, so it looks like a bug to me.
Created Bug Report 14863 in Quality Center
http://quality.runrev.com/show_bug.cgi?id=14863
Created Bug Report 14863 in Quality Center
http://quality.runrev.com/show_bug.cgi?id=14863
- Tue Mar 10, 2015 6:23 pm
- Forum: Talking LiveCode
- Topic: Data Grid Form TruncateTail Helper Function
- Replies: 0
- Views: 12832
Data Grid Form TruncateTail Helper Function
I have a Data Grid From that contains a field that I would like to indicate if the text is larger then the field. Based on the Data Grid documentation I have there is a helper function called "TruncateTail" that can be placed in the Behavior Script to indicate if the text is larger then the field. I...
- Wed Mar 04, 2015 6:45 pm
- Forum: Android Deployment
- Topic: Slider Control with Native Scroller
- Replies: 4
- Views: 4940
Re: Slider Control with Native Scroller
Found a solutions. To get this to work smoothly do the following. Define the following handlers in the slider control on touchStart put the uScrollID of this card into tScrollID if tScrollID > 0 AND tScrollID is not Empty then mobileControlSet tScrollID, "scrollingEnabled", false end if end touchSta...
- Wed Mar 04, 2015 5:54 pm
- Forum: Android Deployment
- Topic: Slider Control with Native Scroller
- Replies: 4
- Views: 4940
Re: Slider Control with Native Scroller
MaxV Thanks for your reply. Using the Group scrolling option improves the Slider functionality, but eliminates the ability for the user to scroll the page content by touch. They need to use the scroll bar on the side to move the content up and down the page. It works, but is different from all the o...
- Tue Mar 03, 2015 8:32 pm
- Forum: Android Deployment
- Topic: Slider Control with Native Scroller
- Replies: 4
- Views: 4940
Slider Control with Native Scroller
Forum, I have a card that has multiple controls that is larger then the display view, so I have created a Native Android Scroller for the page. The problem is that the Slider Control does not allow the user to slide the slider smoothly because of the Native Android Scroller. Don't know if anyone els...
- Mon Mar 02, 2015 11:02 pm
- Forum: Talking LiveCode
- Topic: Data Grid with Native Scrolling
- Replies: 2
- Views: 3929
Data Grid with Native Scrolling
Forum, I need to be able to scroll through data in a Data Grid using the Mobile Native Control Scroller. I've been able to get the functionality working in the attached Stack, HOWEVER, I cannot get the scroller to go to the very bottom or far right of the DataGrid on Android. If you look a the Data ...