|
2007-10-25
, 16:40
|
Posts: 22 |
Thanked: 0 times |
Joined on Oct 2007
|
#42
|
|
2007-11-01
, 00:16
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#43
|
|
2008-03-19
, 04:09
|
Posts: 121 |
Thanked: 54 times |
Joined on Oct 2007
@ New York, US
|
#44
|
The Following User Says Thank You to dnastase For This Useful Post: | ||
|
2008-03-19
, 05:58
|
Posts: 17 |
Thanked: 46 times |
Joined on Feb 2008
@ Moscow
|
#45
|
|
2009-01-19
, 03:29
|
Posts: 121 |
Thanked: 54 times |
Joined on Oct 2007
@ New York, US
|
#46
|
|
2009-01-19
, 14:15
|
Posts: 51 |
Thanked: 0 times |
Joined on Apr 2008
@ Ontario, Canada
|
#47
|
|
2009-01-19
, 14:27
|
Posts: 59 |
Thanked: 15 times |
Joined on Feb 2008
|
#48
|
|
2009-01-19
, 15:40
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#49
|
#!/bin/sh
GC=`gconftool-2 --get /system/osso/af/keyboard-attached`
if [ x$GC = xfalse ]; then
gconftool-2 --set -t bool /system/osso/af/keyboard-attached true
else
gconftool-2 --set -t bool /system/osso/af/keyboard-attached false
fi
|
2009-01-19
, 16:16
|
Posts: 121 |
Thanked: 54 times |
Joined on Oct 2007
@ New York, US
|
#50
|
White character, with a black halo (slight outline around the character). To achieve that, you wont be able to just use text, you'll probably have to make bitmaps/pixmaps of each character, with a 1 or 2 pixel black outline ... but it allows the white to stand out on light backgrounds.
Just my $.02