Erel,
I don't know if this has been asked previously, but as a newbie I have been struggling for a silly thing : I had a dupplicate view name (edittext1) that was automatically created in 2 pages of a tabhost, the first one being used in my code. Seems like basic4android assumes that the code applied to the last editview created.
My question is, would it be possible that basic4android automaticcally increments view names after checking all existing view names (or at least, names of the same kind of views) ? In my example, since editview1 was allready added in page 1 of my tabhost, the first one that would be added should be edittext2 in page2.
If not, I will get rid of my bad programming habit (forgetting to name views as I add them ...) :sign0104:
Thanks in advance for your assistance.
Pierre
I don't know if this has been asked previously, but as a newbie I have been struggling for a silly thing : I had a dupplicate view name (edittext1) that was automatically created in 2 pages of a tabhost, the first one being used in my code. Seems like basic4android assumes that the code applied to the last editview created.
My question is, would it be possible that basic4android automaticcally increments view names after checking all existing view names (or at least, names of the same kind of views) ? In my example, since editview1 was allready added in page 1 of my tabhost, the first one that would be added should be edittext2 in page2.
If not, I will get rid of my bad programming habit (forgetting to name views as I add them ...) :sign0104:
Thanks in advance for your assistance.
Pierre