Search found 3 matches
- Wed Oct 30, 2013 1:04 am
- Forum: Talking LiveCode
- Topic: Text looks fine in design mode but pixelated when published
- Replies: 2
- Views: 2290
Text looks fine in design mode but pixelated when published
Can anyone comment as to why the text looks pixelated in the published application but looks fine in design mode? Any help would be much appreciated. (See attachments)
- Sat Oct 19, 2013 6:02 pm
- Forum: Talking LiveCode
- Topic: on returninfield need any word to trigger then statement
- Replies: 1
- Views: 1515
Re: on returninfield need any word to trigger then statement
I actually may have resolved the problem by using the operator 'is among'. So, now it looks like if line 1 of me is among the words of varBrandname then show field "correct" add 20 to varWinScore add 1 to gamePart put the seconds into varEndTime put false into varGameActive ComputeScore If anyone ha...
- Sat Oct 19, 2013 5:53 pm
- Forum: Talking LiveCode
- Topic: on returninfield need any word to trigger then statement
- Replies: 1
- Views: 1515
on returninfield need any word to trigger then statement
Hi, I'm trying to write code so that when a user presses return in a field, if what was entered in that field is any word in a specific variable that contains multiple words, a then statement will be triggered. Currently the code is written so that when a user presses return in the field, the then s...