Go Back   BlackBerry Forums at CrackBerry.com > General BlackBerry Discussion > BlackBerry Tips, How To & FAQ

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 06-29-2009, 01:46 AM
CrackBerry User
Device Model: 8900 (Curve)
Carrier: T-Mo.
PIN: ask! :)
 
Join Date: Jun 2009
Location: Texas♥
Posts: 96
Talking Hidden Dock Tutorial.

I've decided to write a tutorial for a friend that needs help with a hidden dock. I know there's one that's already out but he needs a little more detailed instructions. So hope this helps everyone who needs it.

So what you need to do first is open up composer. I'm making one for the 8900 so that's what I'm gonna select and I always do a white background.


Next we need to add some buttons. Go over to the left where the "tool box" is and click the "Theme Button" .

Click anywhere in the white area, you should see a green square. Then go over to the "inspector" and click the "Use Device Application Order" (if you do not have inspector click the windows tab and check "Inspector"). Keep doing that until you get the desired amount of buttons. I usually only do about 6.



After you've done hopefully you've already created a dock that you want to use. If you have then go to file>import. Select the one you've created. If you haven't then go on ahead and make one I'll wait.

After you import it it should show up on your screen, position it over the icons where you like. Right click the dock>select order>send to back. It should then look like this:



Go to File>Export>SVG. Pick a title and save it somewhere you can find it.



Go to wherever you saved it right click and select open with>notepad.

Look for "Layer_1" and rename that "Buttons". If for some reason you can't find "Layer_1" then go back to composer and see what your layer is called. You'll be able to find it in the "Layers" table. For the most part it's usually titled "Layer_1" unless you merged them.



Scroll all the way to the bottom and look for this:



Put your cursor EXACTLY where mine is and press enter 4 times. NOW LEAVE THAT ALONE.

Download and Open the attatched zip on here. For each button there are 2 codes, hope that makes sense. Since I added 6 buttons in composer I'm going to highlight and copy 12 of those codes. Just look at the picture below, the text that is highlighted is for 1 button.



So I'm going to highlight until I see this:
begin="Theme_Button_6.focusout"

All because I have only 6 icons. Get it? GO back where you left off...after you pressed enter 4 times. Right Click and Paste.

Depending on the type of blackberry your making a hidden dock for also depends on the number your going to put in place of those 100's.



The 100 is how far it will go out measured in pixels. So since the 8900 icons are 80 X 80 I usually put about 90. The higher you increase the number the more it will come out. So change those 100's to either 90 or you can leave em' as is. Just play
around with it til' you get it to where you like. Once your done just go to file>save as>switch the "save as type" to "all files" it will ask you to replace file and click yes!



Open up Theme Builder and Upload your SVG. If you can't find it it's in the same area where you upload a new background, right below it says "SVG File:". Scroll down to "navigation" and select "no memory".



ALL DONE!!!! Run it in simulator and it should work like a charm.




Here are a few things that will help you out when creating a hidden dock.
When your changing the second part of that coding the part where it looks like this:

<animateTransform xlink:href="#Buttons" id="_anim_d1" attributeName="transform" type="translate"
to="0,0" dur="0.5s"
fill="freeze"
begin="Theme_Button_1.focusout" />

The first 0 is your left & right and the second 0 is your up & down. If your trying to make a side dock to the left your going to have to put a neg. sign (-) next to the number so -95,0. Same with the top, 0,-95.

Also, when I made my first hidden dock I kept getting the same icon over and over even though I clicked "use device application order" in composer. So what I had to do is search "slot" in my notepad coding. If it says something like "slot0" make sure you can see theme_button_1" near. That tells your file where to put the icon at. The slot number is always going to be 1 less whatever the button so "theme_button_2" will be "slot1" etc.

This is just incase your composer doesn't export the svg right. I've only had this problem once. So you might not even get it.

If your having difficulty feel free to message me and I'll try to help you out.

I hope everyone can understand this and good luck to anyone who tries it out!!!
Attached Files
File Type: zip CODING.zip (462 Bytes, 269 views)
Reply With Quote
  #2  
Old 06-29-2009, 06:05 PM
waldog's Avatar
CrackBerry Addict
Device Model: 8900
Carrier: T-Mobile
 
Join Date: Jul 2007
Location: Close to Chi Town
Posts: 605
Default

This is more detailed than the one I saw the other day. Thanks a lot for taking the time to write this up.
__________________
*Out on Parole*
Reply With Quote
  #3  
Old 06-29-2009, 11:44 PM
CrackBerry User
Device Model: 8900 (Curve)
Carrier: T-Mo.
PIN: ask! :)
 
Join Date: Jun 2009
Location: Texas♥
Posts: 96
Default

Quote:
Originally Posted by waldog View Post
This is more detailed than the one I saw the other day. Thanks a lot for taking the time to write this up.
Well your very welcome and thanks for that!!!!

I now expect to see some awesome hidden dock theme from you....hehe
Reply With Quote
  #4  
Old 07-01-2009, 01:32 PM
CrackBerry Newbie
Device Model: 9000 (Bold)
Carrier: XL
 
Join Date: Dec 2008
Posts: 2
Default

hi ashabees...
thank you very much for your tutorial... very detail and complete tutorial. really appreciate it.

I'm newbie on this and very glad to see your tutorial...

cheers...
Reply With Quote
  #5  
Old 07-02-2009, 12:00 AM
CrackBerry User
Device Model: 9000 (Bold)
Carrier: AT&T/Cingular
 
Join Date: Nov 2008
Location: Las Vegas, NV
Posts: 30
Default

<quote>
After you've done hopefully you've already created a dock that you want to use. If you have then go to file>import. Select the one you've created. If you haven't then go on ahead and make one I'll wait. </quote>


make a dock? what does that mean? total noob question, i imagine, but i'm lost
Reply With Quote
  #6  
Old 07-02-2009, 04:41 AM
CrackBerry User
Device Model: 8900 (Curve)
Carrier: T-Mo.
PIN: ask! :)
 
Join Date: Jun 2009
Location: Texas♥
Posts: 96
Default

Quote:
Originally Posted by charlybrwn View Post
<quote>
After you've done hopefully you've already created a dock that you want to use. If you have then go to file>import. Select the one you've created. If you haven't then go on ahead and make one I'll wait. </quote>


make a dock? what does that mean? total noob question, i imagine, but i'm lost

I replied to your pm but just in case anyone else doesn't understand....what i mean is do you see the mint green dock....that's the dock that i made and imported, now you do the same...hope everyone gets that...if not let me know!!!!
Reply With Quote
  #7  
Old 07-04-2009, 10:41 PM
CrackBerry Abuser
Device Model: 8310 (Curve)
Carrier: Rogers
 
Join Date: Mar 2009
Posts: 238
Default

wow this is very detailed thank you for sharing this info it's much appreciated
Reply With Quote
  #8  
Old 07-05-2009, 06:47 AM
jj97blazer's Avatar
CrackBerry Abuser
Device Model: 8330 os 4.5.0.160
Carrier: US Cellular
 
Join Date: Oct 2008
Location: Clayton, NC
Posts: 386
Thumbs up

Nice how to. It worked just like it was supposed to. Good job.
Reply With Quote
  #9  
Old 07-06-2009, 01:21 AM
CrackBerry Newbie
Device Model: 8100 (Pearl)
Carrier: AT&T/Cingular
 
Join Date: Jan 2009
Posts: 1
Default

Thank you very much!!
I've been wanting to know how to make a hidden dock forever.

I found another tutorial from this kid. He had a really heavy accent. I think he was from Asia lol. But I couldn't understand him too well, and also went into WAY too many details. But yeah, this tutorial was pretty much perfect^^

Thanks again
Reply With Quote
  #10  
Old 07-06-2009, 03:08 AM
jj97blazer's Avatar
CrackBerry Abuser
Device Model: 8330 os 4.5.0.160
Carrier: US Cellular
 
Join Date: Oct 2008
Location: Clayton, NC
Posts: 386
Default

This thread should be made sticky.
Reply With Quote
  #11  
Old 07-06-2009, 12:01 PM
jalaw's Avatar
CrackBerry Abuser
Device Model: 9530 (Storm)
Carrier: Verizon
 
Join Date: Jun 2009
Location: Ohio
Posts: 126
Default

I tried this on my Storm several times and no luck. Is it not for the Storm???
And if not is there a link to how to do it on the Storm.
Reply With Quote
  #12  
Old 07-06-2009, 04:38 PM
Boosted R's Avatar
CrackBerry User
Device Model: 9000 Bold
Carrier: AT&T/Cingular
 
Join Date: Feb 2009
Posts: 77
Default

i cant find the with>notepad part. i go to open with but there is no notepad
__________________
BOLD > iPhone... PERIOD
Reply With Quote
  #13  
Old 07-06-2009, 04:56 PM
CrackBerry Master
Device Model: Bold
Carrier: AT&T
 
Join Date: Dec 2008
Posts: 1,265
Default

Use whatever text editor is on your computer. It does not need to be notepad. Just a text editor with copy/paste capabilities or at least the copy part.
Reply With Quote
  #14  
Old 07-07-2009, 10:52 AM
iowabowtech's Avatar
CrackBerry Addict
Device Model: 8330 (Curve)
Carrier: Verizon
 
Join Date: May 2009
Location: State Of Confusion
Posts: 683
Default

Nicely done. Only wish more people would offer advice so openly. Having been in this game for awhile now, I can tell you that there ain't much money to be had in theme building for all but the extreme upper tier. Evidently, alot of people have delusions of grandeur.
Reply With Quote
  #15  
Old 07-07-2009, 10:39 PM
CrackBerry Newbie
Device Model: 8900 (Curve)
Carrier: T-Mobile
 
Join Date: Jul 2009
Posts: 2
Default

this is great! thanks for the tutorial
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 02:15 AM.

 
 Site Support | Accessory Order Support | App Store Support | Advertise | Newsletter | About Us

Creating smartphone communities
Android Central - Android reviews, news and forums Crackberry - Blackberry news, reviews and community TiPb - iPhone news, accessory reviews & forums
Pre Central - Palm Pre Review, News and Community Treo Central - Treo & Centro News and Forums WMExperts - Windows Mobile Reviews & News

The names RIM and BlackBerry are registered Trademarks of Research in Motion Limited.
CrackBerry.com is in No Way Affiliated with Research in Motion Limited.
Copyright ©2007-2009 Smartphone Experts. Terms and Conditions. Privacy Policy. All rights reserved.