Hi Everybody,
I Just want to ask some question about set/get id either in label or button.
Like in layout.xml we can set id button with fill some value in attribute android:id
So the main question are,is it possible to set an id in button or label excluded using XmlLayoutBuilder ? if it's possible is there any tutorial that discuss this issue?
I'm ask this question because i'm facing some problem when perform UAT with calabash,when the test case is click some button with specific ID instead of the text on the button e.g:login,sign up,etc.
Thank you very much.
Have a Good One.
I Just want to ask some question about set/get id either in label or button.
Like in layout.xml we can set id button with fill some value in attribute android:id
B4X:
<Button
android:id="@+id/button1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:text="Button" />
So the main question are,is it possible to set an id in button or label excluded using XmlLayoutBuilder ? if it's possible is there any tutorial that discuss this issue?
I'm ask this question because i'm facing some problem when perform UAT with calabash,when the test case is click some button with specific ID instead of the text on the button e.g:login,sign up,etc.
Thank you very much.
Have a Good One.