Join Our 3 MILLION+ Members Today! Register Here | Login
Go Back   BlackBerry Forums at CrackBerry.com > BlackBerry Professionals > Theme Developers

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
    Thread Author   #1  
Old 01-16-2012, 11:56 PM
CrackBerry Abuser
Device(s): Unlocked 9700 (Bold) / 32GB Playbook
Carrier: Rogers
Pin: hrm...
 
Location: Toronto, Canada
Join Date: Nov 2010
Posts: 264
Likes Received: 2
Thanked 16 Times in 15 Posts
Default icon alignment issue

when i boot i have set the icons in composer to start at 1-2-3-4-5 along the hs. but when i boot they are aligned 8-9-10-1-2...I have confirmed the x/y are the same as they are in the svg and composer. I have even set the icons to x=0 and y=0 using begin=0 for boot but they are still messed....n e ideas how to fix this? i have literally run out of ideas except redoing the theme files in theme builder...which i dont really want to have to do...

edit: the icons are in a horizontal king scroll type dock..

edit2: I also tried changing preserveAspectRatio="xMidYMid meet" viewBox="-240 -180 480 360" to preserveAspectRatio="xMinYMin meet" viewBox="0 0 480 360", with no results....
__________________
32GB Playbook
Unlocked Bold 9700 - Berrylicious VI Hybrid

Last edited by Justam; 01-17-2012 at 09:46 AM.
Reply With Quote Tip this Post
  #2  
Old 01-17-2012, 10:48 AM
CrackBerry Master
Device(s): 9700 (Abalone)
Carrier: T-Mobile
Pin: her: down: on: a: photograph: album:
 
Location: 5280
Join Date: Mar 2008
Posts: 1,295
Likes Received: 287
Thanked 676 Times in 235 Posts
Default

Are the slot assignments correct? Seems that would be the easiest fix, or the most likely source of the issue.
__________________
Themes by wu-wei
Premium: leeboUltraDock | blnk | sophie | ideal | Free: B@stard6 | leebo (OS6) | leebo (OS5)
Latest B@stard Hybrid OS
Abalone....Hybrid Install Guide....3rd Party App Backup Guide
Reply With Quote Tip this Post
    Thread Author   #3  
Old 01-17-2012, 11:04 AM
CrackBerry Abuser
Device(s): Unlocked 9700 (Bold) / 32GB Playbook
Carrier: Rogers
Pin: hrm...
 
Location: Toronto, Canada
Join Date: Nov 2010
Posts: 264
Likes Received: 2
Thanked 16 Times in 15 Posts
Default

yup slot assignments are correct...I thought about re-assigning the slots and the reason I didn't was because the theme seems to hang once booted...not always which is the strange thing...but when it hangs pressing menu then escape fixes it...i am afraid if i simply re-assign the slots im not addressing the main issue..


Im thinking it might be because I exported the theme twice from themebuilder but im using the first exported homescreen.svg.....This has worked in previous themes ive done so dont know why its not working now...I could redo the export and use the exported homescreen and just place my code in there...I have heavily customized the file tho and I have also optimized and trimmed alot of the fat out....so this is y I dont really wana redo it immediately..

ive gone through the svg multiple times and there is nothign which should be moving the icons at boot, also everything that is referenced in the svg is found in the source folder...so this is why im stumped..

Edit: Ok ive tested now 5 reboots....It does NOT hang if I leave the phone alone for 30-45 secs after boot...The data indicator is going nutz so it could just be my phone syncing with the network and updating apps etc....I am use BerryLicious v6 and my other testers are running that aswell and no one is experiencing the lagging/hanging right after boot except me...so it just might be my apps or i may need to redo my os as ive been installing/uninstalling alot of apps recently...but this still doesnt answer the icon alignment....the 3rd icon should be in focus not the 10th!....ARGH FRUSTRATING!....if you think of anything else throw it my way...i might just re-assign the slots....even tho that may appear to work its not answering y it is doing it....so i may just redo the export from tb later this week and see how that goes.....
__________________
32GB Playbook
Unlocked Bold 9700 - Berrylicious VI Hybrid

Last edited by Justam; 01-17-2012 at 11:29 AM.
Reply With Quote Tip this Post
  #4  
Old 01-17-2012, 01:50 PM
CrackBerry Master
Device(s): Torch 9850 / 64 gb PB
Carrier: Verizon
 
Join Date: Dec 2008
Posts: 1,163
Likes Received: 12
Thanked 4 Times in 4 Posts
Default

OK, remove all your new icons, leave, restart, enter 'em in all at once without doing anything else ! Doc Neutron
Reply With Quote Tip this Post
    Thread Author   #5  
Old 01-17-2012, 03:22 PM
CrackBerry Abuser
Device(s): Unlocked 9700 (Bold) / 32GB Playbook
Carrier: Rogers
Pin: hrm...
 
Location: Toronto, Canada
Join Date: Nov 2010
Posts: 264
Likes Received: 2
Thanked 16 Times in 15 Posts
Default

Quote:
Originally Posted by DoctorNeutron View Post
OK, remove all your new icons, leave, restart, enter 'em in all at once without doing anything else ! Doc Neutron
Ok I will try that...but I don't understand how that will help...if its an issue with the theme rendering on my phone wouldn't deleting the theme(which I've done) and reinstalling it do the same thing?

Posted from my CrackBerry at wapforums.crackberry.com
Reply With Quote Tip this Post
    Thread Author   #6  
Old 01-18-2012, 01:10 AM
CrackBerry Abuser
Device(s): Unlocked 9700 (Bold) / 32GB Playbook
Carrier: Rogers
Pin: hrm...
 
Location: Toronto, Canada
Join Date: Nov 2010
Posts: 264
Likes Received: 2
Thanked 16 Times in 15 Posts
Default

this is lines that are causing the issue...

Code:
<animateTransform attributeName="transform" begin="Button10.focusin" dur="200ms" fill="freeze" id="_anim_bgd082" to="300, 0" type="translate" xlink:href="#Icon1"/>
	<animateTransform attributeName="transform" begin="Button10.focusin" dur="200ms" fill="freeze" id="_anim_bgd083" to="300, 0" type="translate" xlink:href="#Icon2"/>
	<animateTransform attributeName="transform" begin="Button10.focusin" dur="200ms" fill="freeze" id="_anim_bgd084" to="300, 0" type="translate" xlink:href="#Icon3"/>
	<animateTransform attributeName="transform" begin="Button10.focusin" dur="1ms" fill="freeze" id="_anim_bgd085" to="700, 0" type="translate" xlink:href="#Icon4"/>
	<animateTransform attributeName="transform" begin="Button10.focusin" dur="1ms" fill="freeze" id="_anim_bgd086" to="-200, 1000" type="translate" xlink:href="#Icon5"/>
	<animateTransform attributeName="transform" begin="Button10.focusin" dur="1ms" fill="freeze" id="_anim_bgd087" to="-1114, 0" type="translate" xlink:href="#Icon6"/>
	<animateTransform attributeName="transform" begin="Button10.focusin" dur="200ms" fill="freeze" id="_anim_bgd088" to="-1114, 0" type="translate" xlink:href="#Icon7"/>
	<animateTransform attributeName="transform" begin="Button10.focusin" dur="200ms" fill="freeze" id="_anim_bgd089" to="-200, -1000" type="translate" xlink:href="#Icon8"/>
	<animateTransform attributeName="transform" begin="Button10.focusin" dur="200ms" fill="freeze" id="_anim_bgd090" to="714, 0" type="translate" xlink:href="#Icon9"/>
	<animateTransform attributeName="transform" begin="Button10.focusin" dur="200ms" fill="freeze" id="_anim_bgd091" to="314, 0" type="translate" xlink:href="#Icon10"/>
the x,y are correct, I have checked and rechecked. I am totally at a loss....

The above code is used when the 10th icon is moving into focus where the 3rd icon is at default(boot)
__________________
32GB Playbook
Unlocked Bold 9700 - Berrylicious VI Hybrid
Reply With Quote Tip this Post
    Thread Author   #7  
Old 01-18-2012, 09:25 PM
CrackBerry Abuser
Device(s): Unlocked 9700 (Bold) / 32GB Playbook
Carrier: Rogers
Pin: hrm...
 
Location: Toronto, Canada
Join Date: Nov 2010
Posts: 264
Likes Received: 2
Thanked 16 Times in 15 Posts
Default

any ideas why this code would be doing this? It is the same as the other icons minus the _anim_, begin and x/y...I cant figure it out and its driving me nutz!
__________________
32GB Playbook
Unlocked Bold 9700 - Berrylicious VI Hybrid
Reply With Quote Tip this Post
  #8  
Old 01-19-2012, 08:30 PM
CrackBerry Master
Device(s): Torch 9850 / 64 gb PB
Carrier: Verizon
 
Join Date: Dec 2008
Posts: 1,163
Likes Received: 12
Thanked 4 Times in 4 Posts
Default Re-entering All Icons One at a Time in One Swell Foope

See enclosed my older Storm 2 theme with 30 visible (and four other, ahem, invisible) buttons. I'm just saying that things would routinely get screwed up in Composer/TB and starting over, from 1 to 34, always worked for me. At times I felt like screaming at the software: I couldn't change #24 and just go down the road. I found that entering them again anew from 1 to 2 to 3 to ...34 always worked for me. Doc Neutron
Attached Images
File Type: jpg Capture18_17_19.jpg (35.3 KB, 4 views)
Reply With Quote Tip this Post
  #9  
Old 01-20-2012, 03:02 AM
CrackBerry Genius
Device(s): 9930 + 9850 (Torch2) + PlayBook 64
Carrier: I don't even know her?!?
 
Location: 322oh8
Join Date: Nov 2009
Posts: 2,348
Likes Received: 368
Thanked 444 Times in 162 Posts
Default

Idk...maybe ms is too small a dur...change it to s.


Sent from my BlackBerry 9850 using Tapatalk
__________________
Discontent is the first necessity of progress --Thomas A. Edison
drkapprentice @drkapprentice
Reply With Quote Tip this Post
    Thread Author   #10  
Old 01-20-2012, 06:40 AM
CrackBerry Abuser
Device(s): Unlocked 9700 (Bold) / 32GB Playbook
Carrier: Rogers
Pin: hrm...
 
Location: Toronto, Canada
Join Date: Nov 2010
Posts: 264
Likes Received: 2
Thanked 16 Times in 15 Posts
Default

I doubt it...the other 9 blocks of code 10 lines each which are similar to this also have 3 lines each block which are 1ms dur...its the minimum duration which is supported in SVGTiny. If I remove the above block of code everything functions/starts fine minus ofcourse when the 10th icon is focuesed there is no animation(as expected). I have been avoiding this but I bet its a software issue similar to the font cut off in the application banner...so....I will recompile from themebuilder and copy all the files from the temp folder and tweak those files as if starting fresh. I highly doubt its an issue with composer...all I did there was layout the buttons/dock....gotta be themebuilder....that's my bet at this point. I appreciate everyone chiming in. Thanks for your suggestions and support.

Posted from my CrackBerry at wapforums.crackberry.com
Reply With Quote Tip this Post
Reply
BlackBerry Forums at CrackBerry.com > > BlackBerry Professionals > Theme Developers   icon alignment issue

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes