Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

BlackBerry Themes & Animated Graphics

Reply
New Contributor
andy4222
Posts: 2
Registered: 01-18-2012
My Carrier: idea

12 icons on homescreen

hey guys, how can i get 12 icons on the home screen in a single row. I did make 12 icons (default application order) in composer and exported the svg, but when i install the theme, the application icons got clustered to each other!. also any other way to do this?
Please use plain text.
New Developer
deremi
Posts: 33
Registered: 11-17-2009

Re: 12 icons on homescreen

[ Edited ]

if you change the size of the icon in composer it should be fine once you export it.

 

Can I see the svg code for this once you are done configuring in Composer?Below is a quick one I did. I would remove the scale(.5 .5) and instead change the width="68" height="68" (BOLD)

below to half. i.e. 34 in this case. I had great success doing it this way versus scaling it .5

Hope I am clear. of course it is alot of work. you have to change them all. but a simple replace often does it for me.

 

<g  id="Theme_Button_1"
    transform="translate(-240 145) scale(0.5 0.5)">
    <!-- pz:tag type="button" -->
<g  id="Theme_Button_1-Contents">
    <!-- pz:tag type="layer" -->
<g id="tabImage">
<image id="img_1_1_46"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/tabImage_img_1_1.png"/>
<image id="img_11_1_47"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/tabImage_img_1_1.png"    visibility="hidden"/>
<image id="img_21_1_48"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/tabImage_img_1_1.png"    visibility="hidden"/>
<image id="img_31_1_49"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/tabImage_img_1_1.png"    visibility="hidden"/>
</g>
<g id="tabFocusImage">
<image id="img_1_1_50"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/tabFocusImage_img_1_1.png"    visibility="hidden"/>
<image id="img_11_1_51"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/tabFocusImage_img_1_1.png"    visibility="hidden"/>
<image id="img_21_1_52"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/tabFocusImage_img_1_1.png"    visibility="hidden"/>
<image id="img_31_1_53"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/tabFocusImage_img_1_1.png"    visibility="hidden"/>
</g>
<g id="normalImage">
<image id="img_1_1_54"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/normalImage_img_1_1.png"/>
<image id="img_11_1_55"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/normalImage_img_1_1.png"    visibility="hidden"/>
<image id="img_21_1_56"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/normalImage_img_1_1.png"    visibility="hidden"/>
<image id="img_31_1_57"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/normalImage_img_1_1.png"    visibility="hidden"/>
</g>
<g id="focusImage">
<image id="img_1_1_58"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/focusImage_img_1_1.png"    visibility="hidden"/>
<image id="img_11_1_59"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/focusImage_img_1_1.png"    visibility="hidden"/>
<image id="img_21_1_60"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/focusImage_img_1_1.png"    visibility="hidden"/>
<image id="img_31_1_61"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/focusImage_img_1_1.png"    visibility="hidden"/>
</g>
</g>
</g>
<g  id="Theme_Button_2"
    transform="translate(-206 145) scale(0.5 0.5)">
    <!-- pz:tag type="button" -->
<g  id="Theme_Button_2-Contents">
    <!-- pz:tag type="layer" -->
<g id="tabImage_13">
<image id="img_1_1_62"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/tabImage_img_1_1.png"/>
<image id="img_11_1_63"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/tabImage_img_1_1.png"    visibility="hidden"/>
<image id="img_21_1_64"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/tabImage_img_1_1.png"    visibility="hidden"/>
<image id="img_31_1_65"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/tabImage_img_1_1.png"    visibility="hidden"/>
</g>
<g id="tabFocusImage_15">
<image id="img_1_1_66"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/tabFocusImage_img_1_1.png"    visibility="hidden"/>
<image id="img_11_1_67"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/tabFocusImage_img_1_1.png"    visibility="hidden"/>
<image id="img_21_1_68"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/tabFocusImage_img_1_1.png"    visibility="hidden"/>
<image id="img_31_1_69"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/tabFocusImage_img_1_1.png"    visibility="hidden"/>
</g>
<g id="normalImage_17">
<image id="img_1_1_70"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/normalImage_img_1_1.png"/>
<image id="img_11_1_71"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/normalImage_img_1_1.png"    visibility="hidden"/>
<image id="img_21_1_72"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/normalImage_img_1_1.png"    visibility="hidden"/>
<image id="img_31_1_73"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/normalImage_img_1_1.png"    visibility="hidden"/>
</g>
<g id="focusImage_19">
<image id="img_1_1_74"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/focusImage_img_1_1.png"    visibility="hidden"/>
<image id="img_11_1_75"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/focusImage_img_1_1.png"    visibility="hidden"/>
<image id="img_21_1_76"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/focusImage_img_1_1.png"    visibility="hidden"/>
<image id="img_31_1_77"
    x="0" y="0" width="68" height="68"
    xlink:href="Images/focusImage_img_1_1.png"    visibility="hidden"/>
</g>
</g>
</g>

Please use plain text.