Jos
Jos
Hi @JodliDev this is very cool. Is there any code to show the scale in the Preview (server side). All I can see is the question text, but nothing under...
In case you are interested, I added a _default_ material slider to the server preview here: https://github.com/josmas/paco/commit/9c2b33b7064f8666f6765e43e45618eb4a66617e Also fixed the _services.js_ conflict but I bumped to API 16 and set...
This happens in all places, not just in lists. If you add a question title for an input such as `Is Frequency
Hey @BobEvans, thanks for the reply. So there's nothing to fix then, just warn users that they should use `Frequency <5` if they want the above in any question heading...
Hi there, I am a bit puzzled about this change. If I __add__ this to my ant file, and also similar _copy_ blocks for _migration_ and _mapreduce_, then all works...
Hi @BobEvans, thanks for the info. It makes sense now. I can see how the symlinks will not work on windows, for instance. I am not familiar with Gradle (I...
Hi @BobEvans is there a reason for all open text boxes [(this ones)](https://github.com/google/paco/blob/develop/Paco/res/layout/open_text.xml#L29) to be AutoCompleteTextViews? They are rendered [here](https://github.com/google/paco/blob/746ea6ea71118c2c2c256089ea5727bf5a70a38b/Paco/src/com/pacoapp/paco/ui/InputLayout.java#L910). I have made changes to front end and back end...
I actually got that hierarchy wrong; an _AutoCompleteTextView_ is a _TextView_, so the same methods can be applied. I've pushed #1586 if you have any time for a review. If...
Hi @BobEvans could you please add a bit of background for this change? I would like to give it a go.