Laying out form objects
This example highlights some of the main considerations when placing objects in a form. Page 2 includes some bonus scripts for changing the visual appearance of the objects, as the user interacts with the form.
This example highlights some of the main considerations when placing objects in a form. Page 2 includes some bonus scripts for changing the visual appearance of the objects, as the user interacts with the form.
Hi
I saw your example of user visual feedback.
How to use this highlight on border when focusing when you are using fragments.
Do you have to set this function on every field individually.
Good question Anders!
You can set up a function in a script object. This centralises the script to change the visual appearance, which is where the bult of the scripting is located. From there any new object inserted onto the form, can call the script from appropriate events.
Also, by having the colours (RGB) set as form/global variables, means that the same function will behave differently in each form depending on what values you give the global variables (see Form Properties> Variables).
There is an example here: http://assure.ly/h8ZLr5.
Hope that helps,
Niall