|
2010-01-27
, 19:21
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#142
|
Also a font size selector might be a very good idea in the widget settings, at the moment it takes quite a bit of space with certain operator replies and it would be nice to be able to reduce the size.
|
2010-01-27
, 19:38
|
Posts: 18 |
Thanked: 2 times |
Joined on Jan 2010
|
#143
|
|
2010-01-27
, 20:09
|
Posts: 254 |
Thanked: 122 times |
Joined on Nov 2009
|
#144
|
|
2010-01-27
, 20:45
|
|
Posts: 251 |
Thanked: 131 times |
Joined on Oct 2009
@ USA
|
#145
|
But i noticed that the 'parser' config line is lost on reboot. It's a widget problem or my phone is buggy?
|
2010-01-27
, 21:02
|
|
Posts: 474 |
Thanked: 368 times |
Joined on Jan 2010
|
#146
|
Widget itself can execute only one command. But you can write bash script and configure widget to launch the script.
Widget shows part of the string, which matches the expression. This is how expressions are written:
http://docs.python.org/library/re.html
So it could be something like
balance: [\d\.\,]*
|
2010-01-27
, 21:18
|
Posts: 18 |
Thanked: 2 times |
Joined on Jan 2010
|
#147
|
|
2010-01-27
, 21:48
|
|
Posts: 277 |
Thanked: 93 times |
Joined on Jan 2010
@ Belgrade
|
#148
|
|
2010-01-27
, 21:59
|
Posts: 18 |
Thanked: 2 times |
Joined on Jan 2010
|
#150
|
http://translate.google.com/translat...-n900-maemo%2F
The Following User Says Thank You to vinz486 For This Useful Post: | ||
Tags |
dial, dialing, lack of phone features, lack of quality control, sms, telephony, ussd |
|
http://docs.python.org/library/re.html
So it could be something like
balance: [\d\.\,]*