Re: Android app signature?

2014-01-27 Thread Chip Thomas
problem. > > ~Roger > > > On Mon, Jan 27, 2014 at 5:12 PM, Chip Thomas >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 mys

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 wrote: > Is the app id exactly the same? > > > > _

Re: Android app signature?

2014-01-27 Thread Chip Thomas
stions/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

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,

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 pa

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, unsu

Re: Xcode 4.6.1

2013-03-20 Thread Chip Thomas
k Harrison wrote: > 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

Re: Xcode 4.6.1

2013-03-19 Thread Chip Thomas
his to work > I don't recall) > > Then under the Development Menu > select Test Target and choose the > simulator you want. > > I hope that does it for you. > > Good luck! > > Rick > > > > On Mar 18, 2013, at 9:31 PM, Chip Thomas wrote: > > >

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! ___ u

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

iOS soft mute

2013-01-09 Thread Chip Thomas
So iOS devices have a "soft mute" function where when muted, some apps will ignore this and go ahead and play sound anyway like when watching a movie or playing music. How do we override this mute feature so that our app will go ahead and play sound? ___

LibURL vs. cURL

2012-08-21 Thread Chip Thomas
*Would anyone here venture an opinion whether libURL or cURL has advantages over the other in terms of downloading via HTTP? Is one more reliable? More robust? More better?* ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this ur

Re: RevZip issue

2012-08-13 Thread Chip Thomas
4:25 AM, Björnke von Gierke 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

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 Liv

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 wrote: > Maybe the other Chip (Chipp Walters) can answer this correctly since he did > the initial development work on the origin

Re: revBrowser Internet Explorer

2012-02-28 Thread Chip Thomas
12 at 3:38 PM, Bob Sneidar 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 tryi

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

revBrowser system browser detection

2012-02-28 Thread Chip Thomas
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 few machines I've tested this on so far all seem

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 l

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 pr

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 wrote: > On 8/11/11 7:19 PM, Chip Thomas wrote: > > One project is a launcher system where the standalone just launches a >> separate mai

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-15 Thread Chip Thomas
Thanks Scott, and as I understand it, "links" means that you compile an app that links to the GPL library so the two in effect become one codebase. With LiveCode, your compiled app would have no "linkage" to the GPL library, but would be distributed alongside it, and the communication would occu

Re: Rev/Livecode project and GPL Licenses

2011-04-14 Thread Chip Thomas
GPL license. On Tue, Apr 12, 2011 at 5:37 PM, Richard Gaskin wrote: > 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

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 cod