Android Question Problem with bluetooth keyboard

rboeck

Well-Known Member
Licensed User
Longtime User
Hi,

i purchased for my sony tablet z2 a bluetooth keyboard and i am happy with it most of the time. The only strange thing happens with one of my own apps.
When i use the bluetooth keyboard i am in an subroutine searchtext_Enterpressed. This subroutine is executed till the last line, but when leaving this sub, the app crashes.

Fatal signal 11 (SIGSEGV) at 0x0000000c (code=1), thread 27863 (at.rb.b4a.gmap1)

When i change back to the standard touch keyboard, the code works without any problem. The next routine, which is used is Searchtext_focusChanged.
What i tried already: i removed some keyboard hide code, but it did not change anything.
The log is included as crash.txt
Thanks for your time!
 

Attachments

  • crash.txt
    27.5 KB · Views: 278
Top