Re: [android-developers] Transparent InputConnection?

2011-04-04 Thread Dimitry Golubovsky
are looking for...  well you'll just need to implement the operations on InputConnection to whatever it is you want. Indeed, returning new BaseInputConnection from onCreateInputConnection did the trick. Both digits and backspace now work as needed. Thank you. -- Dimitry Golubovsky Anywhere on the Web

Re: [android-developers] Transparent InputConnection?

2011-03-30 Thread Dimitry Golubovsky
just want raw key events, don't implement an InputConnection.  (There is compatibility code that turns operations into raw key events for apps that don't support input connections.) -- Dimitry Golubovsky Anywhere on the Web -- You received this message because you are subscribed to the Google

Re: [android-developers] Re: SDcard mount point in portable way?

2011-02-25 Thread Dimitry Golubovsky
on user's PC. Thank you. -- Dimitry Golubovsky Anywhere on the Web [1] http://code.google.com/p/squeak-android-vm/ - original project [2] http://code.google.com/p/squeakvm-tablet/ - my fork -- You received this message because you are subscribed to the Google Groups Android Developers group