Jump to content

Recommended Posts

Guest Panja
Posted

Hey guys,

I modified my homescreen and I got a question regarding the RJShortcut.

I added the plugin and made a few shortcuts.

Working fine BUT I'm missing a line between the shortcuts and the carrier.

Check the attachment for an explanation to this problem.

Anyone know how to fix it...?

If the xml is needed I can post it.

Tnx

Home.JPG

Guest RemyJ
Posted

Try adding a background element with a b-border-width attribute to the shortcut (or modifying the existing one) as follows...

<plugin ...>


   <background b-border-width="1"/>


   <shortcutbar...>


</plugin>

I think the sample has b-border-width="0".

Guest Panja
Posted

Hey Remy,

Thanks for the fast reply.

Sorry for my late reply... :-)

Been a little sick the last days so didn't have the urge t check it here..

I tried what you mentioned above and indeed I get a line now but I don't like the spacing. The line is right under the shortcut and looks ugly.

Attached is the new picture.

Home2.JPG

Guest zeta101
Posted

panja i think the original pic u posted without the line actually looks better :)

Guest KingDaddy
Posted

I think you want to make the shortcut bar a little taller and make sure you have padding-bottom=(whatever you want).

For a 32x32, you'd probably want height="40" and

Guest Panja
Posted

Thanks m8!

Which line do I need to modify with 40?

I'm not so good @ making homescreens..

Guest Panja
Posted

Also anohter question.

I changed the backdrop and using a white color scheme now.

But when I select a link in the shortcutbar it gets a black background.

Can that be changed to the default blue or white too?

Home3.JPG

Guest RemyJ
Posted
panja i think the original pic u posted without the line actually looks better :)

Yeah, actually I agree!

Anyway, to change the height...

<plugin ... height="40">


...


</plugin>
You can change the selection color any number of ways. By default, it's set to COLOR_HOMEHIGHLIGHT for whatever color scheme is in effect. You can override that by changeing the entry in the color scheme, changing the for the entire homescreen or the simplest way to change it is to override that for this plugin...
<plugin ...  height="40">


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


   <format state="selected" bgcolor="#ffffff"/>


</background>


...


</plugin>

Substitute "#ffffff" with whatever color you like.

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.