*** ptl has quit IRC | 00:16 | |
*** ptl has joined #maemo-devel | 00:26 | |
*** ptl has quit IRC | 00:26 | |
*** ptl has joined #maemo-devel | 00:26 | |
*** MNZ has quit IRC | 00:31 | |
*** ptl has quit IRC | 00:45 | |
*** edisson has quit IRC | 00:50 | |
*** alvaro__ has quit IRC | 00:53 | |
*** Rarok has joined #maemo-devel | 01:02 | |
*** BabelO has quit IRC | 01:41 | |
*** SpeedEvil has quit IRC | 01:50 | |
*** SpeedEvil has joined #maemo-devel | 02:06 | |
*** Rarok has quit IRC | 02:22 | |
*** lcuk has quit IRC | 02:59 | |
*** shinkamui has joined #maemo-devel | 03:01 | |
*** kamui__ has quit IRC | 03:04 | |
*** DocScrutinizer51 has quit IRC | 03:07 | |
*** TheXception has quit IRC | 03:07 | |
*** th0br0 has quit IRC | 03:07 | |
*** DocScrutinizer51 has joined #maemo-devel | 03:08 | |
*** pH5 has quit IRC | 03:08 | |
*** th0br0 has joined #maemo-devel | 03:09 | |
*** th0br0 has quit IRC | 03:09 | |
*** th0br0 has joined #maemo-devel | 03:09 | |
*** shinkamui has quit IRC | 03:13 | |
*** TheXception has joined #maemo-devel | 03:13 | |
*** DocScrutinizer51 has quit IRC | 03:22 | |
*** DocScrutinizer51 has joined #maemo-devel | 03:24 | |
*** SpeedEvil has quit IRC | 03:31 | |
*** th00ry has joined #maemo-devel | 03:33 | |
*** th00ry has quit IRC | 03:33 | |
*** th00ry has joined #maemo-devel | 03:33 | |
*** TheXception has quit IRC | 03:34 | |
*** th0br0 has quit IRC | 03:34 | |
*** TheXception has joined #maemo-devel | 03:38 | |
*** csaavedra has quit IRC | 03:40 | |
*** SpeedEvil has joined #maemo-devel | 03:45 | |
*** ptl has joined #maemo-devel | 04:16 | |
*** TheXception is now known as TheXception|off | 04:36 | |
*** shinkamui has joined #maemo-devel | 06:36 | |
*** DocScrutinizer has quit IRC | 07:34 | |
*** DocScrutinizer has joined #maemo-devel | 07:34 | |
*** swc|666 has quit IRC | 07:35 | |
*** jarkkom has quit IRC | 08:00 | |
*** swc|666 has joined #maemo-devel | 08:13 | |
*** Rarok has joined #maemo-devel | 08:48 | |
*** Rarok has quit IRC | 09:04 | |
*** dazo_afk is now known as dazo | 09:35 | |
*** ppenz has joined #maemo-devel | 09:39 | |
*** csaavedra has joined #maemo-devel | 09:41 | |
*** amigadave has joined #maemo-devel | 10:44 | |
*** lcuk has joined #maemo-devel | 10:46 | |
*** lcuk has quit IRC | 10:46 | |
*** lcuk has joined #maemo-devel | 10:46 | |
*** swc|666 has quit IRC | 10:46 | |
*** ppenz has quit IRC | 11:15 | |
*** ppenz has joined #maemo-devel | 11:15 | |
*** tet has joined #maemo-devel | 12:29 | |
tet | Hi ! Anyone here comfortable with the hildon TouchSelector widget ? Got a small question about it :) Thanks | 12:31 |
---|---|---|
csaavedra | just ask | 12:49 |
*** Rarok has joined #maemo-devel | 12:54 | |
*** Rarok has quit IRC | 12:54 | |
*** csaavedra has quit IRC | 13:14 | |
*** lizardo has joined #maemo-devel | 13:49 | |
tet | Concerning TouchSelector widget : Is it possible to change the content of the columns while the widget is displayed ? e.g: I select an item in column 0, it change the content of column 1 accordingly. | 14:24 |
*** skrr has quit IRC | 14:48 | |
*** skrr has joined #maemo-devel | 15:26 | |
*** tet has quit IRC | 15:41 | |
*** alvaro__ has joined #maemo-devel | 15:59 | |
*** tet has joined #maemo-devel | 16:05 | |
*** edisson has joined #maemo-devel | 16:22 | |
*** frals has quit IRC | 16:30 | |
*** max_ has joined #maemo-devel | 16:30 | |
max_ | how can i make osso-xterm beep? | 16:30 |
max_ | echo -e "\a" doesn't work | 16:31 |
*** frals has joined #maemo-devel | 16:37 | |
*** Rarok has joined #maemo-devel | 16:55 | |
*** DocScrutinizer has quit IRC | 17:34 | |
*** DocScrutinizer has joined #maemo-devel | 17:39 | |
*** _0x47 has joined #maemo-devel | 17:42 | |
*** amigadave has quit IRC | 17:42 | |
*** pH5 has joined #maemo-devel | 17:43 | |
*** JPohlmann has joined #maemo-devel | 17:48 | |
*** Rarok has quit IRC | 17:56 | |
*** Rarok has joined #maemo-devel | 17:58 | |
tet | I don't get it, "TypeError: Hildon.TouchSelector.append_column() takes exactly 2 arguments"... the documentation of append_column() says that the second argument is optionnal :( Someone has a clue of what's wrong here ? | 17:59 |
lcuk | tet show url where you are reading documentation from | 18:00 |
tet | lcuk, http://pymaemo.garage.maemo.org/python_hildon_manual/hildonobjects.html | 18:01 |
tet | "You can optionally pass a gtk.CellRenderer in cell_renderer, together with a None -terminated list of pairs property/value" | 18:02 |
tet | Similar problem when attempting to use "append_text_column(self.liststore_slot, center)" center argument isn't recognized like it should according to the documentation :( | 18:18 |
lcuk | tet reading docs that second one at least would indicate to me that "CENTER" is the name of the parameter and it is a boolean | 18:23 |
lcuk | how were you actulaly calling the first one (append_column) paste the line of code you were using | 18:24 |
tet | lcuk, self.selector2.append_column(self.liststore_slot) | 18:24 |
tet | self.liststore_slot = gtk.ListStore(gobject.TYPE_STRING) | 18:25 |
tet | self.selector2 = hildon.TouchSelector() | 18:27 |
tet | (not in that order ofc :) | 18:28 |
tet | (It works perfectly fine with append_text_column ) | 18:30 |
*** Ian-- has quit IRC | 18:32 | |
*** Ian-- has joined #maemo-devel | 18:38 | |
tet | lcuk, I'am sorry i must go, it's the end of my work day :) Any idea concerning that problem before i leave ? Anyway thanks for your help :) | 18:42 |
lcuk | tet, yes find examples of others doing the same thing | 18:43 |
tet | lcuk, will do, i'am currently using a lot that : http://wiki.maemo.org/PyMaemo/UITutorial/Data_selection | 18:44 |
tet | Have a nice day ! Bye | 18:44 |
*** _0x47 has quit IRC | 18:47 | |
*** tet has quit IRC | 18:52 | |
*** ppenz has quit IRC | 18:59 | |
*** pillar_ has quit IRC | 19:00 | |
*** lmoura_ has quit IRC | 19:19 | |
*** lmoura_ has joined #maemo-devel | 19:21 | |
*** TheXception|off is now known as TheXception | 19:30 | |
*** lmoura_ has quit IRC | 19:39 | |
*** lmoura_ has joined #maemo-devel | 19:42 | |
*** dazo is now known as dazo_afk | 20:21 | |
*** JPohlmann1 has joined #maemo-devel | 20:41 | |
*** JPohlmann has quit IRC | 20:41 | |
*** swc|666 has joined #maemo-devel | 21:11 | |
*** madsy_ has quit IRC | 21:12 | |
*** max_ has quit IRC | 21:15 | |
*** max_ has joined #maemo-devel | 21:17 | |
*** JPohlmann1 has quit IRC | 21:18 | |
*** max_ has quit IRC | 21:23 | |
*** max_ has joined #maemo-devel | 21:31 | |
*** frals has quit IRC | 21:47 | |
*** frals has joined #maemo-devel | 21:48 | |
*** BabelO has joined #maemo-devel | 22:21 | |
*** swc|666 has quit IRC | 22:22 | |
*** swc|666 has joined #maemo-devel | 22:24 | |
*** madsy has joined #maemo-devel | 22:38 | |
*** madsy has joined #maemo-devel | 22:38 | |
*** madsy has quit IRC | 23:16 | |
*** swc|666 has quit IRC | 23:24 | |
*** madsy has joined #maemo-devel | 23:27 | |
*** Rarok has quit IRC | 23:40 | |
*** lizardo has quit IRC | 23:52 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!