Join Our 3 MILLION+ Members Today! Register Here | Login
Go Back   BlackBerry Forums at CrackBerry.com > BlackBerry Professionals > Theme Developers

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
    Thread Author   #1  
Old 09-29-2011, 04:31 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
Default Alt+ Hotkey Help

I'm implimenting a number of Alt+ hotkey combinations in my SVG and hitting a few problems. Specifically Alt+G ('/') and Alt+M ('.') don't appear to work. Works fine with all my other Alt+ key combinations...

<loadScene xlink:href="x-exec://net_rim_bb_passwordkeeper.net_rim_bb_passwordkeepe r" begin="accessKey(@)"/> {works fine}
<loadScene xlink:href="x-exec://net_rim_bb_file_explorer.Music" begin="accessKey(.)"/> {doesn't work}
<loadScene xlink:href="x-exec://net_rim_bb_profiles_app.Profiles" begin="accessKey(0)"/> {works fine}
<loadScene xlink:href="x-exec://GoogleMaps" begin="accessKey(/)"/> {doesn't work}

Anyone got any thoughts?

Thanks,
CB
Reply With Quote Tip this Post
  #2  
Old 09-29-2011, 07:17 AM
CrackBerry Master
Device(s): 9700 (Abalone)
Carrier: T-Mobile
Pin: her: down: on: a: photograph: album:
 
Location: 5280
Join Date: Mar 2008
Posts: 1,295
Likes Received: 287
Thanked 676 Times in 235 Posts
Default

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.
__________________
Themes by wu-wei
Premium: leeboUltraDock | blnk | sophie | ideal | Free: B@stard6 | leebo (OS6) | leebo (OS5)
Latest B@stard Hybrid OS
Abalone....Hybrid Install Guide....3rd Party App Backup Guide
Reply With Quote Tip this Post
    Thread Author   #3  
Old 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
Default

Quote:
Originally Posted by wu-wei View Post
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
Reply With Quote Tip this Post
  #4  
Old 09-29-2011, 07:39 AM
CrackBerry Master
Device(s): 9700 (Abalone)
Carrier: T-Mobile
Pin: her: down: on: a: photograph: album:
 
Location: 5280
Join Date: Mar 2008
Posts: 1,295
Likes Received: 287
Thanked 676 Times in 235 Posts
Default

Quote:
Originally Posted by CelticBerry View Post
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
I've come to the same conclusions as you (those characters confuse the builder during compile) and wondered the same (alternate coding for those keys). So far I've taken the easy way out and used other keys instead.

I seem to recall someone making a theme that used a wallpaper listing all their shortcut keys. There were tons. (Embarrassing admission of weak memory - it may have been YOU ). I can't recall right now whether they had listed those keys as assigned.
__________________
Themes by wu-wei
Premium: leeboUltraDock | blnk | sophie | ideal | Free: B@stard6 | leebo (OS6) | leebo (OS5)
Latest B@stard Hybrid OS
Abalone....Hybrid Install Guide....3rd Party App Backup Guide
Reply With Quote Tip this Post
    Thread Author   #5  
Old 09-29-2011, 09:08 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
Default

Quote:
Originally Posted by wu-wei View Post
So far I've taken the easy way out and used other keys instead..
LOL - As did I!

Quote:
Originally Posted by wu-wei View Post
I seem to recall someone making a theme that used a wallpaper listing all their shortcut keys. There were tons. (Embarrassing admission of weak memory - it may have been YOU ). I can't recall right now whether they had listed those keys as assigned.
I have exactly the same memory - it struck me at the time as a clever way of reminding the user what all the shortcuts were - but sadly it wasn't my idea!
Reply With Quote Tip this Post
Reply
BlackBerry Forums at CrackBerry.com > > BlackBerry Professionals > Theme Developers   Alt+ Hotkey Help

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes