B4A Library [Class] Startup Wizard

Shay

Well-Known Member
Licensed User
Longtime User
Is it possible to add EditText and ok button?
I wish to add on one of the pages a way to user to write his email address and press ok
 

Shay

Well-Known Member
Licensed User
Longtime User
Thanks, actually it seems it is even simpler
on Main module:

B4X:
    If v Is EditText Then
            Dim EditText As EditText = v
            sv.AddView(EditText,0dip,0dip, 200dip,70dip)
            EditText.Gravity = Gravity.LEFT
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…