Jump to content

Recommended Posts

Guest altezza2k2
Posted

ive gotten the orange plugin to work how i want except for 1 thing, the selection behavior. I remember seeing a thread about this but cant find it for the life of me. Right now i have Profile and SMScount on 1 line and both are selectable, however, when i click right to select SMScount, it just moves the text all the way to left where Profile is instead of moving the selection box to the right. So basically instead of moving the selection box left and right, it shifts the text to the left. Anybody know how to fix this? TIA

Guest wrxtuner02
Posted
ive gotten the orange plugin to work how i want except for 1 thing, the selection behavior. I remember seeing a thread about this but cant find it for the life of me. Right now i have Profile and SMScount on 1 line and both are selectable, however, when i click right to select SMScount, it just moves the text all the way to left where Profile is instead of moving the selection box to the right. So basically instead of moving the selection box left and right, it shifts the text to the left. Anybody know how to fix this? TIA

Use this.

<!--MMS / Profile -->


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


		<shortcut width="40">

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

		<label fgcolor="#FFFFFF" x="5" y="0" w="320" halign="left">

			<text font-size="18" singleline="true"><profile/></text>

		</label>

	</plugin>

		</shortcut>

	<shortcut width="80">

	<plugin clsid="{2F930BF0-6FE9-4a53-9E17-88E9247BAB48}" name="SMScount" height="18">

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

	   </background>

	<label formatstate="selected" halign="right" h="-180" x="5" y="0" w="248" font-size="16" padding-right="0">

	<text>  Email / MMS: <unreadEmail/>	SMS: <unreadSMS/>	Voicemail: <unreadVMail/></text>

	</label>

	</plugin>

		</shortcut>

	</plugin>

Guest altezza2k2
Posted

nope, same thing ;). still the text that moves instead of the selection box

Guest wrxtuner02
Posted (edited)

hmm that is taken directly from my blackjack home screen and it works perfect for me. Dunno what to tell ya then

Edited by wrxtuner02

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.