[maemo-developers] Gtk/hildon development questions
From: Eero Tamminen eero.tamminen at nokia.comDate: Fri Nov 28 11:28:45 EET 2008
- Previous message: Gtk/hildon development questions
- Next message: Gtk/hildon development questions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, ext Dmitry S. Makovey wrote: > 3. PyGtk. My apps seem to be quite slow/weird in certain areas. For > example: slow redrawing of gtk.TreeView on scrolls, sometimes when > hildon keyboard pops up some GUI elements disappear (like last row of > buttons etc.). I have seen similar problems with other PyGtk projects > but I was wandering if there are some tips on what techniques work > better in this environment or which techniques should be avoided. Tell the treeview that its elements have fixed size (if they have). Then it doesn't need to recalculate everything when something changes. - Eero
- Previous message: Gtk/hildon development questions
- Next message: Gtk/hildon development questions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]