Page 21 of 25 FirstFirst ... 1118192021222324 ... LastLast
Results 501 to 525 of 611
Like Tree30Likes
  1. sunnylovesalman's Avatar
    Banned

    Posts
    223 Posts
    PIN
    21180982
    #501  

    Default

    Please share it buddy, I am waiting . You can PM me to test it.
  2. Bangsat1986's Avatar
    CrackBerry User

    Posts
    81 Posts
    #502  

    Default

    Struggling with the pm setting!!

    Be patient please! I'm stopping for today. Its pretty late here in the Netherlands. Sorry!
  3. sunnylovesalman's Avatar
    Banned

    Posts
    223 Posts
    PIN
    21180982
    #503  

    Default

    ok as ur wish
  4. sunnylovesalman's Avatar
    Banned

    Posts
    223 Posts
    PIN
    21180982
    #504  

    Default

    I was unable to manipulate this code .
  5. sunnylovesalman's Avatar
    Banned

    Posts
    223 Posts
    PIN
    21180982
    #505  

    Default



    Worked for 2 hours and achieved it with perfection and with shadow effect.
  6. Bangsat1986's Avatar
    CrackBerry User

    Posts
    81 Posts
    #506  

    Default

    alright alright! If i find an easier way i will let you know!
  7. sunnylovesalman's Avatar
    Banned

    Posts
    223 Posts
    PIN
    21180982
    #507  

    Default

    sure Buddy that would be a great effort.
  8. StaticFX's Avatar
    CrackBerry Genius

    Posts
    2,309 Posts
    Global Posts
    2,641 Global Posts
    #508  

    Default

    first off its best to edit the svg header so that you DONT have to use negative numbers....like this


    <?xml version="1.0" encoding="UTF-8"?>
    <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"
    version="1.2" baseProfile="tiny" xmlns:xforms="http://www.w3.org/2002/xforms"
    xmlns:pz="http://www.plazmic.com/plazmic_extents" id="SFXDesigns" xml:space="default" width="360" height="480" viewport-fill="#000000" viewBox="0 0 360 480" preserveAspectRatio="xMinYMin meet">
    changing that allows you to use the screen as a 0,0 (upper left) based grid... instead of the center being 0,0. MUCH EASIER

    Next...
    <g id="clock">
    <image id="ShadowTime" x="83" y="103" width="200" height="50" opacity=".5"
    xlink:href="x-object:/CurrentDateTime?clocktype=time&amp;width=200&amp;h eight=50&amp;font-family=Arial&amp;font-style=bold&amp;font-size=45&amp;fill=000000&amp;align=center&amp;ampmS ize=1"/>

    <image id="MainTime" x="80" y="100" width="200" height="50"
    xlink:href="x-object:/CurrentDateTime?clocktype=time&amp;width=200&amp;h eight=50&amp;font-family=Arial&amp;font-style=bold&amp;font-size=45&amp;fill=ffffff&amp;align=center&amp;ampmS ize=1"/>
    </g>
    you will want to go about 3,3 off the clock(etc) for the shadow.. AND.. make the shadow see through...(shown in blue)


    Code:
    </svg>
    result



    sunny... what is the 22 & 54?


    BangSat... post up what you did there :) i'd like to see!
    Last edited by StaticFX; 07-28-2011 at 09:24 PM.
    Thanked by 4:
    Linger0273 (04-28-2012),  micjenks (08-04-2011),  tranpqvu (12-23-2011) 
    tranpqvu likes this.
  9. sunnylovesalman's Avatar
    Banned

    Posts
    223 Posts
    PIN
    21180982
    #509  

    Default

    @Static................22 is Hour 10 at night and 54 is the minute.

    Thats the 24 hour clock. I cut the hour clock into hours only omitting the minutes and colon.

    And then created a second clock below by pushing the hour area out of the screen
    to get along with the minutes only.

    And I noticed 1 thing that is for all Theme makers , That regarding the clock Code
    we had a limitation of going upto 50 pixels in TB or composer, but manually coding a clock you can go upto 70 pixels in code and BB supports that.

    My developed clock font is quite large in a single space and not splitting the clock.

    So for all Theme Builders, it s a good news now you can have larger clocks and better fonts to best suit the themes.

    Thanks
    Sunny
    Thanked by:
    lllabao (12-02-2011) 
  10. sunnylovesalman's Avatar
    Banned

    Posts
    223 Posts
    PIN
    21180982
    #510  

    Smile Thanks

    Quote Originally Posted by StaticFX View Post
    first off its best to edit the svg header so that you DONT have to use negative numbers....like this



    changing that allows you to use the screen as a 0,0 (upper left) based grid... instead of the center being 0,0. MUCH EASIER

    Next...


    you will want to go about 3,3 off the clock(etc) for the shadow.. AND.. make the shadow see through...(shown in blue)


    Code:
    </svg>
    result



    sunny... what is the 22 & 54?


    BangSat... post up what you did there i'd like to see!



    That was a great help Static, would definitely try that, but me and Bang went some more steps ahead to generate the BOB clock with 4 clocks in range and then creating individual shadows as we have in I phones and Androids.

    Now we just want to work on the colour codes as it seems that BB only recognizes the web color codes and not the opacity control over the rgb colours.

    If that could be achieved then we Theme builders for BB would be nowhere less that the Iphone Builders.

    Still working on the clock code to make it more bigger .

    This is what I have achieved till now.



    Thanks
    Sunny
  11. sunnylovesalman's Avatar
    Banned

    Posts
    223 Posts
    PIN
    21180982
    #511  

    Default

    1 question Guys: This one is for Torch or Storm.

    This is the code for the current date :
    <image id="date_01"
    x="-95"
    y="160"
    width="210"
    height="100"
    xlink:href="x-object:/CurrentDateTime?clocktype=date&amp;width=210&amp;h eight=100&amp;font-family=BBAlpha Sans&amp;align=center&amp;fill=fe92oc9&amp;font-size=50&amp;text-anchor=middle"/>
    All I need to know is . How to rotate this 90 degrees or -90degrees?
    Can anyone please help me get this done.

    Thanks
    Sunny
    lllabao likes this.
  12. Bangsat1986's Avatar
    CrackBerry User

    Posts
    81 Posts
    #512  

    Default

    I think its this Sunny:



    <image id="date_01"
    x="-95"
    y="160"
    width="210"
    height="100"
    xlink:href="x-object:/CurrentDateTime?clocktype=date&amp;width=210&amp;h eight=100&amp;font-family=BBAlpha Sans&amp;align=center&amp;fill=fe92oc9&amp;font-size=50&amp;text-anchor=middle&amp;transform="rotate(90)"/>
    Last edited by Bangsat1986; 07-29-2011 at 05:50 AM.
    Thanked by 2:
    lllabao (08-23-2011) 
    lllabao likes this.
  13. sunnylovesalman's Avatar
    Banned

    Posts
    223 Posts
    PIN
    21180982
    #513  

    Default

    Thanks Bangstat , can you give me the idea about this x and y coordinates. Which is the (0,0) and which way is the - s range and which way does the +s range in regards to x and y.
  14. sunnylovesalman's Avatar
    Banned

    Posts
    223 Posts
    PIN
    21180982
    #514  

    Default

    Please share me the codes for the Carrier and the operaor network too. I mean I read the first post here, but is it the same like the bending them as used in the date code.

    Or is there some other way we rotate them?
  15. Bangsat1986's Avatar
    CrackBerry User

    Posts
    81 Posts
    #515  

    Default

    Check StaticFx post one page back to see what you need to change for the x and y! He explains very well!

    The code should work the same way!
  16. StaticFX's Avatar
    CrackBerry Genius

    Posts
    2,309 Posts
    Global Posts
    2,641 Global Posts
    #516  

    Default

    whats a "BOB" clock???
  17. sunnylovesalman's Avatar
    Banned

    Posts
    223 Posts
    PIN
    21180982
    #517  

    Default

    thats a name
  18. sunnylovesalman's Avatar
    Banned

    Posts
    223 Posts
    PIN
    21180982
    #518  

    Default

    Quote Originally Posted by Bangsat1986 View Post
    Check StaticFx post one page back to see what you need to change for the x and y! He explains very well!

    The code should work the same way!


    Static is a genius of the geniuses....but I am not that deep into coding. He is a inborn talent.
    I followed his instructions, but not getting how to get something out of the screen, cos when I render the coordinates in - ve s , the element either goes up or down .

    But in the general co ordinates, I am having it easy to do it .

    Cos I have made 80 trials with those coordinates .

    LOL. sometimes easy things are so hard.

    Thanks
    Sunny
  19. StaticFX's Avatar
    CrackBerry Genius

    Posts
    2,309 Posts
    Global Posts
    2,641 Global Posts
    #519  

    Default

    Not sure what you are trying to do sunny?
  20. sunnylovesalman's Avatar
    Banned

    Posts
    223 Posts
    PIN
    21180982
    #520  

    Default

    I was trying to do these that Have been done now...............







    Thanks for this thread for helping me to learn a lot to advance BB s more and more.

    Blackberries are soon to be changed completely.
  21. russnash's Avatar
    CrackBerry Master

    Posts
    1,377 Posts
    PIN
    PM me for it!
    #521  

    Default

    Quote Originally Posted by StaticFX View Post
    whats a "BOB" clock???
    I think a "BOB" clock is the style where the hours are above the minutes.
    "If anyone would come after me, let him deny himself and take up his cross and follow me" - Matthew 16:24

    SpeedNotes - A fast and convenient note taking application

    Visit Gray Matter Apps on the web: http://www.graymatterapps.com/
  22. Bangsat1986's Avatar
    CrackBerry User

    Posts
    81 Posts
    #522  

    Default

    Correct russnash!


    Is there a way to set the navigation for the buttons in svg. Having some trouble making it work in themebuilder! Default vertical in themebuilder is crap and all wrong but i can scroll.... Default horizontal in themebuilder is crap and all wrong but i can scroll. But when i say dont create default links and set everything manually it doesnt work. Help needed!


    Grrrrrr driven me crazy! THM file and svg and even cp can be sent if needed! For the life of me i cant figure it out!!

    Its for a 8520 btw. Not a great One but hey gotta do with some when the other one is broke!!

    Please help me out!
    Last edited by Bangsat1986; 07-29-2011 at 04:24 PM.
  23. StaticFX's Avatar
    CrackBerry Genius

    Posts
    2,309 Posts
    Global Posts
    2,641 Global Posts
    #523  

    Default

    set nav to no default... then you have to set the path with the 4 way "thing" above it.
  24. sunnylovesalman's Avatar
    Banned

    Posts
    223 Posts
    PIN
    21180982
    #524  

    Default

    still it has some problems when the svg is imported, bangsat is correct, I am also facing the same problems . And then manged to make a new svg and then it worked again.
  25. Bangsat1986's Avatar
    CrackBerry User

    Posts
    81 Posts
    #525  

    Default

    Damn it just doesnt work no matter what. Geuss wil create a new svg like you pointed out sunny! Darn it!


    Created new svg and issue fixed!
    Last edited by Bangsat1986; 07-30-2011 at 07:11 AM.
Page 21 of 25 FirstFirst ... 1118192021222324 ... LastLast

Posting Permissions