Jump to content

Recommended Posts

Guest vjgrace
Posted

Hello,

Just wondering how I can add another line of shortcut icons within the plugin to have more shortcut icons on homescreen? The readme file in RJ's shortcuts states you can simply add another plugin within the plugin but I don't know how to do this. I have tried several different methods with no success. Do I need a new clsid, or where do I begin?

Any help would be greatly appreciated.

Thanks so much, and if RamyJ responds, this is a great plugin thanks for making it available to all!!

JG

Guest drblow
Posted

I don't know about adding a plugin within the shortcuts plugin, but you could just repeat the RJ shortcut plugin twice in your xml, and change the shortcuts in the 2nd one. Then you would have 2 rows of shortcuts.

Guest vjgrace
Posted
I don't know about adding a plugin within the shortcuts plugin, but you could just repeat the RJ shortcut plugin twice in your xml, and change the shortcuts in the 2nd one.  Then you would have 2 rows of shortcuts.

<{POST_SNAPBACK}>

Thanks so much for replying.

I tried this without success. Do you have an example (a cut and paste if possible) so I know I am doing it correctly?

Also, do you know the code for the shortbar where once you use the bar and after you close it out it still highlights the last icon used and doesn't go to the top shortcut bar as default?

Thanks again for replying.

JG

Guest drblow
Posted

Sorry m8 - I don't fully understand that last request? :shock:

I don't have any code for RJshortcuts to hand, but all I meant was that if you repeat the same bit of code twice in the xml - i.e. have 2 instances of the plugin. Then you could change the shortcuts in the 2nd instance of the plugin to effect 2 rows of shortcuts. Juts repeat your original code for RJshorts underneath the first, then change the path for the shortcuts - know what I mean?

Guest vjgrace
Posted
Sorry m8 - I don't fully understand that last request?  :shock:

I don't have any code for RJshortcuts to hand, but all I meant was that if you repeat the same bit of code twice in the xml - i.e. have 2 instances of the plugin.  Then you could change the shortcuts in the 2nd instance of the plugin to effect 2 rows of shortcuts.  Juts repeat your original code for RJshorts underneath the first, then change the path for the shortcuts - know what I mean?

<{POST_SNAPBACK}>

Thanks again for your help.

I will give it another try.

JG

Guest Jamma14
Posted (edited)

<!-- RJShortcut -->



        <plugin clsid="{F3750050-8E30-4c61-A864-4301F5D7C065}">

  <background b-border-width="0">

  </background>

  <format padding-left="15" padding-top="5" padding-bottom="5" valign="right"/>	

  <shortcutbar icon-spacing="25" syncsel="yes" icon-size="large" >

 	 <shortcut target="\Storage\Windows\Start Menu\TCPMP.lnk"/>

 	 <shortcut target="\Storage\Windows\Start Menu\Explorer.lnk"/>

 	 <shortcut target="\Storage\Windows\Start Menu\Video Recorder.lnk"/>

  </shortcutbar>

        </plugin>


        <plugin clsid="{F3750050-8E30-4c61-A864-4301F5D7C065}">

  <background b-border-width="0">

  </background>

  <format padding-left="15" padding-top="5" padding-bottom="5" valign="center" halign="right" />	

  <shortcutbar icon-spacing="25" syncsel="yes" icon-size="large" >

 	 <shortcut target="\Storage\Windows\Start Menu\WMPlayer.lnk"/>

 	 <shortcut target="\Storage\Windows\Start Menu\Games\Legacy.lnk"/>

 	 <shortcut target="\Storage\Windows\Start Menu\System Management\Task Manager.lnk"/>

  </shortcutbar>

        </plugin>

Example of two Rjshortcut rows.

Also you could have a look at my latest homescreen which can be found HERE for more RJ shortcut code.

Note:Not accepted at time of posting, should be up soon. [-o<

Don't think I really understand your second request either...think you could rephrase it? :mrgreen:

Edited by Jamma14
Guest vjgrace
Posted
<!-- RJShortcut -->

        <plugin clsid="{F3750050-8E30-4c61-A864-4301F5D7C065}">

  <background b-border-width="0">

  </background>

  <format padding-left="15" padding-top="5" padding-bottom="5" valign="right"/>	

  <shortcutbar icon-spacing="25" syncsel="yes" icon-size="large" >

  	<shortcut target="\Storage\Windows\Start Menu\TCPMP.lnk"/>

  	<shortcut target="\Storage\Windows\Start Menu\Explorer.lnk"/>

  	<shortcut target="\Storage\Windows\Start Menu\Video Recorder.lnk"/>

  </shortcutbar>

        </plugin>


        <plugin clsid="{F3750050-8E30-4c61-A864-4301F5D7C065}">

  <background b-border-width="0">

  </background>

  <format padding-left="15" padding-top="5" padding-bottom="5" valign="center" halign="right" />	

  <shortcutbar icon-spacing="25" syncsel="yes" icon-size="large" >

  	<shortcut target="\Storage\Windows\Start Menu\WMPlayer.lnk"/>

  	<shortcut target="\Storage\Windows\Start Menu\Games\Legacy.lnk"/>

  	<shortcut target="\Storage\Windows\Start Menu\System Management\Task Manager.lnk"/>

  </shortcutbar>

        </plugin>

Example of two Rjshortcut rows.

Also you could have a look at my latest homescreen which can be found HERE for more RJ shortcut code.

Note:Not accepted at time of posting, should be up soon. [-o<

Don't think I really understand your second request either...think you could rephrase it? :mrgreen:

<{POST_SNAPBACK}>

Thanks so much for your help.

I will try that. I think I have already figured out the second question I had.

Thanks again,

JG

Guest vjgrace
Posted
Thanks so much for your help.

I will try that.  I think I have already figured out the second question I had.

Thanks again,

JG

<{POST_SNAPBACK}>

Hello again,

I tried to even use your plugin and cut and paste to have two plugins and also tried my own but I keep getting just one row of icons and not two rows.

Any help would be greatly appreciated.

Thanks so much

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.