MyFristProgram problem

yves67

Active Member
Licensed User
Longtime User
Hello
I just bought one licence of Basic4Android and I tried to run the MyFirstProgram.
I didn't modifiy the source code, but when I tested it on the AVD emulator or on my
Samsung Galaxy S2 I have the same problem
when I typed a number , there is nothing in the input feld
I have java jdk 1.6.0_26 and android-17
the version of basic4android is the last one 2.52
if somebody can help me, I will appreciate it
thanks a lot
Yves
 

yves67

Active Member
Licensed User
Longtime User
The other programs are working fine,I think it is a keyboard problem..
I will write a simple program to test the keyboard
 

yves67

Active Member
Licensed User
Longtime User
I just tried the program on an emulator and it works OK.
Do you click on the EditText view to set the focus on it and to show the keyboard?
Did you also try SecondProgram ?

Best regards.
yes, the keyboard is displayed, I put a MSGBOX statement
in the Sub btnAction_Click subroutine
and this msgbox display the number I have typed

In fact, the problem is the display of the number in the text field

The secondprogram is working fine

hope this help

Yves
 

yves67

Active Member
Licensed User
Longtime User
Thanks a lot, it is working
in fact, in the designer didn't open text box for the field and I didn't see the black color
thanks for your help
I have another problem with the emulator but I will open another thread
Yves
 
Top