The Following User Says Thank You to NightShift79 For This Useful Post: | ||
|
2011-01-15
, 12:41
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#292
|
Btw, what do you say about showing individual clocks on the different desktops. Is it doable?
The Following User Says Thank You to Wonko For This Useful Post: | ||
|
2011-01-15
, 13:46
|
Posts: 561 |
Thanked: 75 times |
Joined on Jan 2010
@ Spain
|
#293
|
|
2011-01-15
, 14:40
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#294
|
Can you give me directions to use the custom format field?
An example might suffice me.
Thanks.
|
2011-01-15
, 16:27
|
Posts: 270 |
Thanked: 37 times |
Joined on Sep 2010
|
#295
|
|
2011-01-15
, 17:06
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#296
|
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.
The Following 3 Users Say Thank You to Mentalist Traceur For This Useful Post: | ||
|
2011-01-15
, 18:45
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#297
|
So am I changing
def __init__([something in here])
or
clock.Clock.__init__([something in here])
or both?
def __init__(self, area, id) clock.Clock.__init__(self, area, id)
The Following User Says Thank You to Wonko For This Useful Post: | ||
|
2011-01-15
, 18:48
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#298
|
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
The Following User Says Thank You to Wonko For This Useful Post: | ||
|
2011-01-15
, 22:10
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#299
|
|
2011-01-15
, 23:14
|
|
Posts: 417 |
Thanked: 200 times |
Joined on Apr 2010
@ Germany
|
#300
|
"gconf key /apps/osso/hildon-desktop/views/current"
Last edited by NightShift79; 2011-01-15 at 23:12.