Here's my setup:
Creating a theme for torch 9800 with sliding/hidden docks and a hidden today.
When I created the hidden docks svg in composer, I also created a layer with a "Theme_Button_13" on it which did nothing. I just wanted in there and defined in the svg because I was hoping to use it for my hidden today.
I added my hidden today code as follows:
Code:
<set xlink:href="#hs0_line" attributeName="display" to="none" begin="0"/>
<set xlink:href="#hs0" attributeName="display" to="none" begin="0"/>
<set xlink:href="#calendar1hotspot" attributeName="display" to="none" begin="0"/>
<set xlink:href="#calendar2hotspot" attributeName="display" to="none" begin="0"/>
<set xlink:href="#hs1_line" attributeName="display" to="none" begin="0"/>
<set xlink:href="#hs1" attributeName="display" to="none" begin="0"/>
<set xlink:href="#messages1hotspot" attributeName="display" to="none" begin="0"/>
<set xlink:href="#messages2hotspot" attributeName="display" to="none" begin="0"/>
<set xlink:href="#hs2_line" attributeName="display" to="none" begin="0"/>
<set xlink:href="#hs2" attributeName="display" to="none" begin="0"/>
<set xlink:href="#sms1hotspot" attributeName="display" to="none" begin="0"/>
<set xlink:href="#sms2hotspot" attributeName="display" to="none" begin="0"/>
<set xlink:href="#hs0_line" attributeName="display" to="inline" begin="Theme_Button_13.activate"/>
<set xlink:href="#hs0" attributeName="display" to="inline" begin="Theme_Button_13.activate"/>
<set xlink:href="#calendar1hotspot" attributeName="display" to="inline" begin="Theme_Button_13.activate"/>
<set xlink:href="#calendar2hotspot" attributeName="display" to="inline" begin="Theme_Button_13.activate"/>
<set xlink:href="#hs1_line" attributeName="display" to="inline" begin="Theme_Button_13.activate"/>
<set xlink:href="#hs1" attributeName="display" to="inline" begin="Theme_Button_13.activate"/>
<set xlink:href="#messages1hotspot" attributeName="display" to="inline" begin="Theme_Button_13.activate"/>
<set xlink:href="#messages2hotspot" attributeName="display" to="inline" begin="Theme_Button_13.activate"/>
<set xlink:href="#hs2_line" attributeName="display" to="inline" begin="Theme_Button_13.activate"/>
<set xlink:href="#hs2" attributeName="display" to="inline" begin="Theme_Button_13.activate"/>
<set xlink:href="#sms1hotspot" attributeName="display" to="inline" begin="Theme_Button_13.activate"/>
<set xlink:href="#sms2hotspot" attributeName="display" to="inline" begin="Theme_Button_13.activate"/>
<set xlink:href="#hs0_line" attributeName="display" to="none" begin="accesskey(Escape)"/>
<set xlink:href="#hs0" attributeName="display" to="none" begin="accesskey(Escape)"/>
<set xlink:href="#calendar1hotspot" attributeName="display" to="none" begin="accesskey(Escape)"/>
<set xlink:href="#calendar2hotspot" attributeName="display" to="none" begin="accesskey(Escape)"/>
<set xlink:href="#hs1_line" attributeName="display" to="none" begin="accesskey(Escape)"/>
<set xlink:href="#hs1" attributeName="display" to="none" begin="accesskey(Escape)"/>
<set xlink:href="#messages1hotspot" attributeName="display" to="none" begin="accesskey(Escape)"/>
<set xlink:href="#messages2hotspot" attributeName="display" to="none" begin="accesskey(Escape)"/>
<set xlink:href="#hs2_line" attributeName="display" to="none" begin="accesskey(Escape)"/>
<set xlink:href="#hs2" attributeName="display" to="none" begin="accesskey(Escape)"/>
<set xlink:href="#sms1hotspot" attributeName="display" to="none" begin="accesskey(Escape)"/>
<set xlink:href="#sms2hotspot" attributeName="display" to="none" begin="accesskey(Escape)"/>
When I go to manually compile, I get the following errors:
Quote:
>>> Transcoding homescreen.svg.
Warning: Only first <foreignObject> (if it exists) from <switch> element named "
$unnamed$" will be accepted. All subsequent <foreignObject>s and other children
will be ignored.
Error: The value "accesskey(Escape)" for attribute "begin" of element <set> name
d "$unnamed$" is invalid.
Error: The value "accesskey(Escape)" for attribute "begin" of element <set> name
d "$unnamed$" is invalid.
Error: The value "accesskey(Escape)" for attribute "begin" of element <set> name
d "$unnamed$" is invalid.
Error: The value "accesskey(Escape)" for attribute "begin" of element <set> name
d "$unnamed$" is invalid.
Error: The value "accesskey(Escape)" for attribute "begin" of element <set> name
d "$unnamed$" is invalid.
Error: The value "accesskey(Escape)" for attribute "begin" of element <set> name
d "$unnamed$" is invalid.
Error: The value "accesskey(Escape)" for attribute "begin" of element <set> name
d "$unnamed$" is invalid.
Error: The value "accesskey(Escape)" for attribute "begin" of element <set> name
d "$unnamed$" is invalid.
Error: The value "accesskey(Escape)" for attribute "begin" of element <set> name
d "$unnamed$" is invalid.
Error: The value "accesskey(Escape)" for attribute "begin" of element <set> name
d "$unnamed$" is invalid.
Error: The value "accesskey(Escape)" for attribute "begin" of element <set> name
d "$unnamed$" is invalid.
Error: The value "accesskey(Escape)" for attribute "begin" of element <set> name
d "$unnamed$" is invalid.
Warning: Only first <foreignObject> (if it exists) from <switch> element named "
$unnamed$" will be accepted. All subsequent <foreignObject>s and other children
will be ignored.
Warning: Only first <foreignObject> (if it exists) from <switch> element named "
$unnamed$" will be accepted. All subsequent <foreignObject>s and other children
will be ignored.
Warning: The font-family "BBAlpha Sans Condensed" used by the element <text> nam
ed "wifi_bullets" may not be available on some devices.
Warning: Only first <foreignObject> (if it exists) from <switch> element named "
$unnamed$" will be accepted. All subsequent <foreignObject>s and other children
will be ignored.
Error: The element <set> named "$unnamed$" has a reference to "Theme_Button_13"
which is not found.
Error: The element <set> named "$unnamed$" has a reference to "Theme_Button_13"
which is not found.
Error: The element <set> named "$unnamed$" has a reference to "Theme_Button_13"
which is not found.
Error: The element <set> named "$unnamed$" has a reference to "Theme_Button_13"
which is not found.
Error: The element <set> named "$unnamed$" has a reference to "Theme_Button_13"
which is not found.
Error: The element <set> named "$unnamed$" has a reference to "Theme_Button_13"
which is not found.
Error: The element <set> named "$unnamed$" has a reference to "Theme_Button_13"
which is not found.
Error: The element <set> named "$unnamed$" has a reference to "Theme_Button_13"
which is not found.
Error: The element <set> named "$unnamed$" has a reference to "Theme_Button_13"
which is not found.
Error: The element <set> named "$unnamed$" has a reference to "Theme_Button_13"
which is not found.
Error: The element <set> named "$unnamed$" has a reference to "Theme_Button_13"
which is not found.
Error: The element <set> named "$unnamed$" has a reference to "Theme_Button_13"
which is not found.
Warning: 5 warnings and 0 messages were generated during processing of this file
.
Error: The SVG file "homescreen.svg" cannot be compiled.
24 error(s) were encountered.
|
Soooo...apparently "Escape" is not the hotkey code for the BB escape button, and I also tried "ESCAPE" with the same results. Also, it doesnt like my "Theme_Button_13" which is referenced earlier in the svg:
Code:
<g id="HC-Layer_6">
<!-- pz:tag type="layer" -->
<g id="HC-Theme_Button_13" transform="translate(-35 -190)">
<!-- pz:tag type="button" -->
<g id="HC-Theme_Button_13-Contents">
<!-- pz:tag type="layer" -->
<g id="HC-tabImage_143">
<image height="68" id="HC-img_1_3_344" width="68" x="0" xlink:href="HCImage00002.png" y="0"/>
<image height="68" id="HC-img_11_3_345" visibility="hidden" width="68" x="0" xlink:href="HCImage00002.png" y="0"/>
<image height="68" id="HC-img_21_3_346" visibility="hidden" width="68" x="0" xlink:href="HCImage00002.png" y="0"/>
<image height="68" id="HC-img_31_3_347" visibility="hidden" width="68" x="0" xlink:href="HCImage00002.png" y="0"/>
</g>
<g id="HC-tabFocusImage_145">
<image height="26" id="HC-img_1_3_348" visibility="hidden" width="120" x="-26" xlink:href="HCImage00001.png" y="21"/>
<image height="26" id="HC-img_11_3_349" visibility="hidden" width="120" x="-26" xlink:href="HCImage00001.png" y="21"/>
<image height="26" id="HC-img_21_3_350" visibility="hidden" width="120" x="-26" xlink:href="HCImage00001.png" y="21"/>
<image height="26" id="HC-img_31_3_351" visibility="hidden" width="120" x="-26" xlink:href="HCImage00001.png" y="21"/>
</g>
<g id="HC-normalImage_147">
<image height="26" id="HC-img_1_3_352" width="120" x="-26" xlink:href="HCImage00001.png" y="21"/>
<image height="26" id="HC-img_11_3_353" visibility="hidden" width="120" x="-26" xlink:href="HCImage00001.png" y="21"/>
<image height="26" id="HC-img_21_3_354" visibility="hidden" width="120" x="-26" xlink:href="HCImage00001.png" y="21"/>
<image height="26" id="HC-img_31_3_355" visibility="hidden" width="120" x="-26" xlink:href="HCImage00001.png" y="21"/>
</g>
<g id="HC-focusImage_149">
<image height="26" id="HC-img_1_3_356" visibility="hidden" width="120" x="-26" xlink:href="HCImage00000.png" y="21"/>
<image height="26" id="HC-img_11_3_357" visibility="hidden" width="120" x="-26" xlink:href="HCImage00000.png" y="21"/>
<image height="26" id="HC-img_21_3_358" visibility="hidden" width="120" x="-26" xlink:href="HCImage00000.png" y="21"/>
<image height="26" id="HC-img_31_3_359" visibility="hidden" width="120" x="-26" xlink:href="HCImage00000.png" y="21"/>
</g>
</g>
</g>
</g>
All those image references are just the dif images for Theme_Button_13 (normalimage, focusimage, tabfocusimage, and tabimage) that were added into the svg through composer.
Sooo, anyone have any advice or help?
Thx!