[maemo-developers] [maemo-developers] Making a GtkEntry insensitive
From: Levi Bard taktaktaktaktaktaktaktaktaktak at gmail.comDate: Mon Feb 5 17:00:42 EET 2007
- Previous message: [maemo-developers] Making a GtkEntry insensitive
- Next message: [maemo-developers] Making a GtkEntry insensitive
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I have a problem with the following code: > > static void > tap_and_hold_cb (GtkWidget *w, gpointer data) > { > gtk_widget_set_sensitive (w, FALSE); > } > > It works fine on scratchbox, but fails on my N800. In fact, I can do other > things like setting the entry as not editable or set its im_context to null > and all of them behave as expected in the development environment, but they > seem to have no effect on the N800. Has anybody experienced this? Are you sure your callback is being invoked on the device? What event are you catching? -- Just stop and take your secret journey, you will be a new box. --Leeta http://www.gnu.org/philosophy/shouldbefree.html
- Previous message: [maemo-developers] Making a GtkEntry insensitive
- Next message: [maemo-developers] Making a GtkEntry insensitive
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]