iOS Question B4i Textfield

daniedb

Active Member
Licensed User
Longtime User
Hi Guys
I've converted my Layouts from b4a to b4i using Bal2bil

I try to populate a text field in b4i like this
GsmNumberfield.Text="0836174586"
This error popup :See attachment

Ive deleted the field, and reinsert in Designer
Same error. If I comment the field,
'GsmNumberfield.Text="0836174586"
it compiles fine

Field is in Globals
Private GsmNumberfield As TextField
 

Attachments

  • 3.JPG
    3.JPG
    80.7 KB · Views: 247

daniedb

Active Member
Licensed User
Longtime User
<SOLVED>
Learning Curve :)
Called the sub to populate the field before I load the layout page.rootpanel.loadlayout("xxx")
 
Upvote 0
Top