Share My Creation Form generator

hello
here is attached a demo of my Form Generator for Android developped using B4A. The source shows how use the class module fgen.bas.

If you are interested see my site www.condorinformatique.com for other form generators and some utilities.

John Rossati
 

Attachments

  • FormWithTabs.png
    FormWithTabs.png
    78.5 KB · Views: 3,270
  • formgen.zip
    24.2 KB · Views: 365
  • B4Aformgen.pdf
    345.3 KB · Views: 421

rossati

Active Member
Licensed User
Longtime User
Thank
I apologize, I don't know how, is in the manifest?
Here I have:
<uses-sdk android:minSdkVersion="4" />
Which problems would be if I did not update the sdk version?
 

rossati

Active Member
Licensed User
Longtime User
Thanks
NJDude you haven't answered to my question.
For try myself you are right, but I do not know the details of Java compilation.

However I changed in manifest
<uses-sdk android:minSdkVersion="14" />
the result is more elegant though the boundaries of texts and labels have disappeared.
 

NJDude

Expert
Licensed User
Longtime User
I wasn't answering your question, I was just recommending you try it and see the results, which now you have.

Keep changing the SDK version (try, 19, 22, 26) and see for yourself how the output is affected, it has nothing to do with "Java compilation", but themes and features, you should do a little bit of research about that.
 

rossati

Active Member
Licensed User
Longtime User
Thanks Erel

The views are more elegant, but the background of texts and spinners is transparent, question:
there is something similar to style sheets to set properties common to all views?
 
Top