Results 1 to 2 of 2
  1. #1
    Advanced user infin1ty13's Avatar
    Join Date
    Dec 2007
    Device
    k800i
    Posts
    239
    Thanks
    8
    Thanked 39 Times in 29 Posts

    K800i right softkey

    hi, i want to change my right softkey to link to the mediaplayer. i allready got the icon this is what i have:



    <MenuItem version="1.0">
    <item_text>
    </item_text>
    <item_help>
    </item_help>
    <item_icon>
    <RIGHT str="softkey.png" />
    </item_icon>
    <item_action>
    <ACTION type="JAVA" suite_name="KD Player" suite_vendor="Knyzhov Dmitry" entry_point="KDPlayer"/>
    </item_action>
    </MenuItem>

    instead of KDplayer i want to link it to the internal media player

  2. #2
    Plus 10 LoMaC's Avatar
    Join Date
    Aug 2008
    Device
    -k770i (cid53)
    Posts
    17
    Thanks
    0
    Thanked 4 Times in 2 Posts

    Re: K800i right softkey

    Quote Originally Posted by infin1ty13 View Post
    hi, i want to change my right softkey to link to the mediaplayer. i allready got the icon this is what i have:



    <MenuItem version="1.0">
    <item_text>
    </item_text>
    <item_help>
    </item_help>
    <item_icon>
    <RIGHT str="softkey.png" />
    </item_icon>
    <item_action>
    <ACTION type="JAVA" suite_name="KD Player" suite_vendor="Knyzhov Dmitry" entry_point="KDPlayer"/>
    </item_action>
    </MenuItem>

    instead of KDplayer i want to link it to the internal media player

    Code:
    <element id="MediaPlayer">
              <label type="name" textid="MENU_MEDIAPLAYER_TXT"/>
              <icon pos="unselected" source="internal">MEDIAPLAYER_DESKTOP_ICN</icon>
              <icon pos="selected" source="internal">MEDIAPLAYER_DESKTOP_SELECTED_ICN</icon>
              <icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_MEDIAPLAYER_ICN</icon>
              <link type="internal"/>
            </element>
    try combine something with that i give to you

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •