Re: SQLite DOT functions

2015-05-25 Thread Terence Heaford
Thanks Mike, I thought maybe I’d missed a built in function for this. All the best Terry > On 25 May 2015, at 20:18, Mike Bonner wrote: > > get revdatafromquery(,,sDatabaseId,"select sql from sqlite_master where > name='COMPANY'") > > This will return the SQL to create the table as a row

Re: Accursed backdrop

2015-05-25 Thread Mark Wieder
On 05/25/2015 10:57 PM, Richmond wrote: This is a load of #$%^@& and needs to be sorted out: Agreed. I actually hadn't played with the backdrop on linux in 7x before. I got the same results as you, with the exception that I was using two monitors, so I brought up a terminal prompt in the sec

Re: Accursed backdrop

2015-05-25 Thread Richmond
On 05/25/2015 05:03 PM, Roger Eller wrote: Why only one machine is affected remains a mystery. You can either uncheck the backdrop in the menu (one of the main menus I think, not prefs), Thanks; found that. or use the command - set the backdrop to empty. ~Roger On May 25, 2015 9:29 AM,

Re: maintaining text formatting during copy/paste

2015-05-25 Thread dunbarx
Richard. Am I misunderstanding, in that the htmlText would maintain text styles across those actions? Craig -Original Message- From: Dr. Hawkins To: How to use LiveCode Sent: Mon, May 25, 2015 2:22 pm Subject: maintaining text formatting during copy/paste I go through this battl

Re: SQLite DOT functions

2015-05-25 Thread Mike Bonner
get revdatafromquery(,,sDatabaseId,"select sql from sqlite_master where name='COMPANY'") This will return the SQL to create the table as a row of returned data. SDatabaseId is of course the database connection id. On Mon, May 25, 2015 at 12:45 PM, Terence Heaford wrote: > How do you implem

Re: iOS & Android App in a Day workshop (and much more)

2015-05-25 Thread Dave Kilroy
Hi all OK I've got the first part (GUI & local messaging) prepared for the workshop - mostly mercilessly copied from a demo stack Ben Beaumont used at last year's conference to show off LiveCode 7. T

On-rev setup

2015-05-25 Thread Ethan Lish
Hello, My goal is to create a captive server which can only be accessed via our authorized LiveCode client.   This would me that, when an unauthorized client attempts connection;- the application will be distributed via the store- access via our authorized LiveCode client to server resources are

SQLite DOT functions

2015-05-25 Thread Terence Heaford
How do you implement the following DOT function in LiveCode sqlite>.schema COMPANY CREATE TABLE COMPANY( ID INT PRIMARY KEY NOT NULL, NAME TEXTNOT NULL, AGEINT NOT NULL, ADDRESSCHAR(50), SALARY REAL ); Thanks Terry __

maintaining text formatting during copy/paste

2015-05-25 Thread Dr. Hawkins
I go through this battle every few months . . . At the moment, making my forms, I am pasting text from the official pdfs I have to create into label fields and then clearing that information. I have a maintenance routine that sets the fontSize of these fields to the fntSiz of those fields when se

Re: Accursed backdrop

2015-05-25 Thread Roger Eller
Why only one machine is affected remains a mystery. You can either uncheck the backdrop in the menu (one of the main menus I think, not prefs), or use the command - set the backdrop to empty. ~Roger On May 25, 2015 9:29 AM, "Richmond" wrote: > I have just installed the Community version of LC 7

Accursed backdrop

2015-05-25 Thread Richmond
I have just installed the Community version of LC 7.0.5 on 10 machines running Linux. On one of them whenever LC is started up there is a backdrop: I am unable to find where, in the preferences, I might get rid of the backdrop. Interestingly enough all 10 of these machines have just been refo