1. Berry Unlimited's Avatar
    Hey Theme Builders and Scipters,


    since a long time now I create an publish Themes for the Storm, Bold and Curve on the Web. My skills real get better in the Time, not only with the used Pictures or Designed Icons, even Composer Scripts and this.

    But i standing in front of a problem:

    I real like to do an Theme with Icons that you can Scroll with your fingertips, like the Picture Gallery on the Storm.

    //Okay sry, cant give an example, not high enought post count. Hope youn know what i mean.


    So you know my Idea, i know its possible, I saw some Theme and .svg�s from RIM himselfe, but I�m aint somebody who takes Themes from other, why i should, I can do it myselfe =)


    Pls can someone give me a Tutorial or help me otherwise with my Problem?
    It would be real nice...


    ...L�on
    05-07-10 04:49 AM
  2. Berry Unlimited's Avatar
    Other Question =)

    But the old isnt enlighted yet.
    Too much talking, my new Question:

    Ich saw on the Samples in the Plazmic ThemeBuilder Folder an Theme, which has a Light that, probably, I didnt test it, lights up in red.

    I only saw its a Animation, but how you can get this work?
    Elecite also got this light on a Theme.

    If somebody can help, real ****, I would love him =D


    ...L�on
    05-08-10 01:27 PM
  3. Berry Unlimited's Avatar
    Nobody who can help ?
    05-09-10 10:41 AM
  4. Doc_rockulus's Avatar
    Already such a theme "Ace cover flow" on app world.
    05-13-10 11:25 PM
  5. Berry Unlimited's Avatar
    Hey,

    I dont want that Elecite Theme, I want create my own !
    Im now that far that i am know which Lines are needed for that Slider.

    [spoiler]
    Code:
    	<animateTransform xlink:href="#Layer_1" id="_anim_l1" attributeName="transform" type="translate"
    					to="0,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_1.focusin"	/>
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l2" attributeName="transform" type="translate"
    					to="-50,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_2.focusin"	/>
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l3" attributeName="transform" type="translate"
    					to="-100,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_3.focusin"	/>				
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l4" attributeName="transform" type="translate"
    					to="-150,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_4.focusin"	/>				
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l5" attributeName="transform" type="translate"
    					to="-200,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_5.focusin"	/>				
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l6" attributeName="transform" type="translate"
    					to="-250,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_6.focusin"	/>				
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l7" attributeName="transform" type="translate"
    					to="-300,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_7.focusin"	/>				
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l8" attributeName="transform" type="translate"
    					to="-350,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_8.focusin"	/>				
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l9" attributeName="transform" type="translate"
    					to="-400,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_9.focusin"	/>	
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l10" attributeName="transform" type="translate"
    					to="-450,0" dur="0.5s"  
    					fill="freeze"
    				begin="Theme_Button_10.focusin"	/>
    [/spoiler]

    But the Dock does what it want to.
    I can focus an Image an it scrolls whereever it want.

    I think its because the Bold do not got the funktion to Focus from Button 1 to Button 4, it can only 1,2,3,...

    Know what i mean?

    Can someone help me with this code?
    05-14-10 11:01 AM
  6. Berry Unlimited's Avatar
    Hey,

    I dont want that Elecite Theme, I want create my own !
    Im now that far that i am know which Lines are needed for that Slider.


    Code:
    	<animateTransform xlink:href="#Layer_1" id="_anim_l1" attributeName="transform" type="translate"
    					to="0,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_1.focusin"	/>
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l2" attributeName="transform" type="translate"
    					to="-50,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_2.focusin"	/>
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l3" attributeName="transform" type="translate"
    					to="-100,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_3.focusin"	/>				
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l4" attributeName="transform" type="translate"
    					to="-150,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_4.focusin"	/>				
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l5" attributeName="transform" type="translate"
    					to="-200,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_5.focusin"	/>				
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l6" attributeName="transform" type="translate"
    					to="-250,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_6.focusin"	/>				
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l7" attributeName="transform" type="translate"
    					to="-300,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_7.focusin"	/>				
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l8" attributeName="transform" type="translate"
    					to="-350,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_8.focusin"	/>				
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l9" attributeName="transform" type="translate"
    					to="-400,0" dur="0.5s"  
    					fill="freeze"
    					begin="Theme_Button_9.focusin"	/>	
    					
    	<animateTransform xlink:href="#Layer_1" id="_anim_l10" attributeName="transform" type="translate"
    					to="-450,0" dur="0.5s"  
    					fill="freeze"
    				begin="Theme_Button_10.focusin"	/>
    But the Dock does what it want to.
    I can focus an Image an it scrolls whereever it want.

    I think its because the Bold do not got the funktion to Focus from Button 1 to Button 4, it can only 1,2,3,...

    Know what i mean?

    Can someone help me with this code?
    05-14-10 11:02 AM
  7. Scoobuh's Avatar
    I dont really understand what youre trying to do, and your code is just moving things when you touch buttons.
    05-14-10 12:30 PM
  8. Berry Unlimited's Avatar
    Damn, double Post^^

    So, I try to explain it again.

    I want the Homescreen Icons to Slide like the Picture Gallery or like the Ace Theme. There is also an example in the Theme Builder Folder, but its for the Bold Version bzw. Devices with a Trackball.
    I could post some Picture or examples, but the Crackberry Rules that you only can post Links or Pics with 10 or higher... ^^

    So you know what I mean.
    My English is not the best, german you know.
    3 of 5 sentences had to be rewrite ..


    ...L�on
    05-14-10 01:43 PM
  9. Padgoi's Avatar
    So you want the icons to slide with your finger, instead of just pressing a button? You want them to actually slide as your finger slides?

    If yes, I have no idea how to do that.
    05-14-10 03:21 PM
  10. Berry Unlimited's Avatar
    Yeah, you know like that Ace theme from Elecite, or the Picutre Gallery of the Storm, where you can Slide the Pictures
    05-14-10 04:18 PM
  11. Berry Unlimited's Avatar
    I�ve found out how to get this work !

    I allready thought that it would be that simple, you only have to find out once and then it is easy.

    May I wirte a Tutorial onetime, if someone is interested in this.
    05-15-10 06:23 AM
  12. Scoobuh's Avatar
    I�ve found out how to get this work !

    I allready thought that it would be that simple, you only have to find out once and then it is easy.

    May I wirte a Tutorial onetime, if someone is interested in this.
    If you figured it out, please share!
    05-15-10 02:32 PM
  13. Berry Unlimited's Avatar
    Tutorial in German

    May translate it in the next few days
    05-17-10 12:00 AM
  14. Scoobuh's Avatar
    Im still curious as to how this works, do you have an example theme? Maybe something quick we can load up to see how it works? (I dont understand german, though google does a pretty decent job translating...)

    Do you actually swipe, or are you emulating the swipe with a touch and translation?
    05-17-10 11:45 AM
  15. Berry Unlimited's Avatar
    Touch and Translation?

    Its when you focus the icon, ist swipes to postition "X,X"
    Ace Theme uses 100% the same, cause if you just touch the next icon, it scrolls to the middle.
    So its the focusin tag.

    But I like to play as you must swipe =)

    edit//

    Theme is work in process, I dont like to announce Themes and the I do not work and I wont upload it, so I will upload it when its finish.
    I have problem with the icons, the music button is too small and the black fonts are hard to see on dark backgrounds.

    But I look forward to a pretty Theme with hidden today and small Font-Icons, so you wallpaper is in the middle =)
    Last edited by Berry Unlimited; 05-17-10 at 02:20 PM.
    05-17-10 02:17 PM
LINK TO POST COPIED TO CLIPBOARD