[HIGH] @Override
public void onClick(View v) {
// TODO Auto-generated method stub
//button1 =(Button) findViewById(R.id.button1);
//button1.Text ="But";
v.Text ="test"
self.Text="I was clicked";
}[/HIGH]
Here is another small problem along the lines of hello world.
In windows/pascal I would say button1.caption:="someText";
If the test is the button click how does one set its own caption(button) to reflect that click. I keep getting text is not an field or item or something similar.
How to refer to and Object(Buttons)fields???
Away from home and dont have the option off watching videos to work this out.
public void onClick(View v) {
// TODO Auto-generated method stub
//button1 =(Button) findViewById(R.id.button1);
//button1.Text ="But";
v.Text ="test"
self.Text="I was clicked";
}[/HIGH]
Here is another small problem along the lines of hello world.
In windows/pascal I would say button1.caption:="someText";
If the test is the button click how does one set its own caption(button) to reflect that click. I keep getting text is not an field or item or something similar.
How to refer to and Object(Buttons)fields???
Away from home and dont have the option off watching videos to work this out.