[android-developers] Custom soft keyboard sample - hiding the attached text view

2012-08-19 Thread yakobom
Hi, In the SoftKeyboard example in the SDK there is an attached text view (with orange frame), where the text I enter appear. How can I hide it so the text will only appear in the edited application? Thanks, yakobom -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Arrow keys on custom keyboard

2012-08-14 Thread yakobom
len); } yakobom On Tuesday, August 14, 2012 9:14:37 AM UTC+3, Dianne Hackborn wrote: > > That sample code is interpreting these as Unicode characters which it > applies as edit operations on the text. You will need to modify the code > to do the appropriate calls to move the cur

[android-developers] Arrow keys on custom keyboard

2012-08-13 Thread yakobom
d not find any answer, this seem to be correct - but does not work. Thanks, yakobom -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this gr

Re: [android-developers] how can I design a floating keyboard?

2012-08-06 Thread yakobom
/android/inputmethodservice/InputMethodService.html#onComputeInsets(android.inputmethodservice.InputMethodService.Insets)> , but I was not able to understand how to use it. yakobom On Monday, August 6, 2012 9:41:21 AM UTC+3, Kristopher Micinski wrote: > > You would get farther by trying at doing thi

Re: [android-developers] how can I design a floating keyboard?

2012-08-05 Thread yakobom
Thanks - this seems to be Helpful. According to the documentation, it is indeed what I need. However, I could not figure out how to use it for my goal - make my custom keyboard float. Do you have any example in mind that I could look at? Thanks, yakobom On Sunday, August 5, 2012 4:18:28 AM

Re: [android-developers] how can I design a floating keyboard?

2012-08-04 Thread yakobom
tch between the floating and the pushing modes) Thanks, yakobom On Wednesday, August 1, 2012 7:14:50 PM UTC+3, Dianne Hackborn wrote: > > In the current platform your IME UI can only push app content up from the > bottom of the screen. If you design it to be floating so that it doesn'

[android-developers] Floating custom keyboard

2012-08-04 Thread yakobom
Hi all, I'm building a custom keyboard for Android, and I need it to float. So, I need to be able to: * keep it on top of other applications * resize it and locate anywhere on the screen Any ideas how I can achieve this? Thanks, yakobom -- You received this message because yo

[android-developers] Re: how can I design a floating keyboard?

2012-07-31 Thread yakobom
Hello, Were you able to solve this? If so, can you share some details? Thanks, yakobom On Wednesday, October 13, 2010 11:02:49 PM UTC+2, Saied wrote: > > Hello, > > I am a developer and recently completed the implementation of my > keyboard MessagEase. It's available on

[android-developers] Keyboard question

2012-07-31 Thread yakobom
Hi, I'm building a custom keyboard, and I need to be able to move it around - so it won't necessarily stick to the bottom and sides of the screen. Can anyone please direct me how to achieve this? Thanks, yakobom -- You received this message because you are subscribed to the Goo

[android-developers] Re: Move the virtual keyboard to the top of the screen (SIP - IME)

2012-07-31 Thread yakobom
Hi, Did any of you find a solution for this? Thanks, yakobom On Monday, March 8, 2010 4:43:06 AM UTC+2, tnkirk wrote: > > Please let me know if you find anything. I'm trying to make a custom > keyboard layout that is stuck to the right side of the screen, and > have been bangin

[android-developers] High-performance bitmap drawing from Webview

2011-08-16 Thread yakobom
e and canvas.drawBitmap, but that seem to be a good solution for a single snapshot only. Getting the bitmap is a must for me, I cannot simply re-scale the webview. Thanks, yakobom -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to t

[android-developers] Hidden WebView

2011-08-10 Thread yakobom
Hi, I'm kinda new to Android. I have my main view, and I need to create and run a hidden WebView in the background. Can someone help me with that? Thanks in advance, yakobom -- You received this message because you are subscribed to the Google Groups "Android Developers" group.