On Monday 13 July 2009 10:09:57 Dianne Hackborn wrote:
> If you just want a custom keyboard, you can use the same keyboard class to
> implement a keyboard within your app.  Currently that is the only thing
> that is really supported.

I want to do a similar thing.  I have an EditText field that I want to fill 
with 
a dialog key pad that I have created.  I am using 

et.setOnClickListener(this);

to catch the click on the edit text field and everything is working fine except 
that the softkeyboad flashes between the click and the display of my dialog.

Is there some way to disable/block the sofkeyboard from a specified EditText 
field?

>
> On Mon, Jul 13, 2009 at 10:00 AM, condor <25apr1...@gmail.com> wrote:
> > Hi Dannie thanks for the answer.
> >
> > If is not possible to change the IME by program how can I extend the
> > standard one to mange number in a custom way?
> >
> > Actually, I need a keyboard that show only the 10 digits and the + -
> > * / operators for a view that contains multiple EditText where the
> > user can only input numbers.
> >
> > Regards
> >
> > On 13 juil, 18:12, Dianne Hackborn <hack...@android.com> wrote:
> > > Sorry, the application can't change the global IME.
> > >
> > > On Mon, Jul 13, 2009 at 5:41 AM, condor <25apr1...@gmail.com> wrote:
> > > > I compiled the example SoftKeyboard in the SDK successfully, but to
> > > > use it, user has to select it as default IME or select it by the
> > > > context menu.
> > > > How to select it by program and use it in an EditText?
> > >
> > > --
> > > Dianne Hackborn
> > > Android framework engineer
> > > hack...@android.com
> > >
> > > Note: please don't send private questions to me, as I don't have time
> > > to provide private support, and so won't reply to such e-mails.  All
> > > such questions should be posted on public forums, where I and others
> > > can see
> >
> > and
> >
> > > answer them.


--~--~---------~--~----~------------~-------~--~----~
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 group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to