well obviously i didn't explain my self to well... I'm using robotium! so, to move the trackball:
this.solo.clickOnView(views.get(0)); this.solo.sendKey(solo.UP); and now i want to click on the trackball, but this.solo.sendKey(solo.ENTER) doesn't work.. Is there a way to press it down? Thx On Mon, Nov 29, 2010 at 10:57 PM, TreKing <[email protected]> wrote: > On Mon, Nov 29, 2010 at 2:46 AM, ronit <[email protected]> wrote: > >> Is there a way to press it down? > > > Yes. Push down on it ... > > > ------------------------------------------------------------------------------------------------- > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > transit tracking app for Android-powered devices > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Regards, Ronit Ben-Shalom -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

