| The Following User Says Thank You to xerxes2 For This Useful Post: | ||
|
|
2011-03-08
, 23:26
|
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#362
|
(my opinion)
| The Following User Says Thank You to Helmuth For This Useful Post: | ||
|
|
2011-03-08
, 23:30
|
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#363
|
| The Following User Says Thank You to xerxes2 For This Useful Post: | ||
|
|
2011-03-08
, 23:47
|
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#364
|
|
|
2011-03-09
, 00:05
|
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#365
|
| The Following User Says Thank You to xerxes2 For This Useful Post: | ||
|
|
2011-03-09
, 19:28
|
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#366
|
If track 2 from the playlist is playing and I rewind I should be able to go to the end of track 1. (not checked if that works currently)
|
|
2011-03-09
, 21:50
|
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#367
|
|
|
2011-03-09
, 22:23
|
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#368
|
|
|
2011-03-09
, 23:02
|
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#369
|

| The Following User Says Thank You to xerxes2 For This Useful Post: | ||
|
|
2011-03-10
, 07:42
|
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#370
|
Just to see if it works with the actions you can change line 419 to:
self.action_about.connect_proxy(b)
If it works you can do like that for the rest too, as many as fits in the small n900 display.
And its gtk.ToggleButton and gtk.RadioButton for the others.
/ $ panucci
/opt/panucci/lib/panucci/main.py:1164: GtkWarning: gtk_tree_view_get_path_at_pos: assertion `tree_view->priv->bin_window != NULL' failed
path_info = self.treeview.get_path_at_pos(0,0)
CRITICAL:panucci Exception caught:
Traceback (most recent call last):
File "/usr/bin/panucci", line 134, in <module>
main.run(filename=filepath)
File "/opt/panucci/lib/panucci/main.py", line 1361, in run
PanucciGUI(filename)
File "/opt/panucci/lib/panucci/main.py", line 262, in __init__
window.set_app_menu(self.create_app_menu())
File "/opt/panucci/lib/panucci/main.py", line 379, in create_app_menu
b.connect('clicked', self.action_about.connect_proxy(b))
TypeError: second argument must be callable
/ $
b = gtk.Button(_('About'))
b.connect('clicked', self.action_about.connect_proxy(b))
menu.append(b)
b = gtk.Button(_('About'))
b.connect('clicked', self.action_about)
menu.append(b)

Perhapt I have overlooked something and it will work flawless installed with apt-get. I don't know...
![]() |
| Tags |
| barbiestrsand |
| Thread Tools | |
|
And just thinking, must you use buttons for the hildon menu? If not you can probably use the actions for making menu items.
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).