Home »
./Bluqhk Cyber \m/ \m/ We are not CRIMINAL...But, We wanna be RECOGNIZE .!!!
[̲̅̅./Bluqhk]-[̲̅̅Cyber]™
HTTP://bluqhk.blogspot.com/
Jadilah Yang Pertama
Berimajinasi . . . . ! ! !

Page loaded in: 0.02 seconds

 
 
 

Pengenalan SVG dan Manual Coding


ORIGINAL BY Jizzomaru
SVG Code atau SVG Document merupakan file konfigurasi yang ditulis dalam bahasa XML, dan biasanya ciri khas dari document ini adalah mempunyai extension (.svg). SVG merupakan singkatan dari Scalable Vector Graphic yang artinya dalam bahasa kita adalah tampilan antar muka dengan basis vector yang dapat disesuaikan, dibentuk atau diukur maupun diapain aja juga bisa terserah imajinasi anda.

Dokumentasi SVG Code for BlackBerry


Spoiler : 

Download This Document




Hidden command :

Wallpaper:
Code:
x-object:/Image?src=wallpaper
Date:
Code:
x-object:/CurrentDateTime?clocktype=date
Time:
Code:
x-object:/CurrentDateTime?clocktype=time
Battery:
Code:
xlink:href="x-object:/BatteryLevel"
Coverage:
Code:
xlink:href="x-object:/Coverage"
Roaming Icon:
Code:
xlink:href="x-object:/Roaming"
GPS Mode Icon:
Code:
x-object:/GPSMode
Alarm Icon:
Code:
x-object:/AlarmIndicator
System Status:
Code:
x-object:/SystemStatus
Indicators:
Code:
xlink:href="x-object:/GridIndicators
Wifi Signal:
Code:
x-object:/WLANSignalLevel
Owner Name:
Code:
x-object:/OwnerInfo?id=name
Owner's Info:
Code:
x-object:/OwnerInfo?id=info

'PERHATIAN !!!'
Sebagian dari code ini ada yang masih berfungsi ada yang tidak tergantung juga tipe device BlackBerry nya




Contoh SVG Code untuk menampilkan Owner Info Text di HomeScreen :
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!-- Self Writing SVG Code by Jizzomaru SVG Writer -->
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/2000/svg http://www.plazmic.com/svg/schema/svg.xsd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xforms="http://www.w3.org/2002/xforms"
xmlns:pz="http://www.plazmic.com/plazmic_extents"
id="WarZone" xml:space="default" width="100%" height="100%"
viewport-fill="#ffffff" viewBox="-240 -160 480 320" preserveAspectRatio="xMidYMid meet">

<g  id="bg-layer">
    <!-- pz:tag type="layer" -->
<image id="banner-svg"
    x="-240" y="-160" width="480" height="320"
    xlink:href="Images/banner-svg_img_1_1.png"/>
   
<image
      x="-212"
      y="-120"
      width="230"
      height="18"
      xlink:href="x-object:/OwnerInfo?id=name&width=230&height=18&
      font-family=BBCondensed&font-style=bold&font-size=10&fill=efefef&valign=top&align=left"/>
     
</g>
</svg>

Kode ini berguna bila kita ingin membuat themes yang mengIncludekan ID / nama sang pemilik device di HomeScreen #:-s ...


Selamat Belajar yah

Shrink your SVG Button Code (BlackBerry Themes Builder & Composer)

'PERHATIAN'
Quote Posting TS akan saya hadiahkan bata merah..
Peace

Posting Komentar - Back to Content