SQLite .import can´t make it work

2017-11-20 Thread Javier Miranda via use-livecode
Please excuse me, a minute ago I inadvertedly sent a previous message that I did not finish to redact. The script I sent creates de database (aguacab.sqlite), also it creates the table asociados, but fails to fill the table with data from the CSV file datos.csv. I am certain datos.csv exist in

SQLite .import can´t make it work

2017-11-20 Thread Javier Miranda via use-livecode
Friends, please inspect this short script: *local* tDBPath, tCSVPath *on* mouseUp *put* specialFolderPath("documents") & "/aguacab.sqlite" into tDBPath *put* revOpenDatabase("sqlite", tDBPath, , , , ) into gConnID *-- Crea Tabla* *put* "CREATE TABLE asociados (codi char(5), nombre

Android SDK

2017-03-06 Thread Javier Miranda V. via use-livecode
and effectively I verify the SDK is there).  The problem is that that folder is not recognized as a valid Android SDK Saludos,  Javier Miranda V. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Detect lat/long Intersections

2016-09-24 Thread Javier Miranda V.
Array etc.  I came with something I have to resolve:  How can I determine that a bus has entered an area? The returned information (JSON) I got has the lat and lng name/value pairs. I also have the lat/lng of the point(s) I want to monitor. Hope the above is understandable, any help welcome! J

A DataGrid is not a spreadsheet

2016-07-28 Thread Javier Miranda V.
field in situation in which the user must fill-in data seems limited.   Saludos,  Javier Miranda V. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Re: LiveCode Quits

2016-05-19 Thread Javier Miranda
Dave, I tried renaming the "My LiveCode" folder, before installing, I also removed all of the LiveCode registry entries, but I still cant use LiveCode. After I try to the software (and fail to run), I see a newly created My LiveCode folder. What do you mean wirh "Preferences"? Do you have any

LiveCode Quits

2016-05-18 Thread Javier Miranda
Hi friends, hope you can help me with this, I downloaded LiveCode 8 Community Edition, but it quits after I click on the big green button "Start Interactive Tour" of the Start Center. If instead of trying the Tour I open a Stack, the Open Dialog appears and the selected Stack opens for a second

Re: Using FileMaker as ODBC Source

2015-09-16 Thread Javier Miranda
Bob, thank you for your advice, I think you are right, I'll give some of the tools for manage DBs a try. Peter, thank you for your reply, I was trying revMoveToLastRecord only to test how this cursor thing works in LC Best regards, Javier ___

Using FileMaker as ODBC Source

2015-09-14 Thread Javier Miranda
Hi friends, can you take a look to this code please? on mouseUp put "ODBC" into theDBType put "localhost" into theDBHost put "SACyV" into theDBName put "Admin" into theDBUser put “bcdea" into theDBPassword put revOpenDatabase( theDBType, theDBName , theDBHost, theDBUser,

Re: Field retrieved from a Mongo document display wrong characters

2014-09-24 Thread Javier Miranda
Dear Jacqueline, thank you for your help. In Mongo everything is UTF-8, converting the string returned by the server to UTF-16 worked perfectly. Let me add that I see great potential using LiveCode as a front end to Mongo. Saludos, Javier Miranda V

Field retrieved from a Mongo document display wrong characters

2014-09-19 Thread Javier Miranda
I have a local Mongo Server and a LiveCode Stack to work as front end to it. When I enter Se cambiarán los bornes (please note the accent), in a LiveCode field, the text is properly shown, inserting it as a document to a Mongo collection also works fine, the field is saved OK in the document. I

A

2014-03-08 Thread Javier Miranda
A ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Use of Shell to get JSON from a MongoDB

2014-03-08 Thread Javier Miranda
Thank you Mark, I was abre to fiel fiel A with the Mongo results, the I use líne 3 to - 1 to get rid of the 2 first línes. The problem is now that the documents dont have antes explicit _id anda Mongo create antes ObjectId, that MergJSON refieres to parse. Any ideas? Saludos, Javier

Use of Shell to get JSON from a MongoDB

2014-03-05 Thread Javier Miranda V.
After strugling and finally understand with help from friends at Stackoverflow, how the find() command works in the interative javascript shell of MongoDB, now I know that find() returns a cursor. But still have some problems trying to get JSON from my local MongoDB. Issuing: db.test.find()

Re: LiveCode for iPad dev

2013-06-25 Thread Javier Miranda
experience. Now I remember that something I liked from the Apple Media Tool was it's graphic interface. Certainly I'll come back to you with more questions! Regards, Javier Miranda V. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

LiveCode for iPad dev

2013-06-24 Thread Javier Miranda V.
that if the project is better stablished I will have to go to one of the alternate LiveCode products, which? I don´t know. Sure of having your support, and thanks in advance for your suggestions. Javier Miranda V. ___ use-livecode mailing list use-livecode

Re: LiveCode for e-book production

2011-02-02 Thread Javier Miranda V.
Thank you very much for your posts regarding this topic. Your feedback will be very helpful, I´m glad you find it interesting, this confirms the great characteristics and features of LiveCode and the great community around it. Saludos, Javier Miranda V

Re: LiveCode for e-book production

2011-01-31 Thread Javier Miranda V.
created with LC, which would include all the multimedia amenities, navigation, internal and external links. Saludos, Javier Miranda V. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

LiveCode for e-book production

2011-01-29 Thread Javier Miranda V.
for the new mobile operating systems is something wonderful that I would like to to use coupled with the multimedia capabilities. I will be looking forward for your impressions about this. Saludos, Javier Miranda V. ___ use-livecode mailing list

Re: How to show an image in a field?

2010-12-06 Thread Javier Miranda V.
are the id of the images Saludos, Javier Miranda V. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode