View Single Post
Win7Mac's Avatar
Community Council | Posts: 664 | Thanked: 1,648 times | Joined on Apr 2012 @ Hamburg
#727
Originally Posted by Scarback View Post
How do I use differents size texts and font?
I mean like this guy here: https://www.dropbox.com/s/0zrh0zif90...0321141328.png
Not (yet) possible. That guy uses 1 text size (normal) and 1 font (Pure), nothing mixed.


Originally Posted by slarti View Post
That's because the {cell-signal-strength} property isn't there when in Flightmode.
To correct it:
{cell-signal-strength?{script: sh signalbar.sh}}{{red}}{cell-signal-strength!Flugmodus an ✈}
You can drop the -1 evaluation from your script, too, if you want.
This works, but I still have that nasty "}" in white (default in BB) before "Flugmodus an ✈".
I also dropped the -1 evaluation from the script, too.
I quadro-checked for syntax errors, but there aren't; every opening bracket has a closing bracket. Very strange.
But when I run the script from terminal the output is fine with flightmode ON and OFF.

EDIT: Did some further testing and when I edit this line
Code:
{cell-signal-strength?{script: sh signalbar.sh}}{{red}}{cell-signal-strength!Flugmodus an ✈}
to
Code:
{cell-signal-strength?script: sh signalbar.sh}}{{red}}{cell-signal-strength!Flugmodus an ✈}
the outcome is fine when in flightmode, but the script does not get called when NOT in flightmode.
Seems to me Billboard has a problem here. Any ideas?
__________________
Nokia 5110 > 3310 > 6230 > N70 > N9 BLACK 64GB
Hildon Foundation Board member
Maemo Community e.V. co-creator, founder and director since Q4/2016
Current Maemo Community Council member

Last edited by Win7Mac; 2013-03-22 at 14:44. Reason: added info