SE-NSE Forums:

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic
  • Bookmark

Are the Internal Menu Links Movable? Rate Topic: -----

#1 User is offline   blunden Icon

  • No Se-nse
  • PipPip
  • Group: Members
  • Posts: 91
  • Joined: 24-May 08
  • Location:Sweden
  • Mobile:K800i @ K810i R8BA024 Xenon XMB Swedish menu + theme

Posted 29 May 2008 - 10:19 AM

I was thinking about changing the internet option in the menu to Opera Mini but since I want to be able to start the standard browser currently on that function I was thinking maybe you could move it to replace the PlayNow menu-function. Is this possible? When looking in the menu.ml file I see that link type="internal". :( Does that mean that the function it calls is specific to that Desktop Item?
0

#2 User is offline   amrinal Icon

  • SVP
  • Icon
  • View gallery
  • Group: VIP
  • Posts: 1,096
  • Joined: 18-October 07
  • Gender:Male
  • Location:Jakarta, Indonesia
  • Mobile:K810i Inside, So Far away from the Original

Posted 29 May 2008 - 01:26 PM

View Postblunden, on 2008-05-29 17:19, said:

I was thinking about changing the internet option in the menu to Opera Mini but since I want to be able to start the standard browser currently on that function I was thinking maybe you could move it to replace the PlayNow menu-function. Is this possible? When looking in the menu.ml file I see that link type="internal". :( Does that mean that the function it calls is specific to that Desktop Item?

This Link gives u the answer :)
SE, the way i am... <So Far awaw from the original> (-_-) .v,,
Great & Useful Patches | elves installed
0

#3 User is offline   blunden Icon

  • No Se-nse
  • PipPip
  • Group: Members
  • Posts: 91
  • Joined: 24-May 08
  • Location:Sweden
  • Mobile:K800i @ K810i R8BA024 Xenon XMB Swedish menu + theme

Posted 29 May 2008 - 02:13 PM

View Postamrinal, on 2008-05-29 14:26, said:

Yes, it has a similar question (not the same but an interesting idea) but I don't see the answer since it's filled with the same questions over and over again. :( What I want is:

Desktop element 1: SE browser
Desktop element 2: Opera Mini
0

#4 User is offline   amrinal Icon

  • SVP
  • Icon
  • View gallery
  • Group: VIP
  • Posts: 1,096
  • Joined: 18-October 07
  • Gender:Male
  • Location:Jakarta, Indonesia
  • Mobile:K810i Inside, So Far away from the Original

Posted 29 May 2008 - 02:23 PM

View Postblunden, on 2008-05-29 21:13, said:

Yes, it has a similar question (not the same but an interesting idea) but I don't see the answer since it's filled with the same questions over and over again. :( What I want is:

Desktop element 1: SE browser
Desktop element 2: Opera Mini

	  <!-- Desktop Element 1 -->
	  <element id="Applications">
		<label type="name" textid="DB_APPLICATIONS_TXT" />
		<icon pos="unselected" source="file">u1.png</icon>
		<icon pos="selected" source="file">s1.png</icon>
		<icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_PREPLAY_ICN</icon>
		<link type="internal" />
	  </element>
	  <!-- Desktop Element 2 "Orange Music"-->
	  <element lock="icons" id="Orange_Music">
		<label type="name" textid="MENU_WALKMAN_MEDIAPLAYER_TXT" />
		<icon pos="unselected" source="file">u2.png</icon>
		<icon pos="selected" source="file">s2.png</icon>
		<icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_MUSIC_MENU_ICN</icon>
		<menu id="Menu_Orange_Music_Id">
		  <label type="title" textid="MENU_WALKMAN_MEDIAPLAYER_TXT" />
		  <element id="Menu_Hook_1_Id">
			<link type="internal" />
		  </element>
		  <element id="Menu_Hook_2_Id">
			<link type="internal" />
		  </element>
		  <element id="Menu_Hook_3_Id">
			<link type="internal" />
		  </element>
		  <element id="MediaPlayer">
			<label type="name" textid="MENU_MEDIAPLAYER_TXT" />
			<icon pos="left" source="internal">ENTERTAINMENT_MENU_MEDIAPLAYER_ICN</icon>
			<link type="internal" />
		  </element>
		  <element id="MusicRecognition">
			<label type="name" textid="MENU_TID_TRACKID_TXT" />
			<label type="helptext" textid="TID_START_MUSIC_RECOGNITION_HLP" />
			<icon pos="left" source="internal">TID_LIST_ICN</icon>
			<link type="internal" />
		  </element>
		  <element id="FMRadio">
			<label type="name" textid="FMR_FM_RADIO_TXT" />
			<icon pos="left" source="internal">ENTERTAINMENT_MENU_RADIO_ICN</icon>
			<link type="internal" />
		  </element>
		</menu>
	  </element>

that's mine.... i edit from Orange Menu....
Desktop Element 1: Application (taken from Menu #11 'Organizer'
Desktop Element 2: a. Media Player, b. Track ID, c. FM Radio
SE, the way i am... <So Far awaw from the original> (-_-) .v,,
Great & Useful Patches | elves installed
0

#5 User is offline   blunden Icon

  • No Se-nse
  • PipPip
  • Group: Members
  • Posts: 91
  • Joined: 24-May 08
  • Location:Sweden
  • Mobile:K800i @ K810i R8BA024 Xenon XMB Swedish menu + theme

Posted 29 May 2008 - 04:09 PM

View Postamrinal, on 2008-05-29 15:23, said:

	  <!-- Desktop Element 1 -->
	  <element id="Applications">
		<label type="name" textid="DB_APPLICATIONS_TXT" />
		<icon pos="unselected" source="file">u1.png</icon>
		<icon pos="selected" source="file">s1.png</icon>
		<icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_PREPLAY_ICN</icon>
		<link type="internal" />
	  </element>
	  <!-- Desktop Element 2 "Orange Music"-->
	  <element lock="icons" id="Orange_Music">
		<label type="name" textid="MENU_WALKMAN_MEDIAPLAYER_TXT" />
		<icon pos="unselected" source="file">u2.png</icon>
		<icon pos="selected" source="file">s2.png</icon>
		<icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_MUSIC_MENU_ICN</icon>
		<menu id="Menu_Orange_Music_Id">
		  <label type="title" textid="MENU_WALKMAN_MEDIAPLAYER_TXT" />
		  <element id="Menu_Hook_1_Id">
			<link type="internal" />
		  </element>
		  <element id="Menu_Hook_2_Id">
			<link type="internal" />
		  </element>
		  <element id="Menu_Hook_3_Id">
			<link type="internal" />
		  </element>
		  <element id="MediaPlayer">
			<label type="name" textid="MENU_MEDIAPLAYER_TXT" />
			<icon pos="left" source="internal">ENTERTAINMENT_MENU_MEDIAPLAYER_ICN</icon>
			<link type="internal" />
		  </element>
		  <element id="MusicRecognition">
			<label type="name" textid="MENU_TID_TRACKID_TXT" />
			<label type="helptext" textid="TID_START_MUSIC_RECOGNITION_HLP" />
			<icon pos="left" source="internal">TID_LIST_ICN</icon>
			<link type="internal" />
		  </element>
		  <element id="FMRadio">
			<label type="name" textid="FMR_FM_RADIO_TXT" />
			<icon pos="left" source="internal">ENTERTAINMENT_MENU_RADIO_ICN</icon>
			<link type="internal" />
		  </element>
		</menu>
	  </element>

that's mine.... i edit from Orange Menu....
Desktop Element 1: Application (taken from Menu #11 'Organizer'
Desktop Element 2: a. Media Player, b. Track ID, c. FM Radio
Nice. Thanks. I assume it's based on the ID then. :)
0

#6 User is offline   blunden Icon

  • No Se-nse
  • PipPip
  • Group: Members
  • Posts: 91
  • Joined: 24-May 08
  • Location:Sweden
  • Mobile:K800i @ K810i R8BA024 Xenon XMB Swedish menu + theme

Posted 29 May 2008 - 04:34 PM

View Postamrinal, on 2008-05-29 15:23, said:

	  <!-- Desktop Element 1 -->
	  <element id="Applications">
		<label type="name" textid="DB_APPLICATIONS_TXT" />
		<icon pos="unselected" source="file">u1.png</icon>
		<icon pos="selected" source="file">s1.png</icon>
		<icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_PREPLAY_ICN</icon>
		<link type="internal" />
	  </element>
	  <!-- Desktop Element 2 "Orange Music"-->
	  <element lock="icons" id="Orange_Music">
		<label type="name" textid="MENU_WALKMAN_MEDIAPLAYER_TXT" />
		<icon pos="unselected" source="file">u2.png</icon>
		<icon pos="selected" source="file">s2.png</icon>
		<icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_MUSIC_MENU_ICN</icon>
		<menu id="Menu_Orange_Music_Id">
		  <label type="title" textid="MENU_WALKMAN_MEDIAPLAYER_TXT" />
		  <element id="Menu_Hook_1_Id">
			<link type="internal" />
		  </element>
		  <element id="Menu_Hook_2_Id">
			<link type="internal" />
		  </element>
		  <element id="Menu_Hook_3_Id">
			<link type="internal" />
		  </element>
		  <element id="MediaPlayer">
			<label type="name" textid="MENU_MEDIAPLAYER_TXT" />
			<icon pos="left" source="internal">ENTERTAINMENT_MENU_MEDIAPLAYER_ICN</icon>
			<link type="internal" />
		  </element>
		  <element id="MusicRecognition">
			<label type="name" textid="MENU_TID_TRACKID_TXT" />
			<label type="helptext" textid="TID_START_MUSIC_RECOGNITION_HLP" />
			<icon pos="left" source="internal">TID_LIST_ICN</icon>
			<link type="internal" />
		  </element>
		  <element id="FMRadio">
			<label type="name" textid="FMR_FM_RADIO_TXT" />
			<icon pos="left" source="internal">ENTERTAINMENT_MENU_RADIO_ICN</icon>
			<link type="internal" />
		  </element>
		</menu>
	  </element>

that's mine.... i edit from Orange Menu....
Desktop Element 1: Application (taken from Menu #11 'Organizer'
Desktop Element 2: a. Media Player, b. Track ID, c. FM Radio
Nice. Thanks. I assume it's based on the ID then. :)

EDIT: Now I just need to remove the scrollbar in the menu. I've seen it beeing mentioned before. Don't remember what line to change in TPA\SYSTEM\LAYOUT\LAYOUT.XML though as it's often never mentioned and in the threads it is there are 25 other pages to go through. :(
0

#7 User is offline   blunden Icon

  • No Se-nse
  • PipPip
  • Group: Members
  • Posts: 91
  • Joined: 24-May 08
  • Location:Sweden
  • Mobile:K800i @ K810i R8BA024 Xenon XMB Swedish menu + theme

Posted 29 May 2008 - 06:24 PM

Everyone seems to just add a modded layout.xml for download. Most of them remove more stuff though which I don't want. Why can't people just say what they change?
0

#8 User is offline   steadyontherem8 Icon

  • You'll Never Walk Alone
  • Icon
  • Group: VIP
  • Posts: 3,160
  • Joined: 28-December 07
  • Gender:Male
  • Location:London
  • Mobile:Sony Ericsson K800i R8BF003
  • Tutorials Submitted:2

Posted 29 May 2008 - 08:30 PM

Photographer released a guide on how to edit layout.xml today :)
RIP The One.
http://forums.se-nse...showtopic=35214 (Obviously topic was deleted)
0

#9 User is offline   blunden Icon

  • No Se-nse
  • PipPip
  • Group: Members
  • Posts: 91
  • Joined: 24-May 08
  • Location:Sweden
  • Mobile:K800i @ K810i R8BA024 Xenon XMB Swedish menu + theme

Posted 29 May 2008 - 10:08 PM

View Poststeadyontherem8, on 2008-05-29 21:30, said:

Photographer released a guide on how to edit layout.xml today :)
Yeah, I looked at that. Great for moving elements etc. It doesn't mention what I want though unfortunately. :(
0

#10 User is offline   steadyontherem8 Icon

  • You'll Never Walk Alone
  • Icon
  • Group: VIP
  • Posts: 3,160
  • Joined: 28-December 07
  • Gender:Male
  • Location:London
  • Mobile:Sony Ericsson K800i R8BF003
  • Tutorials Submitted:2

Posted 30 May 2008 - 08:37 PM

PM him and ask.
RIP The One.
http://forums.se-nse...showtopic=35214 (Obviously topic was deleted)
0

#11 User is offline   photographer Icon

  • ._.
  • Icon
  • Group: Super Moderators
  • Posts: 5,055
  • Joined: 10-March 07
  • Gender:Male
  • Location:The Netherlands
  • Mobile:iPhone 3GS
  • Twitter:draxter26
  • Tutorials Submitted:7

Posted 31 May 2008 - 08:27 AM

What do you wanna change more then?

Did you change the play now to opera? I believe I understood u had success lol.
You removed the scrollbars using my tutorial? Yes?

You can use a little program like examdiffrence to compare an original layout.xml with the modded one.

Then you can see what lines they changed and choose wich line you want to use in your own layout.xml
0

SE-NSE

#12 User is offline   blunden Icon

  • No Se-nse
  • PipPip
  • Group: Members
  • Posts: 91
  • Joined: 24-May 08
  • Location:Sweden
  • Mobile:K800i @ K810i R8BA024 Xenon XMB Swedish menu + theme

Posted 31 May 2008 - 01:34 PM

View PostPhotographer, on 2008-05-31 09:27, said:

What do you wanna change more then?

Did you change the play now to opera? I believe I understood u had success lol.
You removed the scrollbars using my tutorial? Yes?

You can use a little program like examdiffrence to compare an original layout.xml with the modded one.

Then you can see what lines they changed and choose wich line you want to use in your own layout.xml
I only wanted to change the scrollbar but since it only seems possible to remove them entirely I've put that off for the time being. Currently I don't have time to mess around with my phone unfortunately. Will mess around with it some more in a few days time. Thanks for the help.
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic
  • Bookmark

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users