![]() |
Re: Panucci Podcast and Audiobook Player
Quote:
Code:
b = gtk.Button() |
Re: Panucci Podcast and Audiobook Player
Quote:
|
Re: Panucci Podcast and Audiobook Player
Okay, I was able to add, additionally to "Playlist" and "About", the Buttons "Open file", "Open directory" and "Save Playlist".
I haven't added nor tested but it should work:
But I run in trouble with the toggle buttons: Code:
b = gtk.Button()Code:
/ $ panucci Code:
self.action_open = gtk.Action('open_file', _('Add File'), _('Open a file or playlist'), gtk.STOCK_NEW)So I guess I have to use something different at b = gtk.Button(). Hmm... Okay, ToggleButton is not working. Perhaps someone could point me the way in the meantime. I hope I have at the afternoon a little bit more time to deal with my inability. :D Edit: Okay, CheckMenuItem and CheckButton doesn't work, too. So I would say my main problem is related to the action or how I want to connect it with the button. :confused: |
Re: Panucci Podcast and Audiobook Player
Having a little problem with Panucci/gPodder since the last update of Panucci to 0.99.0 and was wondering if anyone else has noticed the following behaviour
If I try and open up a podcast via gPodder after I've just played one, panucci will replay the first podcast. The only way to get gPodder/panucci to play the second podcast is to delete the first. I've tried the gPodder/Media Player combination and the above does not happen, so it looks like a problem with Panucci. gPodder versions used were 2.12 and 2.13. |
Re: Panucci Podcast and Audiobook Player
We're currently working on it. (see the last 20 posts)
Perhaps you should use the stable release for daily usage. Uninstall Panucci, deactivate Extra-Devel at the Application Manager and install Panucci again. The applications from Extra-Devel are not made for end users. They are unstable and currently under Development (Alpha or Beta releases) - Read here for more details: Extras-devel But you're whole-hearted invited to report bugs, test new release candidates and helping to improve the application. :) |
Re: Panucci Podcast and Audiobook Player
Quote:
|
Re: Panucci Podcast and Audiobook Player
Quote:
b = gtk.ToggleButton() self.action_lock_progress.connect_proxy(b) menu.append(b) |
Re: Panucci Podcast and Audiobook Player
Quote:
Code:
b = hildon.CheckButton(gtk.HILDON_SIZE_FINGER_HEIGHT) |
Re: Panucci Podcast and Audiobook Player
Ahh helmuth, action_lock_progress does not exist. I probably added that after the 0.99.0 was released. Learn how to read error messages man! :p
Code:
AttributeError: 'PanucciGUI' object has no attribute 'action_lock_progress' |
Re: Panucci Podcast and Audiobook Player
Quote:
|
| All times are GMT. The time now is 03:18. |
vBulletin® Version 3.8.8