Hi,
I have XML layout file, include Button.
use XmlLayoutBuilder load this layout to panel,
than use AddView method to Activity.
How can I use Button Click Event?
any suggestion or sample code?
thanks.
Frederick.
I have XML layout file, include Button.
B4X:
............
<Button
android:tag="btnColorCtrlSend"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Send" />
............
use XmlLayoutBuilder load this layout to panel,
than use AddView method to Activity.
How can I use Button Click Event?
any suggestion or sample code?
thanks.
Frederick.