Jump to content

Orange plugin: how to jump from Facade Launcher to Profile on one line?


Recommended Posts

Guest mobidutch
Posted

I am using the following homescreen, using the Orange plugin to put both the Facade Launcher and the Profile plugin on one line.

myhome070706.png

I can't figure out how to enable the Profile plugin to be actively selected. I specified wraparound="0" for the Facade Launcher, but the cursor won't jump to the Profile when clicking right from the right-most shortcut (it stays at the right-most shortcut).

Below the code I am using....any ideas what I can do to make it work?

<!-- Launcher & Profile -->

<plugin width="320" height="26" handlekeys="CHILD" clsid="{A2536C57-6AC2-4c31-9542-B144B0E9D077}">

  <shortcut width="236">

	<!-- Facade Launcher -->

	<plugin id="FacadeLauncher" type="Launcher" height="26" clsid="{C49CEC80-D445-407C-AA72-C263EDBBAC96}">

	  <buttons SharedLauncher="0">

		<button action="Calendar"/>

		<button action="Tasks"/>

		<button .... etc. />

	  </buttons>

	</plugin>

  </shortcut>

  <shortcut width="84">

  <!-- Profile -->

	<plugin clsid="{95976968-45D5-40c9-9779-2B859B1C2FEC}" name="profile" height="26">

	  <label halign="center" y="5">

		<format state="selected" font-weight="bold"/>

		<text><profile/></text>

	  </label>

	</plugin>

  </shortcut>

</plugin>

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.