Results 1 to 8 of 8
- 08-12-2011, 08:03 PM
Thread Author #1
Hidden or scrolling docks
Im just learning about hidden and scrolling docks and have a few questions.
1) If I were say making a hidden or scrolling dock, does it have to be in custom or custom6 layout?
2) In the tutorials I watched/read, they would add however many buttons they want, say 6, but what if you have many more (20) buttons for various things you use, is there no way to have an indefinite amount like in a blackberry 6 layout where you "show all"?
3) The hidden dock I made just hides it if you scroll up to the time or whatever, and shows it when you scroll down to the buttons. How could I make a dock that has a little tab that sticks up a bit and would require clicking on it to unhide the dock, and then just hit esc to hide it.
4) For a torch you can hide the dock and its just a bar with an up pointing arrow (bb6 layout), can that be edited? I havent fount any images for it so im assuming the bar is a tiled image with the up arrow image superimposed on it. But which svg would that be coded in?
5) When I applied my hidden dock to a custom 6 layout, theres no today/message notification bar under the clock, is there a way to get it back, is it hidden somewhere im not seeing, where would your notifications pop up otherwise?
thx! -
CrackBerry Genius
- Posts
- 3,148 Posts
- Global Posts
- 3,153 Global Posts
- PIN
- Pin: her: down: on: a: photograph: album: I: am: not: worried: I: am: not: overly: concerned:
08-13-2011, 12:08 AM #2
Yes. The BlackBerry6 homescreen cannot be edited.
That would require making the dock itself larger, or scrollable.
Create a graphic (the tab you want to use) import into Composer and make it a button, then assign it the show/hide functions you want.
Again, the BB6 layout is presently inaccessible to developers.
This sounds like you're looking for the BB6 layout of the notification bar (and corresponding dropdown Today area) in a custom6 theme. That is my personal holy grail for an OS6 theme, and I have been unable to find any way to make it happen.My BBM Channel: C00043675
Themes by wu-wei -- Premium: leeboUltraDock | blnk | sophie | ideal | Free: B@stard6 | leebo (OS6) | leebo (OS5)
Latest B@stard Hybrid -- Ascot....Hybrid Install Guide....3rd Party App Backup Guide
- 08-14-2011, 01:44 PM
Thread Author #3
As far as the scrolling or hidden dock, if you set it to be 10 icons and only have 7 apps icons in use, what would the other 3 display as? And vice versa, what if you had 20 icons/apps that you use but the theme is set to only have 10 icon position in the dock, how would those others be accessible? Is there a way to make the # of icons fluctuate with the # of apps currently in use? Because it seems like if you set it to 10 slots/buttons, then thats all you get.
- 08-15-2011, 07:55 PM
Thread Author #5
Are you refering to a hidden today or the actual notifications screen (calendar, tests, missed calls, bbm, facebook, etc.)?
- 08-17-2011, 08:59 AM
Thread Author #6
-
CrackBerry Genius
- Posts
- 3,148 Posts
- Global Posts
- 3,153 Global Posts
- PIN
- Pin: her: down: on: a: photograph: album: I: am: not: worried: I: am: not: overly: concerned:
08-17-2011, 01:37 PM #7My BBM Channel: C00043675
Themes by wu-wei -- Premium: leeboUltraDock | blnk | sophie | ideal | Free: B@stard6 | leebo (OS6) | leebo (OS5)
Latest B@stard Hybrid -- Ascot....Hybrid Install Guide....3rd Party App Backup Guide
- 08-17-2011, 11:39 PM
Thread Author #8
Thx man.
Another question...in regards to the following code for a hidden dock:
Using this to animate the hidden dock tends to make the whole dock 'bounce' when you scroll across the icons. Is the any way to stop that from happening?Code:<animateTransform xlink:href="#Buttons" id="_anim_l1" attributeName="transform" type="translate" to="0,0" dur="0.5s" fill="freeze" begin="Theme_Button_1.focusin" /> <animateTransform xlink:href="#Buttons" id="_anim_d1" attributeName="transform" type="translate" to="0,100" dur="0.5s" fill="freeze" begin="Theme_Button_1.focusout" />
Reply















