mergBLE?

2017-12-09 Thread Mats Åström via use-livecode
Hi all, for a client I would like to build an OSX app that would use the phone number of an incoming call on an iPhone to present the documents associated with the client calling. I then need to connect to the iPhone (maybe using mergBLE) and obtain the phone number of an incoming call. Is th

Suspend LiveCode UI

2017-04-05 Thread Mats Åström via use-livecode
Hi, the dictionary reads: "The LiveCode development environment traps the copyKey message, unless "Suspend LiveCode UI" is turned on in the Development menu. This means that thecopyKey message is not received by a stack if it's running in the development environment." There is no "Suspend Live

Scripting Data Grid creation

2016-02-24 Thread Mats Åström
This is about the DG strategy I choosed. The task: a data centric application with lots of dB tables (+50) that needed to be presented, some of the tables needed to be cell editable in an ”Excel fashion” (double-click-edit-return), the user be able to specify visible/hidden columns, specify col

libURLftpUploadFile

2015-01-20 Thread Mats Åström
Sorry to have bothered you at all… Having spent 6 hours on this I was "certain" that the fault was not mine. I could not have been more wrong - a misspelled password... Please disregard my post. /Mats Vidarebefordrat brev: > Från: Mats Åström > Ämne: libURLftpUploadFile > Dat

libURLftpUploadFile

2015-01-20 Thread Mats Åström
libURLftpUploadFile to my ON-REV server has stopped working on Windows. I use the same code that works on OSX except, of course, for the local file URL. USER is urlEncoded, PASSWORD does not need to be urlEncoded: put "/Users/matsastrom/Desktop/ISO3166alpha2.tiff" into aLocalFileURL put ftp://USE

Re: HTTPProxy

2014-09-30 Thread Mats Åström
I have now tried builds in both 6.7 and 7.0 - without setting HTTPProxy. The proxy does not require NTLM authentication so it should work but doesn't. I get this message: ERROR: error socket timeout So still no luck (it is a time consuming task since I have to travel to my client and test any n

HTTPProxy

2014-09-27 Thread Mats Åström
Hi all, having read up on, and tried, most posts with suggestions on how to make LiveCode access the web through a proxy, I'm in a cul-de-sac. It works fine (POST-ing a SOAP web service) without going through a proxy. Although I get "error timeout" when HTTPProxy is set to my clients proxy serv

HTTPProyy

2014-09-26 Thread Mats Åström
Hi all, having read up on, and tried, most posts with suggestions on how to make LiveCode access the web through a proxy, I'm in a cul-de-sac. It works fine (POST-ing a SOAP web service) without going through a proxy. Although I get "error timeout" when HTTPProxy is set to my clients proxy serv

DataGrid and launcher stack

2014-02-21 Thread Mats Åström
Forget my last description/question I use a launch stack which is used to build the standalone and have now added a Data Grid to one of the stacks opened by the launcher stack. The stack being opened IS NOT A SUBSTACK of the launcher stack. Works fine in the IDE, but not in the standalone. Must

DataGrid and launcher stack

2014-02-21 Thread Mats Åström
I use a launch stack which is used to build the standalone and have now added a Data Grid to one of its substacks. Works fine in the IDE, but not in the standalone. I have tried BlueMangos suggestion and created a substack that "tricks the Standalone Builder into adding the necessary stack files

revOpenDatabase server syntax

2013-04-16 Thread Mats Åström
Hi Wolfgang, thank you very much for taking time. I tried the syntax you provided, but it seems I got it wrong, please bare with me. Lets assume this: server IP address is 123.45.67.89 port is 55999 I got it to: put revOpenDatabase("ODBC","DRIVER=SQL Server:SERVER=123.45.67.89,55999, ... but tha

revOpenDatabase

2013-04-16 Thread Mats Åström
Has anyone used revOpenDatabase to connect to an MS SQL database? I have been trying to open an ODBC connection using this: put revOpenDatabase("ODBC","DRIVER=SQL Server;SERVER=" & tServerAndPort &  ";DATABASE=" & tDBname & ";UID=" & tUser & ";PWD=" & tPsw &  ";Trusted_Connection=No",,,) into db

Subject: Re: Find vs. Offset

2012-12-21 Thread Mats Åström
How, exactly, does one create a database in RAM? The ":memory:" was a clue but from then... what kind of database - SQLite? /Mats, a RAM db ignorant ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscr

Date bug?

2012-12-07 Thread Mats Åström
I have a simple script that adds one day to a date and returns the next date. I expect this to return 11/1/12, and it does: put"10/31/12"intoaDate convertaDate toseconds add 86400 to aDate convert aDate to short date return aDate But change "10/31/12" to "10/31/10" - it returns 10/31/10 It does n