Search found 16 matches

by ronbird
Mon Oct 05, 2015 12:04 pm
Forum: Android Deployment
Topic: can't install to real device because INSTALL_PARSE_FAILED_IN
Replies: 5
Views: 4719

Re: can't install to real device because INSTALL_PARSE_FAILE

I've update to 7.1.0 and I tried 8 also but I still get the same message dialogue. I add this has only occured after upgrading to El Capitan.
by ronbird
Sun Oct 04, 2015 8:34 am
Forum: Android Deployment
Topic: can't install to real device because INSTALL_PARSE_FAILED_IN
Replies: 5
Views: 4719

Re: can't install to real device because INSTALL_PARSE_FAILE

just how did you 'shake the SDK' ?
i've just installed El Capitan and I've not had this problem previously
by ronbird
Tue Sep 15, 2015 10:00 am
Forum: Android Deployment
Topic: Android soft keyboard
Replies: 21
Views: 16476

Re: Android soft keyboard

You’re quite right, I don’t see ‘search’ as a supported keyboard type either. However new Android phones display a magnifying glass instead of a return key. Take a look at search in the email client, the contacts list, and their messenger. Only very early models of Android just relied on the return ...
by ronbird
Mon Sep 14, 2015 3:25 pm
Forum: Android Deployment
Topic: Android soft keyboard
Replies: 21
Views: 16476

Re: Android soft keyboard

Hello all I'm trying to get the android keyboard to show the search magnifying glass instead of the return key Ive tried: on keyboardActivated -- if the short name of the selectedfield = "search" then focus on fld "search" if environment() = "mobile" then mobileSetKeyboardType "search" --input type=...
by ronbird
Wed Mar 11, 2015 12:02 pm
Forum: MobGUI
Topic: how to get keyboard with Done or Send button?
Replies: 5
Views: 11128

Re: how to get keyboard with Done or Send button?

on a very similar subject but in Android. I've poped the keyboard: on opencard -- focus on fld "Field3" if environment() = "mobile" then mobileSetKeyboardType "phone" end if -- end openCard but I want the keyboard to say "OK" where the return arrow appears. Any suggestions guys? Thanks Ron
by ronbird
Wed Mar 11, 2015 11:52 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: self opening keyboard
Replies: 10
Views: 6135

Re: self opening keyboard

Ok. I've sorted it, and the answer is:
--
on returninfield
--
if environment() <> "mobile" then
pass returninfield
end if
--
if the short name of the selectedfield = "field3" then
go card"ONE"
end if
--
end returninfield

:D
by ronbird
Wed Mar 11, 2015 11:51 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: self opening keyboard
Replies: 10
Views: 6135

Re: self opening keyboard

Ok. I've sorted it, and the answer is:
--
on returninfield
--
if environment() <> "mobile" then
answer "is environmentmobile?"
pass returninfield
end if
--
if the short name of the selectedfield = "field3" then
go card"ONE"
end if
--
end returninfield

:D
by ronbird
Tue Mar 10, 2015 3:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: self opening keyboard
Replies: 10
Views: 6135

Re: self opening keyboard

hi all I've used the code below once before and it worked. I'm trying to use the same code again and when I press the Android keyboard return all I get is a return in the selected field and not navigating to the next card. Any thoughts as to where I've gone wrong? You will see in the code I've tried...
by ronbird
Fri Jan 23, 2015 10:49 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: self opening keyboard
Replies: 10
Views: 6135

Re: self opening keyboard

Well this is interesting.... The code you suggest navigates from one field to the next but does not navigate to the next page. I noticed that line 7 misses out 'fld' 'if the short name of the selectedfield = "Field_Phone#" then' so I removed it from 'if the short name of the selectedfield = fld "fie...
by ronbird
Thu Jan 22, 2015 7:18 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: self opening keyboard
Replies: 10
Views: 6135

Re: self opening keyboard

supplemental ;-) I have focus in the first field, the keyboard automatically opens and on pressing return I can move to the next field. The next press of return I want to go to the next card. I wrote this (and many others like it): on returninfield -- if environment() = "mobile" then if focus = "Fie...
by ronbird
Thu Jan 22, 2015 5:29 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: self opening keyboard
Replies: 10
Views: 6135

Re: self opening keyboard

on opencard
focus on fld "name of your field here"
end opencard

works a treat, I did not realise it would be so easy.
Thanks Ron
by ronbird
Thu Jan 22, 2015 4:01 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: self opening keyboard
Replies: 10
Views: 6135

self opening keyboard

Hi all,
Working on an Android application and I'm trying to have a keyboard open automatically on openCard. I dont want the user to have to touch the text field to have to launch the keypad, I want the keypad to be there when the card opens. Can anyone help? Thanks Ron.
by ronbird
Tue Sep 16, 2014 12:05 am
Forum: Games
Topic: Display specific cells from a data grid or table
Replies: 13
Views: 11555

Re: Display specific cells from a data grid or table

Hi guys, I plan a card with a multi row/column grid or table. The cells will contain all the text necessary through out the stack. When a card loads, it will look at the grid/table card and request the appropriate text to populate the fields and buttons on that card. That way I can maintain the text...
by ronbird
Wed Sep 25, 2013 9:46 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: More help request with DataGrids pls
Replies: 6
Views: 4138

Re: More help request with DataGrids pls

Hi all, with lots of help from LiveCode's ever patient Neil Roger I have cracked this. I enclose an example of how to get small amounts of data out from an Android app without resorting to SQL. The enclosed demo shows a random number generated in livecode. You navigate to the next page and the numbe...
by ronbird
Wed Sep 18, 2013 11:13 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: More help request with DataGrids pls
Replies: 6
Views: 4138

Re: More help request with DataGrids pls

Hi MaxV Yes, I've done the 'put the dgData of group', rounded up all the data. I used the Export data to XML script from the lesson How Do I Export Data From A Data Grid, but it is what to do with the data next I cant do. 'set the clipboardData' does not work on Android unfortunately otherwise it wo...

Go to advanced search