 Thread Author
# 3

09-29-2011, 07:30 AM
|
| | CrackBerry Abuser Device(s): 9780 (Bold) v6.0.0.723, PlayBook 64GB Carrier: T-Mobile UK Pin: t of bee: r? Don't min: d if I do! | | Location: England Join Date: Oct 2007 Posts: 120 Likes Received: 28
Thanked 85 Times in 32 Posts
| |
Quote:
Originally Posted by wu-wei I have also run across a few that won't work when assigned with hand-coded SVG, like the semicolon ( ; ). I have also not been able to assign anything to the slash (/) and I don't recall whether I've ever tried (.).
Are you assigning these keys by hand coding? If so, you might try assigning them in Composer and looking at the code it generates...there might be a slight variation there. | Composer generates exactly what you'd expect - i.e. the same as the hand-coded version.
My suspicion is that certain characters (like ; / .) confuse the interpreter then it codes them and hence don't work. I wondered whether there was some sort of syntax like CHR$(2F) or CHR$(47) that might give the equivalent character without crashing the code generation...
Cheers,
CB
|