![]() |
Re: [Announce] Advanced Clock Plugin
Quote:
"gconf key /apps/osso/hildon-desktop/views/current" |
Re: [Announce] Advanced Clock Plugin
Quote:
Unfortunately, this version breaks compatibility with older clock styles. So, all clock styles need to be changed accordingly. The change affects the constructor which now uses three (including self) parameters. If you use the constructor for initialization etc. you need to forward the third parameter to the super constructor to make your clock work again. If you do nothing else in your constructor except calling the super constructor you could as well delete the constructor. Edit: @NightShift79 Yes it is. To be accurate it is: "/apps/osso/hildon-desktop/views/current". It's the plural "views". But well this is pretty much nitpicking. ;) |
Re: [Announce] Advanced Clock Plugin
Can you give me directions to use the custom format field?
An example might suffice me. Thanks. |
Re: [Announce] Advanced Clock Plugin
Quote:
I think the only clock style that currently uses that field follows the python datetime strftime() formatting as described in: http://docs.python.org/library/datet...ptime-behavior E.g., something like "%H:%M" should display the clock as "Hour:Minute". This clock style was posted here some time ago. |
Re: [Announce] Advanced Clock Plugin
sorry, could you explain what is the meaning of "pad zero"? and I installed klingon font but when I use it I see only square
thank you |
Re: [Announce] Advanced Clock Plugin
2 Attachment(s)
Quote:
So am I changing def __init__([something in here]) or clock.Clock.__init__([something in here]) or both? If I understand correctly, I can just delete the __init__ area for something like the Binary4DotClock, since nothing happens in the init area. However, I do need the __init__ area for the clock style I'm currently working on, since that's where I initially create some variables which I need existing before the draw clock area takes over and runs with them indefinitely. - Edit - Enceladus, here you go, fixed Binary4Dot: Attachment 17041 Also, here's the fixed DateTimeLinearClock, for the guy who wanted that originally, since that broke with this update too: Attachment 17042 |
Re: [Announce] Advanced Clock Plugin
Quote:
Code:
def __init__(self, area, id) |
Re: [Announce] Advanced Clock Plugin
Quote:
E.g.: 8 is displayed as 08 with "pad zeros" enabled. Which package did you use to install the Klingon fonts? What clock style do you use? If it's not the DecimalClock, could you give that one a try. What Klingon font did you select? |
Re: [Announce] Advanced Clock Plugin
Quote:
|
Re: [Announce] Advanced Clock Plugin
thanks Wonko, for the new features!
But I'm lost on how to fix the clocks... could you include the fixed clocks in a next update? |
All times are GMT. The time now is 21:14. |
vBulletin® Version 3.8.8