Re: Home servers, anyone?

2015-10-27 Thread Graham Pearson
I it an entry in my domain for the server and use a script that updates the record in DNS anytime it changes. I use DNSMadeEasy for DNS services. Very easy to do Sent from my iPhone > On Oct 27, 2015, at 4:27 PM, Bob Sneidar wrote: > > OIC. I'm assuming you've spoken with the ISP about a fi

Re: Email Using LiveCode Server?

2014-04-21 Thread Graham Pearson
I have not used the LC Server before but how I send email to users through LC is I created a web service with PHP and post to it. The application will send a response back to LC which gets displayed to user. This has worked very well Sent while utilizing a mobile device. Please excuse the Brev

Re: Custom Properties

2013-06-27 Thread Graham Pearson
s translated to the new attempt at a "Developer's > guide". Maybe someone on list can upload a PDF of the oldstyle user guide > for you. > > > On Thu, Jun 27, 2013 at 9:15 AM, Graham Pearson wrote: > >> Now I am very lost as usual. on my stack script I did the se

Re: Custom Properties

2013-06-27 Thread Graham Pearson
dialogs, etc. >> >> Also, why move your global variables to custom properties? There are some >> pretty good use cases for both. >> >> >> On Thu, Jun 27, 2013 at 8:19 AM, Graham Pearson >> wrote: >> >>> As I am finishing up with my first appl

Re: Custom Properties

2013-06-27 Thread Graham Pearson
y's > don't display as strings on answer dialogs, etc. > > Also, why move your global variables to custom properties? There are some > pretty good use cases for both. > > > On Thu, Jun 27, 2013 at 8:19 AM, Graham Pearson wrote: > >> As I am finishing up

Custom Properties

2013-06-27 Thread Graham Pearson
As I am finishing up with my first application, I am now moving global variables to custom properties as recommended by other posts on this list and the RunRev lessons site. On the main stack I have created a custom property called altWebServerURL and custom contents of http://www.yourcfpro.com/Te

Re: network error 'previous request not completed'

2013-06-19 Thread Graham Pearson
Were you able to find a solution for this. I have just ran into this just today from an application that was working well. On 1/17/2012 7:04 PM, Terry Judd wrote: > I'm experiencing a serious connectivity problem that appears to start with > the error 'error Previous request not completed', usu

Re: Embed MapPoint into desktop application

2013-06-07 Thread Graham Pearson
I am working on a map application but instead of using MapPoint, I am using Google Maps. In my application, we have 24 markets across the country that I have Lat/Long from FCC CallSign Broadcast Towers for Educational Use. I have created a webservice with this information so my application retrieve

Re: revBrowser Error

2013-06-05 Thread Graham Pearson
> > Jan Schenkel > > = > Quartam Reports & PDF Library for LiveCode > www.quartam.com > > > = > "As we grow older, we grow both wiser and more foolish at the same time." > (La Rochefoucauld) > > > - Original Message - &

revBrowser Error

2013-06-05 Thread Graham Pearson
In using revBrowser, I am getting an error message from a web server that shows an error of java.lang.InterruptedException and if I view the same page in my browser outside of Livecode I do not get the same error. In my application I can click on another button to display a different Map Area and s

Visible of card

2013-06-04 Thread Graham Pearson
I am trying to set the visible of a card to false and I am getting an error of execution error at line n/a (Object: can't set this property) I have 2 cards, one with buttons and the other one is an image that gets loaded from a website. On the card with the image, I have a button to return back to

Detect Name of Button on Mouse Click

2013-05-29 Thread Graham Pearson
Looking for a way to detect which button was clicked by the user and retrieve the name field of this so based on the button different actions can be performed. Each button was placed on the card using the create invisible button command and after placing at a specific location, setting the label t

Dynamically Creating Buttons

2013-05-28 Thread Graham Pearson
I have been searching this mailing list and the forums at runrev for an answer before I post. Without having any objects on a card, does anyone have notes on how to create a button and position it to the coordinates of 5,5 In my application, I am to the point now to taking each record from a

Re: Multiple Images on Card

2013-05-21 Thread Graham Pearson
r's Tiny Loupe and also Guides Picker 2.0 > And outside of LiveCode xScope for the Mac is an awesome tool which also has > support for layouts for Mobile. > > Tom > > -- Tom McGrath III > http://lazyriver.on-rev.com > mcgra...@mac.com > > On May 21, 2013, a

Multiple Images on Card

2013-05-21 Thread Graham Pearson
As part of my learning LiveCode and moving an application from Adobe Air I have come up with something that I have not been able to find in the IDE. Does anyone know if it is possible to Zoom a card so that lines can be matched up on different images. I have inserted as control 20 images that make

[Beginner] Hints/Tips on how to Update Livecode Application Remote and Automatic

2013-05-15 Thread Graham Pearson
As I create an application and before I send it out to those that have used my Adobe Air application which is being converted to Livecode. I am looking for resources on how to Update the Application Remotely and Automatic as possible. I am sifting through the 35,000 messages in my RunRev Folder but

Re: Message Box spurious messages

2013-05-14 Thread Graham Pearson
I am getting the same type of thing each time I click on Launch Documentation to learn about a command while I am self teaching myself Livecode. It started for me when the RunRev went to Maintenance Mode at the beginning of this week. On 5/14/2013 7:18 PM, Cal Horner wrote: > > This Message Box

Re: Array Looping to Insert into Database

2013-05-14 Thread Graham Pearson
:30 PM, Graham Pearson wrote: > >> repeat for each line L in tKeys >> answer info >> gAvailableMarketReceiveTowerDataArray[ReceiveTowers][L]["ID"] with "OK" >> end repeat >> > > Hi Graham, > I think you missed [@attributes] as a key b

Re: Array Looping to Insert into Database

2013-05-14 Thread Graham Pearson
issue a BEGIN before the repeat loop, a COMMIT after the repeat loop, and > ROLLBACK if any errors occur within the repeat loop. Everything will work > much faster that way. > > Pete > lcSQL Software <http://www.lcsql.com> > > > On Wed, May 8, 2013 at 6:38 AM, Grah

Re: Array Looping to Insert into Database

2013-05-08 Thread Graham Pearson
> Pete > lcSQL Software <http://www.lcsql.com> > > > On Wed, May 8, 2013 at 6:38 AM, Graham Pearson wrote: > >> Array Experts >> >> In my application that I am converting from Adobe Air, I have come to a >> section where Google has let me down.

Array Looping to Insert into Database

2013-05-08 Thread Graham Pearson
Array Experts In my application that I am converting from Adobe Air, I have come to a section where Google has let me down. I have converted my XML File to an Array and can see it within the Debugger and parts of the array is listed below. gAvailableMarketDataArray AvailableMarkets Ma

Beginner Question

2013-05-07 Thread Graham Pearson
I am working on converting one of my Adobe Air Applications to Livecode and I have made a mistake in my script which the application quits. How can I turn off the option to automatically run the application upon opening the project into the IDE so that I can fix my misplaced quit command. _

Updating myApplication Inquiry

2011-12-16 Thread Graham Pearson
As I get to the point in my application to send it to a few people to test, I have in the back of my mind how would I go about updating it when I release a new version. I would think the application would check a special XML Document online someplace each time the application is ran, and if the ve

Open Project without Running It

2011-12-15 Thread Graham Pearson
Does anyone have a tip on how to not run the application upon opening the stack. I have typed something wrong on one of my stacks and upon opening it would max the processors out on my machine so it feels like the computer is frozen. The only way I can get the computer back is to kill the task thro

Clearing Contents of Field

2011-12-15 Thread Graham Pearson
In upgrading a previous project in 4.5 to 5.0, I am having a problem with a line of code that would clear the contents of an email address when no records were retrieved from the SQLite DB. I have changed the line to read set the content of field "Email Address Field" to "" The field "Email Add

Converting 4.5 stacks to 5.0

2011-11-29 Thread Graham Pearson
I am trying to convert a runrev 4.5 stack to livecode 5.0 stack which is producing an issue for me. In my stack I have the line set the bottom right of me to tScreenResultionW, tScreenResolutionR The values of tScreenResolutionW is 728 and tScreenResolutionH is 1366 What I am trying to do is