Search found 65 matches

by Tukcedo
Tue Jul 21, 2015 9:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Unicode in Fields and SQLite
Replies: 12
Views: 9820

Re: Unicode in Fields and SQLite

Indeed, this is 7.0.6 so I use text[En|De]code. I can report that it works!! So when I do a select from the database I first textEncode the name (or other diacretic-sensitive data) and pass the result to the query, then the result is textDecode'd and put in fields etc. Works like a charm. Thx for th...
by Tukcedo
Sat Jul 18, 2015 8:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Unicode in Fields and SQLite
Replies: 12
Views: 9820

Re: Unicode in Fields and SQLite

Great suggestion, I'll give that a whirl and report back.
by Tukcedo
Fri Jul 17, 2015 10:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Unicode in Fields and SQLite
Replies: 12
Views: 9820

Unicode in Fields and SQLite

Livecoders, I'm at a loss with LCC 7.0.6 and Unicode under Android. I'm using a SQLite database which has placenames etc. with unicode characters, like e.g. in Portugal or France. I didn't actually define anything specific when creating the database, but it appears as if it's UTF-8. The application ...
by Tukcedo
Thu Apr 02, 2015 10:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Variable arguments to revDataFromQuery don't seem to work
Replies: 5
Views: 3262

Re: Variable arguments to revDataFromQuery don't seem to wor

Hehe yes, lots of straw to clutch at, but no there aren't any locale dependent characters there, it's (for the moment) still pretty simple. There can be spaces in there, so perhaps that's something. Does :1 take care of quoting the variables? That was my interpretation of the examples anyway.
by Tukcedo
Thu Apr 02, 2015 8:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Variable arguments to revDataFromQuery don't seem to work
Replies: 5
Views: 3262

Re: Variable arguments to revDataFromQuery don't seem to wor

They do ... I comment out the one version, test it, then comment out the next, run it again. Nothing else changes. I can't think of how it can be anything else than that I must be doing something else wrong in the call to revDataFromQuery.
by Tukcedo
Wed Apr 01, 2015 8:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Variable arguments to revDataFromQuery don't seem to work
Replies: 5
Views: 3262

Variable arguments to revDataFromQuery don't seem to work

Is there any reason why this: # # works fine # put "select Name, Address, Town, Email, WebSite, Twitter, Facebook, Lat, Lon from Rescue where Country = " & quote & tCountry & quote & " and Name = " & quote & tRescueName & quote into tSQL put revDataFromQuery(,,tDBid, tSQL) into tList works, but is a...
by Tukcedo
Tue Jan 20, 2015 11:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Unable to build app for testing - manifest ERROR
Replies: 59
Views: 36297

Re: Unable to build app for testing - manifest ERROR

I've got: $ java -version java version "1.8.0_05" Java(TM) SE Runtime Environment (build 1.8.0_05-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode) Ubuntu 14.04: Linux ginger 3.13.0-43-generic #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux I must admit th...
by Tukcedo
Tue Jan 20, 2015 10:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Unable to build app for testing - manifest ERROR
Replies: 59
Views: 36297

Re: Unable to build app for testing - manifest ERROR

Should it be 6.7.1 Richard? My 6.6.2 and 7.0.1 (I have those 2 "active") are building succesfully. No manifest errors.
by Tukcedo
Tue Jan 20, 2015 9:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Unable to build app for testing - manifest ERROR
Replies: 59
Views: 36297

Re: Unable to build app for testing - manifest ERROR

I'm a Linux-only user (Ubuntu 14.04) and I've tried LCC from 6.6.2 - 7.0.1 and although I've discovered a number of bugs, this one doesn't sound familiar. Can I test a stack to help out perhaps?
by Tukcedo
Tue Jan 20, 2015 11:59 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Understanding Custom Properties
Replies: 10
Views: 6317

Re: Understanding Custom Properties

Hmm that text that you show looks a bit strange, doesn't appear to be code at all. Perhaps my experiences (also a beginner) help you along the way. I use custom properties (CP) as a replacement for global variables. The latter are a bit hard to keep track of IMHO and they need to be declared in each...
by Tukcedo
Mon Jan 19, 2015 9:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Click sound when a button is pressed?
Replies: 10
Views: 4855

Re: Click sound when a button is pressed?

Thx Jacque, that tickbox was already checked and now audio file to be seen. Perhaps it just didn't accept the sound file at all.
by Tukcedo
Sun Jan 18, 2015 8:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Buttons don't disappear
Replies: 13
Views: 6354

Re: Buttons don't disappear

Not sure if this matters, but true and false are normally used without the quotes ...
by Tukcedo
Sun Jan 18, 2015 8:24 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Copied files not present in "engine"
Replies: 2
Views: 2189

Re: Copied files not present in "engine"

Yes Jacque I think you're correct. Looks like that bug indeed ... Hope it's fixed soon then.
by Tukcedo
Sat Jan 17, 2015 12:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Copied files not present in "engine"
Replies: 2
Views: 2189

Copied files not present in "engine"

Friends, another mystery (well, to me anyway) ... Running into a problem when I use my app as a standalone. The basic problem is that at present LCC 7.0.1 on Ubuntu 64-bits doesn't allow you to include SQLite directly, see the QC bug report here: http://quality.runrev.com/show_bug.cgi?id=13213. In t...
by Tukcedo
Fri Jan 16, 2015 6:52 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Click sound when a button is pressed?
Replies: 10
Views: 4855

Re: Click sound when a button is pressed?

Hmmm so why wouldn't an imported sound file not play on Android? It doesn't (I checked that) and the imported file doesn't even show anywhere. How can I remove it since I can't use it anyway? I included (copy) an mp3 file and that works quite well with the file reference. Now hunting down a nice "su...

Go to advanced search