![]() |
2013-11-02
, 08:51
|
Posts: 49 |
Thanked: 8 times |
Joined on Oct 2013
|
#1032
|
The Following User Says Thank You to fhutt For This Useful Post: | ||
![]() |
2013-11-07
, 05:17
|
Posts: 49 |
Thanked: 8 times |
Joined on Oct 2013
|
#1033
|
![]() |
2013-11-07
, 18:04
|
Posts: 277 |
Thanked: 319 times |
Joined on Jan 2010
|
#1034
|
Has anyone developed a script to show profile icons as distinct from the {profile} command in Billboard?
Thanks
{script:sh profile.sh {profile}}
#!/bin/sh profile=$1 if [ $profile = "general" ] then echo -n "<<path/to/someicon>>" else if [ $profile = "meeting" ] then echo -n "<<path/to/someothericon>>" else if [ $profile = "silent" ] then echo -n "<<path/to/somethirdicon>>" fi;fi;fi
The Following User Says Thank You to slarti For This Useful Post: | ||
![]() |
2013-11-07
, 22:32
|
Posts: 49 |
Thanked: 8 times |
Joined on Oct 2013
|
#1035
|
![]() |
2013-11-08
, 00:11
|
Posts: 49 |
Thanked: 8 times |
Joined on Oct 2013
|
#1036
|
![]() |
2013-11-08
, 03:58
|
Posts: 49 |
Thanked: 8 times |
Joined on Oct 2013
|
#1037
|
![]() |
2013-11-08
, 04:54
|
Posts: 58 |
Thanked: 19 times |
Joined on Jan 2012
@ Finland
|
#1038
|
I think I found the problem.
I saved and edited the script with windows notepad and caused these errors when I copied the script to the phone.
When I edited the script in the phone with MeeTxtEditor, the errors disappeared.
The script now works in Billboard also.
What editor can I use in windows so I don't have this problem in the future?
Thanks
![]() |
2013-11-08
, 06:02
|
Posts: 277 |
Thanked: 319 times |
Joined on Jan 2010
|
#1039
|
I looked on the internet, and found that a comma at the end of the print line should prevent a line feed. I have found it not working and I still get a line feed or carriage return.
How do I place these icons from these 2 python scripts on the same line?
Thanks
![]() |
2013-11-08
, 09:26
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#1040
|
What editor can I use in windows so I don't have this problem in the future?
The Following User Says Thank You to thp For This Useful Post: | ||
{cell-network!<<path/to/icon.png>>}
now happens that there is no output, what's wrong?
https://twitter.com/LorenzoFacca