Ola
For a while I have been fascinated by the curved hints when one visits website. They seem so cool. So here is one for BANano.
Nicely so, at the last step, I hide the skip button and change the text to Got it!
The original post in terms of creating this Contact Us form is discussed here.
https://www.b4x.com/android/forum/t...-an-email-with-inline-php.105983/#post-663498
For this exercise, we need to run the easy hints for our form. To do this we need the css and js files and the nice font files. The font files are zipped into a fonts.zip folder that is added to the Files Tab, after the BANano.Build method, this zip file is unzipped using SD_ZipLibrary and the content placed in the fonts file of the root folder for the app.
UOEEasyHint
For a while I have been fascinated by the curved hints when one visits website. They seem so cool. So here is one for BANano.
Nicely so, at the last step, I hide the skip button and change the text to Got it!
The original post in terms of creating this Contact Us form is discussed here.
https://www.b4x.com/android/forum/t...-an-email-with-inline-php.105983/#post-663498
For this exercise, we need to run the easy hints for our form. To do this we need the css and js files and the nice font files. The font files are zipped into a fonts.zip folder that is added to the Files Tab, after the BANano.Build method, this zip file is unzipped using SD_ZipLibrary and the content placed in the fonts file of the root folder for the app.
UOEEasyHint
- AddStep (eID As String, eDescription As String) As UOEEasyHint
add a step for an element with a description - AddClick (eID As String, eDescription As String) As UOEEasyHint
add a click step for an element with a description. For example a button, the expection will be that it will be clicked. - AddKeyPress (eID As String, eDescription As String) As UOEEasyHint
add a key press event for an element, the expectation will be the user to type content and press enter - EndsOn (eID As String)
indicate the ending element for the hints - HideSkip (eID As String) As UOEEasyHint
hide the skip button for an element - SetNextButton (eID As String, Text As String) As UOEEasyHint
change the text for the next button of this element - SetSkipButton (eID As String, Text As String) As UOEEasyHint
change the skip button text for the element - SetCircle (eID As String, radius As Int) As UOEEasyHint
set a hint to be a circle for an element - Run
run the easyhint plugin
Attachments
Last edited: