wsharba / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 1 forks source link

enchanced external app oversights #1002

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
2) When the component specified by the intent isn't found on the device, the 
message says to enter the data manually. With the field-list group, the fields 
don't seem to be editable... am I missing something?

3) In the source code for ExStringWidget, it indicates that the text of the 
"Launch" button can be changed via jr:itext()... this doesn't seem to work for 
the field-list group, correct?

Original issue reported on code.google.com by yano...@nafundi.com on 15 May 2014 at 7:16

GoogleCodeExporter commented 9 years ago
Feedback from Meletis..

2. You are right, for field-list groups the fields stay non-editable; it is 
just the error message that is not accurate.

3. No, this is the same for field-list groups too (the code is in 
ODKView.java). I haven't used it before but it seems that the only thing you 
need is an attribute named "buttonText". It also seems that you can also change 
the error message in the previous bullet (3) by adding an attribute named 
"noAppErrorString". 

Original comment by yano...@nafundi.com on 15 May 2014 at 7:26

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
See here for details on 3) 
https://groups.google.com/forum/#!topic/opendatakit-developers/EASKjsCEHRI

Original comment by j...@wohllabs.com on 15 May 2014 at 9:21

GoogleCodeExporter commented 9 years ago
how solve:  intent isn't found on the device ???

on xml i got

<group ref="/externaltest/consented" appearance="field-list" 
            intent="mycomp.rest1.MyActivity">  

but always get that message... could'nt found any workable sample...

Original comment by mig...@gmail.com on 5 Feb 2015 at 11:05