KoBo Form: Problems Saving Form Both Offline and Online

Hello,

I’ve was putting together a form using KoBo Form, mostly by working offline on Firefox. I realized that for several questions the text I had written was not appearing; instead, only the automatically generated question number was appearing. I edited several times, and “Saved to File” and “Saved to Browser” but I never managed to get the form to save properly. When I reloaded the form, the text of the question had again disappeared, leaving only the question number.

If I delete the old question and create a new one with the correct text, the form saves correctly. However, several of the questions I’ve already created are embedded in fairly elaborate SKIP patterns, and I’d hate to have to go back and re do all of them.

I was able to find a rather cumbersome fix by doing the corrections by hand. I don’t know XML, but I opened the text viewer and identified what seemed to be the relevant sections of code for the problem questions, then edited them to look like the code for the questions that were loading. E.g., I found the following XML code for my Question 259:

QuestionA259

And edited so it read:

“Within the last six months, have you been involved in physical violence with someone from outside your household?”

Then, I pasted the corrected text in to the “Load from Text…” option, then “Saved to File” and “Saved to Browser”. That worked, but it’s honestly kind of a headache. Is there any reason why my edits using KoBo won’t save properly, and if so, is there a way I can fix it?

I thought it might be a Java-browser-KoBo issue, so I’ve tried the following fixes, most based on advice from this users’ group:

  1. I deleted and updated Java, made sure all plugins were up to date and running.

  2. I switched to Chrome/offline. Couldn’t get KoBo Form to load at all in Chrome when it was offline; just the “Load” screen for about 30 minutes.

  3. Started using Chrome online. Hit the same problems as before.

After reading some of the posts on this group, I noticed that I was running KoBo Form 1.0.22; I believe that there’s a newer version. Is this true? If so, where can I find it? (The link on the KoBo Toolbox website is for version 1.0.22.)

I also turned on the Java Console while I was saving the form and got the following messages. Is this useful or relevant?

Java Plug-in 10.45.2.18

Using JRE version 1.7.0_45-b18 Java HotSpot™ Client VM

User home directory = C:\Users\Owner

···

c: clear console window

f: finalize objects on finalization queue

g: garbage collect

h: display this help message

l: dump classloader list

m: print memory usage

o: trigger logging

q: hide console

r: reload policy configuration

s: dump system and deployment properties

t: dump thread list

v: dump thread stack

x: clear classloader cache

0-5: set trace level to


Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Thanks for any advice you can offer! I love the program, I just hope I can get it to work right!

Thanks,

Josh

Hi Josh,

Sorry to hear about your troubles. Some of these are known issues that we’re working to fix (e.g. Offline version doesn’t work with new Chrome versions; Drag and drop is unreliable).

For the latest version to be used offline, please download KoBoForm 1.0.26. If you replace the current content of your KoBoForm folder on your local disk with this one, it will retain the forms that you had saved to browser. That said, unless you have to, please use the online version for now as it has fewer issues around the browsers’ permissions with regards to Java.

There have been issues with the latest versions of Java and we’re looking into that. Please install this legacy version of Java that should work for sure. (Java will complain that it has to upgrade after you’ve installed this old version, but just ignore that). Note that if you have a 64 bit computer you should download and install both the x86 and x64 versions to be sure that one of your browsers isn’t still using a different version of Java.

Now, for the original issue of some question labels not being saved properly: This is most likely due to a bug with the drag-and-drop feature that can be quite annoying. We’re still looking into that. There is no real solution to this issue you’ve encountered there, except to work around it. Here is what I would recommend:

  1. Whenever you create complex forms, export them regularly as XML files to your local disk, giving them sequential numbers (e.g. health survey_01.xml)

  2. As soon as you see an error message pop up or realize that text or a property you entered aren’t saved in the interface, export your form immediately to an XML file. Then reload this XML file (thereby discarding the version you still have in your browser).

  3. Find the question or answer choice you had edited last and continue with the modifications.

I hope this helps!

Let us know how it goes or if you have trouble with any of the above instructions.

Thanks,

Tino

···

On Thu, Oct 24, 2013 at 10:35 AM, Joshua Rodd rodd....@gmail.com wrote:

Hello,

I’ve was putting together a form using KoBo Form, mostly by working offline on Firefox. I realized that for several questions the text I had written was not appearing; instead, only the automatically generated question number was appearing. I edited several times, and “Saved to File” and “Saved to Browser” but I never managed to get the form to save properly. When I reloaded the form, the text of the question had again disappeared, leaving only the question number.

If I delete the old question and create a new one with the correct text, the form saves correctly. However, several of the questions I’ve already created are embedded in fairly elaborate SKIP patterns, and I’d hate to have to go back and re do all of them.

I was able to find a rather cumbersome fix by doing the corrections by hand. I don’t know XML, but I opened the text viewer and identified what seemed to be the relevant sections of code for the problem questions, then edited them to look like the code for the questions that were loading. E.g., I found the following XML code for my Question 259:

QuestionA259

And edited so it read:

“Within the last six months, have you been involved in physical violence with someone from outside your household?”

Then, I pasted the corrected text in to the “Load from Text…” option, then “Saved to File” and “Saved to Browser”. That worked, but it’s honestly kind of a headache. Is there any reason why my edits using KoBo won’t save properly, and if so, is there a way I can fix it?

I thought it might be a Java-browser-KoBo issue, so I’ve tried the following fixes, most based on advice from this users’ group:

  1. I deleted and updated Java, made sure all plugins were up to date and running.
  1. I switched to Chrome/offline. Couldn’t get KoBo Form to load at all in Chrome when it was offline; just the “Load” screen for about 30 minutes.
  1. Started using Chrome online. Hit the same problems as before.

After reading some of the posts on this group, I noticed that I was running KoBo Form 1.0.22; I believe that there’s a newer version. Is this true? If so, where can I find it? (The link on the KoBo Toolbox website is for version 1.0.22.)

I also turned on the Java Console while I was saving the form and got the following messages. Is this useful or relevant?

Java Plug-in 10.45.2.18

Using JRE version 1.7.0_45-b18 Java HotSpot™ Client VM

User home directory = C:\Users\Owner


c: clear console window

f: finalize objects on finalization queue

g: garbage collect

h: display this help message

l: dump classloader list

m: print memory usage

o: trigger logging

q: hide console

r: reload policy configuration

s: dump system and deployment properties

t: dump thread list

v: dump thread stack

x: clear classloader cache

0-5: set trace level to


Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Thanks for any advice you can offer! I love the program, I just hope I can get it to work right!

Thanks,

Josh

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

Dear Tino,
I had the problem with the drag and drop, I save xml versions, but when I try to use them, it won´t open, gives me an error of “null”. I have a lot of changes lost, how to recover my form?

Regards!

Carlos Rivas S.

···

El jueves, 24 de octubre de 2013 09:02:56 UTC-6, Tino Kreutzer escribió:

Hi Josh,

Sorry to hear about your troubles. Some of these are known issues that we’re working to fix (e.g. Offline version doesn’t work with new Chrome versions; Drag and drop is unreliable).

For the latest version to be used offline, please download KoBoForm 1.0.26. If you replace the current content of your KoBoForm folder on your local disk with this one, it will retain the forms that you had saved to browser. That said, unless you have to, please use the online version for now as it has fewer issues around the browsers’ permissions with regards to Java.

There have been issues with the latest versions of Java and we’re looking into that. Please install this legacy version of Java that should work for sure. (Java will complain that it has to upgrade after you’ve installed this old version, but just ignore that). Note that if you have a 64 bit computer you should download and install both the x86 and x64 versions to be sure that one of your browsers isn’t still using a different version of Java.

Now, for the original issue of some question labels not being saved properly: This is most likely due to a bug with the drag-and-drop feature that can be quite annoying. We’re still looking into that. There is no real solution to this issue you’ve encountered there, except to work around it. Here is what I would recommend:

  1. Whenever you create complex forms, export them regularly as XML files to your local disk, giving them sequential numbers (e.g. health survey_01.xml)
  1. As soon as you see an error message pop up or realize that text or a property you entered aren’t saved in the interface, export your form immediately to an XML file. Then reload this XML file (thereby discarding the version you still have in your browser).
  1. Find the question or answer choice you had edited last and continue with the modifications.

I hope this helps!

Let us know how it goes or if you have trouble with any of the above instructions.

Thanks,

Tino


Tino Kreutzer

Program Manager
KoBoToolbox | Harvard Humanitarian Initiative

Tel +1 416 879 3667 | Skype tinokreutzer
tino...@kobotoolbox.org

On Thu, Oct 24, 2013 at 10:35 AM, Joshua Rodd rodd...@gmail.com wrote:

Hello,

I’ve was putting together a form using KoBo Form, mostly by working offline on Firefox. I realized that for several questions the text I had written was not appearing; instead, only the automatically generated question number was appearing. I edited several times, and “Saved to File” and “Saved to Browser” but I never managed to get the form to save properly. When I reloaded the form, the text of the question had again disappeared, leaving only the question number.

If I delete the old question and create a new one with the correct text, the form saves correctly. However, several of the questions I’ve already created are embedded in fairly elaborate SKIP patterns, and I’d hate to have to go back and re do all of them.

I was able to find a rather cumbersome fix by doing the corrections by hand. I don’t know XML, but I opened the text viewer and identified what seemed to be the relevant sections of code for the problem questions, then edited them to look like the code for the questions that were loading. E.g., I found the following XML code for my Question 259:

QuestionA259

And edited so it read:

“Within the last six months, have you been involved in physical violence with someone from outside your household?”

Then, I pasted the corrected text in to the “Load from Text…” option, then “Saved to File” and “Saved to Browser”. That worked, but it’s honestly kind of a headache. Is there any reason why my edits using KoBo won’t save properly, and if so, is there a way I can fix it?

I thought it might be a Java-browser-KoBo issue, so I’ve tried the following fixes, most based on advice from this users’ group:

  1. I deleted and updated Java, made sure all plugins were up to date and running.
  1. I switched to Chrome/offline. Couldn’t get KoBo Form to load at all in Chrome when it was offline; just the “Load” screen for about 30 minutes.
  1. Started using Chrome online. Hit the same problems as before.

After reading some of the posts on this group, I noticed that I was running KoBo Form 1.0.22; I believe that there’s a newer version. Is this true? If so, where can I find it? (The link on the KoBo Toolbox website is for version 1.0.22.)

I also turned on the Java Console while I was saving the form and got the following messages. Is this useful or relevant?

Java Plug-in 10.45.2.18

Using JRE version 1.7.0_45-b18 Java HotSpot™ Client VM

User home directory = C:\Users\Owner


c: clear console window

f: finalize objects on finalization queue

g: garbage collect

h: display this help message

l: dump classloader list

m: print memory usage

o: trigger logging

q: hide console

r: reload policy configuration

s: dump system and deployment properties

t: dump thread list

v: dump thread stack

x: clear classloader cache

0-5: set trace level to


Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Thanks for any advice you can offer! I love the program, I just hope I can get it to work right!

Thanks,

Josh

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

Hi Carlos,
Could you share the form with us? You can also send it to me privately. This way I can have a look at it and see what the problem might be.

Thanks

Tino

···

On Thu, Oct 24, 2013 at 11:34 AM, Carlos Rivas carlos...@gmail.com wrote:

Dear Tino,
I had the problem with the drag and drop, I save xml versions, but when I try to use them, it won´t open, gives me an error of “null”. I have a lot of changes lost, how to recover my form?

Regards!

Carlos Rivas S.

El jueves, 24 de octubre de 2013 09:02:56 UTC-6, Tino Kreutzer escribió:

Hi Josh,

Sorry to hear about your troubles. Some of these are known issues that we’re working to fix (e.g. Offline version doesn’t work with new Chrome versions; Drag and drop is unreliable).

For the latest version to be used offline, please download KoBoForm 1.0.26. If you replace the current content of your KoBoForm folder on your local disk with this one, it will retain the forms that you had saved to browser. That said, unless you have to, please use the online version for now as it has fewer issues around the browsers’ permissions with regards to Java.

There have been issues with the latest versions of Java and we’re looking into that. Please install this legacy version of Java that should work for sure. (Java will complain that it has to upgrade after you’ve installed this old version, but just ignore that). Note that if you have a 64 bit computer you should download and install both the x86 and x64 versions to be sure that one of your browsers isn’t still using a different version of Java.

Now, for the original issue of some question labels not being saved properly: This is most likely due to a bug with the drag-and-drop feature that can be quite annoying. We’re still looking into that. There is no real solution to this issue you’ve encountered there, except to work around it. Here is what I would recommend:

  1. Whenever you create complex forms, export them regularly as XML files to your local disk, giving them sequential numbers (e.g. health survey_01.xml)
  1. As soon as you see an error message pop up or realize that text or a property you entered aren’t saved in the interface, export your form immediately to an XML file. Then reload this XML file (thereby discarding the version you still have in your browser).
  1. Find the question or answer choice you had edited last and continue with the modifications.

I hope this helps!

Let us know how it goes or if you have trouble with any of the above instructions.

Thanks,

Tino


Tino Kreutzer

Program Manager
KoBoToolbox | Harvard Humanitarian Initiative

Tel +1 416 879 3667 | Skype tinokreutzer

tino...@kobotoolbox.org

On Thu, Oct 24, 2013 at 10:35 AM, Joshua Rodd rodd...@gmail.com wrote:

Hello,

I’ve was putting together a form using KoBo Form, mostly by working offline on Firefox. I realized that for several questions the text I had written was not appearing; instead, only the automatically generated question number was appearing. I edited several times, and “Saved to File” and “Saved to Browser” but I never managed to get the form to save properly. When I reloaded the form, the text of the question had again disappeared, leaving only the question number.

If I delete the old question and create a new one with the correct text, the form saves correctly. However, several of the questions I’ve already created are embedded in fairly elaborate SKIP patterns, and I’d hate to have to go back and re do all of them.

I was able to find a rather cumbersome fix by doing the corrections by hand. I don’t know XML, but I opened the text viewer and identified what seemed to be the relevant sections of code for the problem questions, then edited them to look like the code for the questions that were loading. E.g., I found the following XML code for my Question 259:

QuestionA259

And edited so it read:

“Within the last six months, have you been involved in physical violence with someone from outside your household?”

Then, I pasted the corrected text in to the “Load from Text…” option, then “Saved to File” and “Saved to Browser”. That worked, but it’s honestly kind of a headache. Is there any reason why my edits using KoBo won’t save properly, and if so, is there a way I can fix it?

I thought it might be a Java-browser-KoBo issue, so I’ve tried the following fixes, most based on advice from this users’ group:

  1. I deleted and updated Java, made sure all plugins were up to date and running.
  1. I switched to Chrome/offline. Couldn’t get KoBo Form to load at all in Chrome when it was offline; just the “Load” screen for about 30 minutes.
  1. Started using Chrome online. Hit the same problems as before.

After reading some of the posts on this group, I noticed that I was running KoBo Form 1.0.22; I believe that there’s a newer version. Is this true? If so, where can I find it? (The link on the KoBo Toolbox website is for version 1.0.22.)

I also turned on the Java Console while I was saving the form and got the following messages. Is this useful or relevant?

Java Plug-in 10.45.2.18

Using JRE version 1.7.0_45-b18 Java HotSpot™ Client VM

User home directory = C:\Users\Owner


c: clear console window

f: finalize objects on finalization queue

g: garbage collect

h: display this help message

l: dump classloader list

m: print memory usage

o: trigger logging

q: hide console

r: reload policy configuration

s: dump system and deployment properties

t: dump thread list

v: dump thread stack

x: clear classloader cache

0-5: set trace level to


Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Thanks for any advice you can offer! I love the program, I just hope I can get it to work right!

Thanks,

Josh

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo...@googlegroups.com.

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

I´ve just posted a question about that, but here is the file
Thanks Tino!

BOLETA HOGARES CAFE3.xml (36.7 KB)

···

El jueves, 24 de octubre de 2013 09:52:16 UTC-6, Tino Kreutzer escribió:

Hi Carlos,
Could you share the form with us? You can also send it to me privately. This way I can have a look at it and see what the problem might be.

Thanks

Tino

On Thu, Oct 24, 2013 at 11:34 AM, Carlos Rivas carl...@gmail.com wrote:

Dear Tino,
I had the problem with the drag and drop, I save xml versions, but when I try to use them, it won´t open, gives me an error of “null”. I have a lot of changes lost, how to recover my form?

Regards!

Carlos Rivas S.

El jueves, 24 de octubre de 2013 09:02:56 UTC-6, Tino Kreutzer escribió:

Hi Josh,

Sorry to hear about your troubles. Some of these are known issues that we’re working to fix (e.g. Offline version doesn’t work with new Chrome versions; Drag and drop is unreliable).

For the latest version to be used offline, please download KoBoForm 1.0.26. If you replace the current content of your KoBoForm folder on your local disk with this one, it will retain the forms that you had saved to browser. That said, unless you have to, please use the online version for now as it has fewer issues around the browsers’ permissions with regards to Java.

There have been issues with the latest versions of Java and we’re looking into that. Please install this legacy version of Java that should work for sure. (Java will complain that it has to upgrade after you’ve installed this old version, but just ignore that). Note that if you have a 64 bit computer you should download and install both the x86 and x64 versions to be sure that one of your browsers isn’t still using a different version of Java.

Now, for the original issue of some question labels not being saved properly: This is most likely due to a bug with the drag-and-drop feature that can be quite annoying. We’re still looking into that. There is no real solution to this issue you’ve encountered there, except to work around it. Here is what I would recommend:

  1. Whenever you create complex forms, export them regularly as XML files to your local disk, giving them sequential numbers (e.g. health survey_01.xml)
  1. As soon as you see an error message pop up or realize that text or a property you entered aren’t saved in the interface, export your form immediately to an XML file. Then reload this XML file (thereby discarding the version you still have in your browser).
  1. Find the question or answer choice you had edited last and continue with the modifications.

I hope this helps!

Let us know how it goes or if you have trouble with any of the above instructions.

Thanks,

Tino


Tino Kreutzer

Program Manager
KoBoToolbox | Harvard Humanitarian Initiative

Tel +1 416 879 3667 | Skype tinokreutzer

tino...@kobotoolbox.org

On Thu, Oct 24, 2013 at 10:35 AM, Joshua Rodd rodd...@gmail.com wrote:

Hello,

I’ve was putting together a form using KoBo Form, mostly by working offline on Firefox. I realized that for several questions the text I had written was not appearing; instead, only the automatically generated question number was appearing. I edited several times, and “Saved to File” and “Saved to Browser” but I never managed to get the form to save properly. When I reloaded the form, the text of the question had again disappeared, leaving only the question number.

If I delete the old question and create a new one with the correct text, the form saves correctly. However, several of the questions I’ve already created are embedded in fairly elaborate SKIP patterns, and I’d hate to have to go back and re do all of them.

I was able to find a rather cumbersome fix by doing the corrections by hand. I don’t know XML, but I opened the text viewer and identified what seemed to be the relevant sections of code for the problem questions, then edited them to look like the code for the questions that were loading. E.g., I found the following XML code for my Question 259:

QuestionA259

And edited so it read:

“Within the last six months, have you been involved in physical violence with someone from outside your household?”

Then, I pasted the corrected text in to the “Load from Text…” option, then “Saved to File” and “Saved to Browser”. That worked, but it’s honestly kind of a headache. Is there any reason why my edits using KoBo won’t save properly, and if so, is there a way I can fix it?

I thought it might be a Java-browser-KoBo issue, so I’ve tried the following fixes, most based on advice from this users’ group:

  1. I deleted and updated Java, made sure all plugins were up to date and running.
  1. I switched to Chrome/offline. Couldn’t get KoBo Form to load at all in Chrome when it was offline; just the “Load” screen for about 30 minutes.
  1. Started using Chrome online. Hit the same problems as before.

After reading some of the posts on this group, I noticed that I was running KoBo Form 1.0.22; I believe that there’s a newer version. Is this true? If so, where can I find it? (The link on the KoBo Toolbox website is for version 1.0.22.)

I also turned on the Java Console while I was saving the form and got the following messages. Is this useful or relevant?

Java Plug-in 10.45.2.18

Using JRE version 1.7.0_45-b18 Java HotSpot™ Client VM

User home directory = C:\Users\Owner


c: clear console window

f: finalize objects on finalization queue

g: garbage collect

h: display this help message

l: dump classloader list

m: print memory usage

o: trigger logging

q: hide console

r: reload policy configuration

s: dump system and deployment properties

t: dump thread list

v: dump thread stack

x: clear classloader cache

0-5: set trace level to


Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Thanks for any advice you can offer! I love the program, I just hope I can get it to work right!

Thanks,

Josh

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo...@googlegroups.com.

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

Thanks, Tino. I’m installing the new KoBo Form and old Java now.

A question–I do have a 64 bit PC. In addition to Java Runtime x64, there are three different x84s–Online, Offline and Kernel. Should I download one in particular? Or all three?

Thanks,

Josh

···

On Thu, Oct 24, 2013 at 6:02 PM, Tino Kreutzer tino.k...@kobotoolbox.org wrote:

Hi Josh,

Sorry to hear about your troubles. Some of these are known issues that we’re working to fix (e.g. Offline version doesn’t work with new Chrome versions; Drag and drop is unreliable).

For the latest version to be used offline, please download KoBoForm 1.0.26. If you replace the current content of your KoBoForm folder on your local disk with this one, it will retain the forms that you had saved to browser. That said, unless you have to, please use the online version for now as it has fewer issues around the browsers’ permissions with regards to Java.

There have been issues with the latest versions of Java and we’re looking into that. Please install this legacy version of Java that should work for sure. (Java will complain that it has to upgrade after you’ve installed this old version, but just ignore that). Note that if you have a 64 bit computer you should download and install both the x86 and x64 versions to be sure that one of your browsers isn’t still using a different version of Java.

Now, for the original issue of some question labels not being saved properly: This is most likely due to a bug with the drag-and-drop feature that can be quite annoying. We’re still looking into that. There is no real solution to this issue you’ve encountered there, except to work around it. Here is what I would recommend:

  1. Whenever you create complex forms, export them regularly as XML files to your local disk, giving them sequential numbers (e.g. health survey_01.xml)
  1. As soon as you see an error message pop up or realize that text or a property you entered aren’t saved in the interface, export your form immediately to an XML file. Then reload this XML file (thereby discarding the version you still have in your browser).
  1. Find the question or answer choice you had edited last and continue with the modifications.

I hope this helps!

Let us know how it goes or if you have trouble with any of the above instructions.

Thanks,

Tino


Tino Kreutzer

Program Manager
KoBoToolbox | Harvard Humanitarian Initiative

Tel +1 416 879 3667 | Skype tinokreutzer
tino.k...@kobotoolbox.org

You received this message because you are subscribed to a topic in the Google Groups “Kobo Users” group.

To unsubscribe from this topic, visit https://groups.google.com/d/topic/kobo-users/69pynZ_auJA/unsubscribe.

To unsubscribe from this group and all its topics, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

On Thu, Oct 24, 2013 at 10:35 AM, Joshua Rodd rodd....@gmail.com wrote:

Hello,

I’ve was putting together a form using KoBo Form, mostly by working offline on Firefox. I realized that for several questions the text I had written was not appearing; instead, only the automatically generated question number was appearing. I edited several times, and “Saved to File” and “Saved to Browser” but I never managed to get the form to save properly. When I reloaded the form, the text of the question had again disappeared, leaving only the question number.

If I delete the old question and create a new one with the correct text, the form saves correctly. However, several of the questions I’ve already created are embedded in fairly elaborate SKIP patterns, and I’d hate to have to go back and re do all of them.

I was able to find a rather cumbersome fix by doing the corrections by hand. I don’t know XML, but I opened the text viewer and identified what seemed to be the relevant sections of code for the problem questions, then edited them to look like the code for the questions that were loading. E.g., I found the following XML code for my Question 259:

QuestionA259

And edited so it read:

“Within the last six months, have you been involved in physical violence with someone from outside your household?”

Then, I pasted the corrected text in to the “Load from Text…” option, then “Saved to File” and “Saved to Browser”. That worked, but it’s honestly kind of a headache. Is there any reason why my edits using KoBo won’t save properly, and if so, is there a way I can fix it?

I thought it might be a Java-browser-KoBo issue, so I’ve tried the following fixes, most based on advice from this users’ group:

  1. I deleted and updated Java, made sure all plugins were up to date and running.
  1. I switched to Chrome/offline. Couldn’t get KoBo Form to load at all in Chrome when it was offline; just the “Load” screen for about 30 minutes.
  1. Started using Chrome online. Hit the same problems as before.

After reading some of the posts on this group, I noticed that I was running KoBo Form 1.0.22; I believe that there’s a newer version. Is this true? If so, where can I find it? (The link on the KoBo Toolbox website is for version 1.0.22.)

I also turned on the Java Console while I was saving the form and got the following messages. Is this useful or relevant?

Java Plug-in 10.45.2.18

Using JRE version 1.7.0_45-b18 Java HotSpot™ Client VM

User home directory = C:\Users\Owner


c: clear console window

f: finalize objects on finalization queue

g: garbage collect

h: display this help message

l: dump classloader list

m: print memory usage

o: trigger logging

q: hide console

r: reload policy configuration

s: dump system and deployment properties

t: dump thread list

v: dump thread stack

x: clear classloader cache

0-5: set trace level to


Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Thanks for any advice you can offer! I love the program, I just hope I can get it to work right!

Thanks,

Josh

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

Hi TIno,

A follow up–Which legacy version of Java is best to install?

Thanks,

Josh

···

On Fri, Oct 25, 2013 at 8:46 AM, Joshua Rodd rodd....@gmail.com wrote:

Thanks, Tino. I’m installing the new KoBo Form and old Java now.

A question–I do have a 64 bit PC. In addition to Java Runtime x64, there are three different x84s–Online, Offline and Kernel. Should I download one in particular? Or all three?

Thanks,

Josh

On Thu, Oct 24, 2013 at 6:02 PM, Tino Kreutzer tino.k...@kobotoolbox.org wrote:

Hi Josh,

Sorry to hear about your troubles. Some of these are known issues that we’re working to fix (e.g. Offline version doesn’t work with new Chrome versions; Drag and drop is unreliable).

For the latest version to be used offline, please download KoBoForm 1.0.26. If you replace the current content of your KoBoForm folder on your local disk with this one, it will retain the forms that you had saved to browser. That said, unless you have to, please use the online version for now as it has fewer issues around the browsers’ permissions with regards to Java.

There have been issues with the latest versions of Java and we’re looking into that. Please install this legacy version of Java that should work for sure. (Java will complain that it has to upgrade after you’ve installed this old version, but just ignore that). Note that if you have a 64 bit computer you should download and install both the x86 and x64 versions to be sure that one of your browsers isn’t still using a different version of Java.

Now, for the original issue of some question labels not being saved properly: This is most likely due to a bug with the drag-and-drop feature that can be quite annoying. We’re still looking into that. There is no real solution to this issue you’ve encountered there, except to work around it. Here is what I would recommend:

  1. Whenever you create complex forms, export them regularly as XML files to your local disk, giving them sequential numbers (e.g. health survey_01.xml)
  1. As soon as you see an error message pop up or realize that text or a property you entered aren’t saved in the interface, export your form immediately to an XML file. Then reload this XML file (thereby discarding the version you still have in your browser).
  1. Find the question or answer choice you had edited last and continue with the modifications.

I hope this helps!

Let us know how it goes or if you have trouble with any of the above instructions.

Thanks,

Tino


Tino Kreutzer

Program Manager
KoBoToolbox | Harvard Humanitarian Initiative

Tel +1 416 879 3667 | Skype tinokreutzer
tino.k...@kobotoolbox.org

You received this message because you are subscribed to a topic in the Google Groups “Kobo Users” group.

To unsubscribe from this topic, visit https://groups.google.com/d/topic/kobo-users/69pynZ_auJA/unsubscribe.

To unsubscribe from this group and all its topics, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

On Thu, Oct 24, 2013 at 10:35 AM, Joshua Rodd rodd....@gmail.com wrote:

Hello,

I’ve was putting together a form using KoBo Form, mostly by working offline on Firefox. I realized that for several questions the text I had written was not appearing; instead, only the automatically generated question number was appearing. I edited several times, and “Saved to File” and “Saved to Browser” but I never managed to get the form to save properly. When I reloaded the form, the text of the question had again disappeared, leaving only the question number.

If I delete the old question and create a new one with the correct text, the form saves correctly. However, several of the questions I’ve already created are embedded in fairly elaborate SKIP patterns, and I’d hate to have to go back and re do all of them.

I was able to find a rather cumbersome fix by doing the corrections by hand. I don’t know XML, but I opened the text viewer and identified what seemed to be the relevant sections of code for the problem questions, then edited them to look like the code for the questions that were loading. E.g., I found the following XML code for my Question 259:

QuestionA259

And edited so it read:

“Within the last six months, have you been involved in physical violence with someone from outside your household?”

Then, I pasted the corrected text in to the “Load from Text…” option, then “Saved to File” and “Saved to Browser”. That worked, but it’s honestly kind of a headache. Is there any reason why my edits using KoBo won’t save properly, and if so, is there a way I can fix it?

I thought it might be a Java-browser-KoBo issue, so I’ve tried the following fixes, most based on advice from this users’ group:

  1. I deleted and updated Java, made sure all plugins were up to date and running.
  1. I switched to Chrome/offline. Couldn’t get KoBo Form to load at all in Chrome when it was offline; just the “Load” screen for about 30 minutes.
  1. Started using Chrome online. Hit the same problems as before.

After reading some of the posts on this group, I noticed that I was running KoBo Form 1.0.22; I believe that there’s a newer version. Is this true? If so, where can I find it? (The link on the KoBo Toolbox website is for version 1.0.22.)

I also turned on the Java Console while I was saving the form and got the following messages. Is this useful or relevant?

Java Plug-in 10.45.2.18

Using JRE version 1.7.0_45-b18 Java HotSpot™ Client VM

User home directory = C:\Users\Owner


c: clear console window

f: finalize objects on finalization queue

g: garbage collect

h: display this help message

l: dump classloader list

m: print memory usage

o: trigger logging

q: hide console

r: reload policy configuration

s: dump system and deployment properties

t: dump thread list

v: dump thread stack

x: clear classloader cache

0-5: set trace level to


Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Thanks for any advice you can offer! I love the program, I just hope I can get it to work right!

Thanks,

Josh

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

Hi Josh,

The versions you would have to install in your case are “Windows x86 Offline” and “Windows x64”. Hope this helps. Let me know if that fixes your issue.

We are planning to replace the Java applets with an HTML5 implementation that would solve both the current bugs as well as obviate having to deal with all the different Java versions to begin with. We’ll post an update when that’s done, of course.

Tino

···

On Fri, Oct 25, 2013 at 1:46 AM, Joshua Rodd rodd....@gmail.com wrote:

Thanks, Tino. I’m installing the new KoBo Form and old Java now.

A question–I do have a 64 bit PC. In addition to Java Runtime x64, there are three different x84s–Online, Offline and Kernel. Should I download one in particular? Or all three?

Thanks,

Josh

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

On Thu, Oct 24, 2013 at 6:02 PM, Tino Kreutzer tino.k...@kobotoolbox.org wrote:

Hi Josh,

Sorry to hear about your troubles. Some of these are known issues that we’re working to fix (e.g. Offline version doesn’t work with new Chrome versions; Drag and drop is unreliable).

For the latest version to be used offline, please download KoBoForm 1.0.26. If you replace the current content of your KoBoForm folder on your local disk with this one, it will retain the forms that you had saved to browser. That said, unless you have to, please use the online version for now as it has fewer issues around the browsers’ permissions with regards to Java.

There have been issues with the latest versions of Java and we’re looking into that. Please install this legacy version of Java that should work for sure. (Java will complain that it has to upgrade after you’ve installed this old version, but just ignore that). Note that if you have a 64 bit computer you should download and install both the x86 and x64 versions to be sure that one of your browsers isn’t still using a different version of Java.

Now, for the original issue of some question labels not being saved properly: This is most likely due to a bug with the drag-and-drop feature that can be quite annoying. We’re still looking into that. There is no real solution to this issue you’ve encountered there, except to work around it. Here is what I would recommend:

  1. Whenever you create complex forms, export them regularly as XML files to your local disk, giving them sequential numbers (e.g. health survey_01.xml)
  1. As soon as you see an error message pop up or realize that text or a property you entered aren’t saved in the interface, export your form immediately to an XML file. Then reload this XML file (thereby discarding the version you still have in your browser).
  1. Find the question or answer choice you had edited last and continue with the modifications.

I hope this helps!

Let us know how it goes or if you have trouble with any of the above instructions.

Thanks,

Tino


Tino Kreutzer

Program Manager
KoBoToolbox | Harvard Humanitarian Initiative

Tel +1 416 879 3667 | Skype tinokreutzer
tino.k...@kobotoolbox.org

You received this message because you are subscribed to a topic in the Google Groups “Kobo Users” group.

To unsubscribe from this topic, visit https://groups.google.com/d/topic/kobo-users/69pynZ_auJA/unsubscribe.

To unsubscribe from this group and all its topics, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

On Thu, Oct 24, 2013 at 10:35 AM, Joshua Rodd rodd....@gmail.com wrote:

Hello,

I’ve was putting together a form using KoBo Form, mostly by working offline on Firefox. I realized that for several questions the text I had written was not appearing; instead, only the automatically generated question number was appearing. I edited several times, and “Saved to File” and “Saved to Browser” but I never managed to get the form to save properly. When I reloaded the form, the text of the question had again disappeared, leaving only the question number.

If I delete the old question and create a new one with the correct text, the form saves correctly. However, several of the questions I’ve already created are embedded in fairly elaborate SKIP patterns, and I’d hate to have to go back and re do all of them.

I was able to find a rather cumbersome fix by doing the corrections by hand. I don’t know XML, but I opened the text viewer and identified what seemed to be the relevant sections of code for the problem questions, then edited them to look like the code for the questions that were loading. E.g., I found the following XML code for my Question 259:

QuestionA259

And edited so it read:

“Within the last six months, have you been involved in physical violence with someone from outside your household?”

Then, I pasted the corrected text in to the “Load from Text…” option, then “Saved to File” and “Saved to Browser”. That worked, but it’s honestly kind of a headache. Is there any reason why my edits using KoBo won’t save properly, and if so, is there a way I can fix it?

I thought it might be a Java-browser-KoBo issue, so I’ve tried the following fixes, most based on advice from this users’ group:

  1. I deleted and updated Java, made sure all plugins were up to date and running.
  1. I switched to Chrome/offline. Couldn’t get KoBo Form to load at all in Chrome when it was offline; just the “Load” screen for about 30 minutes.
  1. Started using Chrome online. Hit the same problems as before.

After reading some of the posts on this group, I noticed that I was running KoBo Form 1.0.22; I believe that there’s a newer version. Is this true? If so, where can I find it? (The link on the KoBo Toolbox website is for version 1.0.22.)

I also turned on the Java Console while I was saving the form and got the following messages. Is this useful or relevant?

Java Plug-in 10.45.2.18

Using JRE version 1.7.0_45-b18 Java HotSpot™ Client VM

User home directory = C:\Users\Owner


c: clear console window

f: finalize objects on finalization queue

g: garbage collect

h: display this help message

l: dump classloader list

m: print memory usage

o: trigger logging

q: hide console

r: reload policy configuration

s: dump system and deployment properties

t: dump thread list

v: dump thread stack

x: clear classloader cache

0-5: set trace level to


Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Thanks for any advice you can offer! I love the program, I just hope I can get it to work right!

Thanks,

Josh

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

That would be great Tino, I presented the workframe to my colleagues and they want to use it, now I will focus on the training material for them because we want to try the whole thing first, before it goes to the field.
Regards!

···

El lunes, 28 de octubre de 2013 10:37:47 UTC-6, Tino Kreutzer escribió:

Hi Josh,

The versions you would have to install in your case are “Windows x86 Offline” and “Windows x64”. Hope this helps. Let me know if that fixes your issue.

We are planning to replace the Java applets with an HTML5 implementation that would solve both the current bugs as well as obviate having to deal with all the different Java versions to begin with. We’ll post an update when that’s done, of course.

Tino

On Fri, Oct 25, 2013 at 1:46 AM, Joshua Rodd rodd...@gmail.com wrote:

Thanks, Tino. I’m installing the new KoBo Form and old Java now.

A question–I do have a 64 bit PC. In addition to Java Runtime x64, there are three different x84s–Online, Offline and Kernel. Should I download one in particular? Or all three?

Thanks,

Josh

On Thu, Oct 24, 2013 at 6:02 PM, Tino Kreutzer tino...@kobotoolbox.org wrote:

Hi Josh,

Sorry to hear about your troubles. Some of these are known issues that we’re working to fix (e.g. Offline version doesn’t work with new Chrome versions; Drag and drop is unreliable).

For the latest version to be used offline, please download KoBoForm 1.0.26. If you replace the current content of your KoBoForm folder on your local disk with this one, it will retain the forms that you had saved to browser. That said, unless you have to, please use the online version for now as it has fewer issues around the browsers’ permissions with regards to Java.

There have been issues with the latest versions of Java and we’re looking into that. Please install this legacy version of Java that should work for sure. (Java will complain that it has to upgrade after you’ve installed this old version, but just ignore that). Note that if you have a 64 bit computer you should download and install both the x86 and x64 versions to be sure that one of your browsers isn’t still using a different version of Java.

Now, for the original issue of some question labels not being saved properly: This is most likely due to a bug with the drag-and-drop feature that can be quite annoying. We’re still looking into that. There is no real solution to this issue you’ve encountered there, except to work around it. Here is what I would recommend:

  1. Whenever you create complex forms, export them regularly as XML files to your local disk, giving them sequential numbers (e.g. health survey_01.xml)
  1. As soon as you see an error message pop up or realize that text or a property you entered aren’t saved in the interface, export your form immediately to an XML file. Then reload this XML file (thereby discarding the version you still have in your browser).
  1. Find the question or answer choice you had edited last and continue with the modifications.

I hope this helps!

Let us know how it goes or if you have trouble with any of the above instructions.

Thanks,

Tino


Tino Kreutzer

Program Manager
KoBoToolbox | Harvard Humanitarian Initiative

Tel +1 416 879 3667 | Skype tinokreutzer
tino...@kobotoolbox.org

On Thu, Oct 24, 2013 at 10:35 AM, Joshua Rodd rodd...@gmail.com wrote:

Hello,

I’ve was putting together a form using KoBo Form, mostly by working offline on Firefox. I realized that for several questions the text I had written was not appearing; instead, only the automatically generated question number was appearing. I edited several times, and “Saved to File” and “Saved to Browser” but I never managed to get the form to save properly. When I reloaded the form, the text of the question had again disappeared, leaving only the question number.

If I delete the old question and create a new one with the correct text, the form saves correctly. However, several of the questions I’ve already created are embedded in fairly elaborate SKIP patterns, and I’d hate to have to go back and re do all of them.

I was able to find a rather cumbersome fix by doing the corrections by hand. I don’t know XML, but I opened the text viewer and identified what seemed to be the relevant sections of code for the problem questions, then edited them to look like the code for the questions that were loading. E.g., I found the following XML code for my Question 259:

QuestionA259

And edited so it read:

“Within the last six months, have you been involved in physical violence with someone from outside your household?”

Then, I pasted the corrected text in to the “Load from Text…” option, then “Saved to File” and “Saved to Browser”. That worked, but it’s honestly kind of a headache. Is there any reason why my edits using KoBo won’t save properly, and if so, is there a way I can fix it?

I thought it might be a Java-browser-KoBo issue, so I’ve tried the following fixes, most based on advice from this users’ group:

  1. I deleted and updated Java, made sure all plugins were up to date and running.
  1. I switched to Chrome/offline. Couldn’t get KoBo Form to load at all in Chrome when it was offline; just the “Load” screen for about 30 minutes.
  1. Started using Chrome online. Hit the same problems as before.

After reading some of the posts on this group, I noticed that I was running KoBo Form 1.0.22; I believe that there’s a newer version. Is this true? If so, where can I find it? (The link on the KoBo Toolbox website is for version 1.0.22.)

I also turned on the Java Console while I was saving the form and got the following messages. Is this useful or relevant?

Java Plug-in 10.45.2.18

Using JRE version 1.7.0_45-b18 Java HotSpot™ Client VM

User home directory = C:\Users\Owner


c: clear console window

f: finalize objects on finalization queue

g: garbage collect

h: display this help message

l: dump classloader list

m: print memory usage

o: trigger logging

q: hide console

r: reload policy configuration

s: dump system and deployment properties

t: dump thread list

v: dump thread stack

x: clear classloader cache

0-5: set trace level to


Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Thanks for any advice you can offer! I love the program, I just hope I can get it to work right!

Thanks,

Josh

To post to this group, send email to kobo...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

You received this message because you are subscribed to a topic in the Google Groups “Kobo Users” group.

To unsubscribe from this topic, visit https://groups.google.com/d/topic/kobo-users/69pynZ_auJA/unsubscribe.

To unsubscribe from this group and all its topics, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

Thanks, Tino. That’s very helpful!

Josh

···

On Mon, Oct 28, 2013 at 7:37 PM, Tino Kreutzer tino.k...@gmail.com wrote:

Hi Josh,

The versions you would have to install in your case are “Windows x86 Offline” and “Windows x64”. Hope this helps. Let me know if that fixes your issue.

We are planning to replace the Java applets with an HTML5 implementation that would solve both the current bugs as well as obviate having to deal with all the different Java versions to begin with. We’ll post an update when that’s done, of course.

Tino

You received this message because you are subscribed to a topic in the Google Groups “Kobo Users” group.

To unsubscribe from this topic, visit https://groups.google.com/d/topic/kobo-users/69pynZ_auJA/unsubscribe.

To unsubscribe from this group and all its topics, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

On Fri, Oct 25, 2013 at 1:46 AM, Joshua Rodd rodd....@gmail.com wrote:

Thanks, Tino. I’m installing the new KoBo Form and old Java now.

A question–I do have a 64 bit PC. In addition to Java Runtime x64, there are three different x84s–Online, Offline and Kernel. Should I download one in particular? Or all three?

Thanks,

Josh

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

On Thu, Oct 24, 2013 at 6:02 PM, Tino Kreutzer tino.k...@kobotoolbox.org wrote:

Hi Josh,

Sorry to hear about your troubles. Some of these are known issues that we’re working to fix (e.g. Offline version doesn’t work with new Chrome versions; Drag and drop is unreliable).

For the latest version to be used offline, please download KoBoForm 1.0.26. If you replace the current content of your KoBoForm folder on your local disk with this one, it will retain the forms that you had saved to browser. That said, unless you have to, please use the online version for now as it has fewer issues around the browsers’ permissions with regards to Java.

There have been issues with the latest versions of Java and we’re looking into that. Please install this legacy version of Java that should work for sure. (Java will complain that it has to upgrade after you’ve installed this old version, but just ignore that). Note that if you have a 64 bit computer you should download and install both the x86 and x64 versions to be sure that one of your browsers isn’t still using a different version of Java.

Now, for the original issue of some question labels not being saved properly: This is most likely due to a bug with the drag-and-drop feature that can be quite annoying. We’re still looking into that. There is no real solution to this issue you’ve encountered there, except to work around it. Here is what I would recommend:

  1. Whenever you create complex forms, export them regularly as XML files to your local disk, giving them sequential numbers (e.g. health survey_01.xml)
  1. As soon as you see an error message pop up or realize that text or a property you entered aren’t saved in the interface, export your form immediately to an XML file. Then reload this XML file (thereby discarding the version you still have in your browser).
  1. Find the question or answer choice you had edited last and continue with the modifications.

I hope this helps!

Let us know how it goes or if you have trouble with any of the above instructions.

Thanks,

Tino


Tino Kreutzer

Program Manager
KoBoToolbox | Harvard Humanitarian Initiative

Tel +1 416 879 3667 | Skype tinokreutzer
tino.k...@kobotoolbox.org

You received this message because you are subscribed to a topic in the Google Groups “Kobo Users” group.

To unsubscribe from this topic, visit https://groups.google.com/d/topic/kobo-users/69pynZ_auJA/unsubscribe.

To unsubscribe from this group and all its topics, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

On Thu, Oct 24, 2013 at 10:35 AM, Joshua Rodd rodd....@gmail.com wrote:

Hello,

I’ve was putting together a form using KoBo Form, mostly by working offline on Firefox. I realized that for several questions the text I had written was not appearing; instead, only the automatically generated question number was appearing. I edited several times, and “Saved to File” and “Saved to Browser” but I never managed to get the form to save properly. When I reloaded the form, the text of the question had again disappeared, leaving only the question number.

If I delete the old question and create a new one with the correct text, the form saves correctly. However, several of the questions I’ve already created are embedded in fairly elaborate SKIP patterns, and I’d hate to have to go back and re do all of them.

I was able to find a rather cumbersome fix by doing the corrections by hand. I don’t know XML, but I opened the text viewer and identified what seemed to be the relevant sections of code for the problem questions, then edited them to look like the code for the questions that were loading. E.g., I found the following XML code for my Question 259:

QuestionA259

And edited so it read:

“Within the last six months, have you been involved in physical violence with someone from outside your household?”

Then, I pasted the corrected text in to the “Load from Text…” option, then “Saved to File” and “Saved to Browser”. That worked, but it’s honestly kind of a headache. Is there any reason why my edits using KoBo won’t save properly, and if so, is there a way I can fix it?

I thought it might be a Java-browser-KoBo issue, so I’ve tried the following fixes, most based on advice from this users’ group:

  1. I deleted and updated Java, made sure all plugins were up to date and running.
  1. I switched to Chrome/offline. Couldn’t get KoBo Form to load at all in Chrome when it was offline; just the “Load” screen for about 30 minutes.
  1. Started using Chrome online. Hit the same problems as before.

After reading some of the posts on this group, I noticed that I was running KoBo Form 1.0.22; I believe that there’s a newer version. Is this true? If so, where can I find it? (The link on the KoBo Toolbox website is for version 1.0.22.)

I also turned on the Java Console while I was saving the form and got the following messages. Is this useful or relevant?

Java Plug-in 10.45.2.18

Using JRE version 1.7.0_45-b18 Java HotSpot™ Client VM

User home directory = C:\Users\Owner


c: clear console window

f: finalize objects on finalization queue

g: garbage collect

h: display this help message

l: dump classloader list

m: print memory usage

o: trigger logging

q: hide console

r: reload policy configuration

s: dump system and deployment properties

t: dump thread list

v: dump thread stack

x: clear classloader cache

0-5: set trace level to


Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Thanks for any advice you can offer! I love the program, I just hope I can get it to work right!

Thanks,

Josh

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

Hi Tino,

Installed the two versions of Java 6/Update 33; unfortunately I still can’t get the offline version to open in Chrome, and I can’t load .xml files in to Firefox offline. Would you have any suggestions?

Thanks!

Josh

···

On Wednesday, October 30, 2013 4:26:46 PM UTC+3, Joshua Rodd wrote:

Thanks, Tino. That’s very helpful!

Josh

On Mon, Oct 28, 2013 at 7:37 PM, Tino Kreutzer tino.k...@gmail.com wrote:

Hi Josh,

The versions you would have to install in your case are “Windows x86 Offline” and “Windows x64”. Hope this helps. Let me know if that fixes your issue.

We are planning to replace the Java applets with an HTML5 implementation that would solve both the current bugs as well as obviate having to deal with all the different Java versions to begin with. We’ll post an update when that’s done, of course.

Tino

On Fri, Oct 25, 2013 at 1:46 AM, Joshua Rodd rodd....@gmail.com wrote:

Thanks, Tino. I’m installing the new KoBo Form and old Java now.

A question–I do have a 64 bit PC. In addition to Java Runtime x64, there are three different x84s–Online, Offline and Kernel. Should I download one in particular? Or all three?

Thanks,

Josh

On Thu, Oct 24, 2013 at 6:02 PM, Tino Kreutzer tino.k...@kobotoolbox.org wrote:

Hi Josh,

Sorry to hear about your troubles. Some of these are known issues that we’re working to fix (e.g. Offline version doesn’t work with new Chrome versions; Drag and drop is unreliable).

For the latest version to be used offline, please download KoBoForm 1.0.26. If you replace the current content of your KoBoForm folder on your local disk with this one, it will retain the forms that you had saved to browser. That said, unless you have to, please use the online version for now as it has fewer issues around the browsers’ permissions with regards to Java.

There have been issues with the latest versions of Java and we’re looking into that. Please install this legacy version of Java that should work for sure. (Java will complain that it has to upgrade after you’ve installed this old version, but just ignore that). Note that if you have a 64 bit computer you should download and install both the x86 and x64 versions to be sure that one of your browsers isn’t still using a different version of Java.

Now, for the original issue of some question labels not being saved properly: This is most likely due to a bug with the drag-and-drop feature that can be quite annoying. We’re still looking into that. There is no real solution to this issue you’ve encountered there, except to work around it. Here is what I would recommend:

  1. Whenever you create complex forms, export them regularly as XML files to your local disk, giving them sequential numbers (e.g. health survey_01.xml)
  1. As soon as you see an error message pop up or realize that text or a property you entered aren’t saved in the interface, export your form immediately to an XML file. Then reload this XML file (thereby discarding the version you still have in your browser).
  1. Find the question or answer choice you had edited last and continue with the modifications.

I hope this helps!

Let us know how it goes or if you have trouble with any of the above instructions.

Thanks,

Tino


Tino Kreutzer

Program Manager
KoBoToolbox | Harvard Humanitarian Initiative

Tel +1 416 879 3667 | Skype tinokreutzer
tino.k...@kobotoolbox.org

On Thu, Oct 24, 2013 at 10:35 AM, Joshua Rodd rodd....@gmail.com wrote:

Hello,

I’ve was putting together a form using KoBo Form, mostly by working offline on Firefox. I realized that for several questions the text I had written was not appearing; instead, only the automatically generated question number was appearing. I edited several times, and “Saved to File” and “Saved to Browser” but I never managed to get the form to save properly. When I reloaded the form, the text of the question had again disappeared, leaving only the question number.

If I delete the old question and create a new one with the correct text, the form saves correctly. However, several of the questions I’ve already created are embedded in fairly elaborate SKIP patterns, and I’d hate to have to go back and re do all of them.

I was able to find a rather cumbersome fix by doing the corrections by hand. I don’t know XML, but I opened the text viewer and identified what seemed to be the relevant sections of code for the problem questions, then edited them to look like the code for the questions that were loading. E.g., I found the following XML code for my Question 259:

QuestionA259

And edited so it read:

“Within the last six months, have you been involved in physical violence with someone from outside your household?”

Then, I pasted the corrected text in to the “Load from Text…” option, then “Saved to File” and “Saved to Browser”. That worked, but it’s honestly kind of a headache. Is there any reason why my edits using KoBo won’t save properly, and if so, is there a way I can fix it?

I thought it might be a Java-browser-KoBo issue, so I’ve tried the following fixes, most based on advice from this users’ group:

  1. I deleted and updated Java, made sure all plugins were up to date and running.
  1. I switched to Chrome/offline. Couldn’t get KoBo Form to load at all in Chrome when it was offline; just the “Load” screen for about 30 minutes.
  1. Started using Chrome online. Hit the same problems as before.

After reading some of the posts on this group, I noticed that I was running KoBo Form 1.0.22; I believe that there’s a newer version. Is this true? If so, where can I find it? (The link on the KoBo Toolbox website is for version 1.0.22.)

I also turned on the Java Console while I was saving the form and got the following messages. Is this useful or relevant?

Java Plug-in 10.45.2.18

Using JRE version 1.7.0_45-b18 Java HotSpot™ Client VM

User home directory = C:\Users\Owner


c: clear console window

f: finalize objects on finalization queue

g: garbage collect

h: display this help message

l: dump classloader list

m: print memory usage

o: trigger logging

q: hide console

r: reload policy configuration

s: dump system and deployment properties

t: dump thread list

v: dump thread stack

x: clear classloader cache

0-5: set trace level to


Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Thanks for any advice you can offer! I love the program, I just hope I can get it to work right!

Thanks,

Josh

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+unsubscribe@googlegroups.com.

You received this message because you are subscribed to a topic in the Google Groups “Kobo Users” group.

To unsubscribe from this topic, visit https://groups.google.com/d/topic/kobo-users/69pynZ_auJA/unsubscribe.

To unsubscribe from this group and all its topics, send an email to kobo-users+unsubscribe@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+unsubscribe@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

You received this message because you are subscribed to a topic in the Google Groups “Kobo Users” group.

To unsubscribe from this topic, visit https://groups.google.com/d/topic/kobo-users/69pynZ_auJA/unsubscribe.

To unsubscribe from this group and all its topics, send an email to kobo-users+unsubscribe@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

Hi Josh,
The offline version only works in Firefox, not Chrome (due to Chrome having very high security settings for offline web applications).

In Firefox it should work, however. After you click on ‘Open from file’, do you see a small red symbol in the address bar, such as below? If yes, click on it and choose ‘Allow and remember’. That’s Firefox’s extremely subtle way of warning you about using an old version of Java.

Inline image 1

If you’re clicking on Open from File and not seeing the red symbol, please type in about:addons in the Firefox address bar and check if all the Java plugins listed are the 6.0.33 version (if there are other versions, uninstall them through the regular Remove software function on Windows). Also, check if you’re using Firefox 24.0 (and if not, update it to the latest version). Let me know if that worked!

Tino

···

On Wed, Oct 30, 2013 at 11:55 AM, Joshua Rodd rodd....@gmail.com wrote:

Hi Tino,

Installed the two versions of Java 6/Update 33; unfortunately I still can’t get the offline version to open in Chrome, and I can’t load .xml files in to Firefox offline. Would you have any suggestions?

Thanks!

Josh

On Wednesday, October 30, 2013 4:26:46 PM UTC+3, Joshua Rodd wrote:

Thanks, Tino. That’s very helpful!

Josh

On Mon, Oct 28, 2013 at 7:37 PM, Tino Kreutzer tino.k...@gmail.com wrote:

Hi Josh,

The versions you would have to install in your case are “Windows x86 Offline” and “Windows x64”. Hope this helps. Let me know if that fixes your issue.

We are planning to replace the Java applets with an HTML5 implementation that would solve both the current bugs as well as obviate having to deal with all the different Java versions to begin with. We’ll post an update when that’s done, of course.

Tino

On Fri, Oct 25, 2013 at 1:46 AM, Joshua Rodd rodd....@gmail.com wrote:

Thanks, Tino. I’m installing the new KoBo Form and old Java now.

A question–I do have a 64 bit PC. In addition to Java Runtime x64, there are three different x84s–Online, Offline and Kernel. Should I download one in particular? Or all three?

Thanks,

Josh

On Thu, Oct 24, 2013 at 6:02 PM, Tino Kreutzer tino.k...@kobotoolbox.org wrote:

Hi Josh,

Sorry to hear about your troubles. Some of these are known issues that we’re working to fix (e.g. Offline version doesn’t work with new Chrome versions; Drag and drop is unreliable).

For the latest version to be used offline, please download KoBoForm 1.0.26. If you replace the current content of your KoBoForm folder on your local disk with this one, it will retain the forms that you had saved to browser. That said, unless you have to, please use the online version for now as it has fewer issues around the browsers’ permissions with regards to Java.

There have been issues with the latest versions of Java and we’re looking into that. Please install this legacy version of Java that should work for sure. (Java will complain that it has to upgrade after you’ve installed this old version, but just ignore that). Note that if you have a 64 bit computer you should download and install both the x86 and x64 versions to be sure that one of your browsers isn’t still using a different version of Java.

Now, for the original issue of some question labels not being saved properly: This is most likely due to a bug with the drag-and-drop feature that can be quite annoying. We’re still looking into that. There is no real solution to this issue you’ve encountered there, except to work around it. Here is what I would recommend:

  1. Whenever you create complex forms, export them regularly as XML files to your local disk, giving them sequential numbers (e.g. health survey_01.xml)
  1. As soon as you see an error message pop up or realize that text or a property you entered aren’t saved in the interface, export your form immediately to an XML file. Then reload this XML file (thereby discarding the version you still have in your browser).
  1. Find the question or answer choice you had edited last and continue with the modifications.

I hope this helps!

Let us know how it goes or if you have trouble with any of the above instructions.

Thanks,

Tino


Tino Kreutzer

Program Manager
KoBoToolbox | Harvard Humanitarian Initiative

Tel +1 416 879 3667 | Skype tinokreutzer
tino.k...@kobotoolbox.org

On Thu, Oct 24, 2013 at 10:35 AM, Joshua Rodd rodd....@gmail.com wrote:

Hello,

I’ve was putting together a form using KoBo Form, mostly by working offline on Firefox. I realized that for several questions the text I had written was not appearing; instead, only the automatically generated question number was appearing. I edited several times, and “Saved to File” and “Saved to Browser” but I never managed to get the form to save properly. When I reloaded the form, the text of the question had again disappeared, leaving only the question number.

If I delete the old question and create a new one with the correct text, the form saves correctly. However, several of the questions I’ve already created are embedded in fairly elaborate SKIP patterns, and I’d hate to have to go back and re do all of them.

I was able to find a rather cumbersome fix by doing the corrections by hand. I don’t know XML, but I opened the text viewer and identified what seemed to be the relevant sections of code for the problem questions, then edited them to look like the code for the questions that were loading. E.g., I found the following XML code for my Question 259:

QuestionA259

And edited so it read:

“Within the last six months, have you been involved in physical violence with someone from outside your household?”

Then, I pasted the corrected text in to the “Load from Text…” option, then “Saved to File” and “Saved to Browser”. That worked, but it’s honestly kind of a headache. Is there any reason why my edits using KoBo won’t save properly, and if so, is there a way I can fix it?

I thought it might be a Java-browser-KoBo issue, so I’ve tried the following fixes, most based on advice from this users’ group:

  1. I deleted and updated Java, made sure all plugins were up to date and running.
  1. I switched to Chrome/offline. Couldn’t get KoBo Form to load at all in Chrome when it was offline; just the “Load” screen for about 30 minutes.
  1. Started using Chrome online. Hit the same problems as before.

After reading some of the posts on this group, I noticed that I was running KoBo Form 1.0.22; I believe that there’s a newer version. Is this true? If so, where can I find it? (The link on the KoBo Toolbox website is for version 1.0.22.)

I also turned on the Java Console while I was saving the form and got the following messages. Is this useful or relevant?

Java Plug-in 10.45.2.18

Using JRE version 1.7.0_45-b18 Java HotSpot™ Client VM

User home directory = C:\Users\Owner


c: clear console window

f: finalize objects on finalization queue

g: garbage collect

h: display this help message

l: dump classloader list

m: print memory usage

o: trigger logging

q: hide console

r: reload policy configuration

s: dump system and deployment properties

t: dump thread list

v: dump thread stack

x: clear classloader cache

0-5: set trace level to


Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Resource http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar has future expires: Thu Nov 07 16:29:49 EAT 2013 update check skipped.

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Application-Name: manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Permissions manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Missing Codebase manifest attribute for: http://www.kobotoolbox.org/koboform/fileioapplets/kobo_fileIOApplets.jar

Thanks for any advice you can offer! I love the program, I just hope I can get it to work right!

Thanks,

Josh

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+unsubscribe@googlegroups.com.

You received this message because you are subscribed to a topic in the Google Groups “Kobo Users” group.

To unsubscribe from this topic, visit https://groups.google.com/d/topic/kobo-users/69pynZ_auJA/unsubscribe.

To unsubscribe from this group and all its topics, send an email to kobo-users+unsubscribe@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+unsubscribe@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

You received this message because you are subscribed to a topic in the Google Groups “Kobo Users” group.

To unsubscribe from this topic, visit https://groups.google.com/d/topic/kobo-users/69pynZ_auJA/unsubscribe.

To unsubscribe from this group and all its topics, send an email to kobo-users+unsubscribe@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

You received this message because you are subscribed to the Google Groups “Kobo Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to kobo-users+...@googlegroups.com.

To post to this group, send email to kobo-...@googlegroups.com.

Visit this group at http://groups.google.com/group/kobo-users.

For more options, visit https://groups.google.com/groups/opt_out.

I see the red symbol–thanks, I was wondering what that was. It’s working now!

Josh

···

On Wednesday, October 30, 2013, Tino Kreutzer wrote:

Hi Josh,
The offline version only works in Firefox, not Chrome (due to Chrome having very high security settings for offline web applications).

In Firefox it should work, however. After you click on ‘Open from file’, do you see a small red symbol in the address bar, such as below? If yes, click on it and choose ‘Allow and remember’. That’s Firefox’s extremely subtle way of warning you about using an old version of Java.

Inline image 1

If you’re clicking on Open from File and not seeing the red symbol, please type in about:addons in the Firefox address bar and check if all the Java plugins listed are the 6.0.33 version (if there are other versions, uninstall them through the regular Remove software function on Windows). Also, check if you’re using Firefox 24.0 (and if not, update it to the latest version). Let me know if that worked!

Tino

On Wed, Oct 30, 2013 at 11:55 AM, Joshua Rodd rodd....@gmail.com wrote:

Hi Tino,

Installed the two versions of Java 6/Update 33; unfortunately I still can’t get the offline version to open in Chrome, and I can’t load .xml files in to Firefox offline. Would you have any suggestions?

Thanks!

Josh

On Wednesday, October 30, 2013 4:26:46 PM UTC+3, Joshua Rodd wrote:

Thanks, Tino. That’s very helpful!

Josh

On Mon, Oct 28, 2013 at 7:37 PM, Tino Kreutzer tino.k...@gmail.com wrote:

Hi Josh,

The versions you would have to install in your case are “Windows x86 Offline” and “Windows x64”. Hope this helps. Let me know if that fixes your issue.

We are planning to replace the Java applets with an HTML5 implementation that would solve both the current bugs as well as obviate having to deal with all the different Java versions to begin with. We’ll post an update when that’s done, of course.

Tino

On Fri, Oct 25, 2013 at 1:46 AM, Joshua Rodd rodd....@gmail.com wrote:

Thanks, Tino. I’m installing the new KoBo Form and old Java now.

A question–I do have a 64 bit PC. In addition to Java Runtime x64, there are three different x84s–Online, Offline and Kernel. Should I download one in particular? Or all three?

Thanks,

Josh

On Thu, Oct 24, 2013 at 6:02 PM, Tino Kreutzer tino.k...@kobotoolbox.org wrote:

Hi Josh,

Sorry to hear about your troubles. Some of these are known issues that we’re working to fix (e.g. Offline version doesn’t work with new Chrome versions; Drag and drop is unreliable).

For the latest version to be used offline, please download KoBoForm 1.0.26. If you replace the current content of your KoBoForm folder on your local disk with this one, it will retain the forms that you had saved to browser. That said, unless you have to, please use the online version for now as it has fewer issues around the browsers’ permissions with regards to Java.

There have been issues with the latest versions of Java and we’re looking into that. Please install this legacy version of Java that should work for sure. (Java will complain that it has to upgrade after you’ve installed this old version, but just ignore that). Note that if you have a 64 bit computer you should download and install both the x86 and x64 versions to be sure that one of your browsers isn’t still using a different version of Java.

Now, for the original issue of some question la

A post was split to a new topic: Problem in saving a form in KoBoToolbox