Re: [Sugar-devel] Using the touchscreen

2012-10-29 Thread Gonzalo Odiard
Please fill a ticket with a use case. Gonzalo On Sat, Oct 27, 2012 at 5:54 PM, wrote: > Hi > > I have an Activity which has: > > self.textview = gtk.TextView() > > self.textview.connect("key_press_event", self.keypress_cb) > > I am only getting "key_press_event" from the

Re: [Sugar-devel] Using the touchscreen

2012-10-27 Thread forster
Hi I have an Activity which has: self.textview = gtk.TextView() self.textview.connect("key_press_event", self.keypress_cb) I am only getting "key_press_event" from the OSK from enter and backspace I only open the OSK when clicking in the textview if I have first clicked on