-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't find smash integrated form builder #292
Comments
Hi @AndrewM- , actually it is not your fault. The docs are lagging behind a lot due to missing resources and the formbuilder is kind of hidden by default. |
Hi @moovida, I have activated the form builder in my app (not the server) and cannot load form definitions in it. I have also created a new form and not been able to add controls to it. I think that the first issue is the largest. The app can see the tags.JSON files but fails to load them. I get the nothing loaded banner when I try to load a tags.JSON. iPhone XR, smash 1.9.1 |
Hi @AndrewM- , that is odd. I will look into that. Basically nothing works for you right now. I will get back to you. |
Hi @AndrewM- , I looked into it and it seems that to be loaded, the file needs to end with _tags.json, so just tags.json will not be loaded. I added some check for that and some meaningful message. Also, I added some error message for the case a form gives an error upon loading. Would you be able to test an apk, if I upload it here? |
@moovida I am afraid I am using an iPhone so cannot test apk files. I will however rename a tags.json to *_tags.json so see if the form builder will load it. Renamed the file and the integrated form builder works. There are a couple of gothchas. If the form design is altered, there is no save or discard changes dialog if the user forgets to save their work and hits the back button. Also on an iPhone, there is no visual clue that there are more items available in the dialog. Finally, I guessed where the edit command it, but this will not be obvious to those that do no use Flutter. |
Ok, that version also is lagging behind :-( Will get there eventually
Actually, it should keep it in memory. When you reenter the builder it should automatically present the last one edited at the last state of editing.
Ok, I agree. But then again, the formbuilder used on a smartphone instead of a tablet is a bit of a stretch...
But the tooltips do work, right? |
@moovida I can't find the tooltips for either the list of forms (data already collected) or for the integrated form builder. Also, I cannot add any controls to a new form with the inbuilt form builder. I have attached a screenshot of what I see when I create a new form. I suspect that something is not visible. |
Actually, it would be great to know which tags file that a Smash project had imported. This is an issue, when forms are versioned. |
I can't find the integrated form builder in either the app or the reference manual. I am sure that it is easy to open, but at the moment, I don't know where to look.
The text was updated successfully, but these errors were encountered: