|
|
2009-02-22
, 16:01
|
|
Posts: 40 |
Thanked: 21 times |
Joined on Nov 2008
@ New York, NY
|
#151
|
|
|
2009-02-22
, 16:14
|
|
|
Posts: 259 |
Thanked: 59 times |
Joined on Feb 2008
|
#152
|
|
|
2009-02-22
, 16:46
|
|
|
Posts: 291 |
Thanked: 124 times |
Joined on Feb 2006
@ Trier, Germany
|
#153
|
|
|
2009-02-22
, 18:11
|
|
|
Posts: 259 |
Thanked: 59 times |
Joined on Feb 2008
|
#154
|
|
|
2009-02-22
, 19:01
|
|
|
Posts: 291 |
Thanked: 124 times |
Joined on Feb 2006
@ Trier, Germany
|
#155
|
|
|
2009-02-22
, 19:07
|
|
|
Posts: 903 |
Thanked: 632 times |
Joined on Apr 2008
|
#156
|
I think it's very easy to fix the length problem with the bookmark navigator. I can do it by myself ...
def shorten_text(self, variable_holding_text):
if len(variable_holding_text) > 15:
new_variable = variable_holding_text[0:15] + " ..."
return new_variable
| The Following 3 Users Say Thank You to BrentDC For This Useful Post: | ||
|
|
2009-02-22
, 19:18
|
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#157
|
| The Following User Says Thank You to GeraldKo For This Useful Post: | ||
|
|
2009-02-22
, 19:50
|
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#158
|
|
|
2009-02-22
, 19:53
|
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#159
|
Thx for your app.
But it's not usable for me because it has problems with themes and long descriptions. Please continue your nice work
|
|
2009-02-22
, 19:56
|
|
|
Posts: 291 |
Thanked: 124 times |
Joined on Feb 2006
@ Trier, Germany
|
#160
|
Extremely easy!Code:def shorten_text(self, variable_holding_text): if len(variable_holding_text) > 15: new_variable = variable_holding_text[0:15] + " ..." return new_variable

![]() |
| Tags |
| brower, browser, browserd fix, khtml, microb alternative, microb killer, tear, webkit, www |
| Thread Tools | |
|