Android app signature?

2014-01-27 Thread Chip Thomas
I built the standalone for my app update using the same keystore I used with the original release. But when I try to run the APK on my device (emailed to myself), I get this error: Application not installed. Package with that name and different signature already installed. After some research,

Re: Android app signature?

2014-01-27 Thread Chip Thomas
/19959890/android- app-not-install-an-existing-package-by-the-same-name-with-a-conflicting Kind Regards, Neil Roger -- RunRev Support Team ~ http://www.runrev.com — On 27/01/2014 22:12, Chip Thomas wrote: I built the standalone for my app update using the same keystore I used

Re: Android app signature?

2014-01-27 Thread Chip Thomas
Sorry, do you mean the Identifier in the standalone settings? Yes, this is exactly the same. The only settings changed are the Version Name and Version Code. On Mon, Jan 27, 2014 at 2:13 PM, Colin Holgate co...@verizon.net wrote: Is the app id exactly the same?

Re: Android app signature?

2014-01-27 Thread Chip Thomas
. ~Roger On Mon, Jan 27, 2014 at 5:12 PM, Chip Thomas livecode.l...@gmail.com wrote: I built the standalone for my app update using the same keystore I used with the original release. But when I try to run the APK on my device (emailed to myself), I get this error: Application

revBrowser and Windows 8

2013-04-01 Thread Chip Thomas
Has anyone else experienced problems using the revBrowser on Windows 8? We use the revBrowser to access a webinar site that uses Flash Player. On Windows 8, the revBrowser connects to the page, but it takes anywhere from 10 mins to an hour for it to fully connect and log in. Going to the same

iOS scroller performance

2013-03-22 Thread Chip Thomas
Has anybody else noticed a jerkiness to the iOS scroller? It's not as noticeable on iPhone, but on the iPad, scrolling through a datagrid seems sluggish. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Xcode 4.6.1

2013-03-20 Thread Chip Thomas
harri...@all-auctions.comwrote: Hi Chip, What error are you getting? You should search the archives and the iOS Release Notes for picking the SDK. Try several approaches, one might just work. I know it is a real pain, but hang in there. Rick On Mar 19, 2013, at 4:44 PM, Chip Thomas

Re: Xcode 4.6.1

2013-03-19 Thread Chip Thomas
the simulator you want. I hope that does it for you. Good luck! Rick On Mar 18, 2013, at 9:31 PM, Chip Thomas livecode.l...@gmail.com wrote: So I updated my device to 6.1 and so then I had to update Xcode. But now I can't get LiveCode to work with this new version. Keep getting

Xcode 4.6.1

2013-03-18 Thread Chip Thomas
So I updated my device to 6.1 and so then I had to update Xcode. But now I can't get LiveCode to work with this new version. Keep getting an error that Armv 7 builds require the iOS 6.0 SDK to be installed. How can I fix this? Thanks in advance! ___

iOS - using USB to transfer files

2013-03-08 Thread Chip Thomas
There are some applications out there that enable you to transfer files from your computer to your iOS device through the USB cable and/or WiFi. It seems that these apps are using the iTunes library to perform these transfers. Does anyone know the secret to accessing these libraries and transfer

Re: RevZip issue

2012-08-13 Thread Chip Thomas
AM, Björnke von Gierke b...@mac.com wrote: What is ommited. Assuming with components you actually mean files, is there a specific type of file? Maybe only big ones, or what? On 09.08.2012, at 22:17, Chip Thomas wrote: *Hello, I have a zipped folder of components that our stack downloads

RevZip issue

2012-08-09 Thread Chip Thomas
*Hello, I have a zipped folder of components that our stack downloads and then unzips using revZip commands. I've noticed that some Windows systems seem to be removing certain components. Has this happened to anyone else? Anyone have any solutions? Thanks!*

iOS features

2012-06-26 Thread Chip Thomas
*Hello, We're investigating using LiveCode Mobile for our iOS and Android development, and wanted to see if these functions were supported: 1) POST a string to an https: server and get a response 2) Offer decent performance playing video files from an https server (along the lines of desktop

Re: revBrowser Internet Explorer

2012-02-29 Thread Chip Thomas
Yes, I believe you're right! I believe I'm seeing the revBrowser.dll rather than the main browser. Is that the only option? On Tue, Feb 28, 2012 at 10:14 PM, DeeCee davidoco...@yahoo.com wrote: Maybe the other Chip (Chipp Walters) can answer this correctly since he did the initial

revBrowser Internet Explorer

2012-02-28 Thread Chip Thomas
[Sorry in advance if this is a double posting!] I am trying to detect what browser version is being used when someone uses the browser instance in my stack. Upon initiating the browser instance, we're going to a page that will prints to screen the browser information. Strangely, on Windows, the

Re: revBrowser Internet Explorer

2012-02-28 Thread Chip Thomas
at 3:38 PM, Bob Sneidar b...@twft.com wrote: Also google the subject. There is a WEALTH of info there about things like this. Bob On Feb 28, 2012, at 3:17 PM, Chip Thomas wrote: [Sorry in advance if this is a double posting!] I am trying to detect what browser version is being used when

DataGrid deployment/version

2011-09-21 Thread Chip Thomas
We have a project deployed with an old version of the datagrid library as a substack. If we update the revDataGridLibrary stack in this project, do we need to worry about existing datagrids being compatible with the new library? And where can we consult the release notes for the latest datagrid

List of handlers

2011-09-09 Thread Chip Thomas
Hey all, is there a way to get a list of handlers within a control? Or see if a handler/function exists? Thanks! ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Cursor woes

2011-08-12 Thread Chip Thomas
Oh my gosh! Thank you so much! It's always the obvious solutions, isn't it? :) On Fri, Aug 12, 2011 at 10:59 AM, J. Landman Gay jac...@hyperactivesw.comwrote: On 8/11/11 7:19 PM, Chip Thomas wrote: One project is a launcher system where the standalone just launches a separate main stack

Cursor woes

2011-08-11 Thread Chip Thomas
Having some trouble changing the cursor, and hope someone can help shed some light on the topic. I have a mouseEnter script on the main card that checks if the target is a button. If it's a button, it sets the cursor to hand. If not, it sets it to arrow. I've tried implementing this in two

Moving a folder

2011-07-21 Thread Chip Thomas
What's the best way to move a folder (with all contents) on a user's system? rename folder tOldFolder to tNewFolder revMoveFolder tOldFolder, tNewFolder or using a shell command Concerned about potential permissions issue that would prevent a proper move. What's the best way around that?

Re: Rev/Livecode project and GPL Licenses

2011-04-14 Thread Chip Thomas
, Apr 12, 2011 at 5:37 PM, Richard Gaskin ambassa...@fourthworld.comwrote: Chip Thomas wrote: I am wondering if anyone on this list has shipped a Rev/Livecode project that communicated with a code library released under the GPL license, and if so, your reasons for making your LiveCode project

Rev/Livecode project and GPL Licenses

2011-04-12 Thread Chip Thomas
I am wondering if anyone on this list has shipped a Rev/Livecode project that communicated with a code library released under the GPL license, and if so, your reasons for making your LiveCode project GPL or non-GPL. The GPL license is clear that it is possible to have closed-source commercial