Page 10 of 15 FirstFirst 123456789101112131415 LastLast
Results 91 to 100 of 143

Thread: Shock Skin v4 Transparent Released

  1. #91
    Maximum Bitrate crooper's Avatar
    Join Date
    Nov 2006
    Location
    Everett, WA
    Posts
    467
    Thanks Sal R! I tried your code, but it just turns the text on and off (show or no show).

    B7,692,000,108,63,"BYVAR;fontcolor;SETVAR;fontcolo r;1<<SETVAR;fontcolor;0"

    L1,010,070,670,38,000,000,000,22,"Arial","BYVAR;fo ntcolor;TRACKNAME<<","SCROLL-LEFT"
    L1,010,070,670,38,255,255,000,22,"Arial","BYVAR;fo ntcolor;<<TRACKNAME","SCROLL-LEFT"


    EDIT: It works when I use "LEFT" instead of "SCROLL-LEFT". Sigh. Any workaround here?

  2. #92
    Maximum Bitrate crooper's Avatar
    Join Date
    Nov 2006
    Location
    Everett, WA
    Posts
    467
    This is what I'm doing. Anybody like? I'd REALLY want the scrolling text to work though.
    Attached Images Attached Images   

  3. #93
    Raw Wave treetop777's Avatar
    Join Date
    Sep 2006
    Location
    War-Town, GA.
    Posts
    2,093
    Quote Originally Posted by Sal R. View Post
    A combination of SETVAR and BYVAR can accomplish what you're trying to do.

    i.e.
    Button
    Code:
    B....."BYVAR;daynightfont;SETVAR;daynightfont;1<<SETVAR;daynightfont;0"
    Create two labels at the same location w/ the same information w/ different font color definitions.
    Code:
    
    L21,437,128,47,29,(day font definition),"BYVAR;daynightfont;TIME<<","LEFT"
    L21,437,128,47,29,(night font definition),"BYVAR;daynightfont;<<TIME","LEFT"
    
    
    .

    Whenever you hit the button above, it'll switch the "daynightfont" variable b/w 0 and 1, thus setting one of the two labels above to appear.
    Thank for sharing - I was going to jump on it but i think i'm going to wait for Crooper to work it out.
    ****************************************
    Intel D945GCLF2 Dual Core ATOM
    Lilliput 7" 629GL 2008 LED Backlight
    BU-353 USB GPS Receiver / iGuidance / IGO8 / Garmin
    M2-ATX Power Supply
    RideRunner Front End / Various Skins
    Windows XP SP3

  4. #94
    FLAC Sal R.'s Avatar
    Join Date
    Aug 2006
    Location
    Sun Diego
    Posts
    1,448
    Quote Originally Posted by crooper View Post
    Thanks Sal R! I tried your code, but it just turns the text on and off (show or no show).

    B7,692,000,108,63,"BYVAR;fontcolor;SETVAR;fontcolo r;1<<SETVAR;fontcolor;0"

    L1,010,070,670,38,000,000,000,22,"Arial","BYVAR;fo ntcolor;TRACKNAME<<","SCROLL-LEFT"
    L1,010,070,670,38,255,255,000,22,"Arial","BYVAR;fo ntcolor;<<TRACKNAME","SCROLL-LEFT"


    EDIT: It works when I use "LEFT" instead of "SCROLL-LEFT". Sigh. Any workaround here?
    Scrolling text won't work. Has to be static. I remember guino saying something to do or another w/ the flash component of scrolling labels.

    If you want to use scrolling labels, you'll have to create a set of INC, WRITETOFILE, ADDTOFILE, and a RELOADSKIN or /DISCARDABLE command, if you want to stay in the bounds of RR.

    There is the option of flash image, but that's beyond my capability.
    Pico-ITX / XP Home with EWF-HORM / RR v12/02/2009 / Winamp v5.13 / RRMedia v1.2.2

  5. #95
    Constant Bitrate C4DAO's Avatar
    Join Date
    Apr 2007
    Location
    Cardiff
    Posts
    125
    Quote Originally Posted by crooper View Post
    This is what I'm doing. Anybody like? I'd REALLY want the scrolling text to work though.
    Looks really good. I love that car background too - please include it in the next release!

  6. #96
    Maximum Bitrate crooper's Avatar
    Join Date
    Nov 2006
    Location
    Everett, WA
    Posts
    467
    Sal: Yeah I saw that thread between you and Guino regarding the scrolling text, but I thought maybe it might have changed since then.

    C4DAO: Heh figured you might. It's an image from TopGear (TV show).

  7. #97
    Maximum Bitrate crooper's Avatar
    Join Date
    Nov 2006
    Location
    Everett, WA
    Posts
    467
    Top Gear has a buttload of great backgrounds. The Noble M15 is on page 13. Just download the pic and crop it to 800x480 (or whatever your screen resolution's at), and then put it in your backgrounds directory.

    http://www.topgear.com/content/timet.../pages/23.html

  8. #98
    High Voltage blk02si's Avatar
    Join Date
    Jul 2005
    Location
    Motorcity
    Posts
    2,182
    Blog Entries
    1
    Just got back from my weekend excursion, Looked at the thread and it was like xmas with all the useful code

    Thanks guys for posting!!

    I am working on the label colors for the main (top) menu, along with some new features, a few refinements and tweaks, including adding a few things to the OSK. I just started reading up on how to set an alternate function by holding the button down, and see this in action in croopers code so I am def going to be adding some more functionality with this.

    I am wondering about having a global setting for the font used in labels also, is this possible?? Would be a really nice touch in case you are tiring of the ISOPEUR.
    Build Things, it keeps your brain busy.

    AutoPC v1 (Retired) - AutoPC v2 (in progress) - www.shocknet.us

  9. #99
    RoadRunner Mastermind
    Auto Apps:loading...
    guino's Avatar
    Join Date
    Nov 2004
    Location
    Toronto, Canada
    Posts
    9,762
    Quote Originally Posted by blk02si View Post
    I am wondering about having a global setting for the font used in labels also, is this possible?? Would be a really nice touch in case you are tiring of the ISOPEUR.
    This can be done with /DEFINE.. optionally set on an include file.. as a matter of fact, /DEFINE can be used to replace anything you'd like in the .skin file.. colors, labels, positions, sizes, font names, commands, whatever..
    Ride Runner RR's Myspace

    "Being happy is not about having what you want, it's about wanting what you have."
    "The best things in life are always free - but that doesn't mean money can't buy you good things."

  10. #100
    High Voltage blk02si's Avatar
    Join Date
    Jul 2005
    Location
    Motorcity
    Posts
    2,182
    Blog Entries
    1
    Awesome, thanks Guino, I will do some reading on the DEFINE command and this font variable will be implemented in the next release.
    Build Things, it keeps your brain busy.

    AutoPC v1 (Retired) - AutoPC v2 (in progress) - www.shocknet.us

Similar Threads

  1. New Age ... RELEASED ... Transparent
    By ThunderStick in forum RR Skins
    Replies: 21
    Last Post: 09-24-2007, 12:10 PM
  2. Replies: 145
    Last Post: 09-09-2007, 11:38 PM
  3. Shock Skin - v1.0 & v2.0
    By blk02si in forum RR Skins
    Replies: 74
    Last Post: 07-28-2007, 09:59 AM
  4. Hard drive shock / vibration thoughts
    By S11D336B in forum General Hardware Discussion
    Replies: 60
    Last Post: 09-27-2006, 12:40 AM
  5. New Skin - Spaced_Out for FrodoPlayer 1.08
    By WeeZyFellA in forum FrodoPlayer
    Replies: 24
    Last Post: 10-17-2004, 10:50 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •