Author Topic: [Info]TopMenu  (Read 408 times)

Offline BigBoy

  • Newbie
  • *
  • Posts: 15
Re: [Info]TopMenu
« on: April 11, 2012, 04:32:24 pm »
OK, I've created commands tester on flash. It works in TopMenu and IdleWidget. We are interested in topmenu. It's tabid, menuid section.
In kp500 and gd510 command to open first icon is :
Code: [Select]
on (press)
{
fscommand("Common_CMD", "TouchFeedback^KEY_PRESSED");
}
on (release)
{
fscommand("MainMenu_CMD", "TabPressed^0");
fscommand("MainMenu_CMD", "IconPressed^0");
}
in KM555 will be:
Code: [Select]
on (press)
{
fscommand("Common_CMD", "TouchFeedback^KEY_PRESSED");
}
on (release)
{
getURL("FSCommand:MainMenu_CMD", "IconPressed^" + 0 + "^" + 0);
}
Simply and easy.
Someone need to test application as topmenu and make id's list.
(In KP500 it is) :
Code: [Select]
id's:
      tabid= 0, menuid= 0 - Dialling
      tabid= 0, menuid= 1 - Speed dials
      tabid= 0, menuid= 2 - Contacts
      tabid= 0, menuid= 3 - Call history
      tabid= 0, menuid= 4 - New SMS
      tabid= 0, menuid= 5 - New e-mail
      tabid= 0, menuid= 6 - Messaging
 
      tabid= 1, menuid= 0 - Gallery
      tabid= 1, menuid= 1 - My stuff
      tabid= 1, menuid= 2 - Camera
      tabid= 1, menuid= 3 - Video Camera
      tabid= 1, menuid= 4 - Muvee studio
      tabid= 1, menuid= 5 - Music
      tabid= 1, menuid= 6 - Radio
      tabid= 1, menuid= 7 - Games & Apps

      tabid= 2, menuid= 0 - Browser
      tabid= 2, menuid= 1 - Alarms
      tabid= 2, menuid= 2 - Voice recorder
      tabid= 2, menuid= 3 - Drawing Panel
      tabid= 2, menuid= 4 - Tools
      tabid= 2, menuid= 5 - menu of SIM card
      tabid= 2, menuid= 6 - (none)
      tabid= 2, menuid= 7 - Organiser

      tabid= 3, menuid= 0 - Profiles
      tabid= 3, menuid= 1 - Phone settings
      tabid= 3, menuid= 2 - Call settings
      tabid= 3, menuid= 3 - Touch settings
      tabid= 3, menuid= 4 - Bluetooth
      tabid= 3, menuid= 5 - Connectivity
      tabid= 3, menuid= 6 - (none)
      tabid= 3, menuid= 7 - Screen settings
Than if you know what tabid and menuid in kp500 is tabid and menuid in km555 you can convert theme.
Download : http://www.mediafire.com/?w24viy56lcnvsdu