The Following User Says Thank You to slarti For This Useful Post: | ||
![]() |
2013-03-26
, 17:45
|
|
Community Council |
Posts: 664 |
Thanked: 1,648 times |
Joined on Apr 2012
@ Hamburg
|
#742
|
print ('{{blue}}'+event_date+' '+event_time+' '+title+' '+'<</usr/share/themes/blanco/meegotouch/icons/icon-s-status-calendar-blue.png>>')
![]() |
2013-03-26
, 18:00
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#743
|
The Following User Says Thank You to coderus For This Useful Post: | ||
![]() |
2013-03-26
, 18:12
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#744
|
![]() |
2013-03-26
, 19:14
|
|
Community Council |
Posts: 664 |
Thanked: 1,648 times |
Joined on Apr 2012
@ Hamburg
|
#745
|
and about emoji: you can use arguments in scripts to define emojis insige Billboard config
![]() |
2013-03-26
, 20:20
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#746
|
.... echo -n $1 ...
import sys .... print sys.argv[1] ....
{script:/path/to/script EMOJI}
The Following User Says Thank You to coderus For This Useful Post: | ||
![]() |
2013-03-27
, 03:16
|
Posts: 87 |
Thanked: 14 times |
Joined on Jan 2012
|
#747
|
![]() |
2013-03-27
, 04:44
|
|
Posts: 2,021 |
Thanked: 1,060 times |
Joined on Apr 2010
@ Hong Kong
|
#748
|
![]() |
2013-03-27
, 05:22
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#749
|
Remember, the output of the script is just a string that gets interpreted by BB. There isn't a variable named <</usr/share/themes/blanco/meegotouch/icons/icon-s-calendar.png>> defined in the script. The python interpreter would probably have told you this, if you had ran it in terminal.