Search found 339 matches

by cusingerBUSCw5N
Tue Sep 18, 2012 6:52 pm
Forum: Android Deployment
Topic: text not entering fields
Replies: 24
Views: 15335

Re: text not entering fields

Thanks for your response. I am sorry to think that this is a bigger problem... I was hoping that it was just a setting that I hadn't made. I have a support case set up and if there are any solutions, I will post them.
by cusingerBUSCw5N
Mon Sep 17, 2012 6:34 pm
Forum: Android Deployment
Topic: text not entering fields
Replies: 24
Views: 15335

Re: text not entering fields

I just tested it on another Samsung - same problem.

I am wondering if it is because I am using a personal version of LiveCode (I didn't want to get the whole thing until I knew it would do what I want).

Otherwise, could my software be corrupt?
by cusingerBUSCw5N
Mon Sep 17, 2012 4:59 pm
Forum: Android Deployment
Topic: text not entering fields
Replies: 24
Views: 15335

Re: text not entering fields

You're right about the size. But I can see symbols - and the first letter if a suggested word is chosen.
by cusingerBUSCw5N
Sat Sep 15, 2012 10:23 pm
Forum: Android Deployment
Topic: text not entering fields
Replies: 24
Views: 15335

Re: text not entering fields

I'm using a basic Samsung Tablet Galaxy model GT-P3113. Out of the box - no extras, nothing fancy. I basically bought and registered the tablet and haven't done anything to it except turn on the developers mode. I did a test on a basic app with one field only. Nothing else. Same problem. I have put ...
by cusingerBUSCw5N
Sat Sep 15, 2012 7:13 pm
Forum: Android Deployment
Topic: text not entering fields
Replies: 24
Views: 15335

Re: text not entering fields - android

Have done some more testing. I am using a Samsung Galaxy Tablet. Typing in any symbol works. Typing in punctuation works. Typing in letters or numbers doesn't. The only way to get a letter to work is if it suggests a word and you click on it - then it will show the first letter only. No problems whe...
by cusingerBUSCw5N
Sat Sep 15, 2012 6:41 pm
Forum: Android Deployment
Topic: android app not able to save to sql lite db
Replies: 8
Views: 5464

Re: android app not able to save to sql lite db

solved. First, the line that inadvertently got erased was put back - thank you. Still didn't work - but found that it was picking up the tasks.sql database from the TickedOff application that I had tested! Basically, I just tested the other application without changing the settings so it was putting...
by cusingerBUSCw5N
Sat Sep 15, 2012 3:26 pm
Forum: Android Deployment
Topic: text not entering fields
Replies: 24
Views: 15335

text not entering fields

I have an app that works great on my desktop. I am deploying it to an android device and some basic functionality has disappeared. When you click on one of my fields (to enter an email address), the cursor flashes in the field, the keyboard appears, but when you type, nothing appears in the field. I...
by cusingerBUSCw5N
Sat Sep 15, 2012 3:15 pm
Forum: Android Deployment
Topic: android app not able to save to sql lite db
Replies: 8
Views: 5464

Re: android app not able to save to sql lite db

The Ticked Off application is the sample used in the getting started series... http://www.runrev.com/developers/documentation/beginners-course/ - under # 6 if you download the materials, there is completed stack. It's a task list. I used it as a base for one of the cards of my app. Anyway, when I te...
by cusingerBUSCw5N
Sat Sep 15, 2012 1:31 pm
Forum: Android Deployment
Topic: android app not able to save to sql lite db
Replies: 8
Views: 5464

Re: android app not able to save to sql lite db

I will dig some more, but when I tried testing the TickedOff application on my Android, it works... so why would it work and my other app not, when I built it using the same stack code?
by cusingerBUSCw5N
Fri Sep 14, 2012 11:00 pm
Forum: Windows
Topic: debugging & field border issues
Replies: 1
Views: 2413

Re: debugging & field border issues

figured out the field border issue - even though I turned off borders in the object inspector, there were still border width dimensions. Once I set them to 0, the borders disappeared. That also fixed the shadows. Still looking for a better way to debug - although under the developer tab, there is a ...
by cusingerBUSCw5N
Fri Sep 14, 2012 10:30 pm
Forum: Android Deployment
Topic: android app not able to save to sql lite db
Replies: 8
Views: 5464

android app not able to save to sql lite db

I have used part of the ticked off application on my app. It is supposed to save task entries to a sql lite database - but it is failing. When I debug it, it can find the cDatabaseID (which is 1) - it shows that the correct query is going in (which is: insert into tasks values ('1','tasks 1','','fal...
by cusingerBUSCw5N
Fri Sep 14, 2012 8:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid form, resizable, multiple fields, click problem
Replies: 7
Views: 4770

Re: Datagrid form, resizable, multiple fields, click problem

theoretically sounds great. Only partially works in practice. It works on the basic fields in my datagrid. It doesn't work on the field that I set as resizable within the datagrid... That so somehow there must be an "exception" with that one. But I don't know where it is or how to remove it. Here is...
by cusingerBUSCw5N
Fri Sep 14, 2012 5:39 pm
Forum: Windows
Topic: debugging & field border issues
Replies: 1
Views: 2413

debugging & field border issues

I am deploying my first app on an Android device. The good news is that I can see it on my tablet. The bad news is that all the fields have borders around them (which they do not have in the LiveCode development) - and some other things are off. 1) Is there an easy way to debug this - or do I have t...
by cusingerBUSCw5N
Fri Sep 14, 2012 5:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid form, resizable, multiple fields, click problem
Replies: 7
Views: 4770

Re: Datagrid form, resizable, multiple fields, click problem

dghilitedline only fires when you click on anything except the editable fields. So the issue is - how do you turn off the editable feature of those fields - when I have already turned off editing on the datagrid level? The only workaround I have is to put a blank field on top of it that doesn't have...
by cusingerBUSCw5N
Thu Sep 13, 2012 8:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Datagrid form, resizable, multiple fields, click problem
Replies: 7
Views: 4770

Re: Datagrid form, resizable, multiple fields, click problem

I did a workaround that works...but it's crazy. Using DataGrid helper, I put another blank field on top of the fields that won't click... Now, everything in the datagrid clicks.

Not the best solution - would appreciate knowing how to do it the right way.

Go to advanced search